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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="libre">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_82_hEb9MUs_rTlrk3P_N5YQTq1.png">
  14.    
  15.  
  16.    <title>Zentechengine: Innovating Future Tech Solutions</title>
  17.    <meta name="description" content="Discover Zentechengine, a blog dedicated to exploring cutting-edge technology, engineering innovations, and their impact on the future.">
  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://zentechengine.nl/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff9e7d;
  42.        --bs-primary-rgb: ff9e7d;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #f87171;
  48.        --bs-light: #fff7ed;
  49.        --bs-dark: #4c2c17;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff9e7d;
  53.        --theme-primary-color-s2: #ff9e7d;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #4c2c17;
  57.        --text-light-color: #676767;
  58.        --heading-color: #4c2c17;
  59.        --border-color: #fed7aa;
  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: #fed7aa;
  75.        --navbar-color: #4c2c17;
  76.        --topbar-bg: #fff7ed;
  77.        --topbar-color: #4c2c17;
  78.        --footer-bg: #4c2c17;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fed7aa;
  82.        --card-radius: 12px;
  83.        --link-color: #ff9e7d;
  84.        --link-hover: #f47c5a;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 158, 125, 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_21">
  372.    <div id="healthcheck"></div>
  373.    <!-- start page-wrapper -->
  374.    <div class="page-wrapper">
  375.        
  376.            <!-- start preloader -->
  377.                
  378.            <!-- end preloader -->
  379.        
  380.        <!-- Start header -->
  381.        <header id="header" class="wpo-site-header">
  382.            
  383.  
  384.  
  385.    
  386.  
  387.  
  388. <div class="top-bg">
  389.    <div class="unique-topbar d-sm-flex d-none container-fluid fluid-container">
  390.        <button class="unique-menu-btn bg-primary-gradient">Latest Update</button>        
  391.        
  392.        <div class="unique-news-container">
  393.            <div class="unique-news-wrapper" id="newsWrapper">
  394.                <!-- News items injected via JS -->
  395.            </div>
  396.        </div>
  397.    
  398.        <div class="contact-info">
  399.            <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  400.                <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  401.                <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  402.                <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  403.                <li><a href="#"><i class="top-color ti-google"></i></a></li>
  404.            </ul>
  405.        </div>
  406.    </div>
  407. </div>
  408.  
  409. <script>
  410.    // Build array dynamically from Django context
  411.    const newsItems = [
  412.        
  413.            { title: "Mason Mount\u0027s Sweet Strike Seals United Fightback Victory at Selhurst Park", url: "/mason-mounts-sweet-strike-seals-united-fightback-victory-at-selhurst-park/" },
  414.        
  415.            { title: "China Accuses United States of ‘Hypocritical Policies’ Over Import Duty Ultimatum", url: "/china-accuses-united-states-of-hypocritical-policies-over-import-duty-ultimatum/" },
  416.        
  417.            { title: "Administration Reveals Government Employee Layoffs as Shutdown Approaches Third Week", url: "/administration-reveals-government-employee-layoffs-as-shutdown-approaches-third-week/" },
  418.        
  419.            { title: "Introduce the Weekend Division Squad Boasting Nearly Two Thousand Top\u002DFlight Games", url: "/introduce-the-weekend-division-squad-boasting-nearly-two-thousand-top-flight-games/" },
  420.        
  421.            { title: "Andy Murray Concedes He Fell Short of the Wanted Results for Djokovic", url: "/andy-murray-concedes-he-fell-short-of-the-wanted-results-for-djokovic/" }
  422.        
  423.    ];
  424.  
  425.    let currentNewsIndex = 0;
  426.    const newsWrapper = document.getElementById('newsWrapper');
  427.    let newsElements = [];
  428.  
  429.    // Create news elements dynamically with links
  430.    function createNewsElements() {
  431.        newsItems.forEach((news, index) => {
  432.            const newsElement = document.createElement('div');
  433.            newsElement.className = 'unique-news-item';
  434.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  435.            newsWrapper.appendChild(newsElement);
  436.            newsElements.push(newsElement);
  437.        });
  438.  
  439.        if (newsElements.length > 0) {
  440.            newsElements[0].classList.add('active');
  441.        }
  442.    }
  443.  
  444.    function changeNews() {
  445.        const currentElement = newsElements[currentNewsIndex];
  446.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  447.        const nextElement = newsElements[nextIndex];
  448.  
  449.        currentElement.classList.remove('active');
  450.        currentElement.classList.add('exit-up');
  451.  
  452.        setTimeout(() => {
  453.            nextElement.classList.add('active');
  454.            currentNewsIndex = nextIndex;
  455.  
  456.            setTimeout(() => {
  457.                currentElement.classList.remove('exit-up');
  458.            }, 100);
  459.        }, 250);
  460.    }
  461.  
  462.    function startNewsRotation() {
  463.        setInterval(changeNews, 5000);
  464.    }
  465.  
  466.    window.onload = function() {
  467.        createNewsElements();
  468.        startNewsRotation();
  469.    };
  470. </script>
  471.  
  472.  
  473.  
  474.            
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481. <header class="header-v9 mb-4" role="banner">
  482.  <div class="container-fluid fluid-container">
  483.    <!-- Sticky/Glass Nav Card -->
  484.    <div class="nav-card-v9" role="navigation" aria-label="Primary">
  485.      <div class="row align-items-center justify-content-between g-3">
  486.        <!-- Logo -->
  487.       <div class="col-6 col-md-3 col-lg-2">
  488.          <a class="logo-link-v9 d-inline-flex align-items-center gap-2" href="/">
  489.            
  490.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/49acfbf4-eaa1-465a-a6c1-7a99f7ec5c5b_logo.png" alt="Logo" class="logo-img-v9" width="160" height="48" decoding="async" fetchpriority="high" />
  491.            
  492.          </a>
  493.        </div>
  494.  
  495.        <!-- Desktop Nav -->
  496.        <div class="col d-none d-xl-block">
  497.          <nav class="main-nav-v9">
  498.            <ul class="nav-list-v9">
  499.              <!-- Home (static) -->
  500.              <li class="nav-item-v9">
  501.                <a href="/" class="nav-link-v9 active-v9">Home</a>
  502.              </li >
  503.          
  504.              
  505.                
  506.                  <li class="nav-item-v9">
  507.                    <a href="/category/all-posts/" class="nav-link-v9">All Posts</a>
  508.                  </li>
  509.                
  510.                  <li class="nav-item-v9">
  511.                    <a href="/category/business/" class="nav-link-v9">Business</a>
  512.                  </li>
  513.                
  514.                  <li class="nav-item-v9">
  515.                    <a href="/category/esports/" class="nav-link-v9">Esports</a>
  516.                  </li>
  517.                
  518.                  <li class="nav-item-v9">
  519.                    <a href="/category/fashion/" class="nav-link-v9">Fashion</a>
  520.                  </li>
  521.                
  522.                  <li class="nav-item-v9">
  523.                    <a href="/category/featured/" class="nav-link-v9">Featured</a>
  524.                  </li>
  525.                
  526.                  <li class="nav-item-v9">
  527.                    <a href="/category/gaming/" class="nav-link-v9">Gaming</a>
  528.                  </li>
  529.                
  530.                  <li class="nav-item-v9">
  531.                    <a href="/category/health/" class="nav-link-v9">Health</a>
  532.                  </li>
  533.                
  534.                  <li class="nav-item-v9">
  535.                    <a href="/category/life-fitness/" class="nav-link-v9">Life &amp; Fitness</a>
  536.                  </li>
  537.                
  538.  
  539.                
  540.                  <li class="nav-item-v9 has-dropdown-v9">
  541.                    <button class="nav-link-v9 bg-transparent border-0 nav-more-btn-v9" type="button" aria-haspopup="true" aria-expanded="false" aria-controls="more-desktop-v9">
  542.                      More<svg class="chev-v9" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  543.                        <polyline points="6,9 12,15 18,9"></polyline>
  544.                      </svg>
  545.                    </button>
  546.                    <div class="dropdown-card-v9" id="more-desktop-v9" role="menu">
  547.                      <div class="dropdown-grid-v9">
  548.                        <div class="dropdown-section-v9">
  549.                          
  550.                            <a href="/category/lifestyle/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Lifestyle</a>
  551.                          
  552.                            <a href="/category/news/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> News</a>
  553.                          
  554.                            <a href="/category/others/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Others</a>
  555.                          
  556.                            <a href="/category/politics/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Politics</a>
  557.                          
  558.                            <a href="/category/sports/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Sports</a>
  559.                          
  560.                            <a href="/category/tech/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Tech</a>
  561.                          
  562.                            <a href="/category/travel/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Travel</a>
  563.                          
  564.                        </div>
  565.                      </div>
  566.                    </div>
  567.                  </li>
  568.                
  569.              
  570.                <li class="nav-item-v9">
  571.                <a href="/page/contact-us/" class="nav-link-v9">Contact Us</a>
  572.              </li >
  573.            </ul>
  574.          </nav>
  575.        </div>
  576.  
  577.        <!-- Actions -->
  578.        <div class="col-6 col-md-3 col-lg-2">
  579.          <div class="nav-actions-v9">
  580.            <button class="icon-btn-v9" aria-controls="searchPanelV9" aria-expanded="false" aria-label="Open search" onclick="toggleSearchV9()">
  581.              <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  582.                <circle cx="11" cy="11" r="8"></circle>
  583.                <path d="m21 21-4.35-4.35"></path>
  584.              </svg>
  585.            </button>
  586.            <button class="icon-btn-v9 d-xl-none" aria-controls="mobileNavV9" aria-expanded="false" aria-label="Open menu" onclick="toggleMobileNavV9()">
  587.              <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  588.                <line x1="3" y1="6" x2="21" y2="6" />
  589.                <line x1="3" y1="12" x2="21" y2="12" />
  590.                <line x1="3" y1="18" x2="21" y2="18" />
  591.              </svg>
  592.            </button>
  593.          </div>
  594.        </div>
  595.      </div>
  596.  
  597.      <!-- Active underline (animated) -->
  598.      <span class="active-rail-v9" aria-hidden="true"></span>
  599.    </div>
  600.  
  601.    <!-- Search Panel -->
  602.    <div class="search-panel-v9" id="searchPanelV9" role="dialog" aria-label="Site search" aria-modal="true">
  603.      <form class="search-form-v9" action="" method="get" role="search">
  604.        <label for="q-v9" class="visually-hidden">Search</label>
  605.        <div class="search-input-wrap-v9">
  606.          <svg class="search-icn-v9" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  607.            <circle cx="11" cy="11" r="8"></circle>
  608.            <path d="m21 21-4.35-4.35"></path>
  609.          </svg>
  610.          <input id="search-input" name="q" type="search"  class="search-input-v9" placeholder="Search articles, tutorials, news…" autocomplete="off" />
  611.          <button type="button" class="icon-btn-v9 ghost" aria-label="Close search" onclick="toggleSearchV9()">
  612.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  613.              <line x1="18" y1="6" x2="6" y2="18" />
  614.              <line x1="6" y1="6" x2="18" y2="18" />
  615.            </svg>
  616.          </button>
  617.        </div>
  618.        <div class="search-suggest-v9 search-v1" id="search-results">
  619.          
  620.        </div>
  621.      </form>
  622.    </div>
  623.  
  624.    <!-- Mobile Offcanvas -->
  625.    <aside class="mobile-nav-v9 d-xl-none" id="mobileNavV9" role="dialog" aria-label="Mobile navigation" aria-modal="true">
  626.      <div class="mobile-wrap-v9">
  627.        <div class="mobile-head-v9">
  628.          <span class="mobile-title-v9">Menu</span>
  629.          <button class="icon-btn-v9 ghost" aria-label="Close menu" onclick="toggleMobileNavV9()">
  630.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  631.              <line x1="18" y1="6" x2="6" y2="18" />
  632.              <line x1="6" y1="6" x2="18" y2="18" />
  633.            </svg>
  634.          </button>
  635.        </div>
  636.  
  637.        <ul class="mobile-list-v9">
  638.          <li>
  639.            <a class="mobile-link-v9 active-v9" href="/">Home</a>
  640.          </li>
  641.          <li class="">
  642.                <a href="/page/contact-us/" class="mobile-link-v9">Contact Us</a>
  643.          </li >
  644.          
  645.            
  646.              <li>
  647.                <a class="mobile-link-v9" href="/category/all-posts/">All Posts</a>
  648.              </li>
  649.            
  650.              <li>
  651.                <a class="mobile-link-v9" href="/category/business/">Business</a>
  652.              </li>
  653.            
  654.              <li>
  655.                <a class="mobile-link-v9" href="/category/esports/">Esports</a>
  656.              </li>
  657.            
  658.              <li>
  659.                <a class="mobile-link-v9" href="/category/fashion/">Fashion</a>
  660.              </li>
  661.            
  662.              <li>
  663.                <a class="mobile-link-v9" href="/category/featured/">Featured</a>
  664.              </li>
  665.            
  666.  
  667.            
  668.          
  669.        </ul>
  670.      </div>
  671.    </aside>
  672.  </div>
  673.  
  674.  <!-- Overlay -->
  675.  <div class="nav-overlay-v9" id="navOverlayV9" onclick="closeAllV9()" aria-hidden="true"></div>
  676. </header>
  677.  
  678. <style>
  679.  
  680.  .header-v9 {
  681.    position: relative;
  682.    padding: 14px 0;
  683.    z-index: 50;
  684.  }
  685.  .header-v9.is-scrolled .nav-card-v9 {
  686.    padding: 10px 18px;
  687.    border-radius: 14px;
  688.    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  689.  }
  690.  .header-v9.is-scrolled .logo-img-v9 {
  691.    transform: scale(0.92);
  692.  }
  693.  
  694.  /* Card */
  695.  .nav-card-v9 {
  696.    background: var(--navbar-bg);
  697.    backdrop-filter: blur(18px);
  698.    border: 1px solid var(--border-color);
  699.    border-radius: 18px;
  700.    padding: 14px 22px;
  701.    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  702.    position: sticky;
  703.    top: 10px;
  704.  }
  705.  
  706.  /* Logo */
  707.  .logo-img-v9 {
  708.    max-height: 60px;
  709.    width: auto;
  710.    transition: transform 0.25s ease, opacity 0.25s ease;
  711.  }
  712.  .logo-link-v9:hover .logo-img-v9 {
  713.    transform: translateY(-1px) scale(1.03);
  714.  }
  715.  
  716.  /* Desktop nav */
  717.  .main-nav-v9 {
  718.    display: flex;
  719.    justify-content: center;
  720.  }
  721.  .nav-list-v9 {
  722.    display: flex;
  723.    gap: 6px;
  724.    list-style: none;
  725.    margin: 0;
  726.    padding: 0;
  727.  }
  728.  .nav-item-v9 {
  729.    position: relative;
  730.  }
  731.  .nav-link-v9 {
  732.    position: relative;
  733.    display: inline-flex;
  734.    align-items: center;
  735.    justify-content: center;
  736.    padding: 10px 10px;
  737.    border-radius: 12px;
  738.    color: var(--navbar-color);
  739.    text-decoration: none;
  740.    font-weight: 500;
  741.    font-size: 15px;
  742.    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  743.  }
  744.  .nav-link-v9:hover {
  745.    background: rgba(102, 126, 234, 0.1);
  746.    color: var(--topbar-color);
  747.    transform: translateY(-1px);
  748.  }
  749.  .nav-link-v9.active-v9 {
  750.    color: transparent;
  751.  }
  752.  .nav-link-v9.active-v9::after {
  753.    content: '';
  754.    position: absolute;
  755.    left: 12px;
  756.    right: 12px;
  757.    bottom: 6px;
  758.    height: 3px;
  759.    border-radius: 3px;
  760.    background: var(--sub-nav);
  761.  }
  762.  
  763.  /* Dropdown */
  764.  .has-dropdown-v9 {
  765.    position: relative;
  766.  }
  767.  .nav-more-btn-v9 {
  768.    display: inline-flex;
  769.    gap: 6px;
  770.    align-items: center;
  771.  }
  772.  .chev-v9 {
  773.    transition: transform 0.2s ease;
  774.  }
  775.  .has-dropdown-v9:focus-within .chev-v9,
  776.  .has-dropdown-v9:hover .chev-v9 {
  777.    transform: rotate(180deg);
  778.  }
  779.  
  780.  .dropdown-card-v9 {
  781.    position: absolute;
  782.    top: calc(100% + 14px);
  783.    left: 50%;
  784.    transform: translateX(-50%) translateY(-6px);
  785.    background: var(--navbar-bg);
  786.    border: 1px solid var(--border-color);
  787.    border-radius: 14px;
  788.    padding: 18px;
  789.    min-width: 280px;
  790.    z-index: 200;
  791.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  792.    opacity: 0;
  793.    visibility: hidden;
  794.    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  795.  }
  796.  .has-dropdown-v9:hover .dropdown-card-v9,
  797.  .has-dropdown-v9:focus-within .dropdown-card-v9 {
  798.    opacity: 1;
  799.    visibility: visible;
  800.    transform: translateX(-50%) translateY(0);
  801.  }
  802.  
  803.  .dropdown-grid-v9 {
  804.    display: grid;
  805.    grid-template-columns: 1fr;
  806.    gap: 10px;
  807.  }
  808.  .dropdown-section-v9 {
  809.    display: grid;
  810.    gap: 6px;
  811.  }
  812.  .dropdown-link-v9 {
  813.    display: flex;
  814.    align-items: center;
  815.    gap: 10px;
  816.    padding: 10px 12px;
  817.    border-radius: 10px;
  818.    text-decoration: none;
  819.    font-size: 14px;
  820.    color: var(--navbar-color);
  821.    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
  822.  }
  823.  .dropdown-link-v9:hover {
  824.    background: var(--bs-primary);
  825.    color: var(--bs-white);
  826.    transform: translateX(4px);
  827.  }
  828.  .link-dot-v9 {
  829.    width: 6px;
  830.    height: 6px;
  831.    border-radius: 50%;
  832.    border: 1px solid currentColor;
  833.  }
  834.  
  835.  /* Actions */
  836.  .nav-actions-v9 {
  837.    display: flex;
  838.    justify-content: flex-end;
  839.    align-items: center;
  840.    gap: 8px;
  841.  }
  842.  .icon-btn-v9 {
  843.    border: 1px solid var(--border-color);
  844.    background: rgba(102, 126, 234, 0.1);
  845.    color: var(--navbar-color);
  846.    padding: 8px;
  847.    border-radius: 12px;
  848.    cursor: pointer;
  849.    transition: transform 0.2s, background 0.2s, color 0.2s;
  850.  }
  851.  .icon-btn-v9:hover {
  852.    background: var(--sub-nav);
  853.    color: var(--topbar-color) !important;
  854.    transform: translateY(-1px);
  855.  }
  856.  .icon-btn-v9.ghost {
  857.    background: transparent;
  858.  }
  859.  
  860.  /* Search Panel */
  861.  .search-panel-v9 {
  862.    position: fixed;
  863.    top: 14px;
  864.    left: 50%;
  865.    transform: translateX(-50%) translateY(-16px);
  866.    width: min(720px, calc(100% - 40px));
  867.    background: var(--navbar-bg);
  868.    border: 1px solid var(--border-color);
  869.    border-radius: 16px;
  870.    padding: 16px;
  871.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  872.    opacity: 0;
  873.    visibility: hidden;
  874.    z-index: 300;
  875.    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  876.  }
  877.  .search-panel-v9.show-v9 {
  878.    opacity: 1;
  879.    visibility: visible;
  880.    transform: translateX(-50%) translateY(0);
  881.  }
  882.  .search-input-wrap-v9 {
  883.    display: flex;
  884.    align-items: center;
  885.    gap: 10px;
  886.    background: rgba(248, 250, 252, 0.8);
  887.    border: 2px solid rgba(102, 126, 234, 0.2);
  888.    border-radius: 12px;
  889.    padding: 6px 8px;
  890.    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  891.  }
  892.  .search-input-wrap-v9:focus-within {
  893.    border-color: #667eea;
  894.    background: rgba(255, 255, 255, 0.9);
  895.    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  896.  }
  897.  .search-icn-v9 {
  898.    color: #a0aec0;
  899.    margin-left: 6px;
  900.  }
  901.  .search-input-v9 {
  902.    flex: 1;
  903.    border: 0;
  904.    background: transparent;
  905.    outline: none;
  906.    padding: 12px 4px;
  907.    font-size: 16px;
  908.    color: #2d3748;
  909.  }
  910.  .search-suggest-v9 {
  911.    display: grid;
  912.    grid-template-columns: repeat(3, minmax(0, 1fr));
  913.    gap: 8px;
  914.    margin-top: 10px;
  915.  }
  916.  .suggestion-v9 {
  917.    border: 1px solid var(--border-color);
  918.    background: rgba(248, 250, 252, 0.5);
  919.    color: var(--navbar-color);
  920.    padding: 10px 12px;
  921.    border-radius: 10px;
  922.    font-size: 14px;
  923.    text-align: left;
  924.    cursor: pointer;
  925.    transition: background 0.2s, color 0.2s, transform 0.2s;
  926.  }
  927.  .suggestion-v9:hover {
  928.    background: var(--bs-primary) !important ;
  929.    color: var(--bs-white)  !important;
  930.    transform: translateY(-1px);
  931.  }
  932.  
  933.  /* Mobile */
  934.  .mobile-nav-v9 {
  935.    position: fixed;
  936.    right: 0;
  937.    top: 0;
  938.    height: 100vh;
  939.    width: min(86vw, 420px);
  940.    background: var(--card-bg);
  941.    border-left: 1px solid var(--border-color);
  942.    transform: translateX(100%);
  943.    transition: transform 0.3s ease;
  944.    z-index: 350;
  945.    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  946.  }
  947.  .mobile-nav-v9.show-v9 {
  948.    transform: translateX(0);
  949.  }
  950.  .mobile-wrap-v9 {
  951.    display: flex;
  952.    flex-direction: column;
  953.    height: 100%;
  954.  }
  955.  .mobile-head-v9 {
  956.    display: flex;
  957.    align-items: center;
  958.    justify-content: space-between;
  959.    padding: 16px;
  960.    background: var(--navbar-bg);
  961.  }
  962.  .mobile-title-v9 {
  963.    font-weight: 600;
  964.  }
  965.  .mobile-list-v9 {
  966.    list-style: none;
  967.    padding: 10px 12px 20px;
  968.    margin: 0;
  969.    overflow-y: auto;
  970.  }
  971.  .mobile-link-v9 {
  972.    display: flex;
  973.    align-items: center;
  974.    justify-content: space-between;
  975.    padding: 14px 12px;
  976.    border-radius: 12px;
  977.    text-decoration: none;
  978.    color: var(--navbar-color);
  979.    font-weight: 500;
  980.    transition: background 0.2s, color 0.2s;
  981.  }
  982.  .mobile-link-v9:hover,
  983.  .mobile-link-v9.active-v9 {
  984.    background: var(--sub-nav);
  985.    color: var(--topbar-color);
  986.  }
  987.  .mobile-group-v9 {
  988.    margin-top: 4px;
  989.  }
  990.  .mobile-sublist-v9 {
  991.    list-style: none;
  992.    margin: 0;
  993.    padding: 0;
  994.    max-height: 0;
  995.    overflow: auto;
  996.    transition: max-height 0.25s ease;
  997.    background:var(--navbar-bg);
  998.    border-radius: 12px;
  999.    margin-top: 6px;
  1000.  }
  1001.  .mobile-sublist-v9.show-v9 {
  1002.    max-height: 360px;
  1003.    background: var(--navbar-bg);
  1004.    padding: 6px 0;
  1005.  }
  1006.  .mobile-sublink-v9 {
  1007.    display: block;
  1008.    padding: 10px 16px;
  1009.    text-decoration: none;
  1010.    color: var(--navbar-color);
  1011.    border-radius: 10px;
  1012.    font-size: 14px;
  1013.  }
  1014.  .mobile-sublink-v9:hover {
  1015.    background: var(--sub-nav);
  1016.    color: var(--topbar-color);
  1017.  }
  1018.  .mobile-arrow-v9 {
  1019.    transition: transform 0.2s ease;
  1020.  }
  1021.  .mobile-link-v9.has-arrow-v9[aria-expanded='true'] .mobile-arrow-v9 {
  1022.    transform: rotate(180deg);
  1023.  }
  1024.  
  1025.  /* Overlay */
  1026.  .nav-overlay-v9 {
  1027.    position: fixed;
  1028.    inset: 0;
  1029.    background: rgba(0, 0, 0, 0.35);
  1030.    backdrop-filter: blur(4px);
  1031.    opacity: 0;
  1032.    visibility: hidden;
  1033.    transition: opacity 0.25s, visibility 0.25s;
  1034.    z-index: 200;
  1035.  }
  1036.  .nav-overlay-v9.show-v9 {
  1037.    opacity: 1;
  1038.    visibility: visible;
  1039.  }
  1040.  
  1041.  
  1042.  /* Utils */
  1043.  .visually-hidden {
  1044.    position: absolute !important;
  1045.    height: 1px;
  1046.    width: 1px;
  1047.    overflow: hidden;
  1048.    clip: rect(1px, 1px, 1px, 1px);
  1049.    white-space: nowrap;
  1050.  }
  1051.  
  1052.  /* Responsive tweaks */
  1053.  @media (max-width: 1300px) {
  1054.    .nav-card-v9 {
  1055.      padding: 12px 18px;
  1056.      border-radius: 16px;
  1057.    }
  1058.    .search-panel-v9 {
  1059.      width: calc(100% - 32px);
  1060.    }
  1061.  }
  1062.  @media (max-width: 576px) {
  1063.    .logo-img-v9 {
  1064.      max-height: 38px;
  1065.    }
  1066.  }
  1067. </style>
  1068.  
  1069. <script>
  1070.  /* ============ V9 JS ============ */
  1071.  ;(function () {
  1072.    const overlay = document.getElementById('navOverlayV9')
  1073.    const searchPanel = document.getElementById('searchPanelV9')
  1074.    const mobileNav = document.getElementById('mobileNavV9')
  1075.    const header = document.querySelector('.header-v9')
  1076.  
  1077.    function lockScroll(lock) {
  1078.      document.body.style.overflow = lock ? 'hidden' : ''
  1079.    }
  1080.  
  1081.    window.toggleSearchV9 = function () {
  1082.      const btn = document.querySelector('[aria-controls="searchPanelV9"]')
  1083.      const willOpen = !searchPanel.classList.contains('show-v9')
  1084.  
  1085.      // close mobile if open
  1086.      mobileNav.classList.remove('show-v9')
  1087.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1088.  
  1089.      searchPanel.classList.toggle('show-v9', willOpen)
  1090.      overlay.classList.toggle('show-v9', willOpen)
  1091.      btn?.setAttribute('aria-expanded', String(willOpen))
  1092.      lockScroll(willOpen)
  1093.  
  1094.      if (willOpen) setTimeout(() => document.getElementById('q-v9')?.focus(), 80)
  1095.    }
  1096.  
  1097.    window.toggleMobileNavV9 = function () {
  1098.      const btn = document.querySelector('[aria-controls="mobileNavV9"]')
  1099.      const willOpen = !mobileNav.classList.contains('show-v9')
  1100.  
  1101.      // close search if open
  1102.      searchPanel.classList.remove('show-v9')
  1103.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1104.  
  1105.      mobileNav.classList.toggle('show-v9', willOpen)
  1106.      overlay.classList.toggle('show-v9', willOpen)
  1107.      btn?.setAttribute('aria-expanded', String(willOpen))
  1108.      lockScroll(willOpen)
  1109.    }
  1110.  
  1111.    window.toggleMobileDropdownV9 = function (id) {
  1112.      const list = document.getElementById(id)
  1113.      const btn = document.querySelector(`[onclick*="${id}"]`)
  1114.      const willOpen = !list.classList.contains('show-v9')
  1115.      // close siblings
  1116.      document.querySelectorAll('.mobile-sublist-v9').forEach((el) => {
  1117.        if (el.id !== id) el.classList.remove('show-v9')
  1118.      })
  1119.      list.classList.toggle('show-v9', willOpen)
  1120.      btn?.setAttribute('aria-expanded', String(willOpen))
  1121.    }
  1122.  
  1123.    window.closeAllV9 = function () {
  1124.      searchPanel.classList.remove('show-v9')
  1125.      mobileNav.classList.remove('show-v9')
  1126.      overlay.classList.remove('show-v9')
  1127.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1128.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1129.      lockScroll(false)
  1130.    }
  1131.  
  1132.    // ESC to close
  1133.    document.addEventListener('keydown', (e) => {
  1134.      if (e.key === 'Escape') window.closeAllV9()
  1135.    })
  1136.  
  1137.    // Sticky shrink on scroll
  1138.    let lastY = window.scrollY
  1139.    const onScroll = () => {
  1140.      const y = window.scrollY
  1141.      header.classList.toggle('is-scrolled', y > 10)
  1142.      lastY = y
  1143.    }
  1144.    onScroll()
  1145.    window.addEventListener('scroll', onScroll, { passive: true })
  1146.  
  1147.    // Suggestions fill
  1148.    document.addEventListener('click', (e) => {
  1149.      const btn = e.target.closest('.suggestion-v9')
  1150.      if (!btn) return
  1151.      const val = btn.getAttribute('data-fill') || ''
  1152.      const input = document.getElementById('q-v9')
  1153.      if (input) input.value = val
  1154.    })
  1155.  
  1156.    // Desktop "More" button a11y: open on focus-within, we just toggle aria
  1157.    const moreBtn = document.querySelector('.nav-more-btn-v9')
  1158.    const moreCard = document.getElementById('more-desktop-v9')
  1159.    if (moreBtn && moreCard) {
  1160.      ;['mouseenter', 'focus'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'true')))
  1161.      ;['mouseleave', 'blur'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'false')))
  1162.    }
  1163.  })()
  1164. </script>
  1165.  
  1166. <script>
  1167.  document.addEventListener("DOMContentLoaded", function () {
  1168.    console.log("loaded");
  1169.  
  1170.     const searchInput = document.getElementById("search-input")
  1171.    const searchResults = document.getElementById("search-results");
  1172.  
  1173.    if (!searchInput || !searchResults) {
  1174.      console.error("Search input/results not found");
  1175.      return;
  1176.    }
  1177.  
  1178.    // Prevent form submission
  1179.    if (searchInput.form) {
  1180.      searchInput.form.addEventListener("submit", function (e) {
  1181.        e.preventDefault();
  1182.      });
  1183.    }
  1184.  
  1185.    // Add event listener for keyup
  1186.    searchInput.addEventListener("keyup", function (e) {
  1187.      console.log("Key pressed:", e.key);
  1188.      e.preventDefault();
  1189.  
  1190.      const query = searchInput.value.trim();
  1191.      console.log("User is typing: " + query);
  1192.  
  1193.      // If empty → clear and hide
  1194.      if (query === "") {
  1195.        searchResults.innerHTML = "";
  1196.        searchResults.style.display = "none";
  1197.        return;
  1198.      }
  1199.  
  1200.      // Show results
  1201.      searchResults.style.display = "block";
  1202.  
  1203.      // Fetch search results
  1204.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1205.        method: "GET",
  1206.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1207.      })
  1208.        .then(response => {
  1209.          console.log("Response Status:", response.status);
  1210.          return response.json();
  1211.        })
  1212.        .then(data => {
  1213.          console.log("Data received:", data);
  1214.          if (data.html) {
  1215.            searchResults.innerHTML = data.html;
  1216.          } else {
  1217.            searchResults.innerHTML = "<p>No results found.</p>";
  1218.          }
  1219.        })
  1220.        .catch(error => {
  1221.          console.error("Error fetching search results:", error);
  1222.        });
  1223.    });
  1224.  
  1225.    // Close results when clicking outside
  1226.    document.addEventListener("click", function (e) {
  1227.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1228.        searchResults.style.display = "none";
  1229.      }
  1230.    });
  1231.  
  1232.    // Close results on ESC key
  1233.    document.addEventListener("keydown", function (e) {
  1234.      if (e.key === "Escape") {
  1235.        searchResults.style.display = "none";
  1236.      }
  1237.    });
  1238.  });
  1239. </script>
  1240.  
  1241.  
  1242.        </header>
  1243.        <!-- end of header -->
  1244.        <!-- start of wpo-blog-hero -->
  1245.        
  1246.  
  1247.  
  1248.  
  1249.  
  1250.  
  1251.  
  1252.  
  1253. <div class="blog-hero-v9">
  1254.  <div class="container-fluid fluid-container">
  1255.    <!-- Top Section: Split Layout -->
  1256.    <div class="row g-4 mb-5">
  1257.      <!-- Large Featured Article (Left) -->
  1258.      
  1259.              
  1260.      <div class="col-lg-8 col-12">
  1261.        <article class="large-featured">
  1262.          <div class="featured-image-container">
  1263.            
  1264.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Five Major Key Moments in the Assault on the Freedoms of Women and Girls in 2025." class="featured-image">
  1265.            
  1266.            <div class="category-tag bg-primary-gradient">News</div>
  1267.          </div>
  1268.          <div class="featured-content">
  1269.            <h1 class="featured-title"><a href="/five-major-key-moments-in-the-assault-on-the-freedoms-of-women-and-girls-in-2025/">
  1270.                                Five Major Key Moments in the Assault on the Freedoms of Women and Girls in 2025.
  1271.                            </a></h1>
  1272.            <p class="featured-summary"></p>
  1273.            <div class="article-meta">
  1274.              <div class="author-info">
  1275.                
  1276.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0997487f-ea23-402c-969e-39dd3a996106_profile.png" alt="James Simmons" class="author-pic" >
  1277.                  
  1278.                <span class="author-name">James Simmons</span>
  1279.                <span class="post-time">Aug 09, 2026</span>
  1280.              </div>
  1281.            </div>
  1282.          </div>
  1283.        </article>
  1284.      </div>
  1285.      
  1286.      
  1287.  
  1288.      <!-- Smaller Featured Articles (Right, Stacked) -->
  1289.      <div class="col-lg-4 col-12">
  1290.        <div class="stacked-features">
  1291.          
  1292.          <article class="small-featured">
  1293.            <div class="small-image-container">
  1294.              
  1295.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Right Now, Denim Trousers Should Be Rigid, Sophisticated and Streamlined" class="small-image">
  1296.              
  1297.              <div class="category-tag bg-primary-gradient">News</div>
  1298.            </div>
  1299.            <div class="small-content">
  1300.              <h3 class="small-title"> <a href="/right-now-denim-trousers-should-be-rigid-sophisticated-and-streamlined/">
  1301.                                Right Now, Denim Trousers Should Be Rigid, Sophisticated and Streamlined
  1302.                            </a></h3>
  1303.              <p class="compact-text"></p>
  1304.              <div class="small-meta">
  1305.                <span class="small-author">James Simmons</span>
  1306.                <span class="small-date">Aug 09, 2026</span>
  1307.              </div>
  1308.            </div>
  1309.          </article>
  1310.      
  1311.          <article class="small-featured">
  1312.            <div class="small-image-container">
  1313.              
  1314.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Unbearable Suffering: My Struggle Against the Enigmatic Pain of Cluster Headaches" class="small-image">
  1315.              
  1316.              <div class="category-tag bg-primary-gradient">News</div>
  1317.            </div>
  1318.            <div class="small-content">
  1319.              <h3 class="small-title"> <a href="/unbearable-suffering-my-struggle-against-the-enigmatic-pain-of-cluster-headaches/">
  1320.                                Unbearable Suffering: My Struggle Against the Enigmatic Pain of Cluster Headaches
  1321.                            </a></h3>
  1322.              <p class="compact-text"></p>
  1323.              <div class="small-meta">
  1324.                <span class="small-author">James Simmons</span>
  1325.                <span class="small-date">Aug 09, 2026</span>
  1326.              </div>
  1327.            </div>
  1328.          </article>
  1329.      
  1330.        </div>
  1331.      </div>
  1332.    </div>
  1333.    <!-- Bottom Section: Three Compact Cards -->
  1334.    <div class="row g-4">
  1335.      
  1336.      <div class="col-lg-4 col-md-6 col-12">
  1337.        <article class="compact-card">
  1338.          <div class="compact-image">
  1339.            
  1340.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="A Shadow of His Imperious Self - Van Dijk Fights Decline" >
  1341.            
  1342.            <div class="compact-category bg-primary-gradient">News</div>
  1343.          </div>
  1344.          <div class="compact-body">
  1345.            <h3 class="compact-title"> <a href="/a-shadow-of-his-imperious-self-van-dijk-fights-decline/">
  1346.                                    A Shadow of His Imperious Self - Van Dijk Fights Decline
  1347.                                </a></h3>
  1348.            <p class="compact-text"></p>
  1349.            <div class="compact-footer">
  1350.              <span class="compact-name">James Simmons</span>
  1351.              <span class="compact-date">Aug 09</span>
  1352.            </div>
  1353.          </div>
  1354.        </article>
  1355.      </div>
  1356.      
  1357.      <div class="col-lg-4 col-md-6 col-12">
  1358.        <article class="compact-card">
  1359.          <div class="compact-image">
  1360.            
  1361.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Encounter the Artificial Intelligence Workers That Caution Loved Ones to Avoid From AI" >
  1362.            
  1363.            <div class="compact-category bg-primary-gradient">News</div>
  1364.          </div>
  1365.          <div class="compact-body">
  1366.            <h3 class="compact-title"> <a href="/encounter-the-artificial-intelligence-workers-that-caution-loved-ones-to-avoid-from-ai/">
  1367.                                    Encounter the Artificial Intelligence Workers That Caution Loved Ones to Avoid From AI
  1368.                                </a></h3>
  1369.            <p class="compact-text"></p>
  1370.            <div class="compact-footer">
  1371.              <span class="compact-name">James Simmons</span>
  1372.              <span class="compact-date">Aug 09</span>
  1373.            </div>
  1374.          </div>
  1375.        </article>
  1376.      </div>
  1377.      
  1378.    </div>
  1379.  </div>
  1380. </div>
  1381.  
  1382. <style>
  1383.  
  1384.  /* Large Featured Article */
  1385.  .large-featured {
  1386.    background: var(--card-bg, #ffffff);
  1387.    border-radius: 10px;
  1388.    overflow: hidden;
  1389.    transition: box-shadow 0.3s ease;
  1390.  }
  1391.  
  1392.  .large-featured:hover {
  1393.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1394.  }
  1395.  
  1396.  .featured-image-container {
  1397.    position: relative;
  1398.    height: 350px;
  1399.    overflow: hidden;
  1400.  }
  1401.  
  1402.  .featured-image {
  1403.    width: 100%;
  1404.    height: 100%;
  1405.    object-fit: cover;
  1406.  }
  1407.  
  1408.  .featured-content {
  1409.    padding: 2rem;
  1410.  }
  1411.  
  1412.  .featured-title {
  1413.    font-size: 2.2rem;
  1414.    font-weight: 700;
  1415.    color: #111827;
  1416.    margin-bottom: 0.75rem;
  1417.    line-height: 1.3;
  1418.  }
  1419.  
  1420.  .featured-summary {
  1421.    font-size: 1rem;
  1422.    color: #4b5563;
  1423.    line-height: 1.6;
  1424.    margin-bottom: 1.25rem;
  1425.  }
  1426.  
  1427.  .article-meta {
  1428.    display: flex;
  1429.    align-items: center;
  1430.    gap: 0.75rem;
  1431.    font-size: 0.85rem;
  1432.    color: #6b7280;
  1433.  }
  1434.  
  1435.  .author-info {
  1436.    display: flex;
  1437.    align-items: center;
  1438.    gap: 0.5rem;
  1439.  }
  1440.  
  1441.  .author-pic {
  1442.    width: 36px;
  1443.    height: 36px;
  1444.    border-radius: 50%;
  1445.  }
  1446.  
  1447.  .author-name {
  1448.    font-weight: 600;
  1449.    color: #374151;
  1450.  }
  1451.  
  1452.  /* Smaller Featured Articles (Stacked) */
  1453.  .stacked-features {
  1454.    display: flex;
  1455.    flex-direction: column;
  1456.    gap: 1.5rem;
  1457.  }
  1458.  
  1459.  .small-featured {
  1460.    background: var(--card-bg, #ffffff);
  1461.    border-radius: 10px;
  1462.    overflow: hidden;
  1463.    transition: box-shadow 0.3s ease;
  1464.  }
  1465.  
  1466.  .small-featured:hover {
  1467.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1468.  }
  1469.  
  1470.  .small-image-container {
  1471.    position: relative;
  1472.    height: 150px;
  1473.    overflow: hidden;
  1474.  }
  1475.  
  1476.  .small-image {
  1477.    width: 100%;
  1478.    height: 100%;
  1479.    object-fit: cover;
  1480.  }
  1481.  
  1482.  .small-content {
  1483.    padding: 1.25rem;
  1484.  }
  1485.  
  1486.  .small-title {
  1487.    font-size: 1.2rem;
  1488.    font-weight: 600;
  1489.    color: #111827;
  1490.    margin-bottom: 0.5rem;
  1491.  }
  1492.  
  1493.  .small-meta {
  1494.    display: flex;
  1495.    gap: 0.5rem;
  1496.    font-size: 0.8rem;
  1497.    color: #6b7280;
  1498.  }
  1499.  
  1500.  /* Category Tags - Gradient for Difference */
  1501.  .category-tag {
  1502.    position: absolute;
  1503.    top: 0.75rem;
  1504.    left: 0.75rem;
  1505.    padding: 0.3rem 1rem;
  1506.    font-size: 0.75rem;
  1507.    font-weight: 600;
  1508.    text-transform: uppercase;
  1509.    color: white;
  1510.    border-radius: 15px; /* Soft pill shape */
  1511.  }
  1512.  
  1513.  
  1514.  
  1515.  /* Compact Cards - Borderless */
  1516.  .compact-card {
  1517.    background: var(--card-bg, #ffffff);
  1518.    border-radius: 10px;
  1519.    overflow: hidden;
  1520.    transition: box-shadow 0.3s ease;
  1521.  }
  1522.  
  1523.  .compact-card:hover {
  1524.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1525.  }
  1526.  
  1527.  .compact-image {
  1528.    position: relative;
  1529.    height: 180px;
  1530.    overflow: hidden;
  1531.  }
  1532.  
  1533.  .compact-image img {
  1534.    width: 100%;
  1535.    height: 100%;
  1536.    object-fit: cover;
  1537.  }
  1538.  
  1539.  .compact-category {
  1540.    position: absolute;
  1541.    top: 0.75rem;
  1542.    left: 0.75rem;
  1543.    padding: 0.3rem 0.8rem;
  1544.    font-size: 0.7rem;
  1545.    border-radius: 15px;
  1546.    color: white;
  1547.  }
  1548.  
  1549.  .compact-body {
  1550.    padding: 1.5rem;
  1551.  }
  1552.  
  1553.  .compact-title {
  1554.    font-size: 1.1rem;
  1555.    font-weight: 600;
  1556.    color: #111827;
  1557.    margin-bottom: 0.5rem;
  1558.  }
  1559.  
  1560.  .compact-text {
  1561.    font-size: 0.9rem;
  1562.    color: #4b5563;
  1563.    line-height: 1.5;
  1564.    margin-bottom: 1rem;
  1565.  }
  1566.  
  1567.  .compact-footer {
  1568.    display: flex;
  1569.    justify-content: space-between;
  1570.    font-size: 0.8rem;
  1571.    color: #6b7280;
  1572.  }
  1573.  
  1574.  /* Responsive Design */
  1575.  @media (max-width: 992px) {
  1576.    .featured-image-container {
  1577.      height: 280px;
  1578.    }
  1579.  
  1580.    .featured-title {
  1581.      font-size: 1.8rem;
  1582.    }
  1583.  
  1584.    .small-image-container {
  1585.      height: 120px;
  1586.    }
  1587.  }
  1588.  
  1589.  @media (max-width: 768px) {
  1590.    .featured-content,
  1591.    .small-content,
  1592.    .compact-body {
  1593.      padding: 1.25rem;
  1594.    }
  1595.  
  1596.    .compact-image {
  1597.      height: 150px;
  1598.    }
  1599.  }
  1600.  
  1601.  @media (max-width: 576px) {
  1602.    .featured-title {
  1603.      font-size: 1.5rem;
  1604.    }
  1605.  
  1606.    .small-title,
  1607.    .compact-title {
  1608.      font-size: 1rem;
  1609.    }
  1610.  }
  1611. </style>
  1612.  
  1613.  
  1614.  
  1615.  
  1616.        <!-- end of wpo-blog-hero -->
  1617.  
  1618.        <!-- start of wpo-breacking-news -->
  1619.        
  1620.        <!-- end of wpo-breacking-news -->
  1621.        
  1622.        <!-- start wpo-blog-highlights-section -->
  1623.        
  1624.  
  1625.  
  1626.  
  1627.    
  1628.  
  1629.  
  1630.  
  1631.  
  1632. <style>
  1633.    .blog-highlights-v3 {
  1634.        padding: 80px 0;
  1635.        position: relative;
  1636.        overflow: hidden;
  1637.    }
  1638.    
  1639.    .blog-highlights-v3::before {
  1640.        content: '';
  1641.        position: absolute;
  1642.        top: 0;
  1643.        left: 0;
  1644.        width: 100%;
  1645.        height: 100%;
  1646.        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  1647.        z-index: 0;
  1648.    }
  1649.    
  1650.    .masonry-container {
  1651.        display: grid;
  1652.        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  1653.        grid-gap: 25px;
  1654.    }
  1655.    
  1656.    .blog-card-v3 {
  1657.        border: 1px solid var(--border-color) !important;
  1658.        border-radius: 25px;
  1659.        overflow: hidden;
  1660.        background: var(--card-bg);
  1661.        backdrop-filter: blur(10px);
  1662.        border: 1px solid var(--border-color);
  1663.        position: relative;
  1664.        transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1665.        cursor: pointer;
  1666.        transform: translateY(0) rotateX(0) rotateY(0);
  1667.        transform-style: preserve-3d;
  1668.        perspective: 1000px;
  1669.        z-index: 1;
  1670.    }
  1671.    .span-21 { grid-row-end: span 21; }
  1672.    .span-22 { grid-row-end: span 22; }
  1673.    
  1674.    .blog-card-v3::before {
  1675.        content: '';
  1676.        position: absolute;
  1677.        top: 0;
  1678.        left: 0;
  1679.        width: 100%;
  1680.        height: 100%;
  1681.        background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.02) 100%);
  1682.        opacity: 0;
  1683.        transition: opacity 0.3s ease;
  1684.        z-index: 1;
  1685.    }
  1686.    
  1687.    .blog-card-v3:hover {
  1688.        transform: translateY(-20px) rotateX(5deg) rotateY(5deg) scale(1.03);
  1689.        box-shadow:
  1690.            0 30px 60px rgba(0,0,0,0.15),
  1691.            0 15px 30px rgba(0,0,0,0.1),
  1692.            inset 0 1px 0 rgba(255,255,255,0.3);
  1693.        z-index: 10;
  1694.    }
  1695.    
  1696.    .blog-card-v3:hover::before {
  1697.        opacity: 1;
  1698.    }
  1699.    
  1700.    .blog-image-v3 {
  1701.        position: relative;
  1702.        overflow: hidden;
  1703.        height: 50%;
  1704.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1705.    }
  1706.    
  1707.    .blog-image-v3::after {
  1708.        content: '';
  1709.        position: absolute;
  1710.        top: 0;
  1711.        left: 0;
  1712.        width: 100%;
  1713.        height: 100%;
  1714.        background:
  1715.            radial-gradient(circle at top right, rgba(255,255,255,0.3) 0%, transparent 50%),
  1716.            linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 100%);
  1717.        z-index: 2;
  1718.    }
  1719.    
  1720.    .blog-image-v3 img {
  1721.        width: 100%;
  1722.        height: 100%;
  1723.        object-fit: cover;
  1724.        transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1725.        transform: scale(1);
  1726.        filter: brightness(1) saturate(1);
  1727.    }
  1728.    
  1729.    .blog-card-v3:hover .blog-image-v3 img {
  1730.        transform: scale(1.15);
  1731.        filter: brightness(1.1) saturate(1.2);
  1732.    }
  1733.    
  1734.    .blog-floating-elements {
  1735.        position: absolute;
  1736.        top: 0;
  1737.        left: 0;
  1738.        width: 100%;
  1739.        height: 100%;
  1740.        pointer-events: none;
  1741.        z-index: 3;
  1742.    }
  1743.    
  1744.    .floating-dot {
  1745.        position: absolute;
  1746.        width: 8px;
  1747.        height: 8px;
  1748.        background: rgba(255,255,255,0.6);
  1749.        border-radius: 50%;
  1750.        animation: float 3s ease-in-out infinite;
  1751.    }
  1752.    
  1753.    .floating-dot:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
  1754.    .floating-dot:nth-child(2) { top: 60%; right: 20%; animation-delay: 0.5s; }
  1755.    .floating-dot:nth-child(3) { bottom: 30%; left: 25%; animation-delay: .5s; }
  1756.    
  1757.    @keyframes float {
  1758.        0%, 100% { transform: translateY(0px); }
  1759.        50% { transform: translateY(-10px); }
  1760.    }
  1761.    
  1762.    .blog-category-v3 {
  1763.        position: absolute;
  1764.        top: 25px;
  1765.        right: 25px;
  1766.        padding: 10px 18px;
  1767.        border-radius: 30px;
  1768.        font-size: 11px;
  1769.        font-weight: 800;
  1770.        text-transform: uppercase;
  1771.        letter-spacing: 1.2px;
  1772.        backdrop-filter: blur(10px);
  1773.        z-index: 4;
  1774.        transform: translateY(0) scale(1);
  1775.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1776.        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  1777.        border: 1px solid rgba(255,255,255,0.3);
  1778.    }
  1779.    
  1780.    .blog-card-v3:hover .blog-category-v3 {
  1781.        transform: translateY(-10px) scale(1.1);
  1782.        background: rgba(var(--card-bg),1);
  1783.        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  1784.    }
  1785.    
  1786.    .blog-content-v3 {
  1787.        padding: 35px 30px 30px;
  1788.        height: 50%;
  1789.        display: flex;
  1790.        flex-direction: column;
  1791.        justify-content: space-between;
  1792.        position: relative;
  1793.        z-index: 2;
  1794.    }
  1795.    
  1796.    .blog-title-v3 {
  1797.        font-size: 19px;
  1798.        font-weight: 700;
  1799.        line-height: 1.3;
  1800.        margin-bottom: 18px;
  1801.        position: relative;
  1802.    }
  1803.    
  1804.    .blog-title-v3 a {
  1805.        text-decoration: none;
  1806.        color: var(--top-color) !important;
  1807.        transition: all 0.3s ease;
  1808.        position: relative;
  1809.        display: inline-block;
  1810.    }
  1811.    
  1812.    .blog-title-v3 a::before {
  1813.        content: '';
  1814.        position: absolute;
  1815.        bottom: -3px;
  1816.        left: 0;
  1817.        width: 0;
  1818.        height: 3px;
  1819.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1820.        border-radius: 2px;
  1821.        transition: width 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1822.    }
  1823.    
  1824.    .blog-card-v3:hover .blog-title-v3 a::before {
  1825.        width: 100%;
  1826.    }
  1827.    
  1828.    .blog-meta-v3 {
  1829.        display: flex;
  1830.        align-items: center;
  1831.        gap: 15px;
  1832.        margin-bottom: 18px;
  1833.        font-size: 13px;
  1834.        color: #7f8c8d;
  1835.        padding-bottom: 18px;
  1836.        border-bottom: 1px solid rgba(127, 140, 141, 0.1);
  1837.        position: relative;
  1838.    }
  1839.    
  1840.    .blog-meta-v3::after {
  1841.        content: '';
  1842.        position: absolute;
  1843.        bottom: -1px;
  1844.        left: 0;
  1845.        width: 0;
  1846.        height: 1px;
  1847.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1848.        transition: width 0.6s ease 0.3s;
  1849.    }
  1850.    
  1851.    .blog-card-v3:hover .blog-meta-v3::after {
  1852.        width: 80px;
  1853.    }
  1854.    
  1855.    .blog-author-img-v3 {
  1856.        width: 35px;
  1857.        height: 35px;
  1858.        border-radius: 50%;
  1859.        object-fit: cover;
  1860.        border: 3px solid rgba(255,255,255,0.8);
  1861.        transition: all 0.4s ease;
  1862.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  1863.    }
  1864.    
  1865.    .blog-card-v3:hover .blog-author-img-v3 {
  1866.        transform: scale(1.15);
  1867.        border-color: rgba(102, 126, 234, 0.5);
  1868.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
  1869.    }
  1870.    
  1871.    .blog-excerpt-v3 {
  1872.        font-size: 14px;
  1873.        line-height: 1.7;
  1874.        color: #5a6c7d;
  1875.        margin-bottom: 20px;
  1876.        display: -webkit-box;
  1877.        -webkit-line-clamp: 3;
  1878.        -webkit-box-orient: vertical;
  1879.        overflow: hidden;
  1880.        opacity: 0.9;
  1881.        transition: opacity 0.3s ease;
  1882.    }
  1883.    
  1884.    .blog-card-v3:hover .blog-excerpt-v3 {
  1885.        opacity: 1;
  1886.    }
  1887.    
  1888.    .blog-actions-v3 {
  1889.        display: flex;
  1890.        justify-content: space-between;
  1891.        align-items: center;
  1892.    }
  1893.    
  1894.    .blog-read-time-v3 {
  1895.        font-size: 12px;
  1896.        color: #95a5a6;
  1897.        display: flex;
  1898.        align-items: center;
  1899.        gap: 6px;
  1900.    }
  1901.    
  1902.    .blog-read-more-v3 {
  1903.        width: 50px;
  1904.        height: 50px;
  1905.        border-radius: 50%;
  1906.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1907.        display: flex;
  1908.        align-items: center;
  1909.        justify-content: center;
  1910.        color: white;
  1911.        text-decoration: none;
  1912.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1913.        transform: scale(0) rotate(0deg);
  1914.        opacity: 0;
  1915.        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
  1916.        position: relative;
  1917.        overflow: hidden;
  1918.    }
  1919.    
  1920.    .blog-read-more-v3::before {
  1921.        content: '';
  1922.        position: absolute;
  1923.        top: 50%;
  1924.        left: 50%;
  1925.        width: 0;
  1926.        height: 0;
  1927.        background: rgba(255,255,255,0.2);
  1928.        border-radius: 50%;
  1929.        transition: all 0.6s ease;
  1930.        transform: translate(-50%, -50%);
  1931.    }
  1932.    
  1933.    .blog-card-v3:hover .blog-read-more-v3 {
  1934.        transform: scale(1) rotate(360deg);
  1935.        opacity: 1;
  1936.    }
  1937.    
  1938.    .blog-read-more-v3:hover::before {
  1939.        width: 100%;
  1940.        height: 100%;
  1941.    }
  1942.    
  1943.    .section-header-v3 {
  1944.        text-align: center;
  1945.        margin-bottom: 80px;
  1946.        position: relative;
  1947.        z-index: 2;
  1948.    }
  1949.    
  1950.    .section-title-v3 {
  1951.        font-size: 3.5rem;
  1952.        font-weight: 900;
  1953.        margin-bottom: 25px;
  1954.        color: #2c3e50;
  1955.        position: relative;
  1956.        display: inline-block;
  1957.    }
  1958.    
  1959.    .section-title-v3::before {
  1960.        content: '';
  1961.        position: absolute;
  1962.        top: -15px;
  1963.        right: -15px;
  1964.        width: 30px;
  1965.        height: 30px;
  1966.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1967.        border-radius: 50%;
  1968.        opacity: 0.3;
  1969.        animation: pulse 2s infinite;
  1970.    }
  1971.    
  1972.    @keyframes pulse {
  1973.        0%, 100% { transform: scale(1); opacity: 0.3; }
  1974.        50% { transform: scale(1.2); opacity: 0.6; }
  1975.    }
  1976.    
  1977.    .section-subtitle-v3 {
  1978.        font-size: 1.2rem;
  1979.        color: #7f8c8d;
  1980.        max-width: 700px;
  1981.        margin: 0 auto;
  1982.        line-height: 1.7;
  1983.        font-weight: 300;
  1984.    }
  1985.    
  1986.    .scroll-reveal {
  1987.        opacity: 0;
  1988.        transform: translateY(50px) scale(0.9);
  1989.        transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
  1990.    }
  1991.    
  1992.    .scroll-reveal.revealed {
  1993.        opacity: 1;
  1994.        transform: translateY(0) scale(1);
  1995.    }
  1996.    
  1997.    .scroll-reveal:nth-child(1) { transition-delay: 0.1s; }
  1998.    .scroll-reveal:nth-child(2) { transition-delay: 0.1s; }
  1999.    .scroll-reveal:nth-child(3) { transition-delay: 0.1s; }
  2000.    .scroll-reveal:nth-child(4) { transition-delay: 0.1s; }
  2001.    .scroll-reveal:nth-child(5) { transition-delay: 0.1s; }
  2002.    .scroll-reveal:nth-child(6) { transition-delay: 0.1s; }
  2003.  
  2004.    @media (max-width: 768px) {
  2005.        .masonry-container {
  2006.            display: flex;
  2007.            flex-direction: column;
  2008.            grid-gap: 20px;
  2009.        }
  2010.        .blog-card-v3:nth-child(n) {
  2011.            grid-row-end: span 20;
  2012.        }
  2013.        .section-title-v3 {
  2014.            font-size: 2.8rem;
  2015.        }
  2016.        .blog-highlights-v3 {
  2017.            padding: 60px 0;
  2018.        }
  2019.        .blog-content-v3 {
  2020.            padding: 25px 20px;
  2021.        }
  2022.        .blog-card-v3:hover {
  2023.            transform: translateY(-15px) scale(1.02);
  2024.        }
  2025.        .blog-image-v3{
  2026.            max-height: 350px;
  2027.            height: 100%;
  2028.        }
  2029.    }
  2030. </style>
  2031.  
  2032. <section class="blog-highlights-v3">
  2033.    <div class="container-fluid fluid-container">
  2034.        <div class="row">
  2035.            <div class="col-12">
  2036.                 <div class="wpo-section-title">
  2037.            <h2>
  2038.                Today's Top Highlights
  2039.                   </h2>
  2040.        </div>
  2041.            </div>
  2042.        </div>
  2043.        
  2044.        <div class="row">
  2045.            <div class="col-lg-8 col-12">
  2046.                <div class="masonry-container">
  2047.                    
  2048.                    <div class="blog-card-v3 scroll-reveal span-21">
  2049.                        <div class="blog-image-v3">
  2050.                            
  2051.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2052.                            
  2053.                            <div class="blog-floating-elements">
  2054.                                <div class="floating-dot"></div>
  2055.                                <div class="floating-dot"></div>
  2056.                                <div class="floating-dot"></div>
  2057.                            </div>
  2058.                            <span class="blog-category-v3 bg-primary-gradient">
  2059.                                News
  2060.                            </span>
  2061.                        </div>
  2062.                        <div class="blog-content-v3">
  2063.                            <h3 class="blog-title-v3">
  2064.                                <a href="/surprise-emissary-advancing-ukraine-peace-plan-reveals-jd-vance-influence-on-american-foreign-policy/" >
  2065.                                Surprise Emissary Advancing Ukraine Peace Plan Reveals JD Vance Influence on American Foreign Policy
  2066.                                </a>
  2067.                            </h3>
  2068.                            <div class="blog-meta-v3">
  2069.                                
  2070.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0997487f-ea23-402c-969e-39dd3a996106_profile.png" alt="James Simmons" style="object-fit: cover;" class="blog-author-img-v3">
  2071.                                
  2072.                                <span>By James Simmons</span>
  2073.                                <span>•</span>
  2074.                                <span>09 Aug 2026</span>
  2075.                            </div>
  2076.                            
  2077.                            <div class="blog-actions-v3">
  2078.                                <div class="blog-read-time-v3">
  2079.                                    <i class="far fa-clock"></i>
  2080.                                    <!-- <span>5 min read</span> -->
  2081.                                </div>
  2082.                                <a href="/surprise-emissary-advancing-ukraine-peace-plan-reveals-jd-vance-influence-on-american-foreign-policy/"  class="blog-read-more-v3">
  2083.                                    <i class="ti-arrow-right"></i>
  2084.                                </a>
  2085.                            </div>
  2086.                        </div>
  2087.                    </div>
  2088.                    
  2089.                    <div class="blog-card-v3 scroll-reveal span-22">
  2090.                        <div class="blog-image-v3">
  2091.                            
  2092.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2093.                            
  2094.                            <div class="blog-floating-elements">
  2095.                                <div class="floating-dot"></div>
  2096.                                <div class="floating-dot"></div>
  2097.                                <div class="floating-dot"></div>
  2098.                            </div>
  2099.                            <span class="blog-category-v3 bg-primary-gradient">
  2100.                                News
  2101.                            </span>
  2102.                        </div>
  2103.                        <div class="blog-content-v3">
  2104.                            <h3 class="blog-title-v3">
  2105.                                <a href="/exploring-anthony-hopkins-autobiography-we-did-ok-kid-analysis-a-legend-known-for-his-fiery-nature/" >
  2106.                                Exploring Anthony Hopkins&#x27; Autobiography We Did OK, Kid – Analysis: A Legend Known for His Fiery Nature
  2107.                                </a>
  2108.                            </h3>
  2109.                            <div class="blog-meta-v3">
  2110.                                
  2111.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0997487f-ea23-402c-969e-39dd3a996106_profile.png" alt="James Simmons" style="object-fit: cover;" class="blog-author-img-v3">
  2112.                                
  2113.                                <span>By James Simmons</span>
  2114.                                <span>•</span>
  2115.                                <span>09 Aug 2026</span>
  2116.                            </div>
  2117.                            
  2118.                            <div class="blog-actions-v3">
  2119.                                <div class="blog-read-time-v3">
  2120.                                    <i class="far fa-clock"></i>
  2121.                                    <!-- <span>5 min read</span> -->
  2122.                                </div>
  2123.                                <a href="/exploring-anthony-hopkins-autobiography-we-did-ok-kid-analysis-a-legend-known-for-his-fiery-nature/"  class="blog-read-more-v3">
  2124.                                    <i class="ti-arrow-right"></i>
  2125.                                </a>
  2126.                            </div>
  2127.                        </div>
  2128.                    </div>
  2129.                    
  2130.                    <div class="blog-card-v3 scroll-reveal span-21">
  2131.                        <div class="blog-image-v3">
  2132.                            
  2133.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2134.                            
  2135.                            <div class="blog-floating-elements">
  2136.                                <div class="floating-dot"></div>
  2137.                                <div class="floating-dot"></div>
  2138.                                <div class="floating-dot"></div>
  2139.                            </div>
  2140.                            <span class="blog-category-v3 bg-primary-gradient">
  2141.                                News
  2142.                            </span>
  2143.                        </div>
  2144.                        <div class="blog-content-v3">
  2145.                            <h3 class="blog-title-v3">
  2146.                                <a href="/watkins-holds-the-advantage-yet-calvert-lewin-might-yet-secure-the-international-squad/" >
  2147.                                Watkins Holds the Advantage - Yet Calvert-Lewin Might Yet Secure the International Squad
  2148.                                </a>
  2149.                            </h3>
  2150.                            <div class="blog-meta-v3">
  2151.                                
  2152.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0997487f-ea23-402c-969e-39dd3a996106_profile.png" alt="James Simmons" style="object-fit: cover;" class="blog-author-img-v3">
  2153.                                
  2154.                                <span>By James Simmons</span>
  2155.                                <span>•</span>
  2156.                                <span>09 Aug 2026</span>
  2157.                            </div>
  2158.                            
  2159.                            <div class="blog-actions-v3">
  2160.                                <div class="blog-read-time-v3">
  2161.                                    <i class="far fa-clock"></i>
  2162.                                    <!-- <span>5 min read</span> -->
  2163.                                </div>
  2164.                                <a href="/watkins-holds-the-advantage-yet-calvert-lewin-might-yet-secure-the-international-squad/"  class="blog-read-more-v3">
  2165.                                    <i class="ti-arrow-right"></i>
  2166.                                </a>
  2167.                            </div>
  2168.                        </div>
  2169.                    </div>
  2170.                    
  2171.                    <div class="blog-card-v3 scroll-reveal span-22">
  2172.                        <div class="blog-image-v3">
  2173.                            
  2174.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2175.                            
  2176.                            <div class="blog-floating-elements">
  2177.                                <div class="floating-dot"></div>
  2178.                                <div class="floating-dot"></div>
  2179.                                <div class="floating-dot"></div>
  2180.                            </div>
  2181.                            <span class="blog-category-v3 bg-primary-gradient">
  2182.                                News
  2183.                            </span>
  2184.                        </div>
  2185.                        <div class="blog-content-v3">
  2186.                            <h3 class="blog-title-v3">
  2187.                                <a href="/that-floating-poo-was-far-too-meaningful-its-the-tv-disappointments-of-the-year/" >
  2188.                                That Floating Poo Was Far Too Meaningful! It&#x27;s the TV Disappointments of the Year.
  2189.                                </a>
  2190.                            </h3>
  2191.                            <div class="blog-meta-v3">
  2192.                                
  2193.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0997487f-ea23-402c-969e-39dd3a996106_profile.png" alt="James Simmons" style="object-fit: cover;" class="blog-author-img-v3">
  2194.                                
  2195.                                <span>By James Simmons</span>
  2196.                                <span>•</span>
  2197.                                <span>08 Aug 2026</span>
  2198.                            </div>
  2199.                            
  2200.                            <div class="blog-actions-v3">
  2201.                                <div class="blog-read-time-v3">
  2202.                                    <i class="far fa-clock"></i>
  2203.                                    <!-- <span>5 min read</span> -->
  2204.                                </div>
  2205.                                <a href="/that-floating-poo-was-far-too-meaningful-its-the-tv-disappointments-of-the-year/"  class="blog-read-more-v3">
  2206.                                    <i class="ti-arrow-right"></i>
  2207.                                </a>
  2208.                            </div>
  2209.                        </div>
  2210.                    </div>
  2211.                    
  2212.                    <div class="blog-card-v3 scroll-reveal span-21">
  2213.                        <div class="blog-image-v3">
  2214.                            
  2215.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2216.                            
  2217.                            <div class="blog-floating-elements">
  2218.                                <div class="floating-dot"></div>
  2219.                                <div class="floating-dot"></div>
  2220.                                <div class="floating-dot"></div>
  2221.                            </div>
  2222.                            <span class="blog-category-v3 bg-primary-gradient">
  2223.                                News
  2224.                            </span>
  2225.                        </div>
  2226.                        <div class="blog-content-v3">
  2227.                            <h3 class="blog-title-v3">
  2228.                                <a href="/festive-finger-food-how-to-utilize-christmas-remains-into-new-years-eve-canapes/" >
  2229.                                Festive Finger Food: How to Utilize Christmas Remains into New Year’s Eve Canapes
  2230.                                </a>
  2231.                            </h3>
  2232.                            <div class="blog-meta-v3">
  2233.                                
  2234.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0997487f-ea23-402c-969e-39dd3a996106_profile.png" alt="James Simmons" style="object-fit: cover;" class="blog-author-img-v3">
  2235.                                
  2236.                                <span>By James Simmons</span>
  2237.                                <span>•</span>
  2238.                                <span>08 Aug 2026</span>
  2239.                            </div>
  2240.                            
  2241.                            <div class="blog-actions-v3">
  2242.                                <div class="blog-read-time-v3">
  2243.                                    <i class="far fa-clock"></i>
  2244.                                    <!-- <span>5 min read</span> -->
  2245.                                </div>
  2246.                                <a href="/festive-finger-food-how-to-utilize-christmas-remains-into-new-years-eve-canapes/"  class="blog-read-more-v3">
  2247.                                    <i class="ti-arrow-right"></i>
  2248.                                </a>
  2249.                            </div>
  2250.                        </div>
  2251.                    </div>
  2252.                    
  2253.                    <div class="blog-card-v3 scroll-reveal span-22">
  2254.                        <div class="blog-image-v3">
  2255.                            
  2256.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2257.                            
  2258.                            <div class="blog-floating-elements">
  2259.                                <div class="floating-dot"></div>
  2260.                                <div class="floating-dot"></div>
  2261.                                <div class="floating-dot"></div>
  2262.                            </div>
  2263.                            <span class="blog-category-v3 bg-primary-gradient">
  2264.                                News
  2265.                            </span>
  2266.                        </div>
  2267.                        <div class="blog-content-v3">
  2268.                            <h3 class="blog-title-v3">
  2269.                                <a href="/the-dark-blues-v-celtic-the-managers-squad-target-to-close-distance-at-pinnacle/" >
  2270.                                The Dark Blues v Celtic: The Manager&#x27;s Squad Target to Close Distance at Pinnacle
  2271.                                </a>
  2272.                            </h3>
  2273.                            <div class="blog-meta-v3">
  2274.                                
  2275.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0997487f-ea23-402c-969e-39dd3a996106_profile.png" alt="James Simmons" style="object-fit: cover;" class="blog-author-img-v3">
  2276.                                
  2277.                                <span>By James Simmons</span>
  2278.                                <span>•</span>
  2279.                                <span>08 Aug 2026</span>
  2280.                            </div>
  2281.                            
  2282.                            <div class="blog-actions-v3">
  2283.                                <div class="blog-read-time-v3">
  2284.                                    <i class="far fa-clock"></i>
  2285.                                    <!-- <span>5 min read</span> -->
  2286.                                </div>
  2287.                                <a href="/the-dark-blues-v-celtic-the-managers-squad-target-to-close-distance-at-pinnacle/"  class="blog-read-more-v3">
  2288.                                    <i class="ti-arrow-right"></i>
  2289.                                </a>
  2290.                            </div>
  2291.                        </div>
  2292.                    </div>
  2293.                    
  2294.                    <div class="blog-card-v3 scroll-reveal span-21">
  2295.                        <div class="blog-image-v3">
  2296.                            
  2297.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2298.                            
  2299.                            <div class="blog-floating-elements">
  2300.                                <div class="floating-dot"></div>
  2301.                                <div class="floating-dot"></div>
  2302.                                <div class="floating-dot"></div>
  2303.                            </div>
  2304.                            <span class="blog-category-v3 bg-primary-gradient">
  2305.                                News
  2306.                            </span>
  2307.                        </div>
  2308.                        <div class="blog-content-v3">
  2309.                            <h3 class="blog-title-v3">
  2310.                                <a href="/englands-star-trio-cant-fit-in-the-same-lineup-is-tuchel-right/" >
  2311.                                England&#x27;s star trio can&#x27;t fit in the same lineup - is Tuchel right?
  2312.                                </a>
  2313.                            </h3>
  2314.                            <div class="blog-meta-v3">
  2315.                                
  2316.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0997487f-ea23-402c-969e-39dd3a996106_profile.png" alt="James Simmons" style="object-fit: cover;" class="blog-author-img-v3">
  2317.                                
  2318.                                <span>By James Simmons</span>
  2319.                                <span>•</span>
  2320.                                <span>08 Aug 2026</span>
  2321.                            </div>
  2322.                            
  2323.                            <div class="blog-actions-v3">
  2324.                                <div class="blog-read-time-v3">
  2325.                                    <i class="far fa-clock"></i>
  2326.                                    <!-- <span>5 min read</span> -->
  2327.                                </div>
  2328.                                <a href="/englands-star-trio-cant-fit-in-the-same-lineup-is-tuchel-right/"  class="blog-read-more-v3">
  2329.                                    <i class="ti-arrow-right"></i>
  2330.                                </a>
  2331.                            </div>
  2332.                        </div>
  2333.                    </div>
  2334.                    
  2335.                    <div class="blog-card-v3 scroll-reveal span-22">
  2336.                        <div class="blog-image-v3">
  2337.                            
  2338.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2339.                            
  2340.                            <div class="blog-floating-elements">
  2341.                                <div class="floating-dot"></div>
  2342.                                <div class="floating-dot"></div>
  2343.                                <div class="floating-dot"></div>
  2344.                            </div>
  2345.                            <span class="blog-category-v3 bg-primary-gradient">
  2346.                                News
  2347.                            </span>
  2348.                        </div>
  2349.                        <div class="blog-content-v3">
  2350.                            <h3 class="blog-title-v3">
  2351.                                <a href="/seattle-seahawks-punch-play-off-spot-with-thrilling-overtime-triumph-over-rams/" >
  2352.                                Seattle Seahawks Punch Play-off Spot with Thrilling Overtime Triumph over Rams.
  2353.                                </a>
  2354.                            </h3>
  2355.                            <div class="blog-meta-v3">
  2356.                                
  2357.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0997487f-ea23-402c-969e-39dd3a996106_profile.png" alt="James Simmons" style="object-fit: cover;" class="blog-author-img-v3">
  2358.                                
  2359.                                <span>By James Simmons</span>
  2360.                                <span>•</span>
  2361.                                <span>08 Aug 2026</span>
  2362.                            </div>
  2363.                            
  2364.                            <div class="blog-actions-v3">
  2365.                                <div class="blog-read-time-v3">
  2366.                                    <i class="far fa-clock"></i>
  2367.                                    <!-- <span>5 min read</span> -->
  2368.                                </div>
  2369.                                <a href="/seattle-seahawks-punch-play-off-spot-with-thrilling-overtime-triumph-over-rams/"  class="blog-read-more-v3">
  2370.                                    <i class="ti-arrow-right"></i>
  2371.                                </a>
  2372.                            </div>
  2373.                        </div>
  2374.                    </div>
  2375.                    
  2376.                    <div class="blog-card-v3 scroll-reveal span-21">
  2377.                        <div class="blog-image-v3">
  2378.                            
  2379.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2380.                            
  2381.                            <div class="blog-floating-elements">
  2382.                                <div class="floating-dot"></div>
  2383.                                <div class="floating-dot"></div>
  2384.                                <div class="floating-dot"></div>
  2385.                            </div>
  2386.                            <span class="blog-category-v3 bg-primary-gradient">
  2387.                                News
  2388.                            </span>
  2389.                        </div>
  2390.                        <div class="blog-content-v3">
  2391.                            <h3 class="blog-title-v3">
  2392.                                <a href="/why-hearts-landmark-championship-challenge-shouldnt-come-as-a-shock/" >
  2393.                                Why Hearts&#x27; Landmark Championship Challenge Shouldn&#x27;t Come as a Shock.
  2394.                                </a>
  2395.                            </h3>
  2396.                            <div class="blog-meta-v3">
  2397.                                
  2398.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0997487f-ea23-402c-969e-39dd3a996106_profile.png" alt="James Simmons" style="object-fit: cover;" class="blog-author-img-v3">
  2399.                                
  2400.                                <span>By James Simmons</span>
  2401.                                <span>•</span>
  2402.                                <span>08 Aug 2026</span>
  2403.                            </div>
  2404.                            
  2405.                            <div class="blog-actions-v3">
  2406.                                <div class="blog-read-time-v3">
  2407.                                    <i class="far fa-clock"></i>
  2408.                                    <!-- <span>5 min read</span> -->
  2409.                                </div>
  2410.                                <a href="/why-hearts-landmark-championship-challenge-shouldnt-come-as-a-shock/"  class="blog-read-more-v3">
  2411.                                    <i class="ti-arrow-right"></i>
  2412.                                </a>
  2413.                            </div>
  2414.                        </div>
  2415.                    </div>
  2416.                    
  2417.                    <div class="blog-card-v3 scroll-reveal span-22">
  2418.                        <div class="blog-image-v3">
  2419.                            
  2420.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2421.                            
  2422.                            <div class="blog-floating-elements">
  2423.                                <div class="floating-dot"></div>
  2424.                                <div class="floating-dot"></div>
  2425.                                <div class="floating-dot"></div>
  2426.                            </div>
  2427.                            <span class="blog-category-v3 bg-primary-gradient">
  2428.                                News
  2429.                            </span>
  2430.                        </div>
  2431.                        <div class="blog-content-v3">
  2432.                            <h3 class="blog-title-v3">
  2433.                                <a href="/winter-in-sokcho-analysis-a-moody-slow-burn-story-of-family-and-closeness-in-a-korean-frontier-town/" >
  2434.                                Winter in Sokcho Analysis: A Moody Slow-Burn Story of Family and Closeness in a Korean Frontier Town
  2435.                                </a>
  2436.                            </h3>
  2437.                            <div class="blog-meta-v3">
  2438.                                
  2439.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0997487f-ea23-402c-969e-39dd3a996106_profile.png" alt="James Simmons" style="object-fit: cover;" class="blog-author-img-v3">
  2440.                                
  2441.                                <span>By James Simmons</span>
  2442.                                <span>•</span>
  2443.                                <span>08 Aug 2026</span>
  2444.                            </div>
  2445.                            
  2446.                            <div class="blog-actions-v3">
  2447.                                <div class="blog-read-time-v3">
  2448.                                    <i class="far fa-clock"></i>
  2449.                                    <!-- <span>5 min read</span> -->
  2450.                                </div>
  2451.                                <a href="/winter-in-sokcho-analysis-a-moody-slow-burn-story-of-family-and-closeness-in-a-korean-frontier-town/"  class="blog-read-more-v3">
  2452.                                    <i class="ti-arrow-right"></i>
  2453.                                </a>
  2454.                            </div>
  2455.                        </div>
  2456.                    </div>
  2457.                    
  2458.                    <div class="blog-card-v3 scroll-reveal span-21">
  2459.                        <div class="blog-image-v3">
  2460.                            
  2461.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2462.                            
  2463.                            <div class="blog-floating-elements">
  2464.                                <div class="floating-dot"></div>
  2465.                                <div class="floating-dot"></div>
  2466.                                <div class="floating-dot"></div>
  2467.                            </div>
  2468.                            <span class="blog-category-v3 bg-primary-gradient">
  2469.                                News
  2470.                            </span>
  2471.                        </div>
  2472.                        <div class="blog-content-v3">
  2473.                            <h3 class="blog-title-v3">
  2474.                                <a href="/keeper-review-love-story-goes-to-hell-in-powerfully-spooky-terrifying-tale/" >
  2475.                                Keeper Review – Love Story Goes to Hell in Powerfully Spooky Terrifying Tale
  2476.                                </a>
  2477.                            </h3>
  2478.                            <div class="blog-meta-v3">
  2479.                                
  2480.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0997487f-ea23-402c-969e-39dd3a996106_profile.png" alt="James Simmons" style="object-fit: cover;" class="blog-author-img-v3">
  2481.                                
  2482.                                <span>By James Simmons</span>
  2483.                                <span>•</span>
  2484.                                <span>08 Aug 2026</span>
  2485.                            </div>
  2486.                            
  2487.                            <div class="blog-actions-v3">
  2488.                                <div class="blog-read-time-v3">
  2489.                                    <i class="far fa-clock"></i>
  2490.                                    <!-- <span>5 min read</span> -->
  2491.                                </div>
  2492.                                <a href="/keeper-review-love-story-goes-to-hell-in-powerfully-spooky-terrifying-tale/"  class="blog-read-more-v3">
  2493.                                    <i class="ti-arrow-right"></i>
  2494.                                </a>
  2495.                            </div>
  2496.                        </div>
  2497.                    </div>
  2498.                    
  2499.                    <div class="blog-card-v3 scroll-reveal span-22">
  2500.                        <div class="blog-image-v3">
  2501.                            
  2502.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2503.                            
  2504.                            <div class="blog-floating-elements">
  2505.                                <div class="floating-dot"></div>
  2506.                                <div class="floating-dot"></div>
  2507.                                <div class="floating-dot"></div>
  2508.                            </div>
  2509.                            <span class="blog-category-v3 bg-primary-gradient">
  2510.                                News
  2511.                            </span>
  2512.                        </div>
  2513.                        <div class="blog-content-v3">
  2514.                            <h3 class="blog-title-v3">
  2515.                                <a href="/edward-enninful-on-todays-society-we-are-less-tolerant-now-than-in-the-90s/" >
  2516.                                Edward Enninful on Today&#x27;s Society: &#x27;We Are Less Tolerant Now&#x27; Than in the 90s.
  2517.                                </a>
  2518.                            </h3>
  2519.                            <div class="blog-meta-v3">
  2520.                                
  2521.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0997487f-ea23-402c-969e-39dd3a996106_profile.png" alt="James Simmons" style="object-fit: cover;" class="blog-author-img-v3">
  2522.                                
  2523.                                <span>By James Simmons</span>
  2524.                                <span>•</span>
  2525.                                <span>07 Aug 2026</span>
  2526.                            </div>
  2527.                            
  2528.                            <div class="blog-actions-v3">
  2529.                                <div class="blog-read-time-v3">
  2530.                                    <i class="far fa-clock"></i>
  2531.                                    <!-- <span>5 min read</span> -->
  2532.                                </div>
  2533.                                <a href="/edward-enninful-on-todays-society-we-are-less-tolerant-now-than-in-the-90s/"  class="blog-read-more-v3">
  2534.                                    <i class="ti-arrow-right"></i>
  2535.                                </a>
  2536.                            </div>
  2537.                        </div>
  2538.                    </div>
  2539.                    
  2540.                    
  2541.  
  2542.                </div>
  2543.            </div>
  2544.            
  2545.               <div class="col col-lg-4 col-12">
  2546.                
  2547.  
  2548.  
  2549.  
  2550.    
  2551.  
  2552. <!-- Curved Heading Sidebar -->
  2553.    <div class="sidebar mb-3">
  2554.        
  2555.       <div class="sidebar-widget mb-4">
  2556.            <div class="widget-title-wrapper mb-3">
  2557.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2558.                    <div class="title-border"></div>
  2559.                    <i class="ti-folder me-2"></i>August 2026 Blog Roll
  2560.                </h4>
  2561.            </div>
  2562.            <div class="widget-content shadow-sm rounded-3 p-4">
  2563.                <div class="archives-list scrollable-sidebar">
  2564.                    
  2565.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2566.                        <a href="https://voyago.nl/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2567.                            <i class="ti-angle-right me-2 text-primary"></i>
  2568.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2569.                        </a>
  2570.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2571.                    </div>
  2572.                    
  2573.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2574.                        <a href="https://www.gameshub.com/nl/gratis/plinko/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2575.                            <i class="ti-angle-right me-2 text-primary"></i>
  2576.                            <span class="archive-link top-color fw-semibold"> beste plinko casino Nederland</span>
  2577.                        </a>
  2578.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2579.                    </div>
  2580.                    
  2581.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2582.                        <a href="https://www.winner-webhotel.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2583.                            <i class="ti-angle-right me-2 text-primary"></i>
  2584.                            <span class="archive-link top-color fw-semibold"> beste goksites</span>
  2585.                        </a>
  2586.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2587.                    </div>
  2588.                    
  2589.                </div>
  2590. <!--                
  2591.                <div class="text-center mt-4 pt-3 border-top border-color">
  2592.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2593.                        <i class="ti-archive me-1"></i>View All Archives
  2594.                    </a>
  2595.                </div> -->
  2596.            </div>
  2597.        </div>
  2598.        
  2599.       <div class="sidebar-widget mb-4">
  2600.            <div class="widget-title-wrapper mb-3">
  2601.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2602.                    <div class="title-border"></div>
  2603.                    <i class="ti-folder me-2"></i>June 2026 Blog Roll
  2604.                </h4>
  2605.            </div>
  2606.            <div class="widget-content shadow-sm rounded-3 p-4">
  2607.                <div class="archives-list scrollable-sidebar">
  2608.                    
  2609.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2610.                        <a href="https://totalfootballanalysis.com/nl/bookmakers/wedden-op-voetbal" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2611.                            <i class="ti-angle-right me-2 text-primary"></i>
  2612.                            <span class="archive-link top-color fw-semibold"> wedden op voetbal</span>
  2613.                        </a>
  2614.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2615.                    </div>
  2616.                    
  2617.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2618.                        <a href="https://totalfootballanalysis.com/nl/online-casino/online-casino-buitenland" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2619.                            <i class="ti-angle-right me-2 text-primary"></i>
  2620.                            <span class="archive-link top-color fw-semibold"> buitenlandse goksites</span>
  2621.                        </a>
  2622.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2623.                    </div>
  2624.                    
  2625.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2626.                        <a href="https://www.boomvanhetjaar.be/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2627.                            <i class="ti-angle-right me-2 text-primary"></i>
  2628.                            <span class="archive-link top-color fw-semibold"> beste online casino belgie</span>
  2629.                        </a>
  2630.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2631.                    </div>
  2632.                    
  2633.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2634.                        <a href="https://www.cebp.nl/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2635.                            <i class="ti-angle-right me-2 text-primary"></i>
  2636.                            <span class="archive-link top-color fw-semibold"> nieuwe online casinos</span>
  2637.                        </a>
  2638.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2639.                    </div>
  2640.                    
  2641.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2642.                        <a href="https://playsense.nl/bookmakers/paysafecard/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2643.                            <i class="ti-angle-right me-2 text-primary"></i>
  2644.                            <span class="archive-link top-color fw-semibold"> Paysafecard bookmakers</span>
  2645.                        </a>
  2646.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2647.                    </div>
  2648.                    
  2649.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2650.                        <a href="https://www.liftmetrix.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2651.                            <i class="ti-angle-right me-2 text-primary"></i>
  2652.                            <span class="archive-link top-color fw-semibold"> online casino zonder cruks</span>
  2653.                        </a>
  2654.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2655.                    </div>
  2656.                    
  2657.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2658.                        <a href="https://www.laid-back.be/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2659.                            <i class="ti-angle-right me-2 text-primary"></i>
  2660.                            <span class="archive-link top-color fw-semibold"> online casino belgie</span>
  2661.                        </a>
  2662.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2663.                    </div>
  2664.                    
  2665.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2666.                        <a href="https://degroeneaggregaat.nl/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2667.                            <i class="ti-angle-right me-2 text-primary"></i>
  2668.                            <span class="archive-link top-color fw-semibold"> beste casino zonder cruks</span>
  2669.                        </a>
  2670.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2671.                    </div>
  2672.                    
  2673.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2674.                        <a href="https://www.female-gamers.nl/online-bookmakers/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2675.                            <i class="ti-angle-right me-2 text-primary"></i>
  2676.                            <span class="archive-link top-color fw-semibold"> online bookmakers</span>
  2677.                        </a>
  2678.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2679.                    </div>
  2680.                    
  2681.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2682.                        <a href="https://www.crowneplazabrussels.be/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2683.                            <i class="ti-angle-right me-2 text-primary"></i>
  2684.                            <span class="archive-link top-color fw-semibold"> Online casinos België</span>
  2685.                        </a>
  2686.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2687.                    </div>
  2688.                    
  2689.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2690.                        <a href="https://www.harlandawards.eu/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2691.                            <i class="ti-angle-right me-2 text-primary"></i>
  2692.                            <span class="archive-link top-color fw-semibold"> online casino zonder cruks</span>
  2693.                        </a>
  2694.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2695.                    </div>
  2696.                    
  2697.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2698.                        <a href="https://gamingamerica.com/online-casino-nederland/casino-zonder-registratie" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2699.                            <i class="ti-angle-right me-2 text-primary"></i>
  2700.                            <span class="archive-link top-color fw-semibold"> online casino zonder registratie</span>
  2701.                        </a>
  2702.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2703.                    </div>
  2704.                    
  2705.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2706.                        <a href="https://www.levendehave.nl/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2707.                            <i class="ti-angle-right me-2 text-primary"></i>
  2708.                            <span class="archive-link top-color fw-semibold"> buitenlandse goksites</span>
  2709.                        </a>
  2710.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2711.                    </div>
  2712.                    
  2713.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2714.                        <a href="https://www.marikenloop.nl/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2715.                            <i class="ti-angle-right me-2 text-primary"></i>
  2716.                            <span class="archive-link top-color fw-semibold"> beste online casino</span>
  2717.                        </a>
  2718.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2719.                    </div>
  2720.                    
  2721.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2722.                        <a href="https://www.hetfittebrein.nl/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2723.                            <i class="ti-angle-right me-2 text-primary"></i>
  2724.                            <span class="archive-link top-color fw-semibold"> online casino zonder cruks</span>
  2725.                        </a>
  2726.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2727.                    </div>
  2728.                    
  2729.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2730.                        <a href="https://www.brabantse-agrofood2020.nl/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2731.                            <i class="ti-angle-right me-2 text-primary"></i>
  2732.                            <span class="archive-link top-color fw-semibold"> online casino zonder cruks</span>
  2733.                        </a>
  2734.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2735.                    </div>
  2736.                    
  2737.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2738.                        <a href="https://www.pokerstrategy.com/nl/wedden/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2739.                            <i class="ti-angle-right me-2 text-primary"></i>
  2740.                            <span class="archive-link top-color fw-semibold"> legale bookmakers</span>
  2741.                        </a>
  2742.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2743.                    </div>
  2744.                    
  2745.                </div>
  2746. <!--                
  2747.                <div class="text-center mt-4 pt-3 border-top border-color">
  2748.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2749.                        <i class="ti-archive me-1"></i>View All Archives
  2750.                    </a>
  2751.                </div> -->
  2752.            </div>
  2753.        </div>
  2754.        
  2755.  
  2756.       <!-- <div class="sidebar-widget mb-5">
  2757.            <div class="widget-title-wrapper mb-3">
  2758.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2759.                    <div class="title-border"></div>
  2760.                    <i class="ti-folder me-2"></i>Blog Archives
  2761.                </h4>
  2762.            </div>
  2763.            <div class="widget-content shadow-sm rounded-3 p-4">
  2764.                <div class="archives-list">
  2765.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2766.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2767.                            <i class="ti-angle-right me-2 text-primary"></i>
  2768.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  2769.                        </a>
  2770.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  2771.                    </div>
  2772.  
  2773.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2774.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2775.                            <i class="ti-angle-right me-2 text-primary"></i>
  2776.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  2777.                        </a>
  2778.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  2779.                    </div>
  2780.  
  2781.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2782.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2783.                            <i class="ti-angle-right me-2 text-primary"></i>
  2784.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  2785.                        </a>
  2786.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  2787.                    </div>
  2788.  
  2789.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2790.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2791.                            <i class="ti-angle-right me-2 text-primary"></i>
  2792.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  2793.                        </a>
  2794.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  2795.                    </div>
  2796.  
  2797.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2798.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2799.                            <i class="ti-angle-right me-2 text-primary"></i>
  2800.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  2801.                        </a>
  2802.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  2803.                    </div>
  2804.  
  2805.                    <div class="archive-item d-flex justify-content-between align-items-center">
  2806.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2807.                            <i class="ti-angle-right me-2 text-primary"></i>
  2808.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  2809.                        </a>
  2810.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  2811.                    </div>
  2812.                </div>
  2813.                
  2814.                <div class="text-center mt-4 pt-3 border-top border-color">
  2815.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2816.                        <i class="ti-archive me-1"></i>View All Archives
  2817.                    </a>
  2818.                </div>
  2819.            </div>
  2820.        </div> -->
  2821.  
  2822.        <div class="sidebar-widget mb-4">
  2823.            <div class="widget-title-wrapper mb-3">
  2824.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2825.                    <div class="title-border-primary"></div>
  2826.                    <i class="ti-star me-2"></i>Popular Posts
  2827.                </h4>
  2828.            </div>
  2829.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2830.                <div class="popular-post-list">
  2831.                    
  2832.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2833.                        <div class="post-content flex-grow-1">
  2834.                            <h6 class="post-title mb-1">
  2835.                                <a href="/elevated-young-death-figures-indicate-an-growing-emergency-international-wellness-analysis-warns/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2836.                                            Elevated Young Death Figures Indicate an Growing Emergency’, International Wellness Analysis Warns
  2837.                                            </a>
  2838.                            </h6>
  2839.                            <div class="post-meta">
  2840.                                <small class="text-muted">
  2841.                                    <i class="ti-calendar me-1"></i>07 Aug 2026
  2842.                                </small>
  2843.                                <!-- <small class="text-muted ms-3">
  2844.                                    <i class="ti-eye me-1"></i>1,234 views
  2845.                                </small> -->
  2846.                            </div>
  2847.                        </div>
  2848.                    </div>
  2849.                    
  2850.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2851.                        <div class="post-content flex-grow-1">
  2852.                            <h6 class="post-title mb-1">
  2853.                                <a href="/blank-canvas-or-tone-deaf-pantones-snowy-colour-of-the-year-faces-criticism/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2854.                                            Blank Canvas or Tone-Deaf? Pantone&#x27;s Snowy Colour of the Year Faces Criticism.
  2855.                                            </a>
  2856.                            </h6>
  2857.                            <div class="post-meta">
  2858.                                <small class="text-muted">
  2859.                                    <i class="ti-calendar me-1"></i>07 Aug 2026
  2860.                                </small>
  2861.                                <!-- <small class="text-muted ms-3">
  2862.                                    <i class="ti-eye me-1"></i>1,234 views
  2863.                                </small> -->
  2864.                            </div>
  2865.                        </div>
  2866.                    </div>
  2867.                    
  2868.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2869.                        <div class="post-content flex-grow-1">
  2870.                            <h6 class="post-title mb-1">
  2871.                                <a href="/thousands-left-without-electricity-in-queensland-and-victoria-following-intense-weather-systems/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2872.                                            Thousands Left Without Electricity in Queensland and Victoria Following Intense Weather Systems
  2873.                                            </a>
  2874.                            </h6>
  2875.                            <div class="post-meta">
  2876.                                <small class="text-muted">
  2877.                                    <i class="ti-calendar me-1"></i>07 Aug 2026
  2878.                                </small>
  2879.                                <!-- <small class="text-muted ms-3">
  2880.                                    <i class="ti-eye me-1"></i>1,234 views
  2881.                                </small> -->
  2882.                            </div>
  2883.                        </div>
  2884.                    </div>
  2885.                    
  2886.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2887.                        <div class="post-content flex-grow-1">
  2888.                            <h6 class="post-title mb-1">
  2889.                                <a href="/george-hendy-scores-three-as-eight-try-saints-demolish-bulls/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2890.                                            George Hendy Scores Three as Eight-Try Saints Demolish Bulls
  2891.                                            </a>
  2892.                            </h6>
  2893.                            <div class="post-meta">
  2894.                                <small class="text-muted">
  2895.                                    <i class="ti-calendar me-1"></i>07 Aug 2026
  2896.                                </small>
  2897.                                <!-- <small class="text-muted ms-3">
  2898.                                    <i class="ti-eye me-1"></i>1,234 views
  2899.                                </small> -->
  2900.                            </div>
  2901.                        </div>
  2902.                    </div>
  2903.                    
  2904.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2905.                        <div class="post-content flex-grow-1">
  2906.                            <h6 class="post-title mb-1">
  2907.                                <a href="/war-torn-burma-votes-in-broadly-condemned-sham-election/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2908.                                            War-torn Burma Votes in Broadly Condemned &#x27;Sham&#x27; Election.
  2909.                                            </a>
  2910.                            </h6>
  2911.                            <div class="post-meta">
  2912.                                <small class="text-muted">
  2913.                                    <i class="ti-calendar me-1"></i>07 Aug 2026
  2914.                                </small>
  2915.                                <!-- <small class="text-muted ms-3">
  2916.                                    <i class="ti-eye me-1"></i>1,234 views
  2917.                                </small> -->
  2918.                            </div>
  2919.                        </div>
  2920.                    </div>
  2921.                    
  2922.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2923.                        <div class="post-content flex-grow-1">
  2924.                            <h6 class="post-title mb-1">
  2925.                                <a href="/president-affirms-he-will-follow-the-agreement-to-finish-shutdown/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2926.                                            President Affirms He Will ‘Follow the Agreement’ to Finish Shutdown
  2927.                                            </a>
  2928.                            </h6>
  2929.                            <div class="post-meta">
  2930.                                <small class="text-muted">
  2931.                                    <i class="ti-calendar me-1"></i>07 Aug 2026
  2932.                                </small>
  2933.                                <!-- <small class="text-muted ms-3">
  2934.                                    <i class="ti-eye me-1"></i>1,234 views
  2935.                                </small> -->
  2936.                            </div>
  2937.                        </div>
  2938.                    </div>
  2939.                    
  2940.  
  2941.                </div>
  2942.                
  2943.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2944.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  2945.                        <i class="ti-trophy me-1"></i>View All Popular
  2946.                    </a>
  2947.                </div> -->
  2948.            </div>
  2949.        </div>
  2950.  
  2951. </div>
  2952. <style>
  2953.    
  2954.  .widget-content {
  2955.    background-color: var(--card-bg);
  2956.    border: 1px solid var(--border-color);
  2957.  }
  2958. </style>
  2959.  
  2960.    
  2961.            </div>
  2962.        </div>
  2963.    </div>
  2964. </section>
  2965.  
  2966. <script>
  2967. // Enhanced Intersection Observer with staggered animations
  2968. document.addEventListener('DOMContentLoaded', function() {
  2969.    const observerOptions = {
  2970.        threshold: 0.1,
  2971.        rootMargin: '0px 0px -100px 0px'
  2972.    };
  2973.  
  2974.    const observer = new IntersectionObserver(function(entries) {
  2975.        entries.forEach(entry => {
  2976.            if (entry.isIntersecting) {
  2977.                setTimeout(() => {
  2978.                    entry.target.classList.add('revealed');
  2979.                }, 100);
  2980.            }
  2981.        });
  2982.    }, observerOptions);
  2983.  
  2984.    // Observe all scroll-reveal elements
  2985.    document.querySelectorAll('.scroll-reveal').forEach(el => {
  2986.        observer.observe(el);
  2987.    });
  2988.  
  2989.    // Add parallax effect to floating dots
  2990.    document.addEventListener('mousemove', function(e) {
  2991.        const cards = document.querySelectorAll('.blog-card-v3');
  2992.        cards.forEach(card => {
  2993.            const rect = card.getBoundingClientRect();
  2994.            const x = (e.clientX - rect.left) / rect.width;
  2995.            const y = (e.clientY - rect.top) / rect.height;
  2996.            
  2997.            const dots = card.querySelectorAll('.floating-dot');
  2998.            dots.forEach((dot, index) => {
  2999.                const moveX = (x - 0.5) * (10 + index * 5);
  3000.                const moveY = (y - 0.5) * (10 + index * 5);
  3001.                dot.style.transform = `translate(${moveX}px, ${moveY}px)`;
  3002.            });
  3003.        });
  3004.    });
  3005. });
  3006. </script>
  3007.  
  3008.    
  3009.        
  3010.        <!-- end wpo-blog-highlights-section -->
  3011.        <!-- start wpo-blog-sponsored-section -->
  3012.        
  3013.  
  3014.  
  3015.  
  3016.    
  3017.  
  3018.  
  3019.  
  3020. <style>
  3021.    .sponsored-section-v2 {
  3022.        padding: 0 0 60px;
  3023.    }
  3024.    
  3025.    .sponsored-card-v2 {
  3026.        background: var(--body-bg);
  3027.        border-radius: 12px;
  3028.        overflow: hidden;
  3029.        transition: all 0.3s ease;
  3030.        border: none;
  3031.        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  3032.        height: 100%;
  3033.    }
  3034.    
  3035.    .sponsored-card-v2:hover {
  3036.        transform: translateY(-4px);
  3037.        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  3038.    }
  3039.    
  3040.    .sponsored-image-v2 {
  3041.        position: relative;
  3042.        overflow: hidden;
  3043.        height: 180px;
  3044.    }
  3045.    
  3046.    .sponsored-image-v2 img {
  3047.        width: 100%;
  3048.        height: 100%;
  3049.        object-fit: cover;
  3050.        transition: transform 0.3s ease;
  3051.    }
  3052.    
  3053.    .sponsored-card-v2:hover .sponsored-image-v2 img {
  3054.        transform: scale(1.05);
  3055.    }
  3056.    
  3057.    .sponsored-badge-v2 {
  3058.        position: absolute;
  3059.        top: 12px;
  3060.        left: 12px;
  3061.        padding: 6px 12px;
  3062.        border-radius: 15px;
  3063.        font-size: 10px;
  3064.        font-weight: 600;
  3065.        text-transform: uppercase;
  3066.        letter-spacing: 0.5px;
  3067.        color: white;
  3068.    }
  3069.    
  3070.    .sponsored-content-v2 {
  3071.        padding: 20px;
  3072.    }
  3073.    
  3074.    .sponsored-title-v2 {
  3075.        font-size: 16px;
  3076.        font-weight: 600;
  3077.        line-height: 1.4;
  3078.        margin-bottom: 15px;
  3079.        min-height: 44px;
  3080.    }
  3081.    
  3082.    .sponsored-title-v2 a {
  3083.        text-decoration: none;
  3084.        transition: color 0.3s ease;
  3085.    }
  3086.    
  3087.    .sponsored-meta-v2 {
  3088.        display: flex;
  3089.        align-items: center;
  3090.        gap: 10px;
  3091.        font-size: 12px;
  3092.    }
  3093.    
  3094.    .sponsored-author-img-v2 {
  3095.        width: 28px;
  3096.        height: 28px;
  3097.        border-radius: 50%;
  3098.        object-fit: cover;
  3099.    }
  3100.    
  3101.    .section-title-sponsored-v2 {
  3102.        font-size: 2.5rem;
  3103.        font-weight: 700;
  3104.        text-align: center;
  3105.        margin-bottom: 20px;
  3106.        text-transform: capitalize;
  3107.    }
  3108.  
  3109.    @media (max-width: 768px) {
  3110.        .sponsored-section-v2 {
  3111.            padding: 0px 0 40px;
  3112.        }
  3113.        .section-title-sponsored-v2 {
  3114.            font-size: 2rem;
  3115.        }
  3116.        .sponsored-content-v2 {
  3117.            padding: 16px;
  3118.        }
  3119.    }
  3120. </style>
  3121.  
  3122. <section class="sponsored-section-v2">
  3123.    <div class="container-fluid fluid-container">
  3124.        <div class="row">
  3125.            <div class="col-12">
  3126.                <h2 class="section-title-sponsored-v2 top-color">Sponsored News</h2>
  3127.                <div class="section-title-sponsored-v2::after top-bg"></div>
  3128.            </div>
  3129.        </div>
  3130.        
  3131.        <div class="row g-4">
  3132.            
  3133.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3134.                <div class="card sponsored-card-v2">
  3135.                    <div class="sponsored-image-v2">
  3136.                        
  3137.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3138.                        
  3139.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3140.                    </div>
  3141.                    <div class="sponsored-content-v2">
  3142.                        <h3 class="sponsored-title-v2">
  3143.                            <a href="/elevated-young-death-figures-indicate-an-growing-emergency-international-wellness-analysis-warns/" class="top-color">
  3144.                            Elevated Young Death Figures Indicate an Growing Emergency’, International Wellness Analysis Warns
  3145.                            </a>
  3146.                        </h3>
  3147.                        <div class="sponsored-meta-v2">
  3148.                            
  3149.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0997487f-ea23-402c-969e-39dd3a996106_profile.png" alt="James Simmons" style="object-fit: cover;" class="sponsored-author-img-v2">
  3150.                            
  3151.                            <span class="top-color">By James Simmons</span>
  3152.                            <span class="top-color">•</span>
  3153.                            <span class="top-color">07 Aug 2026</span>
  3154.                        </div>
  3155.                    </div>
  3156.                </div>
  3157.            </div>
  3158.            
  3159.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3160.                <div class="card sponsored-card-v2">
  3161.                    <div class="sponsored-image-v2">
  3162.                        
  3163.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3164.                        
  3165.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3166.                    </div>
  3167.                    <div class="sponsored-content-v2">
  3168.                        <h3 class="sponsored-title-v2">
  3169.                            <a href="/blank-canvas-or-tone-deaf-pantones-snowy-colour-of-the-year-faces-criticism/" class="top-color">
  3170.                            Blank Canvas or Tone-Deaf? Pantone&#x27;s Snowy Colour of the Year Faces Criticism.
  3171.                            </a>
  3172.                        </h3>
  3173.                        <div class="sponsored-meta-v2">
  3174.                            
  3175.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0997487f-ea23-402c-969e-39dd3a996106_profile.png" alt="James Simmons" style="object-fit: cover;" class="sponsored-author-img-v2">
  3176.                            
  3177.                            <span class="top-color">By James Simmons</span>
  3178.                            <span class="top-color">•</span>
  3179.                            <span class="top-color">07 Aug 2026</span>
  3180.                        </div>
  3181.                    </div>
  3182.                </div>
  3183.            </div>
  3184.            
  3185.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3186.                <div class="card sponsored-card-v2">
  3187.                    <div class="sponsored-image-v2">
  3188.                        
  3189.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3190.                        
  3191.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3192.                    </div>
  3193.                    <div class="sponsored-content-v2">
  3194.                        <h3 class="sponsored-title-v2">
  3195.                            <a href="/thousands-left-without-electricity-in-queensland-and-victoria-following-intense-weather-systems/" class="top-color">
  3196.                            Thousands Left Without Electricity in Queensland and Victoria Following Intense Weather Systems
  3197.                            </a>
  3198.                        </h3>
  3199.                        <div class="sponsored-meta-v2">
  3200.                            
  3201.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0997487f-ea23-402c-969e-39dd3a996106_profile.png" alt="James Simmons" style="object-fit: cover;" class="sponsored-author-img-v2">
  3202.                            
  3203.                            <span class="top-color">By James Simmons</span>
  3204.                            <span class="top-color">•</span>
  3205.                            <span class="top-color">07 Aug 2026</span>
  3206.                        </div>
  3207.                    </div>
  3208.                </div>
  3209.            </div>
  3210.            
  3211.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3212.                <div class="card sponsored-card-v2">
  3213.                    <div class="sponsored-image-v2">
  3214.                        
  3215.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3216.                        
  3217.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3218.                    </div>
  3219.                    <div class="sponsored-content-v2">
  3220.                        <h3 class="sponsored-title-v2">
  3221.                            <a href="/george-hendy-scores-three-as-eight-try-saints-demolish-bulls/" class="top-color">
  3222.                            George Hendy Scores Three as Eight-Try Saints Demolish Bulls
  3223.                            </a>
  3224.                        </h3>
  3225.                        <div class="sponsored-meta-v2">
  3226.                            
  3227.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0997487f-ea23-402c-969e-39dd3a996106_profile.png" alt="James Simmons" style="object-fit: cover;" class="sponsored-author-img-v2">
  3228.                            
  3229.                            <span class="top-color">By James Simmons</span>
  3230.                            <span class="top-color">•</span>
  3231.                            <span class="top-color">07 Aug 2026</span>
  3232.                        </div>
  3233.                    </div>
  3234.                </div>
  3235.            </div>
  3236.            
  3237.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3238.                <div class="card sponsored-card-v2">
  3239.                    <div class="sponsored-image-v2">
  3240.                        
  3241.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3242.                        
  3243.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3244.                    </div>
  3245.                    <div class="sponsored-content-v2">
  3246.                        <h3 class="sponsored-title-v2">
  3247.                            <a href="/war-torn-burma-votes-in-broadly-condemned-sham-election/" class="top-color">
  3248.                            War-torn Burma Votes in Broadly Condemned &#x27;Sham&#x27; Election.
  3249.                            </a>
  3250.                        </h3>
  3251.                        <div class="sponsored-meta-v2">
  3252.                            
  3253.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0997487f-ea23-402c-969e-39dd3a996106_profile.png" alt="James Simmons" style="object-fit: cover;" class="sponsored-author-img-v2">
  3254.                            
  3255.                            <span class="top-color">By James Simmons</span>
  3256.                            <span class="top-color">•</span>
  3257.                            <span class="top-color">07 Aug 2026</span>
  3258.                        </div>
  3259.                    </div>
  3260.                </div>
  3261.            </div>
  3262.            
  3263.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3264.                <div class="card sponsored-card-v2">
  3265.                    <div class="sponsored-image-v2">
  3266.                        
  3267.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3268.                        
  3269.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3270.                    </div>
  3271.                    <div class="sponsored-content-v2">
  3272.                        <h3 class="sponsored-title-v2">
  3273.                            <a href="/president-affirms-he-will-follow-the-agreement-to-finish-shutdown/" class="top-color">
  3274.                            President Affirms He Will ‘Follow the Agreement’ to Finish Shutdown
  3275.                            </a>
  3276.                        </h3>
  3277.                        <div class="sponsored-meta-v2">
  3278.                            
  3279.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0997487f-ea23-402c-969e-39dd3a996106_profile.png" alt="James Simmons" style="object-fit: cover;" class="sponsored-author-img-v2">
  3280.                            
  3281.                            <span class="top-color">By James Simmons</span>
  3282.                            <span class="top-color">•</span>
  3283.                            <span class="top-color">07 Aug 2026</span>
  3284.                        </div>
  3285.                    </div>
  3286.                </div>
  3287.            </div>
  3288.            
  3289.        </div>
  3290.    </div>
  3291. </section>
  3292.  
  3293.  
  3294.    
  3295.        <!-- end wpo-blog-sponsored-section -->
  3296.        <!-- start wpo-subscribe-section -->
  3297.        
  3298.        <!-- end subscribe-section -->
  3299.        <!-- start of wpo-site-footer-section -->
  3300.        
  3301.  
  3302.  
  3303.  
  3304.  
  3305.  
  3306.  
  3307. <!-- Footer V4 - Modern Corporate Design -->
  3308. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3309.  
  3310.    <div class="container-fluid fluid-container">
  3311.        
  3312.        <!-- Content Sections -->
  3313.        <div class="content-sections">
  3314.            <div class="row g-5">
  3315.                
  3316.                <!-- Brand Column -->
  3317.                <div class="col-lg-4 col-md-12">
  3318.                    <div class="brand-section">
  3319.                        <div class="brand-header">
  3320.                            
  3321.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/49acfbf4-eaa1-465a-a6c1-7a99f7ec5c5b_logo.png" alt="Zentechengine" class="brand-logo" loading="lazy">
  3322.                            
  3323.                            <div class="brand-text">
  3324.                                <h3 class="brand-name">Zentechengine</h3>
  3325.                                <span class="brand-type">Digital Publication</span>
  3326.                            </div>
  3327.                        </div>
  3328.                        <p class="brand-description  text-lg-start ">
  3329.                            Discover Zentechengine, a blog dedicated to exploring cutting-edge technology, engineering innovations, and their impact on the future.
  3330.                        </p>
  3331.                    </div>
  3332.                </div>
  3333.  
  3334.                <!-- Quick Links Column -->
  3335.               <div class="col-lg-4 col-md-6">
  3336.                    <div class="links-section">
  3337.                        <div class="section-title">
  3338.                            <h4 class="title-text">Resources</h4>
  3339.                            <div class="title-decoration"></div>
  3340.                        </div>
  3341.                        <div class="links-container">
  3342.                          
  3343. <div class="link-group">
  3344.    <ul class="link-list" id="externalLinks">
  3345.        
  3346.  
  3347.    
  3348.        
  3349.        
  3350.        
  3351.    </ul>
  3352. </div>
  3353.  
  3354.                        </div>
  3355.                    </div>
  3356.                </div>
  3357.  
  3358.                <!-- Categories Column -->
  3359.                <div class="col-lg-4 col-md-6">
  3360.                    <div class="categories-section">
  3361.                        <div class="section-title">
  3362.                            <h4 class="title-text">Explore Topics</h4>
  3363.                            <div class="title-decoration"></div>
  3364.                        </div>
  3365.                        <div class="categories-container">
  3366.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  3367.                            <div class="categories-cloud">
  3368.                                
  3369.                                <a href="/category/all-posts/" class="category-pill">
  3370.                                    All Posts
  3371.                                </a>
  3372.                                
  3373.                                <a href="/category/business/" class="category-pill">
  3374.                                    Business
  3375.                                </a>
  3376.                                
  3377.                                <a href="/category/esports/" class="category-pill">
  3378.                                    Esports
  3379.                                </a>
  3380.                                
  3381.                                <a href="/category/fashion/" class="category-pill">
  3382.                                    Fashion
  3383.                                </a>
  3384.                                
  3385.                                <a href="/category/featured/" class="category-pill">
  3386.                                    Featured
  3387.                                </a>
  3388.                                
  3389.                                <a href="/category/gaming/" class="category-pill">
  3390.                                    Gaming
  3391.                                </a>
  3392.                                
  3393.                                <a href="/category/health/" class="category-pill">
  3394.                                    Health
  3395.                                </a>
  3396.                                
  3397.                                <a href="/category/life-fitness/" class="category-pill">
  3398.                                    Life &amp; Fitness
  3399.                                </a>
  3400.                                
  3401.                            </div>
  3402.                        </div>
  3403.                    </div>
  3404.                </div>
  3405.  
  3406.            </div>
  3407.        </div>
  3408.  
  3409.        <!-- Footer Bottom -->
  3410.        <div class="footer-bottom">
  3411.            <div class="bottom-border"></div>
  3412.            <div class=" d-flex justify-content-between flex-wrap">
  3413.                <div>
  3414.                    <div class="copyright-info">
  3415.                        <p class="copyright-main">
  3416.                            Â© 2026 <span class="brand-highlight">Zentechengine</span>. All rights reserved.
  3417.                        </p>
  3418.                        <p class="copyright-sub">
  3419.                            Thoughtfully crafted content for curious minds worldwide.
  3420.                        </p>
  3421.                    </div>
  3422.                </div>
  3423.                <div>
  3424.                    <div class="footer-actions">
  3425.                        <div class="action-links">
  3426.                            <a href="/page/write-for-us/" class="action-link">
  3427.                                <i class="bi bi-shield-check"></i>
  3428.                                <span>Write For Us</span>
  3429.                            </a>
  3430.                            <a href="/page/terms-and-conditions/" class="action-link">
  3431.                                <i class="bi bi-shield-check"></i>
  3432.                                <span>Terms & Conditions</span>
  3433.                            </a>
  3434.                            <a href="/sitemap.xml" class="action-link">
  3435.                                <i class="bi bi-diagram-3"></i>
  3436.                                <span>Sitemap</span>
  3437.                            </a>
  3438.                        </div>
  3439.  
  3440.                    </div>
  3441.                </div>
  3442.            </div>
  3443.        </div>
  3444.  
  3445.    </div>
  3446.  
  3447.    
  3448.  
  3449. </footer>
  3450.  
  3451.  
  3452. <style>
  3453. /* Footer V4 - Modern Corporate Design */
  3454. .wpo-site-footer-v4 {
  3455.    color: var(--footer-color);
  3456.    margin-top: 100px;
  3457. }
  3458.  
  3459.  
  3460. .accent-line {
  3461.    position: absolute;
  3462.    top: 0;
  3463.    height: 100%;
  3464.    width: 33.333%;
  3465.    opacity: 0.8;
  3466. }
  3467.  
  3468. .accent-1 {
  3469.    left: 0;
  3470.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  3471.    animation: slideRight 3s ease-in-out infinite;
  3472. }
  3473.  
  3474. .accent-2 {
  3475.    left: 33.333%;
  3476.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  3477.    animation: slideRight 3s ease-in-out infinite 1s;
  3478. }
  3479.  
  3480. .accent-3 {
  3481.    left: 66.666%;
  3482.    background: linear-gradient(90deg, #10b981, #059669);
  3483.    animation: slideRight 3s ease-in-out infinite 2s;
  3484. }
  3485.  
  3486. @keyframes slideRight {
  3487.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  3488.    50% { transform: translateX(10px); opacity: 1; }
  3489. }
  3490.  
  3491. /* Content Sections */
  3492. .content-sections {
  3493.    padding: 60px 0;
  3494.    position: relative;
  3495.    z-index: 2;
  3496. }
  3497.  
  3498. /* Brand Section */
  3499. .brand-section {
  3500.    padding-right: 2rem;
  3501. }
  3502.  
  3503. .brand-header {
  3504.    display: flex;
  3505.    align-items: center;
  3506.    margin-bottom: 2rem;
  3507.    gap: 1rem;
  3508. }
  3509.  
  3510. .brand-logo {
  3511.    height: 50px;
  3512.    width: auto;
  3513.    border-radius: 8px;
  3514. }
  3515.  
  3516. .brand-name {
  3517.    font-size: 1.5rem;
  3518.    font-weight: 800;
  3519.    color: var(--footer-color) !important;
  3520.    margin: 0;
  3521. }
  3522.  
  3523. .brand-type {
  3524.    color: var(--footer-color) !important;
  3525.    opacity: 0.8;
  3526.    font-size: 0.85rem;
  3527.    font-weight: 500;
  3528.    text-transform: uppercase;
  3529.    letter-spacing: 0.5px;
  3530. }
  3531.  
  3532. .brand-description {
  3533.    color: var(--footer-color) !important;
  3534.    line-height: 1.7;
  3535.    margin-bottom: 2rem;
  3536.    font-size: 0.95rem;
  3537. }
  3538.  
  3539. .brand-stats {
  3540.    display: flex;
  3541.    align-items: center;
  3542.    gap: 1.5rem;
  3543. }
  3544.  
  3545. .stat-item {
  3546.    text-align: center;
  3547. }
  3548.  
  3549. .stat-number {
  3550.    font-size: 1.5rem;
  3551.    font-weight: 800;
  3552.    color: #3b82f6;
  3553.    display: block;
  3554.    line-height: 1;
  3555. }
  3556.  
  3557. .stat-label {
  3558.    font-size: 0.8rem;
  3559.    color: #94a3b8;
  3560.    margin-top: 0.25rem;
  3561. }
  3562.  
  3563. .stat-divider {
  3564.    width: 1px;
  3565.    height: 40px;
  3566.    background: rgba(255, 255, 255, 0.2);
  3567. }
  3568.  
  3569. /* Links Section */
  3570. .links-section {
  3571.    padding-left: 1rem;
  3572.    padding-right: 1rem;
  3573. }
  3574.  
  3575. .section-title {
  3576.    margin-bottom: 2rem;
  3577.    position: relative;
  3578. }
  3579.  
  3580. .title-text {
  3581.    font-size: 1.3rem;
  3582.    font-weight: 700;
  3583.    color: var(--footer-color) !important;
  3584.    margin-bottom: 0.5rem;
  3585.    text-align: justify !important;
  3586. }
  3587.  
  3588.  
  3589. .link-group {
  3590.    margin-bottom: 2rem;
  3591. }
  3592.  
  3593. .group-title {
  3594.    font-size: 1rem;
  3595.    font-weight: 600;
  3596.    color: #f1f5f9;
  3597.    margin-bottom: 1rem;
  3598.    padding-bottom: 0.5rem;
  3599.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  3600. }
  3601.  
  3602. .link-list {
  3603.    list-style: none;
  3604.    padding: 0;
  3605.    margin: 0;
  3606. }
  3607.  
  3608. .link-item {
  3609.    margin-bottom: 0.75rem;
  3610. }
  3611.  
  3612. .link-text {
  3613.    color: var(--footer-color) !important;
  3614.    text-decoration: none;
  3615.    font-size: 0.9rem;
  3616.    display: flex;
  3617.    align-items: center;
  3618.    transition: all 0.3s ease;
  3619.    padding: 0.25rem 0;
  3620. }
  3621.  
  3622. .link-text:hover {
  3623.    color: #3b82f6;
  3624.    padding-left: 0.5rem;
  3625. }
  3626.  
  3627. .link-icon {
  3628.    margin-right: 0.5rem;
  3629.    opacity: 0;
  3630.    transition: opacity 0.3s ease;
  3631. }
  3632.  
  3633. .link-text:hover .link-icon {
  3634.    opacity: 1;
  3635. }
  3636.  
  3637. .external-icon {
  3638.    color: #10b981;
  3639. }
  3640.  
  3641. /* Categories Section */
  3642. .categories-section {
  3643.    padding-left: 1rem;
  3644. }
  3645.  
  3646. .categories-intro {
  3647.    color: #cbd5e1;
  3648.    margin-bottom: 1.5rem;
  3649.    font-size: 0.9rem;
  3650. }
  3651.  
  3652. .categories-cloud {
  3653.    display: flex;
  3654.    flex-wrap: wrap;
  3655.    gap: 0.75rem;
  3656. }
  3657.  
  3658. .category-pill {
  3659.    display: inline-block;
  3660.    padding: 0.5rem 1rem;
  3661.    background: rgba(255, 255, 255, 0.1);
  3662.    border: 1px solid rgba(255, 255, 255, 0.2);
  3663.    border-radius: 20px;
  3664.    color:  var(--footer-color) !important;
  3665.    text-decoration: none;
  3666.    font-size: 0.85rem;
  3667.    opacity: 0.7;
  3668.    font-weight: 500;
  3669.    transition: all 0.3s ease;
  3670. }
  3671.  
  3672. .category-pill:hover {
  3673.    background: #3b82f6;
  3674.    border-color: #3b82f6;
  3675.    color: var(--footer-color) !important;
  3676.    opacity: 1;
  3677.    transform: translateY(-1px);
  3678.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  3679. }
  3680.  
  3681. /* Footer Bottom */
  3682. .footer-bottom {
  3683.    padding: 2rem 0;
  3684.    position: relative;
  3685.    z-index: 2;
  3686. }
  3687.  
  3688. .bottom-border {
  3689.    height: 1px;
  3690.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  3691.    margin-bottom: 2rem;
  3692. }
  3693.  
  3694. .copyright-main {
  3695.    font-size: 1rem;
  3696.    color: #e2e8f0;
  3697.    margin-bottom: 0.25rem;
  3698. }
  3699.  
  3700. .brand-highlight {
  3701.    color: var(--footer-color);
  3702.    font-weight: 700;
  3703. }
  3704.  
  3705. .copyright-sub {
  3706.    font-size: 0.85rem;
  3707.    color: #94a3b8;
  3708.    margin: 0;
  3709. }
  3710.  
  3711. .footer-actions {
  3712.    display: flex;
  3713.    align-items: center;
  3714.    gap: 2rem;
  3715. }
  3716.  
  3717. .action-links {
  3718.    display: flex;
  3719.    gap: 1.5rem;
  3720. }
  3721.  
  3722. .action-link {
  3723.    display: flex;
  3724.    align-items: center;
  3725.    gap: 0.5rem;
  3726.    color: #cbd5e1;
  3727.    text-decoration: none;
  3728.    font-size: 0.9rem;
  3729.    transition: color 0.3s ease;
  3730. }
  3731.  
  3732. .action-link:hover {
  3733.    color: #3b82f6;
  3734. }
  3735.  
  3736. .scroll-to-top-btn {
  3737.    background: rgba(255, 255, 255, 0.1);
  3738.    border: 1px solid rgba(255, 255, 255, 0.2);
  3739.    color: #cbd5e1;
  3740.    width: 44px;
  3741.    height: 44px;
  3742.    border-radius: 12px;
  3743.    cursor: pointer;
  3744.    transition: all 0.3s ease;
  3745.    display: flex;
  3746.    align-items: center;
  3747.    justify-content: center;
  3748. }
  3749.  
  3750. .scroll-to-top-btn:hover {
  3751.    background: #3b82f6;
  3752.    border-color: #3b82f6;
  3753.    color: white;
  3754.    transform: translateY(-2px);
  3755. }
  3756.  
  3757. /* Background Pattern */
  3758. .footer-pattern {
  3759.    position: absolute;
  3760.    top: 0;
  3761.    left: 0;
  3762.    width: 100%;
  3763.    height: 100%;
  3764.    z-index: 1;
  3765.    overflow: hidden;
  3766. }
  3767.  
  3768. .pattern-grid {
  3769.    position: relative;
  3770.    width: 100%;
  3771.    height: 100%;
  3772. }
  3773.  
  3774. .pattern-dot {
  3775.    position: absolute;
  3776.    width: 2px;
  3777.    height: 2px;
  3778.    background: rgba(255, 255, 255, 0.1);
  3779.    border-radius: 50%;
  3780. }
  3781.  
  3782. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  3783. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  3784. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  3785. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  3786. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  3787. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  3788.  
  3789. /* Responsive Design */
  3790. @media (max-width: 992px) {
  3791.    .newsletter-heading {
  3792.        font-size: 2rem;
  3793.    }
  3794.    
  3795.    .brand-section {
  3796.        padding-right: 0;
  3797.        margin-bottom: 3rem;
  3798.    }
  3799.    
  3800.    .links-section, .categories-section {
  3801.        padding-left: 0;
  3802.        padding-right: 0;
  3803.    }
  3804.    
  3805.    .brand-stats {
  3806.        justify-content: center;
  3807.        margin-top: 2rem;
  3808.    }
  3809. }
  3810.  
  3811. @media (max-width: 768px) {
  3812.    .newsletter-section {
  3813.        padding: 60px 0 40px;
  3814.    }
  3815.    
  3816.    .newsletter-container {
  3817.        padding: 2rem 1.5rem;
  3818.        margin: 0 1rem;
  3819.    }
  3820.    
  3821.    .newsletter-heading {
  3822.        font-size: 1.75rem;
  3823.    }
  3824.    
  3825.    .content-sections {
  3826.        padding: 40px 0;
  3827.    }
  3828.    
  3829.    .brand-header {
  3830.        flex-direction: column;
  3831.        text-align: center;
  3832.    }
  3833.    
  3834.    .footer-actions {
  3835.        flex-direction: column;
  3836.        gap: 1rem;
  3837.        margin-top: 1.5rem;
  3838.    }
  3839.    
  3840.    .action-links {
  3841.        order: 2;
  3842.    }
  3843.    
  3844.    .scroll-to-top-btn {
  3845.        order: 1;
  3846.    }
  3847. }
  3848.  
  3849. @media (max-width: 576px) {
  3850.    .newsletter-container {
  3851.        padding: 1.5rem 1rem;
  3852.    }
  3853.    
  3854.    .newsletter-heading {
  3855.        font-size: 1.5rem;
  3856.    }
  3857.    
  3858.    .brand-stats {
  3859.        flex-direction: column;
  3860.        gap: 1rem;
  3861.    }
  3862.    
  3863.    .stat-divider {
  3864.        width: 40px;
  3865.        height: 1px;
  3866.    }
  3867.    
  3868.    .action-links {
  3869.        flex-direction: column;
  3870.        gap: 0.75rem;
  3871.        text-align: center;
  3872.    }
  3873.    
  3874.    .pattern-dot {
  3875.        display: none;
  3876.    }
  3877. }
  3878. </style>
  3879.  
  3880. <!-- Bootstrap 5 JS -->
  3881.  
  3882. <script>
  3883. // Scroll to Top Function
  3884. document.addEventListener('DOMContentLoaded', function () {
  3885.    var btn = document.getElementById('toggleExternal');
  3886.    if (!btn) return; // No extra items, no button
  3887.  
  3888.    var extras = document.querySelectorAll('#externalLinks li.extra');
  3889.  
  3890.    btn.addEventListener('click', function () {
  3891.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3892.            return li.classList.contains('d-none');
  3893.        });
  3894.  
  3895.        extras.forEach(function (li) {
  3896.            if (anyHidden) {
  3897.                li.classList.remove('d-none');
  3898.                li.classList.add('show');
  3899.            } else {
  3900.                li.classList.add('d-none');
  3901.                li.classList.remove('show');
  3902.            }
  3903.        });
  3904.  
  3905.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3906.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3907.    });
  3908. });
  3909. function scrollToTop() {
  3910.    window.scrollTo({
  3911.        top: 0,
  3912.        behavior: 'smooth'
  3913.    });
  3914. }
  3915.  
  3916. // Initialize Footer V4 Features
  3917. document.addEventListener('DOMContentLoaded', function() {
  3918.    
  3919.    // Newsletter Form Handling
  3920.    const newsletterForm = document.querySelector('.newsletter-form');
  3921.    const emailInput = document.querySelector('.form-input');
  3922.    const submitButton = document.querySelector('.submit-button');
  3923.    const successMessage = document.querySelector('.success-message');
  3924.    const errorMessage = document.querySelector('.error-message');
  3925.    const infoMessage = document.querySelector('.info-message');
  3926.    
  3927.    if (newsletterForm && emailInput && submitButton) {
  3928.        
  3929.        // Form submission
  3930.        newsletterForm.addEventListener('submit', function(e) {
  3931.            e.preventDefault();
  3932.            
  3933.            const email = emailInput.value.trim();
  3934.            
  3935.            // Validate email
  3936.            if (!email || !isValidEmail(email)) {
  3937.                showMessage('error');
  3938.                emailInput.focus();
  3939.                return;
  3940.            }
  3941.            
  3942.            // Show loading state
  3943.            const originalText = submitButton.querySelector('.button-text').textContent;
  3944.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  3945.            
  3946.            submitButton.disabled = true;
  3947.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  3948.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  3949.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  3950.            
  3951.            // Simulate API call
  3952.            setTimeout(() => {
  3953.                // Success state
  3954.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  3955.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  3956.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  3957.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  3958.                
  3959.                showMessage('success');
  3960.                
  3961.                // Reset after delay
  3962.                setTimeout(() => {
  3963.                    submitButton.querySelector('.button-text').textContent = originalText;
  3964.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  3965.                    submitButton.style.background = '';
  3966.                    submitButton.disabled = false;
  3967.                    emailInput.value = '';
  3968.                    showMessage('info');
  3969.                }, 3000);
  3970.                
  3971.            }, 2000);
  3972.        });
  3973.        
  3974.        // Input validation
  3975.        emailInput.addEventListener('blur', function() {
  3976.            const email = this.value.trim();
  3977.            if (email && !isValidEmail(email)) {
  3978.                this.style.borderColor = '#ef4444';
  3979.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  3980.            } else if (email && isValidEmail(email)) {
  3981.                this.style.borderColor = '#10b981';
  3982.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  3983.            }
  3984.        });
  3985.        
  3986.        emailInput.addEventListener('focus', function() {
  3987.            this.style.borderColor = '#3b82f6';
  3988.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  3989.        });
  3990.        
  3991.        // Reset validation styling on input
  3992.        emailInput.addEventListener('input', function() {
  3993.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  3994.                this.style.borderColor = '';
  3995.                this.style.boxShadow = '';
  3996.            }
  3997.        });
  3998.    }
  3999.    
  4000.    // Email validation function
  4001.    function isValidEmail(email) {
  4002.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4003.        return emailRegex.test(email);
  4004.    }
  4005.    
  4006.    // Message display function
  4007.    function showMessage(type) {
  4008.        // Hide all messages
  4009.        successMessage.style.display = 'none';
  4010.        errorMessage.style.display = 'none';
  4011.        infoMessage.style.display = 'none';
  4012.        
  4013.        // Show specific message
  4014.        if (type === 'success') {
  4015.            successMessage.style.display = 'block';
  4016.        } else if (type === 'error') {
  4017.            errorMessage.style.display = 'block';
  4018.        } else if (type === 'info') {
  4019.            infoMessage.style.display = 'block';
  4020.        }
  4021.    }
  4022.    
  4023.    // Smooth reveal animations
  4024.    const observerOptions = {
  4025.        threshold: 0.1,
  4026.        rootMargin: '0px 0px -30px 0px'
  4027.    };
  4028.    
  4029.    const sectionObserver = new IntersectionObserver((entries) => {
  4030.        entries.forEach(entry => {
  4031.            if (entry.isIntersecting) {
  4032.                entry.target.style.opacity = '1';
  4033.                entry.target.style.transform = 'translateY(0)';
  4034.            }
  4035.        });
  4036.    }, observerOptions);
  4037.    
  4038.    // Animate sections
  4039.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  4040.        section.style.opacity = '0';
  4041.        section.style.transform = 'translateY(20px)';
  4042.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  4043.        sectionObserver.observe(section);
  4044.    });
  4045.    
  4046.    // Animate category pills
  4047.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  4048.        pill.style.opacity = '0';
  4049.        pill.style.transform = 'translateY(10px)';
  4050.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  4051.        
  4052.        setTimeout(() => {
  4053.            pill.style.opacity = '1';
  4054.            pill.style.transform = 'translateY(0)';
  4055.        }, 300 + (index * 100));
  4056.    });
  4057.    
  4058.    // Enhanced link hover effects
  4059.    document.querySelectorAll('.link-text').forEach(link => {
  4060.        link.addEventListener('mouseenter', function() {
  4061.            const icon = this.querySelector('.link-icon');
  4062.            if (icon) {
  4063.                icon.style.transform = 'translateX(4px)';
  4064.            }
  4065.        });
  4066.        
  4067.        link.addEventListener('mouseleave', function() {
  4068.            const icon = this.querySelector('.link-icon');
  4069.            if (icon) {
  4070.                icon.style.transform = 'translateX(0)';
  4071.            }
  4072.        });
  4073.    });
  4074.    
  4075.    // Prevent default for demo links
  4076.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4077.        link.addEventListener('click', function(e) {
  4078.            e.preventDefault();
  4079.        });
  4080.    });
  4081.    
  4082.    // Add ripple effect to submit button
  4083.    submitButton.addEventListener('click', function(e) {
  4084.        const ripple = document.createElement('span');
  4085.        const rect = this.getBoundingClientRect();
  4086.        const size = Math.max(rect.width, rect.height);
  4087.        const x = e.clientX - rect.left - size / 2;
  4088.        const y = e.clientY - rect.top - size / 2;
  4089.        
  4090.        ripple.style.cssText = `
  4091.            position: absolute;
  4092.            width: ${size}px;
  4093.            height: ${size}px;
  4094.            left: ${x}px;
  4095.            top: ${y}px;
  4096.            background: rgba(255, 255, 255, 0.3);
  4097.            border-radius: 50%;
  4098.            transform: scale(0);
  4099.            animation: ripple 0.6s ease-out;
  4100.            pointer-events: none;
  4101.        `;
  4102.        
  4103.        this.appendChild(ripple);
  4104.        
  4105.        setTimeout(() => {
  4106.            ripple.remove();
  4107.        }, 600);
  4108.    });
  4109.    
  4110. });
  4111.  
  4112. // Add CSS for ripple animation
  4113. const rippleStyle = document.createElement('style');
  4114. rippleStyle.textContent = `
  4115.    @keyframes ripple {
  4116.        to {
  4117.            transform: scale(2);
  4118.            opacity: 0;
  4119.        }
  4120.    }
  4121.    
  4122.    @keyframes spin {
  4123.        from { transform: rotate(0deg); }
  4124.        to { transform: rotate(360deg); }
  4125.    }
  4126.    
  4127.    .submit-button {
  4128.        position: relative;
  4129.        overflow: hidden;
  4130.    }
  4131. `;
  4132. document.head.appendChild(rippleStyle);
  4133. </script>
  4134.  
  4135.        <!-- end of wpo-site-footer-section -->
  4136.    </div>
  4137.    <!-- end of page-wrapper -->
  4138.  
  4139.    <!-- All JavaScript files
  4140.    ================================================== -->
  4141.    
  4142.  
  4143. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4144. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4145. <!-- Plugins for this template -->
  4146. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4147. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4148. <!-- Custom script for this template -->
  4149. <script src="/static/blogapp/assets/js/script.js"></script>
  4150.  
  4151. <script>
  4152. (function () {
  4153. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4154. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4155.  
  4156. function applyFallback(img) {
  4157. if (!img || img.dataset.fallbackApplied === "1") {
  4158. return;
  4159. }
  4160. var failedSrc = img.currentSrc || img.src || "";
  4161. img.dataset.fallbackApplied = "1";
  4162. img.onerror = null;
  4163. img.src = fallbackImageSrc;
  4164. console.warn("[ImageFallback] Replaced broken image:", {
  4165. failedSrc: failedSrc,
  4166. fallbackSrc: fallbackImageSrc,
  4167. alt: img.alt || "",
  4168. });
  4169. }
  4170.  
  4171. document.querySelectorAll("img").forEach(function (img) {
  4172. if (img.complete && img.naturalWidth === 0) {
  4173. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4174. failedSrc: img.currentSrc || img.src || "",
  4175. alt: img.alt || "",
  4176. });
  4177. applyFallback(img);
  4178. }
  4179. });
  4180.  
  4181. document.addEventListener(
  4182. "error",
  4183. function (event) {
  4184. var target = event.target;
  4185. if (target && target.tagName === "IMG") {
  4186. applyFallback(target);
  4187. }
  4188. },
  4189. true
  4190. );
  4191. })();
  4192. </script>
  4193.  
  4194. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4195.  
  4196.  
  4197.  
  4198. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"a5b3e69d5ab94440a8dab697e1429795","r":1}' crossorigin="anonymous"></script>
  4199. </body>
  4200.  
  4201. </html>
  4202.  
  4203.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda