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://889993059.xyz

  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/Untitled_design_-_2025-04-26T131548.324_scahFN4_X1G4TDv_hw7G3SD_FLwZDzz.png">
  14.    
  15.  
  16.    <title>Tech Insights &amp; Innovations Blog | Latest Trends &amp; Analysis</title>
  17.    <meta name="description" content="Explore cutting-edge technology insights, industry trends, and expert analysis on software development, AI, and digital transformation strategies.">
  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://889993059.xyz/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ffce00;
  42.        --bs-primary-rgb: ffce00;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fffbeb;
  49.        --bs-dark: #3f3f46;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ffce00;
  53.        --theme-primary-color-s2: #ffce00;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #3f3f46;
  57.        --text-light-color: #676767;
  58.        --heading-color: #3f3f46;
  59.        --border-color: #fef08a;
  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: #fef08a;
  75.        --navbar-color: #3f3f46;
  76.        --topbar-bg: #fffbeb;
  77.        --topbar-color: #3f3f46;
  78.        --footer-bg: #3f3f46;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fef08a;
  82.        --card-radius: 12px;
  83.        --link-color: #ffce00;
  84.        --link-hover: #e0a800;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 206, 0, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_63">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406.  
  407.            
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414. <header class="header-v10 mb-4">
  415.    <div class="container-fluid fluid-container">
  416.        <!-- Top Bar -->
  417.        <div class="top-bar-v10">
  418.            <div
  419.                class="row align-items-center gap-3 justify-content-lg-between justify-content-center align-items-center d-flex flex-wrap">
  420.               <div class="col-lg-3 col-md-12 col-12">
  421.                    <div class="brand-section-v10">
  422.                        <a class="logo-link-v9" href="/">
  423.                            
  424.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/e685e3a4-321f-4bb6-8f27-7b31fd43f131_logo.png" alt="Tech Insights Blog" class="logo-img-v9" />
  425.                            
  426.                        </a>
  427.                    </div>
  428.                </div>
  429.                <div class="col-lg-6 col-md-12 d-inline-block">
  430.                    <div class="search-container-v10">
  431.                        <form class="search-form-v10" action="#" method="get">
  432.                            <div class="search-group-v10">
  433.                                <input type="search" id="search-input" class="search-field-v10 ps-3"
  434.                                    placeholder="Discover articles, tutorials & insights..." name="q">
  435.                                <button type="submit" class="search-button-v10">
  436.                                    <i class="ti-search"></i>
  437.                                </button>
  438.                            </div>
  439.                            <div id="search-results" class="search-results-container search-v1"></div>
  440.                        </form>
  441.                    </div>
  442.                </div>
  443.                <div class="col-12 ">
  444.                    <div class="header-utilities-v10">
  445.                        <div class="utility-item-v10 d-lg-none">
  446.                            <button class="menu-trigger-v10" onclick="toggleMenuV10()">
  447.                                <div class="menu-icon-v10">
  448.                                    <span class="menu-bar-v10"></span>
  449.                                    <span class="menu-bar-v10"></span>
  450.                                    <span class="menu-bar-v10"></span>
  451.                                </div>
  452.                            </button>
  453.                        </div>
  454.                    </div>
  455.                </div>
  456.            </div>
  457.        </div>
  458.  
  459.        <!-- Navigation Bar -->
  460.    <nav class="navigation-v10 d-none d-lg-block">
  461.    <div class="nav-container-v10">
  462.        <ul class="nav-menu-v10">
  463.  
  464.            
  465.            <li class="nav-item-v10">
  466.                <a href="/" class="nav-link-v10 active-v10">
  467.                    <div class="link-content-v10">
  468.                        <span class="link-text-v10">Home</span>
  469.                        <div class="link-indicator-v10"></div>
  470.                    </div>
  471.                </a>
  472.            </li>
  473.  
  474.            
  475.            
  476.                
  477.                    
  478.                    
  479.                        <li class="nav-item-v10">
  480.                            <a href="/category/all-posts/" class="nav-link-v10">
  481.                                <div class="link-content-v10">
  482.                                    <span class="link-text-v10">All Posts</span>
  483.                                    <div class="link-indicator-v10"></div>
  484.                                </div>
  485.                            </a>
  486.                        </li>
  487.                    
  488.  
  489.                
  490.  
  491.                
  492.                
  493.            
  494.                
  495.                    
  496.                    
  497.                        <li class="nav-item-v10">
  498.                            <a href="/category/business/" class="nav-link-v10">
  499.                                <div class="link-content-v10">
  500.                                    <span class="link-text-v10">Business</span>
  501.                                    <div class="link-indicator-v10"></div>
  502.                                </div>
  503.                            </a>
  504.                        </li>
  505.                    
  506.  
  507.                
  508.  
  509.                
  510.                
  511.            
  512.                
  513.                    
  514.                    
  515.                        <li class="nav-item-v10">
  516.                            <a href="/category/esports/" class="nav-link-v10">
  517.                                <div class="link-content-v10">
  518.                                    <span class="link-text-v10">Esports</span>
  519.                                    <div class="link-indicator-v10"></div>
  520.                                </div>
  521.                            </a>
  522.                        </li>
  523.                    
  524.  
  525.                
  526.  
  527.                
  528.                
  529.            
  530.                
  531.                    
  532.                    
  533.                        <li class="nav-item-v10">
  534.                            <a href="/category/fashion/" class="nav-link-v10">
  535.                                <div class="link-content-v10">
  536.                                    <span class="link-text-v10">Fashion</span>
  537.                                    <div class="link-indicator-v10"></div>
  538.                                </div>
  539.                            </a>
  540.                        </li>
  541.                    
  542.  
  543.                
  544.  
  545.                
  546.                
  547.            
  548.                
  549.                    
  550.                    
  551.                        <li class="nav-item-v10">
  552.                            <a href="/category/featured/" class="nav-link-v10">
  553.                                <div class="link-content-v10">
  554.                                    <span class="link-text-v10">Featured</span>
  555.                                    <div class="link-indicator-v10"></div>
  556.                                </div>
  557.                            </a>
  558.                        </li>
  559.                    
  560.  
  561.                
  562.  
  563.                
  564.                
  565.            
  566.                
  567.                    
  568.                    
  569.                        <li class="nav-item-v10">
  570.                            <a href="/category/gaming/" class="nav-link-v10">
  571.                                <div class="link-content-v10">
  572.                                    <span class="link-text-v10">Gaming</span>
  573.                                    <div class="link-indicator-v10"></div>
  574.                                </div>
  575.                            </a>
  576.                        </li>
  577.                    
  578.  
  579.                
  580.  
  581.                
  582.                
  583.            
  584.                
  585.                    
  586.                    
  587.                        <li class="nav-item-v10">
  588.                            <a href="/category/health/" class="nav-link-v10">
  589.                                <div class="link-content-v10">
  590.                                    <span class="link-text-v10">Health</span>
  591.                                    <div class="link-indicator-v10"></div>
  592.                                </div>
  593.                            </a>
  594.                        </li>
  595.                    
  596.  
  597.                
  598.  
  599.                
  600.                
  601.            
  602.                
  603.                    
  604.                    
  605.                        <li class="nav-item-v10">
  606.                            <a href="/category/life-fitness/" class="nav-link-v10">
  607.                                <div class="link-content-v10">
  608.                                    <span class="link-text-v10">Life &amp; Fitness</span>
  609.                                    <div class="link-indicator-v10"></div>
  610.                                </div>
  611.                            </a>
  612.                        </li>
  613.                    
  614.  
  615.                
  616.  
  617.                
  618.                
  619.            
  620.                
  621.                    
  622.                    
  623.                        <li class="nav-item-v10">
  624.                            <a href="/category/lifestyle/" class="nav-link-v10">
  625.                                <div class="link-content-v10">
  626.                                    <span class="link-text-v10">Lifestyle</span>
  627.                                    <div class="link-indicator-v10"></div>
  628.                                </div>
  629.                            </a>
  630.                        </li>
  631.                    
  632.  
  633.                
  634.  
  635.                
  636.                
  637.            
  638.                
  639.                    
  640.                    <li class="nav-item-v10 has-submenu-v10">
  641.                        <a href="#" class="nav-link-v10">
  642.                            <div class="link-content-v10">
  643.                                <span class="link-text-v10">More</span>
  644.                                <div class="link-arrow-v10"></div>
  645.                                <div class="link-indicator-v10"></div>
  646.                            </div>
  647.                        </a>
  648.                        <div class="submenu-v10">
  649.                            <div class="submenu-content-v10">
  650.                                <div class="submenu-column-v10">
  651.                                    <ul class="submenu-links-v10">
  652.                                        <li>
  653.                                            <a href="/category/news/" class="submenu-link-v10">
  654.                                                News
  655.                                            </a>
  656.                                        </li>
  657.                
  658.  
  659.                
  660.                
  661.            
  662.                
  663.                                        <li>
  664.                                            <a href="/category/others/" class="submenu-link-v10">
  665.                                                Others
  666.                                            </a>
  667.                                        </li>
  668.                
  669.  
  670.                
  671.                
  672.            
  673.                
  674.                                        <li>
  675.                                            <a href="/category/politics/" class="submenu-link-v10">
  676.                                                Politics
  677.                                            </a>
  678.                                        </li>
  679.                
  680.  
  681.                
  682.                
  683.            
  684.                
  685.                                        <li>
  686.                                            <a href="/category/sports/" class="submenu-link-v10">
  687.                                                Sports
  688.                                            </a>
  689.                                        </li>
  690.                
  691.  
  692.                
  693.                
  694.            
  695.                
  696.                                        <li>
  697.                                            <a href="/category/tech/" class="submenu-link-v10">
  698.                                                Tech
  699.                                            </a>
  700.                                        </li>
  701.                
  702.  
  703.                
  704.                
  705.            
  706.                
  707.                                        <li>
  708.                                            <a href="/category/travel/" class="submenu-link-v10">
  709.                                                Travel
  710.                                            </a>
  711.                                        </li>
  712.                
  713.  
  714.                
  715.                
  716.                                    </ul>
  717.                                </div>
  718.                            </div>
  719.                        </div>
  720.                    </li>
  721.                
  722.            
  723.            <li class="nav-item-v10">
  724.                <a href="/page/contact-us/" class="nav-link-v10">
  725.                    <div class="link-content-v10">
  726.                        <span class="link-text-v10">Contact Us</span>
  727.                        <div class="link-indicator-v10"></div>
  728.                    </div>
  729.                </a>
  730.            </li>
  731.        </ul>
  732.    </div>
  733. </nav>
  734.  
  735.        <!-- Mobile Menu -->
  736.        <div class="mobile-menu-v10 d-lg-none" id="mobileMenuV10">
  737.            <div class="mobile-menu-content-v10">
  738.                <ul class="mobile-menu-list-v10">
  739.  
  740.                    
  741.                    <li class="mobile-menu-item-v10">
  742.                        <a href="/" class="mobile-menu-link-v10 active-v10">
  743.                            <span class="mobile-link-text-v10">Home</span>
  744.                        </a>
  745.                    </li>
  746.  
  747.                    
  748.                    
  749.                    
  750.                    <li class="mobile-menu-item-v10">
  751.                        <a href="/category/all-posts/" class="mobile-menu-link-v10">
  752.                            <span class="mobile-link-text-v10">All Posts</span>
  753.                        </a>
  754.                    </li>
  755.                    
  756.                    
  757.                    
  758.                    <li class="mobile-menu-item-v10">
  759.                        <a href="/category/business/" class="mobile-menu-link-v10">
  760.                            <span class="mobile-link-text-v10">Business</span>
  761.                        </a>
  762.                    </li>
  763.                    
  764.                    
  765.                    
  766.                    <li class="mobile-menu-item-v10">
  767.                        <a href="/category/esports/" class="mobile-menu-link-v10">
  768.                            <span class="mobile-link-text-v10">Esports</span>
  769.                        </a>
  770.                    </li>
  771.                    
  772.                    
  773.                    
  774.                    <li class="mobile-menu-item-v10">
  775.                        <a href="/category/fashion/" class="mobile-menu-link-v10">
  776.                            <span class="mobile-link-text-v10">Fashion</span>
  777.                        </a>
  778.                    </li>
  779.                    
  780.                    
  781.                    
  782.                    <li class="mobile-menu-item-v10">
  783.                        <a href="/category/featured/" class="mobile-menu-link-v10">
  784.                            <span class="mobile-link-text-v10">Featured</span>
  785.                        </a>
  786.                    </li>
  787.                    
  788.                    
  789.                    
  790.                    <li class="mobile-menu-item-v10">
  791.                        <a href="/category/gaming/" class="mobile-menu-link-v10">
  792.                            <span class="mobile-link-text-v10">Gaming</span>
  793.                        </a>
  794.                    </li>
  795.                    
  796.                    
  797.                    
  798.                    <li class="mobile-menu-item-v10">
  799.                        <a href="/category/health/" class="mobile-menu-link-v10">
  800.                            <span class="mobile-link-text-v10">Health</span>
  801.                        </a>
  802.                    </li>
  803.                    
  804.                    
  805.                    
  806.                    <li class="mobile-menu-item-v10">
  807.                        <a href="/category/life-fitness/" class="mobile-menu-link-v10">
  808.                            <span class="mobile-link-text-v10">Life &amp; Fitness</span>
  809.                        </a>
  810.                    </li>
  811.                    
  812.                    
  813.                    
  814.                    <li class="mobile-menu-item-v10">
  815.                        <a href="/category/lifestyle/" class="mobile-menu-link-v10">
  816.                            <span class="mobile-link-text-v10">Lifestyle</span>
  817.                        </a>
  818.                    </li>
  819.                    
  820.                    
  821.                    
  822.                    <li class="mobile-menu-item-v10">
  823.                        <a href="/category/news/" class="mobile-menu-link-v10">
  824.                            <span class="mobile-link-text-v10">News</span>
  825.                        </a>
  826.                    </li>
  827.                    
  828.                    
  829.                    
  830.                    <li class="mobile-menu-item-v10">
  831.                        <a href="/category/others/" class="mobile-menu-link-v10">
  832.                            <span class="mobile-link-text-v10">Others</span>
  833.                        </a>
  834.                    </li>
  835.                    
  836.                    
  837.                    
  838.                    <li class="mobile-menu-item-v10">
  839.                        <a href="/category/politics/" class="mobile-menu-link-v10">
  840.                            <span class="mobile-link-text-v10">Politics</span>
  841.                        </a>
  842.                    </li>
  843.                    
  844.                    
  845.                    
  846.                    <li class="mobile-menu-item-v10">
  847.                        <a href="/category/sports/" class="mobile-menu-link-v10">
  848.                            <span class="mobile-link-text-v10">Sports</span>
  849.                        </a>
  850.                    </li>
  851.                    
  852.                    
  853.                    
  854.                    <li class="mobile-menu-item-v10">
  855.                        <a href="/category/tech/" class="mobile-menu-link-v10">
  856.                            <span class="mobile-link-text-v10">Tech</span>
  857.                        </a>
  858.                    </li>
  859.                    
  860.                    
  861.                    
  862.                    <li class="mobile-menu-item-v10">
  863.                        <a href="/category/travel/" class="mobile-menu-link-v10">
  864.                            <span class="mobile-link-text-v10">Travel</span>
  865.                        </a>
  866.                    </li>
  867.                    
  868.                    
  869.  
  870.                </ul>
  871.            </div>
  872.        </div>
  873.  
  874.    </div>
  875. </header>
  876.  
  877. <style>
  878.    .logo-link-v9 img{
  879.        height: 70px;
  880.        width: auto;
  881.        object-fit: cover;
  882.    }
  883.    /* Navbar V10 Styles - Modern Two-Tier Design */
  884.    .header-v10 {
  885.        background: var(--navbar-bg);
  886.        margin-bottom: 10px;
  887.        position: relative;
  888.    }
  889.  
  890.    /* Top Bar */
  891.    .top-bar-v10 {
  892.        padding: 16px 0;
  893.    }
  894.  
  895.    /* Brand Section */
  896.    .brand-section-v10 {
  897.        display: flex;
  898.        align-items: center;
  899.    }
  900.  
  901.    .brand-link-v10 {
  902.        display: flex;
  903.        align-items: center;
  904.        text-decoration: none;
  905.    }
  906.  
  907.    .brand-icon-v10 {
  908.        width: 48px;
  909.        height: 48px;
  910.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  911.        border-radius: 12px;
  912.        display: flex;
  913.        align-items: center;
  914.        justify-content: center;
  915.        padding: 8px;
  916.    }
  917.  
  918.    .brand-img-v10 {
  919.        max-width: 100%;
  920.        max-height: 100%;
  921.        filter: brightness(0) invert(1);
  922.    }
  923.  
  924.    /* Search Container */
  925.    .search-container-v10 {
  926.        max-width: 500px;
  927.        margin-left: auto;
  928.    }
  929.  
  930.    .search-group-v10 {
  931.        display: flex;
  932.        align-items: center;
  933.        background: #f9fafb;
  934.        border: 2px solid #e5e7eb;
  935.        border-radius: 12px;
  936.        overflow: hidden;
  937.        transition: all 0.3s ease;
  938.    }
  939.  
  940.    .search-group-v10:focus-within {
  941.        background: #ffffff;
  942.        border-color: #3b82f6;
  943.        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  944.    }
  945.  
  946.    .search-icon-wrapper-v10 {
  947.        padding: 12px 16px;
  948.        display: flex;
  949.        align-items: center;
  950.    }
  951.  
  952.    .search-icon-v10 {
  953.        width: 16px;
  954.        height: 16px;
  955.        background: #9ca3af;
  956.        border-radius: 50%;
  957.        position: relative;
  958.    }
  959.  
  960.    .search-icon-v10::after {
  961.        content: '';
  962.        position: absolute;
  963.        top: 12px;
  964.        left: 12px;
  965.        width: 6px;
  966.        height: 1px;
  967.        background: #9ca3af;
  968.        transform: rotate(45deg);
  969.    }
  970.  
  971.    .search-field-v10 {
  972.        flex: 1;
  973.        border: none;
  974.        background: transparent;
  975.        font-size: 15px;
  976.        padding: 12px 0;
  977.        outline: none;
  978.        color: #1f2937;
  979.    }
  980.  
  981.    .search-field-v10::placeholder {
  982.        color: #9ca3af;
  983.    }
  984.  
  985.    .search-button-v10 {
  986.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  987.        color: white;
  988.        border: none;
  989.        padding: 14px 15px;
  990.        font-weight: 600;
  991.        cursor: pointer;
  992.        transition: all 0.3s ease;
  993.    }
  994.  
  995.    .search-button-v10:hover {
  996.        background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  997.    }
  998.  
  999.    /* Header Utilities */
  1000.    .header-utilities-v10 {
  1001.        display: flex;
  1002.        align-items: center;
  1003.        justify-content: flex-end;
  1004.        gap: 8px;
  1005.    }
  1006.  
  1007.    .utility-item-v10 {
  1008.        display: flex;
  1009.    }
  1010.  
  1011.    .theme-toggle-v10,
  1012.    .mobile-search-v10,
  1013.    .menu-trigger-v10 {
  1014.        background: #f9fafb;
  1015.        border: 1px solid #e5e7eb;
  1016.        border-radius: 8px;
  1017.        padding: 10px;
  1018.        cursor: pointer;
  1019.        transition: all 0.3s ease;
  1020.    }
  1021.  
  1022.    .mobile-search-v10:hover,
  1023.    .menu-trigger-v10:hover {
  1024.        background: #f3f4f6;
  1025.        border-color: #d1d5db;
  1026.    }
  1027.  
  1028.    .mobile-search-icon-v10 {
  1029.        width: 16px;
  1030.        height: 16px;
  1031.        background: #6b7280;
  1032.        border-radius: 50%;
  1033.    }
  1034.  
  1035.    .menu-icon-v10 {
  1036.        display: flex;
  1037.        flex-direction: column;
  1038.        gap: 3px;
  1039.        width: 16px;
  1040.    }
  1041.  
  1042.    .menu-bar-v10 {
  1043.        height: 2px;
  1044.        background: #6b7280;
  1045.        border-radius: 1px;
  1046.        transition: all 0.3s ease;
  1047.    }
  1048.  
  1049.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(1) {
  1050.        transform: rotate(45deg) translate(4px, 4px);
  1051.    }
  1052.  
  1053.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(2) {
  1054.        opacity: 0;
  1055.    }
  1056.  
  1057.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(3) {
  1058.        transform: rotate(-45deg) translate(6px, -6px);
  1059.    }
  1060.  
  1061.    /* Navigation */
  1062.    .navigation-v10 {
  1063.        background: var(--navbar-bg);
  1064.    }
  1065.  
  1066.    .nav-container-v10 {
  1067.        padding: 0;
  1068.        display: flex;
  1069.        justify-content: flex-end;
  1070.    }
  1071.  
  1072.    .nav-menu-v10 {
  1073.        list-style: none;
  1074.        padding: 0;
  1075.        margin: 0;
  1076.        display: flex;
  1077.        align-items: stretch;
  1078.    }
  1079.  
  1080.    .nav-item-v10 {
  1081.        position: relative;
  1082.    }
  1083.  
  1084.    .nav-link-v10 {
  1085.        color: #374151;
  1086.        text-decoration: none;
  1087.        display: block;
  1088.        transition: all 0.3s ease;
  1089.    }
  1090.  
  1091.    .link-content-v10 {
  1092.        padding: 16px 20px;
  1093.        display: flex;
  1094.        align-items: center;
  1095.        gap: 6px;
  1096.        position: relative;
  1097.    }
  1098.  
  1099.    .link-text-v10 {
  1100.        font-size: 15px;
  1101.        font-weight: 600;
  1102.    }
  1103.  
  1104.    .link-arrow-v10 {
  1105.        width: 0;
  1106.        height: 0;
  1107.        border-left: 3px solid transparent;
  1108.        border-right: 3px solid transparent;
  1109.        border-top: 3px solid currentColor;
  1110.        transition: transform 0.3s ease;
  1111.    }
  1112.  
  1113.    .link-indicator-v10 {
  1114.        position: absolute;
  1115.        bottom: 0;
  1116.        left: 0;
  1117.        right: 0;
  1118.        height: 3px;
  1119.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1120.        transform: scaleX(0);
  1121.        transition: transform 0.3s ease;
  1122.    }
  1123.  
  1124.    .nav-link-v10:hover,
  1125.    .nav-link-v10.active-v10 {
  1126.        color: white !important;
  1127.        background: var(--bs-primary);
  1128.    }
  1129.  
  1130.    .nav-link-v10:hover .link-indicator-v10,
  1131.    .nav-link-v10.active-v10 .link-indicator-v10 {
  1132.        transform: scaleX(1);
  1133.    }
  1134.  
  1135.    .has-submenu-v10:hover .link-arrow-v10 {
  1136.        transform: rotate(180deg);
  1137.    }
  1138.  
  1139.    /* Submenu */
  1140.    .submenu-v10 {
  1141.        position: absolute;
  1142.        top: 100%;
  1143.        left: 0;
  1144.        background: #ffffff;
  1145.        border: 1px solid #e5e7eb;
  1146.        border-radius: 12px;
  1147.        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1148.        opacity: 0;
  1149.        visibility: hidden;
  1150.        transform: translateY(-8px);
  1151.        transition: all 0.3s ease;
  1152.        z-index: 1000;
  1153.        min-width: 400px;
  1154.        padding: 24px;
  1155.        margin-top: 8px;
  1156.    }
  1157.  
  1158.    .has-submenu-v10:hover .submenu-v10 {
  1159.        opacity: 1;
  1160.        visibility: visible;
  1161.        transform: translateY(0);
  1162.    }
  1163.  
  1164.    .submenu-content-v10 {
  1165.        display: grid;
  1166.        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  1167.        gap: 24px;
  1168.    }
  1169.  
  1170.    .submenu-title-v10 {
  1171.        font-size: 13px;
  1172.        font-weight: 700;
  1173.        color: #3b82f6;
  1174.        margin-bottom: 12px;
  1175.        text-transform: uppercase;
  1176.        letter-spacing: 0.5px;
  1177.    }
  1178.  
  1179.    .submenu-links-v10 {
  1180.        list-style: none;
  1181.        padding: 0;
  1182.        margin: 0;
  1183.    }
  1184.  
  1185.    .submenu-link-v10 {
  1186.        display: block;
  1187.        color: #6b7280 !important;
  1188.        text-decoration: none;
  1189.        font-size: 14px;
  1190.        padding: 8px 0;
  1191.        transition: color 0.3s ease;
  1192.    }
  1193.  
  1194.    .submenu-link-v10:hover {
  1195.        color: #3b82f6 !important;
  1196.    }
  1197.  
  1198.    /* Mobile Search Panel */
  1199.    .mobile-search-panel-v10 {
  1200.        background: #f9fafb;
  1201.        border-bottom: 1px solid #e5e7eb;
  1202.        padding: 12px 0;
  1203.        max-height: 0;
  1204.        overflow: hidden;
  1205.        transition: all 0.3s ease;
  1206.    }
  1207.  
  1208.    .mobile-search-panel-v10.show-v10 {
  1209.        max-height: 80px;
  1210.    }
  1211.  
  1212.    .mobile-search-wrapper-v10 {
  1213.        display: flex;
  1214.        align-items: center;
  1215.        background: #ffffff;
  1216.        border: 1px solid #e5e7eb;
  1217.        border-radius: 8px;
  1218.        overflow: hidden;
  1219.    }
  1220.  
  1221.    .mobile-search-input-v10 {
  1222.        flex: 1;
  1223.        border: none;
  1224.        padding: 12px 16px;
  1225.        font-size: 15px;
  1226.        outline: none;
  1227.        background: transparent;
  1228.    }
  1229.  
  1230.    .mobile-search-btn-v10 {
  1231.        background: #3b82f6;
  1232.        border: none;
  1233.        padding: 12px 16px;
  1234.        cursor: pointer;
  1235.    }
  1236.  
  1237.    .mobile-search-btn-v10 .mobile-search-icon-v10 {
  1238.        background: white;
  1239.    }
  1240.  
  1241.    /* Mobile Menu */
  1242.    .mobile-menu-v10 {
  1243.        background: #ffffff;
  1244.        border-bottom: 1px solid #e5e7eb;
  1245.        max-height: 0;
  1246.        overflow: hidden;
  1247.        transition: all 0.4s ease;
  1248.    }
  1249.  
  1250.    .mobile-menu-v10.show-v10 {
  1251.        max-height: 500px;
  1252.    }
  1253.  
  1254.    .mobile-menu-content-v10 {
  1255.        padding: 16px 30px;
  1256.    }
  1257.  
  1258.    .mobile-menu-list-v10 {
  1259.        list-style: none;
  1260.        padding: 0;
  1261.        margin: 0;
  1262.    }
  1263.  
  1264.    .mobile-menu-item-v10 {
  1265.        border-bottom: 1px solid #f3f4f6;
  1266.    }
  1267.  
  1268.    .mobile-menu-link-v10,
  1269.    .mobile-menu-toggle-v10 {
  1270.        display: flex;
  1271.        align-items: center;
  1272.        justify-content: space-between;
  1273.        color: #374151;
  1274.        text-decoration: none;
  1275.        font-size: 16px;
  1276.        font-weight: 600;
  1277.        padding: 16px 0;
  1278.        transition: color 0.3s ease;
  1279.        background: none;
  1280.        border: none;
  1281.        width: 100%;
  1282.        cursor: pointer;
  1283.    }
  1284.  
  1285.    .mobile-menu-link-v10:hover,
  1286.    .mobile-menu-toggle-v10:hover,
  1287.    .mobile-menu-link-v10.active-v10 {
  1288.        color: var(--bs-light);
  1289.    }
  1290.  
  1291.    .mobile-toggle-arrow-v10 {
  1292.        width: 0;
  1293.        height: 0;
  1294.        border-left: 4px solid transparent;
  1295.        border-right: 4px solid transparent;
  1296.        border-top: 4px solid currentColor;
  1297.        transition: transform 0.3s ease;
  1298.    }
  1299.  
  1300.    .mobile-menu-item-v10.open-v10 .mobile-toggle-arrow-v10 {
  1301.        transform: rotate(180deg);
  1302.    }
  1303.  
  1304.    .mobile-submenu-v10 {
  1305.        list-style: none;
  1306.        padding: 0;
  1307.        margin: 0;
  1308.        max-height: 0;
  1309.        overflow: hidden;
  1310.        transition: all 0.3s ease;
  1311.        background: #f9fafb;
  1312.    }
  1313.  
  1314.    .mobile-submenu-v10.show-v10 {
  1315.        max-height: 200px;
  1316.        padding: 8px 0;
  1317.    }
  1318.  
  1319.    .mobile-submenu-link-v10 {
  1320.        display: block;
  1321.        color: #6b7280;
  1322.        text-decoration: none;
  1323.        font-size: 14px;
  1324.        padding: 10px 20px;
  1325.        transition: color 0.3s ease;
  1326.    }
  1327.  
  1328.    .mobile-submenu-link-v10:hover {
  1329.        color: #3b82f6;
  1330.    }
  1331.  
  1332.    /* Responsive Design */
  1333.    @media (max-width: 768px) {
  1334.        .top-bar-v10 {
  1335.            padding: 12px 0;
  1336.        }
  1337.  
  1338.        .brand-icon-v10 {
  1339.            width: 40px;
  1340.            height: 40px;
  1341.        }
  1342.  
  1343.        .brand-name-v10 {
  1344.            font-size: 18px;
  1345.        }
  1346.  
  1347.        .brand-tagline-v10 {
  1348.            font-size: 11px;
  1349.        }
  1350.    }
  1351.  
  1352.    @media (max-width: 576px) {
  1353.        .brand-text-v10 {
  1354.            display: none;
  1355.        }
  1356.    }
  1357. </style>
  1358.  
  1359. <script>
  1360.    function toggleMobileSearchV10() {
  1361.        const searchPanel = document.getElementById('mobileSearchV10');
  1362.        const searchBtn = document.querySelector('.mobile-search-v10');
  1363.  
  1364.        if (searchPanel) {
  1365.            searchPanel.classList.toggle('show-v10');
  1366.  
  1367.            if (searchPanel.classList.contains('show-v10')) {
  1368.                setTimeout(() => {
  1369.                    const input = searchPanel.querySelector('.mobile-search-input-v10');
  1370.                    if (input) input.focus();
  1371.                }, 100);
  1372.            }
  1373.        }
  1374.    }
  1375.  
  1376.    function toggleMenuV10() {
  1377.        const mobileMenu = document.getElementById('mobileMenuV10');
  1378.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1379.  
  1380.        if (mobileMenu && menuBtn) {
  1381.            mobileMenu.classList.toggle('show-v10');
  1382.            menuBtn.classList.toggle('active-v10');
  1383.        }
  1384.    }
  1385.  
  1386.    function toggleMobileSubmenuV10(submenuId) {
  1387.        const submenu = document.getElementById(submenuId);
  1388.        if (!submenu) return;
  1389.  
  1390.        const parentItem = submenu.closest('.mobile-menu-item-v10');
  1391.  
  1392.        // Close other submenus
  1393.        const allSubmenus = document.querySelectorAll('.mobile-submenu-v10');
  1394.        const allParents = document.querySelectorAll('.mobile-menu-item-v10.has-mobile-submenu-v10');
  1395.  
  1396.        allSubmenus.forEach(menu => {
  1397.            if (menu.id !== submenuId) {
  1398.                menu.classList.remove('show-v10');
  1399.            }
  1400.        });
  1401.  
  1402.        allParents.forEach(parent => {
  1403.            if (parent !== parentItem) {
  1404.                parent.classList.remove('open-v10');
  1405.            }
  1406.        });
  1407.  
  1408.        // Toggle current submenu
  1409.        submenu.classList.toggle('show-v10');
  1410.        if (parentItem) {
  1411.            parentItem.classList.toggle('open-v10');
  1412.        }
  1413.    }
  1414.  
  1415.    // Close menus when clicking outside
  1416.    document.addEventListener('click', function (e) {
  1417.        const mobileMenu = document.getElementById('mobileMenuV10');
  1418.        const mobileSearch = document.getElementById('mobileSearchV10');
  1419.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1420.        const searchBtn = document.querySelector('.mobile-search-v10');
  1421.  
  1422.        // Close mobile menu
  1423.        if (mobileMenu && menuBtn &&
  1424.            !mobileMenu.contains(e.target) &&
  1425.            !menuBtn.contains(e.target)) {
  1426.            mobileMenu.classList.remove('show-v10');
  1427.            menuBtn.classList.remove('active-v10');
  1428.        }
  1429.  
  1430.        // Close mobile search
  1431.        if (mobileSearch && searchBtn &&
  1432.            !mobileSearch.contains(e.target) &&
  1433.            !searchBtn.contains(e.target)) {
  1434.            mobileSearch.classList.remove('show-v10');
  1435.        }
  1436.    });
  1437. </script>
  1438.  
  1439. <script>
  1440.  document.addEventListener("DOMContentLoaded", function () {
  1441.    console.log("loaded");
  1442.  
  1443.     const searchInput = document.getElementById("search-input")
  1444.    const searchResults = document.getElementById("search-results");
  1445.  
  1446.    if (!searchInput || !searchResults) {
  1447.      console.error("Search input/results not found");
  1448.      return;
  1449.    }
  1450.  
  1451.    // Prevent form submission
  1452.    if (searchInput.form) {
  1453.      searchInput.form.addEventListener("submit", function (e) {
  1454.        e.preventDefault();
  1455.      });
  1456.    }
  1457.  
  1458.    // Add event listener for keyup
  1459.    searchInput.addEventListener("keyup", function (e) {
  1460.      console.log("Key pressed:", e.key);
  1461.      e.preventDefault();
  1462.  
  1463.      const query = searchInput.value.trim();
  1464.      console.log("User is typing: " + query);
  1465.  
  1466.      // If empty → clear and hide
  1467.      if (query === "") {
  1468.        searchResults.innerHTML = "";
  1469.        searchResults.style.display = "none";
  1470.        return;
  1471.      }
  1472.  
  1473.      // Show results
  1474.      searchResults.style.display = "block";
  1475.  
  1476.      // Fetch search results
  1477.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1478.        method: "GET",
  1479.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1480.      })
  1481.        .then(response => {
  1482.          console.log("Response Status:", response.status);
  1483.          return response.json();
  1484.        })
  1485.        .then(data => {
  1486.          console.log("Data received:", data);
  1487.          if (data.html) {
  1488.            searchResults.innerHTML = data.html;
  1489.          } else {
  1490.            searchResults.innerHTML = "<p>No results found.</p>";
  1491.          }
  1492.        })
  1493.        .catch(error => {
  1494.          console.error("Error fetching search results:", error);
  1495.        });
  1496.    });
  1497.  
  1498.    // Close results when clicking outside
  1499.    document.addEventListener("click", function (e) {
  1500.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1501.        searchResults.style.display = "none";
  1502.      }
  1503.    });
  1504.  
  1505.    // Close results on ESC key
  1506.    document.addEventListener("keydown", function (e) {
  1507.      if (e.key === "Escape") {
  1508.        searchResults.style.display = "none";
  1509.      }
  1510.    });
  1511.  });
  1512. </script>
  1513.  
  1514. <style>
  1515.        /* search field */
  1516.  .search-results-container {
  1517.  position: absolute;
  1518.  top: 60%; /* Position it below the input field */
  1519.  left: 10px;
  1520.  right: 10px;
  1521.  background-color: white;
  1522.  border: 1px solid #ddd;
  1523.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1524.  max-height: 300px;
  1525.  overflow-y: auto;
  1526.  z-index: 1000;
  1527.  display: none; /* Initially hidden */
  1528. }
  1529.  
  1530. .search-results-container p {
  1531.  margin: 0;
  1532. }
  1533.  
  1534. .search-results-container .result-item {
  1535.  padding: 10px;
  1536.  cursor: pointer;
  1537. }
  1538.  
  1539. .search-results-container .result-item:hover {
  1540.  background-color: #f0f0f0;
  1541. }
  1542. @media (max-width: 992px) {
  1543.  .search-results-container {
  1544.    top: 70%;
  1545.  }
  1546.    
  1547. }
  1548. </style>
  1549.  
  1550.        </header>
  1551.        <!-- end of header -->
  1552.        <!-- start of wpo-blog-hero -->
  1553.        
  1554.  
  1555.  
  1556.  
  1557.  
  1558.  
  1559.  
  1560.  
  1561.  
  1562.  
  1563.        <!-- end of wpo-blog-hero -->
  1564.  
  1565.        <!-- start of wpo-breacking-news -->
  1566.        
  1567.        <!-- end of wpo-breacking-news -->
  1568.        
  1569.        <!-- start wpo-blog-highlights-section -->
  1570.        
  1571.  
  1572.  
  1573.  
  1574.    
  1575.  
  1576.  
  1577.  <style>
  1578.    .blog-section {
  1579.      padding: 60px 0;
  1580.    }
  1581.  
  1582.    .blog-card {
  1583.      background: var(--card-bg);
  1584.      border-radius: 12px;
  1585.      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  1586.      transition: box-shadow 0.3s ease, transform 0.3s ease;
  1587.      margin-bottom: 30px;
  1588.      overflow: hidden;
  1589.      border: none;
  1590.    }
  1591.  
  1592.    .blog-card-body {
  1593.      padding: 30px;
  1594.    }
  1595.  
  1596.    .blog-category {
  1597.      display: inline-block;
  1598.      padding: 6px 16px;
  1599.      border-radius: 20px;
  1600.      font-size: 12px;
  1601.      font-weight: 600;
  1602.      text-transform: uppercase;
  1603.      letter-spacing: 0.5px;
  1604.      margin-bottom: 20px;
  1605.    }
  1606.  
  1607.    .blog-title {
  1608.      font-weight: 700;
  1609.      color: var(--topbar-color);
  1610.      margin-bottom: 20px;
  1611.      line-height: 1.4;
  1612.      text-decoration: none;
  1613.    }
  1614.  
  1615.    .blog-title:hover {
  1616.      color: #1e40af !important;
  1617.      text-decoration: none;
  1618.    }
  1619.  
  1620.    .blog-meta {
  1621.      display: flex;
  1622.      align-items: center;
  1623.      margin-bottom: 20px;
  1624.      color: var(--topbar-color);
  1625.      font-size: 14px;
  1626.    }
  1627.  
  1628.    .blog-meta img {
  1629.      width: 35px;
  1630.      height: 35px;
  1631.      border-radius: 50%;
  1632.      object-fit: cover;
  1633.      display: block;
  1634.    }
  1635.  
  1636.    .blog-meta .meta-info {
  1637.      display: flex;
  1638.      align-items: center;
  1639.      gap: 15px;
  1640.    }
  1641.  
  1642.    .blog-description {
  1643.      color: var(--topbar-color);
  1644.      line-height: 1.7;
  1645.      margin-bottom: 25px;
  1646.      font-size: 15px;
  1647.    }
  1648.  
  1649.    .read-more-btn {
  1650.      background: transparent;
  1651.      border: 2px solid var(--bs-primary);
  1652.      color: var(--bs-primary);
  1653.      padding: 12px 30px;
  1654.      border-radius: 6px;
  1655.      font-weight: 600;
  1656.      text-transform: uppercase;
  1657.      letter-spacing: 0.5px;
  1658.      transition: all 0.3s ease;
  1659.      text-decoration: none;
  1660.      display: inline-block;
  1661.      font-size: 13px;
  1662.    }
  1663.  
  1664.    .read-more-btn:hover {
  1665.      background: var(--bs-primary);
  1666.      color: var(--bs-white) !important;
  1667.      text-decoration: none;
  1668.    }
  1669.  
  1670.    .section-title {
  1671.      text-align: center;
  1672.      margin-bottom: 50px;
  1673.    }
  1674.  
  1675.    .section-title h2 {
  1676.      font-size: 42px;
  1677.      font-weight: 800;
  1678.      color: #2c3e50;
  1679.      margin-bottom: 15px;
  1680.    }
  1681.  
  1682.    .section-title p {
  1683.      color: #6c757d;
  1684.      font-size: 18px;
  1685.      max-width: 600px;
  1686.      margin: 0 auto;
  1687.    }
  1688.  
  1689.    .avatar-placeholder {
  1690.      width: 35px;
  1691.      height: 35px;
  1692.      border-radius: 50%;
  1693.      background: linear-gradient(45deg, var(--bs-primary), #20c997);
  1694.      display: flex;
  1695.      align-items: center;
  1696.      justify-content: center;
  1697.      color: var(--bs-white);
  1698.      font-weight: bold;
  1699.      margin-right: 12px;
  1700.      overflow: hidden;
  1701.    }
  1702.  
  1703.    @media (max-width: 768px) {
  1704.  
  1705.  
  1706.      .section-title h2 {
  1707.        font-size: 32px;
  1708.      }
  1709.  
  1710.      .blog-card-body {
  1711.        padding: 20px;
  1712.      }
  1713.    }
  1714.  
  1715.    /* ===== Smooth Fade on Scroll (Up & Down) ===== */
  1716.    :root{
  1717.      --fade-distance: 28px;
  1718.      --fade-duration: 700ms;
  1719.      --fade-ease: cubic-bezier(0.16,1,0.3,1);
  1720.    }
  1721.  
  1722.    .fade-base{
  1723.      opacity: 0;
  1724.      filter: blur(2px);
  1725.      transform: translateY(var(--y,0)) translateZ(0); /* GPU hint */
  1726.      transition:
  1727.        opacity var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  1728.        transform var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  1729.        filter var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms);
  1730.      will-change: transform, opacity, filter;
  1731.    }
  1732.    .fade-up   { --y: var(--fade-distance); }          /* when entering on scroll down */
  1733.    .fade-down { --y: calc(var(--fade-distance) * -1); }/* when entering on scroll up */
  1734.  
  1735.    .fade-show{
  1736.      opacity: 1;
  1737.      filter: blur(0);
  1738.      transform: translateY(0) translateZ(0);
  1739.    }
  1740.  
  1741.    /* Hover should still work after fade-in */
  1742.    .blog-card.fade-show:hover{
  1743.      transform: translateY(-5px) translateZ(0);
  1744.      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1745.    }
  1746.  
  1747.    /* Reduced motion */
  1748.    @media (prefers-reduced-motion: reduce){
  1749.      .fade-base{
  1750.        transition: none !important;
  1751.        transform: none !important;
  1752.        opacity: 1 !important;
  1753.        filter: none !important;
  1754.      }
  1755.      .blog-card.fade-show:hover{
  1756.        transform: none !important;
  1757.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  1758.      }
  1759.    }
  1760.  </style>
  1761.  
  1762.  <section class="blog-section">
  1763.    <div class="container-fluid fluid-container">
  1764.      <div class="row">
  1765.        <div class="section-title ">
  1766.          <h2>
  1767.                Today's Top Highlights
  1768.                   </h2>
  1769.          <p>Stay updated with the latest insights and trends in online gaming</p>
  1770.        </div>
  1771.  
  1772.        <div class="col-lg-8 col-12">
  1773.          
  1774.          
  1775.  
  1776.        </div>
  1777.  
  1778.         <div class="col col-lg-4 col-12">
  1779.                
  1780.  
  1781.  
  1782.  
  1783.    
  1784.  
  1785.  
  1786. <!-- Blog Sidebar V2 - Focused Design -->
  1787. <div class="sidebar">
  1788.  <!-- Recent Posts Section -->
  1789.  <div class="sidebar-widget mb-4">
  1790.    <div class="widget-title-wrapper mb-3">
  1791.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  1792.        <i class="ti-time me-2"></i>Recent Posts
  1793.        <span class="title-arrow-primary"></span>
  1794.      </h4>
  1795.    </div>
  1796.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  1797.      <div class="recent-post-list">
  1798.      
  1799.  
  1800.      </div>
  1801.  
  1802.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  1803.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  1804.      </div> -->
  1805.    </div>
  1806.  </div>
  1807.  
  1808.    
  1809.  <!-- <div class="sidebar-widget">
  1810.    <div class="widget-title-wrapper mb-3">
  1811.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  1812.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  1813.        <span class="title-arrow"></span>
  1814.      </h4>
  1815.    </div>
  1816.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1817.      <div class="blog-roll-list">
  1818.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  1819.          <a href="#" class="text-decoration-none">
  1820.            <h6 class="blog-title top-color mb-2 fw-semibold">
  1821.              <i class="ti-angle-right me-2 text-primary"></i>
  1822.              Complete Guide to Django REST Framework
  1823.            </h6>
  1824.            <div class="blog-meta d-flex justify-content-between align-items-center">
  1825.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1826.            </div>
  1827.          </a>
  1828.        </div>
  1829.  
  1830.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  1831.          <a href="#" class="text-decoration-none">
  1832.            <h6 class="blog-title top-color mb-2 fw-semibold">
  1833.              <i class="ti-angle-right me-2 text-primary"></i>
  1834.              Modern JavaScript ES2025 Features
  1835.            </h6>
  1836.            <div class="blog-meta d-flex justify-content-between align-items-center">
  1837.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  1838.            </div>
  1839.          </a>
  1840.        </div>
  1841.  
  1842.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  1843.          <a href="#" class="text-decoration-none">
  1844.            <h6 class="blog-title top-color mb-2 fw-semibold">
  1845.              <i class="ti-angle-right me-2 text-primary"></i>
  1846.              Digital Marketing Trends in 2025
  1847.            </h6>
  1848.            <div class="blog-meta d-flex justify-content-between align-items-center">
  1849.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  1850.            </div>
  1851.          </a>
  1852.        </div>
  1853.  
  1854.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  1855.          <a href="#" class="text-decoration-none">
  1856.            <h6 class="blog-title top-color mb-2 fw-semibold">
  1857.              <i class="ti-angle-right me-2 text-primary"></i>
  1858.              Remote Work Best Practices
  1859.            </h6>
  1860.            <div class="blog-meta d-flex justify-content-between align-items-center">
  1861.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  1862.            </div>
  1863.          </a>
  1864.        </div>
  1865.  
  1866.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  1867.          <a href="#" class="text-decoration-none">
  1868.            <h6 class="blog-title top-color mb-2 fw-semibold">
  1869.              <i class="ti-angle-right me-2 text-primary"></i>
  1870.              Sustainable Living Tips for Beginners
  1871.            </h6>
  1872.            <div class="blog-meta d-flex justify-content-between align-items-center">
  1873.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  1874.            </div>
  1875.          </a>
  1876.        </div>
  1877.  
  1878.        <div class="blog-roll-item">
  1879.          <a href="#" class="text-decoration-none">
  1880.            <h6 class="blog-title top-color mb-2 fw-semibold">
  1881.              <i class="ti-angle-right me-2 text-primary"></i>
  1882.              AI and Machine Learning Basics
  1883.            </h6>
  1884.            <div class="blog-meta d-flex justify-content-between align-items-center">
  1885.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  1886.            </div>
  1887.          </a>
  1888.        </div>
  1889.      </div>
  1890.  
  1891.      <div class="text-center mt-4 pt-3 border-top border-light">
  1892.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  1893.      </div>
  1894.    </div>
  1895.  </div> -->
  1896. </div>
  1897.  
  1898. <!-- Sidebar V2 Styles -->
  1899. <style>
  1900.  .sidebar-widget {
  1901.    position: relative;
  1902.  }
  1903.  
  1904.  .widget-title {
  1905.    font-size: 1.1rem;
  1906.    font-weight: 700;
  1907.    display: inline-block;
  1908.    position: relative;
  1909.    z-index: 2;
  1910.    border-radius: 0;
  1911.  }
  1912.  
  1913.  /* Green arrow for August Blog Roll */
  1914.  .title-arrow::after {
  1915.    content: '';
  1916.    position: absolute;
  1917.    top: 0;
  1918.    right: -22px;
  1919.    width: 0;
  1920.    height: 0;
  1921.    border-left: 22px solid var(--bs-primary);
  1922.    border-top: 22px solid transparent;
  1923.    border-bottom: 22px solid transparent;
  1924.    z-index: 1;
  1925.  }
  1926.  
  1927.  /* Blue arrow for Recent Posts */
  1928.  .title-arrow-primary::after {
  1929.    content: '';
  1930.    position: absolute;
  1931.    top: 0;
  1932.    right: -22px;
  1933.    width: 0;
  1934.    height: 0;
  1935.    border-left: 22px solid var(--bs-primary);
  1936.    border-top: 22px solid transparent;
  1937.    border-bottom: 22px solid transparent;
  1938.    z-index: 1;
  1939.  }
  1940.  
  1941.  .widget-content {
  1942.    margin-top: -1px;
  1943.    position: relative;
  1944.    z-index: 1;
  1945.    background-color: var(--card-bg);
  1946.  }
  1947.  
  1948.  /* Blog Roll Items Hover Effects */
  1949.  .blog-roll-item:hover .blog-title {
  1950.    color: #198754 !important;
  1951.    transform: translateX(5px);
  1952.    transition: all 0.3s ease;
  1953.  }
  1954.  
  1955.  /* Recent Post Items Hover Effects */
  1956.  .recent-post-item:hover .post-title a {
  1957.    color: #0d6efd !important;
  1958.    transition: color 0.3s ease;
  1959.  }
  1960.  
  1961.  .recent-post-item:hover .post-image img {
  1962.    transform: scale(1.05);
  1963.    transition: transform 0.3s ease;
  1964.  }
  1965.  
  1966.  /* Button Hover Effects */
  1967.  .btn:hover {
  1968.    transform: translateY(-2px);
  1969.    transition: all 0.3s ease;
  1970.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  1971.  }
  1972.  
  1973.  /* Badge Hover Effects */
  1974.  .badge:hover {
  1975.    transform: scale(1.05);
  1976.    transition: transform 0.3s ease;
  1977.  }
  1978.  
  1979.  @media (max-width: 991px) {
  1980.    .sidebar {
  1981.      margin-top: 3rem;
  1982.    }
  1983.  }
  1984.  
  1985.  @media (max-width: 576px) {
  1986.    .widget-title {
  1987.      font-size: 1rem;
  1988.      padding: 0.75rem 1rem !important;
  1989.    }
  1990.  
  1991.    .title-arrow::after,
  1992.    .title-arrow-primary::after {
  1993.      right: -18px;
  1994.      border-left-width: 18px;
  1995.      border-top-width: 18px;
  1996.      border-bottom-width: 18px;
  1997.    }
  1998.  
  1999.    .post-image {
  2000.      width: 70px !important;
  2001.      height: 55px !important;
  2002.    }
  2003.  
  2004.    .blog-meta {
  2005.      flex-direction: column !important;
  2006.      align-items: flex-start !important;
  2007.      gap: 0.5rem;
  2008.    }
  2009.  }
  2010. </style>
  2011.  
  2012.    
  2013.            </div>
  2014.      </div>
  2015.    </div>
  2016.  </section>
  2017.  
  2018.  <script>
  2019.    // Smooth fade on scroll (adds .fade-up on downward scroll, .fade-down on upward scroll)
  2020.    document.addEventListener('DOMContentLoaded', function () {
  2021.      // Fallback if IntersectionObserver unavailable
  2022.      if (!('IntersectionObserver' in window)) {
  2023.        document.querySelectorAll('.fade-base').forEach(el => el.classList.add('fade-show'));
  2024.        return;
  2025.      }
  2026.  
  2027.      let lastY = window.pageYOffset || 0;
  2028.      let scrollDir = 'down';
  2029.      let ticking = false;
  2030.  
  2031.      // Jank-free scroll direction tracking
  2032.      window.addEventListener('scroll', () => {
  2033.        const y = window.pageYOffset || 0;
  2034.        if (!ticking) {
  2035.          requestAnimationFrame(() => {
  2036.            scrollDir = y > lastY ? 'down' : 'up';
  2037.            lastY = y <= 0 ? 0 : y;
  2038.            ticking = false;
  2039.          });
  2040.          ticking = true;
  2041.        }
  2042.      }, { passive: true });
  2043.  
  2044.      const options = {
  2045.        threshold: 0.18,
  2046.        rootMargin: '0px 0px -8% 0px'
  2047.      };
  2048.  
  2049.      const io = new IntersectionObserver((entries) => {
  2050.        entries.forEach((entry) => {
  2051.          const el = entry.target;
  2052.  
  2053.          if (entry.isIntersecting) {
  2054.            // direction-based class
  2055.            el.classList.remove('fade-up', 'fade-down');
  2056.            el.classList.add(scrollDir === 'down' ? 'fade-up' : 'fade-down');
  2057.  
  2058.            // smooth timing (override-able per element via CSS vars)
  2059.            if (!el.style.getPropertyValue('--dur')) {
  2060.              el.style.setProperty('--dur', '700ms');
  2061.            }
  2062.            if (!el.style.getPropertyValue('--ease')) {
  2063.              el.style.setProperty('--ease', 'cubic-bezier(0.16,1,0.3,1)');
  2064.            }
  2065.  
  2066.            el.classList.add('fade-show');
  2067.          } else {
  2068.            // re-animate when re-entering
  2069.            el.classList.remove('fade-show');
  2070.          }
  2071.        });
  2072.      }, options);
  2073.  
  2074.      // Observe all fade targets with a light stagger
  2075.      const nodes = Array.from(document.querySelectorAll('.fade-base'));
  2076.      nodes.forEach((el, i) => {
  2077.        // 0–5 -> 0–300ms stagger (loops every 6)
  2078.        el.style.setProperty('--stagger', `${(i % 6) * 60}ms`);
  2079.        io.observe(el);
  2080.      });
  2081.    });
  2082.  </script>
  2083.  
  2084.  
  2085.    
  2086.        
  2087.        <!-- end wpo-blog-highlights-section -->
  2088.        <!-- start wpo-blog-sponsored-section -->
  2089.        
  2090.  
  2091.  
  2092.  
  2093.    
  2094.  
  2095.  
  2096.    
  2097.        <!-- end wpo-blog-sponsored-section -->
  2098.        <!-- start wpo-subscribe-section -->
  2099.        
  2100.        <!-- end subscribe-section -->
  2101.        <!-- start of wpo-site-footer-section -->
  2102.        
  2103.  
  2104.  
  2105.  
  2106.  
  2107.  
  2108.  
  2109. <!-- Footer V4 - Modern Corporate Design -->
  2110. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  2111.  
  2112.    <div class="container-fluid fluid-container">
  2113.        
  2114.        <!-- Content Sections -->
  2115.        <div class="content-sections">
  2116.            <div class="row g-5">
  2117.                
  2118.                <!-- Brand Column -->
  2119.                <div class="col-lg-4 col-md-12">
  2120.                    <div class="brand-section">
  2121.                        <div class="brand-header">
  2122.                            
  2123.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/e685e3a4-321f-4bb6-8f27-7b31fd43f131_logo.png" alt="Tech Insights Blog" class="brand-logo" loading="lazy">
  2124.                            
  2125.                            <div class="brand-text">
  2126.                                <h3 class="brand-name">Tech Insights Blog</h3>
  2127.                                <span class="brand-type">Digital Publication</span>
  2128.                            </div>
  2129.                        </div>
  2130.                        <p class="brand-description  text-lg-start ">
  2131.                            Explore cutting-edge technology insights, industry trends, and expert analysis on software development, AI, and digital transformation strategies.
  2132.                        </p>
  2133.                    </div>
  2134.                </div>
  2135.  
  2136.                <!-- Quick Links Column -->
  2137.               <div class="col-lg-4 col-md-6">
  2138.                    <div class="links-section">
  2139.                        <div class="section-title">
  2140.                            <h4 class="title-text">Resources</h4>
  2141.                            <div class="title-decoration"></div>
  2142.                        </div>
  2143.                        <div class="links-container">
  2144.                          
  2145. <div class="link-group">
  2146.    <ul class="link-list" id="externalLinks">
  2147.        
  2148.  
  2149.    
  2150.        
  2151.        
  2152.        
  2153.    </ul>
  2154. </div>
  2155.  
  2156.                        </div>
  2157.                    </div>
  2158.                </div>
  2159.  
  2160.                <!-- Categories Column -->
  2161.                <div class="col-lg-4 col-md-6">
  2162.                    <div class="categories-section">
  2163.                        <div class="section-title">
  2164.                            <h4 class="title-text">Explore Topics</h4>
  2165.                            <div class="title-decoration"></div>
  2166.                        </div>
  2167.                        <div class="categories-container">
  2168.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  2169.                            <div class="categories-cloud">
  2170.                                
  2171.                                <a href="/category/all-posts/" class="category-pill">
  2172.                                    All Posts
  2173.                                </a>
  2174.                                
  2175.                                <a href="/category/business/" class="category-pill">
  2176.                                    Business
  2177.                                </a>
  2178.                                
  2179.                                <a href="/category/esports/" class="category-pill">
  2180.                                    Esports
  2181.                                </a>
  2182.                                
  2183.                                <a href="/category/fashion/" class="category-pill">
  2184.                                    Fashion
  2185.                                </a>
  2186.                                
  2187.                                <a href="/category/featured/" class="category-pill">
  2188.                                    Featured
  2189.                                </a>
  2190.                                
  2191.                                <a href="/category/gaming/" class="category-pill">
  2192.                                    Gaming
  2193.                                </a>
  2194.                                
  2195.                                <a href="/category/health/" class="category-pill">
  2196.                                    Health
  2197.                                </a>
  2198.                                
  2199.                                <a href="/category/life-fitness/" class="category-pill">
  2200.                                    Life &amp; Fitness
  2201.                                </a>
  2202.                                
  2203.                            </div>
  2204.                        </div>
  2205.                    </div>
  2206.                </div>
  2207.  
  2208.            </div>
  2209.        </div>
  2210.  
  2211.        <!-- Footer Bottom -->
  2212.        <div class="footer-bottom">
  2213.            <div class="bottom-border"></div>
  2214.            <div class=" d-flex justify-content-between flex-wrap">
  2215.                <div>
  2216.                    <div class="copyright-info">
  2217.                        <p class="copyright-main">
  2218.                            Â© 2026 <span class="brand-highlight">Tech Insights Blog</span>. All rights reserved.
  2219.                        </p>
  2220.                        <p class="copyright-sub">
  2221.                            Thoughtfully crafted content for curious minds worldwide.
  2222.                        </p>
  2223.                    </div>
  2224.                </div>
  2225.                <div>
  2226.                    <div class="footer-actions">
  2227.                        <div class="action-links">
  2228.                            <a href="/page/write-for-us/" class="action-link">
  2229.                                <i class="bi bi-shield-check"></i>
  2230.                                <span>Write For Us</span>
  2231.                            </a>
  2232.                            <a href="/page/terms-and-conditions/" class="action-link">
  2233.                                <i class="bi bi-shield-check"></i>
  2234.                                <span>Terms & Conditions</span>
  2235.                            </a>
  2236.                            <a href="/sitemap.xml" class="action-link">
  2237.                                <i class="bi bi-diagram-3"></i>
  2238.                                <span>Sitemap</span>
  2239.                            </a>
  2240.                        </div>
  2241.  
  2242.                    </div>
  2243.                </div>
  2244.            </div>
  2245.        </div>
  2246.  
  2247.    </div>
  2248.  
  2249.    
  2250.  
  2251. </footer>
  2252.  
  2253.  
  2254. <style>
  2255. /* Footer V4 - Modern Corporate Design */
  2256. .wpo-site-footer-v4 {
  2257.    color: var(--footer-color);
  2258.    margin-top: 100px;
  2259. }
  2260.  
  2261.  
  2262. .accent-line {
  2263.    position: absolute;
  2264.    top: 0;
  2265.    height: 100%;
  2266.    width: 33.333%;
  2267.    opacity: 0.8;
  2268. }
  2269.  
  2270. .accent-1 {
  2271.    left: 0;
  2272.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  2273.    animation: slideRight 3s ease-in-out infinite;
  2274. }
  2275.  
  2276. .accent-2 {
  2277.    left: 33.333%;
  2278.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  2279.    animation: slideRight 3s ease-in-out infinite 1s;
  2280. }
  2281.  
  2282. .accent-3 {
  2283.    left: 66.666%;
  2284.    background: linear-gradient(90deg, #10b981, #059669);
  2285.    animation: slideRight 3s ease-in-out infinite 2s;
  2286. }
  2287.  
  2288. @keyframes slideRight {
  2289.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  2290.    50% { transform: translateX(10px); opacity: 1; }
  2291. }
  2292.  
  2293. /* Content Sections */
  2294. .content-sections {
  2295.    padding: 60px 0;
  2296.    position: relative;
  2297.    z-index: 2;
  2298. }
  2299.  
  2300. /* Brand Section */
  2301. .brand-section {
  2302.    padding-right: 2rem;
  2303. }
  2304.  
  2305. .brand-header {
  2306.    display: flex;
  2307.    align-items: center;
  2308.    margin-bottom: 2rem;
  2309.    gap: 1rem;
  2310. }
  2311.  
  2312. .brand-logo {
  2313.    height: 50px;
  2314.    width: auto;
  2315.    border-radius: 8px;
  2316. }
  2317.  
  2318. .brand-name {
  2319.    font-size: 1.5rem;
  2320.    font-weight: 800;
  2321.    color: var(--footer-color) !important;
  2322.    margin: 0;
  2323. }
  2324.  
  2325. .brand-type {
  2326.    color: var(--footer-color) !important;
  2327.    opacity: 0.8;
  2328.    font-size: 0.85rem;
  2329.    font-weight: 500;
  2330.    text-transform: uppercase;
  2331.    letter-spacing: 0.5px;
  2332. }
  2333.  
  2334. .brand-description {
  2335.    color: var(--footer-color) !important;
  2336.    line-height: 1.7;
  2337.    margin-bottom: 2rem;
  2338.    font-size: 0.95rem;
  2339. }
  2340.  
  2341. .brand-stats {
  2342.    display: flex;
  2343.    align-items: center;
  2344.    gap: 1.5rem;
  2345. }
  2346.  
  2347. .stat-item {
  2348.    text-align: center;
  2349. }
  2350.  
  2351. .stat-number {
  2352.    font-size: 1.5rem;
  2353.    font-weight: 800;
  2354.    color: #3b82f6;
  2355.    display: block;
  2356.    line-height: 1;
  2357. }
  2358.  
  2359. .stat-label {
  2360.    font-size: 0.8rem;
  2361.    color: #94a3b8;
  2362.    margin-top: 0.25rem;
  2363. }
  2364.  
  2365. .stat-divider {
  2366.    width: 1px;
  2367.    height: 40px;
  2368.    background: rgba(255, 255, 255, 0.2);
  2369. }
  2370.  
  2371. /* Links Section */
  2372. .links-section {
  2373.    padding-left: 1rem;
  2374.    padding-right: 1rem;
  2375. }
  2376.  
  2377. .section-title {
  2378.    margin-bottom: 2rem;
  2379.    position: relative;
  2380. }
  2381.  
  2382. .title-text {
  2383.    font-size: 1.3rem;
  2384.    font-weight: 700;
  2385.    color: var(--footer-color) !important;
  2386.    margin-bottom: 0.5rem;
  2387.    text-align: justify !important;
  2388. }
  2389.  
  2390.  
  2391. .link-group {
  2392.    margin-bottom: 2rem;
  2393. }
  2394.  
  2395. .group-title {
  2396.    font-size: 1rem;
  2397.    font-weight: 600;
  2398.    color: #f1f5f9;
  2399.    margin-bottom: 1rem;
  2400.    padding-bottom: 0.5rem;
  2401.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  2402. }
  2403.  
  2404. .link-list {
  2405.    list-style: none;
  2406.    padding: 0;
  2407.    margin: 0;
  2408. }
  2409.  
  2410. .link-item {
  2411.    margin-bottom: 0.75rem;
  2412. }
  2413.  
  2414. .link-text {
  2415.    color: var(--footer-color) !important;
  2416.    text-decoration: none;
  2417.    font-size: 0.9rem;
  2418.    display: flex;
  2419.    align-items: center;
  2420.    transition: all 0.3s ease;
  2421.    padding: 0.25rem 0;
  2422. }
  2423.  
  2424. .link-text:hover {
  2425.    color: #3b82f6;
  2426.    padding-left: 0.5rem;
  2427. }
  2428.  
  2429. .link-icon {
  2430.    margin-right: 0.5rem;
  2431.    opacity: 0;
  2432.    transition: opacity 0.3s ease;
  2433. }
  2434.  
  2435. .link-text:hover .link-icon {
  2436.    opacity: 1;
  2437. }
  2438.  
  2439. .external-icon {
  2440.    color: #10b981;
  2441. }
  2442.  
  2443. /* Categories Section */
  2444. .categories-section {
  2445.    padding-left: 1rem;
  2446. }
  2447.  
  2448. .categories-intro {
  2449.    color: #cbd5e1;
  2450.    margin-bottom: 1.5rem;
  2451.    font-size: 0.9rem;
  2452. }
  2453.  
  2454. .categories-cloud {
  2455.    display: flex;
  2456.    flex-wrap: wrap;
  2457.    gap: 0.75rem;
  2458. }
  2459.  
  2460. .category-pill {
  2461.    display: inline-block;
  2462.    padding: 0.5rem 1rem;
  2463.    background: rgba(255, 255, 255, 0.1);
  2464.    border: 1px solid rgba(255, 255, 255, 0.2);
  2465.    border-radius: 20px;
  2466.    color:  var(--footer-color) !important;
  2467.    text-decoration: none;
  2468.    font-size: 0.85rem;
  2469.    opacity: 0.7;
  2470.    font-weight: 500;
  2471.    transition: all 0.3s ease;
  2472. }
  2473.  
  2474. .category-pill:hover {
  2475.    background: #3b82f6;
  2476.    border-color: #3b82f6;
  2477.    color: var(--footer-color) !important;
  2478.    opacity: 1;
  2479.    transform: translateY(-1px);
  2480.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  2481. }
  2482.  
  2483. /* Footer Bottom */
  2484. .footer-bottom {
  2485.    padding: 2rem 0;
  2486.    position: relative;
  2487.    z-index: 2;
  2488. }
  2489.  
  2490. .bottom-border {
  2491.    height: 1px;
  2492.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  2493.    margin-bottom: 2rem;
  2494. }
  2495.  
  2496. .copyright-main {
  2497.    font-size: 1rem;
  2498.    color: #e2e8f0;
  2499.    margin-bottom: 0.25rem;
  2500. }
  2501.  
  2502. .brand-highlight {
  2503.    color: var(--footer-color);
  2504.    font-weight: 700;
  2505. }
  2506.  
  2507. .copyright-sub {
  2508.    font-size: 0.85rem;
  2509.    color: #94a3b8;
  2510.    margin: 0;
  2511. }
  2512.  
  2513. .footer-actions {
  2514.    display: flex;
  2515.    align-items: center;
  2516.    gap: 2rem;
  2517. }
  2518.  
  2519. .action-links {
  2520.    display: flex;
  2521.    gap: 1.5rem;
  2522. }
  2523.  
  2524. .action-link {
  2525.    display: flex;
  2526.    align-items: center;
  2527.    gap: 0.5rem;
  2528.    color: #cbd5e1;
  2529.    text-decoration: none;
  2530.    font-size: 0.9rem;
  2531.    transition: color 0.3s ease;
  2532. }
  2533.  
  2534. .action-link:hover {
  2535.    color: #3b82f6;
  2536. }
  2537.  
  2538. .scroll-to-top-btn {
  2539.    background: rgba(255, 255, 255, 0.1);
  2540.    border: 1px solid rgba(255, 255, 255, 0.2);
  2541.    color: #cbd5e1;
  2542.    width: 44px;
  2543.    height: 44px;
  2544.    border-radius: 12px;
  2545.    cursor: pointer;
  2546.    transition: all 0.3s ease;
  2547.    display: flex;
  2548.    align-items: center;
  2549.    justify-content: center;
  2550. }
  2551.  
  2552. .scroll-to-top-btn:hover {
  2553.    background: #3b82f6;
  2554.    border-color: #3b82f6;
  2555.    color: white;
  2556.    transform: translateY(-2px);
  2557. }
  2558.  
  2559. /* Background Pattern */
  2560. .footer-pattern {
  2561.    position: absolute;
  2562.    top: 0;
  2563.    left: 0;
  2564.    width: 100%;
  2565.    height: 100%;
  2566.    z-index: 1;
  2567.    overflow: hidden;
  2568. }
  2569.  
  2570. .pattern-grid {
  2571.    position: relative;
  2572.    width: 100%;
  2573.    height: 100%;
  2574. }
  2575.  
  2576. .pattern-dot {
  2577.    position: absolute;
  2578.    width: 2px;
  2579.    height: 2px;
  2580.    background: rgba(255, 255, 255, 0.1);
  2581.    border-radius: 50%;
  2582. }
  2583.  
  2584. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  2585. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  2586. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  2587. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  2588. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  2589. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  2590.  
  2591. /* Responsive Design */
  2592. @media (max-width: 992px) {
  2593.    .newsletter-heading {
  2594.        font-size: 2rem;
  2595.    }
  2596.    
  2597.    .brand-section {
  2598.        padding-right: 0;
  2599.        margin-bottom: 3rem;
  2600.    }
  2601.    
  2602.    .links-section, .categories-section {
  2603.        padding-left: 0;
  2604.        padding-right: 0;
  2605.    }
  2606.    
  2607.    .brand-stats {
  2608.        justify-content: center;
  2609.        margin-top: 2rem;
  2610.    }
  2611. }
  2612.  
  2613. @media (max-width: 768px) {
  2614.    .newsletter-section {
  2615.        padding: 60px 0 40px;
  2616.    }
  2617.    
  2618.    .newsletter-container {
  2619.        padding: 2rem 1.5rem;
  2620.        margin: 0 1rem;
  2621.    }
  2622.    
  2623.    .newsletter-heading {
  2624.        font-size: 1.75rem;
  2625.    }
  2626.    
  2627.    .content-sections {
  2628.        padding: 40px 0;
  2629.    }
  2630.    
  2631.    .brand-header {
  2632.        flex-direction: column;
  2633.        text-align: center;
  2634.    }
  2635.    
  2636.    .footer-actions {
  2637.        flex-direction: column;
  2638.        gap: 1rem;
  2639.        margin-top: 1.5rem;
  2640.    }
  2641.    
  2642.    .action-links {
  2643.        order: 2;
  2644.    }
  2645.    
  2646.    .scroll-to-top-btn {
  2647.        order: 1;
  2648.    }
  2649. }
  2650.  
  2651. @media (max-width: 576px) {
  2652.    .newsletter-container {
  2653.        padding: 1.5rem 1rem;
  2654.    }
  2655.    
  2656.    .newsletter-heading {
  2657.        font-size: 1.5rem;
  2658.    }
  2659.    
  2660.    .brand-stats {
  2661.        flex-direction: column;
  2662.        gap: 1rem;
  2663.    }
  2664.    
  2665.    .stat-divider {
  2666.        width: 40px;
  2667.        height: 1px;
  2668.    }
  2669.    
  2670.    .action-links {
  2671.        flex-direction: column;
  2672.        gap: 0.75rem;
  2673.        text-align: center;
  2674.    }
  2675.    
  2676.    .pattern-dot {
  2677.        display: none;
  2678.    }
  2679. }
  2680. </style>
  2681.  
  2682. <!-- Bootstrap 5 JS -->
  2683.  
  2684. <script>
  2685. // Scroll to Top Function
  2686. document.addEventListener('DOMContentLoaded', function () {
  2687.    var btn = document.getElementById('toggleExternal');
  2688.    if (!btn) return; // No extra items, no button
  2689.  
  2690.    var extras = document.querySelectorAll('#externalLinks li.extra');
  2691.  
  2692.    btn.addEventListener('click', function () {
  2693.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  2694.            return li.classList.contains('d-none');
  2695.        });
  2696.  
  2697.        extras.forEach(function (li) {
  2698.            if (anyHidden) {
  2699.                li.classList.remove('d-none');
  2700.                li.classList.add('show');
  2701.            } else {
  2702.                li.classList.add('d-none');
  2703.                li.classList.remove('show');
  2704.            }
  2705.        });
  2706.  
  2707.        btn.textContent = anyHidden ? 'View less' : 'View more';
  2708.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  2709.    });
  2710. });
  2711. function scrollToTop() {
  2712.    window.scrollTo({
  2713.        top: 0,
  2714.        behavior: 'smooth'
  2715.    });
  2716. }
  2717.  
  2718. // Initialize Footer V4 Features
  2719. document.addEventListener('DOMContentLoaded', function() {
  2720.    
  2721.    // Newsletter Form Handling
  2722.    const newsletterForm = document.querySelector('.newsletter-form');
  2723.    const emailInput = document.querySelector('.form-input');
  2724.    const submitButton = document.querySelector('.submit-button');
  2725.    const successMessage = document.querySelector('.success-message');
  2726.    const errorMessage = document.querySelector('.error-message');
  2727.    const infoMessage = document.querySelector('.info-message');
  2728.    
  2729.    if (newsletterForm && emailInput && submitButton) {
  2730.        
  2731.        // Form submission
  2732.        newsletterForm.addEventListener('submit', function(e) {
  2733.            e.preventDefault();
  2734.            
  2735.            const email = emailInput.value.trim();
  2736.            
  2737.            // Validate email
  2738.            if (!email || !isValidEmail(email)) {
  2739.                showMessage('error');
  2740.                emailInput.focus();
  2741.                return;
  2742.            }
  2743.            
  2744.            // Show loading state
  2745.            const originalText = submitButton.querySelector('.button-text').textContent;
  2746.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  2747.            
  2748.            submitButton.disabled = true;
  2749.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  2750.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  2751.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  2752.            
  2753.            // Simulate API call
  2754.            setTimeout(() => {
  2755.                // Success state
  2756.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  2757.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  2758.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  2759.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  2760.                
  2761.                showMessage('success');
  2762.                
  2763.                // Reset after delay
  2764.                setTimeout(() => {
  2765.                    submitButton.querySelector('.button-text').textContent = originalText;
  2766.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  2767.                    submitButton.style.background = '';
  2768.                    submitButton.disabled = false;
  2769.                    emailInput.value = '';
  2770.                    showMessage('info');
  2771.                }, 3000);
  2772.                
  2773.            }, 2000);
  2774.        });
  2775.        
  2776.        // Input validation
  2777.        emailInput.addEventListener('blur', function() {
  2778.            const email = this.value.trim();
  2779.            if (email && !isValidEmail(email)) {
  2780.                this.style.borderColor = '#ef4444';
  2781.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  2782.            } else if (email && isValidEmail(email)) {
  2783.                this.style.borderColor = '#10b981';
  2784.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  2785.            }
  2786.        });
  2787.        
  2788.        emailInput.addEventListener('focus', function() {
  2789.            this.style.borderColor = '#3b82f6';
  2790.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  2791.        });
  2792.        
  2793.        // Reset validation styling on input
  2794.        emailInput.addEventListener('input', function() {
  2795.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  2796.                this.style.borderColor = '';
  2797.                this.style.boxShadow = '';
  2798.            }
  2799.        });
  2800.    }
  2801.    
  2802.    // Email validation function
  2803.    function isValidEmail(email) {
  2804.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  2805.        return emailRegex.test(email);
  2806.    }
  2807.    
  2808.    // Message display function
  2809.    function showMessage(type) {
  2810.        // Hide all messages
  2811.        successMessage.style.display = 'none';
  2812.        errorMessage.style.display = 'none';
  2813.        infoMessage.style.display = 'none';
  2814.        
  2815.        // Show specific message
  2816.        if (type === 'success') {
  2817.            successMessage.style.display = 'block';
  2818.        } else if (type === 'error') {
  2819.            errorMessage.style.display = 'block';
  2820.        } else if (type === 'info') {
  2821.            infoMessage.style.display = 'block';
  2822.        }
  2823.    }
  2824.    
  2825.    // Smooth reveal animations
  2826.    const observerOptions = {
  2827.        threshold: 0.1,
  2828.        rootMargin: '0px 0px -30px 0px'
  2829.    };
  2830.    
  2831.    const sectionObserver = new IntersectionObserver((entries) => {
  2832.        entries.forEach(entry => {
  2833.            if (entry.isIntersecting) {
  2834.                entry.target.style.opacity = '1';
  2835.                entry.target.style.transform = 'translateY(0)';
  2836.            }
  2837.        });
  2838.    }, observerOptions);
  2839.    
  2840.    // Animate sections
  2841.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  2842.        section.style.opacity = '0';
  2843.        section.style.transform = 'translateY(20px)';
  2844.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  2845.        sectionObserver.observe(section);
  2846.    });
  2847.    
  2848.    // Animate category pills
  2849.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  2850.        pill.style.opacity = '0';
  2851.        pill.style.transform = 'translateY(10px)';
  2852.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  2853.        
  2854.        setTimeout(() => {
  2855.            pill.style.opacity = '1';
  2856.            pill.style.transform = 'translateY(0)';
  2857.        }, 300 + (index * 100));
  2858.    });
  2859.    
  2860.    // Enhanced link hover effects
  2861.    document.querySelectorAll('.link-text').forEach(link => {
  2862.        link.addEventListener('mouseenter', function() {
  2863.            const icon = this.querySelector('.link-icon');
  2864.            if (icon) {
  2865.                icon.style.transform = 'translateX(4px)';
  2866.            }
  2867.        });
  2868.        
  2869.        link.addEventListener('mouseleave', function() {
  2870.            const icon = this.querySelector('.link-icon');
  2871.            if (icon) {
  2872.                icon.style.transform = 'translateX(0)';
  2873.            }
  2874.        });
  2875.    });
  2876.    
  2877.    // Prevent default for demo links
  2878.    document.querySelectorAll('a[href="#"]').forEach(link => {
  2879.        link.addEventListener('click', function(e) {
  2880.            e.preventDefault();
  2881.        });
  2882.    });
  2883.    
  2884.    // Add ripple effect to submit button
  2885.    submitButton.addEventListener('click', function(e) {
  2886.        const ripple = document.createElement('span');
  2887.        const rect = this.getBoundingClientRect();
  2888.        const size = Math.max(rect.width, rect.height);
  2889.        const x = e.clientX - rect.left - size / 2;
  2890.        const y = e.clientY - rect.top - size / 2;
  2891.        
  2892.        ripple.style.cssText = `
  2893.            position: absolute;
  2894.            width: ${size}px;
  2895.            height: ${size}px;
  2896.            left: ${x}px;
  2897.            top: ${y}px;
  2898.            background: rgba(255, 255, 255, 0.3);
  2899.            border-radius: 50%;
  2900.            transform: scale(0);
  2901.            animation: ripple 0.6s ease-out;
  2902.            pointer-events: none;
  2903.        `;
  2904.        
  2905.        this.appendChild(ripple);
  2906.        
  2907.        setTimeout(() => {
  2908.            ripple.remove();
  2909.        }, 600);
  2910.    });
  2911.    
  2912. });
  2913.  
  2914. // Add CSS for ripple animation
  2915. const rippleStyle = document.createElement('style');
  2916. rippleStyle.textContent = `
  2917.    @keyframes ripple {
  2918.        to {
  2919.            transform: scale(2);
  2920.            opacity: 0;
  2921.        }
  2922.    }
  2923.    
  2924.    @keyframes spin {
  2925.        from { transform: rotate(0deg); }
  2926.        to { transform: rotate(360deg); }
  2927.    }
  2928.    
  2929.    .submit-button {
  2930.        position: relative;
  2931.        overflow: hidden;
  2932.    }
  2933. `;
  2934. document.head.appendChild(rippleStyle);
  2935. </script>
  2936.  
  2937.        <!-- end of wpo-site-footer-section -->
  2938.    </div>
  2939.    <!-- end of page-wrapper -->
  2940.  
  2941.    <!-- All JavaScript files
  2942.    ================================================== -->
  2943.    
  2944.  
  2945. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  2946. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  2947. <!-- Plugins for this template -->
  2948. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  2949. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  2950. <!-- Custom script for this template -->
  2951. <script src="/static/blogapp/assets/js/script.js"></script>
  2952.  
  2953. <script>
  2954. (function () {
  2955. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  2956. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  2957.  
  2958. function applyFallback(img) {
  2959. if (!img || img.dataset.fallbackApplied === "1") {
  2960. return;
  2961. }
  2962. var failedSrc = img.currentSrc || img.src || "";
  2963. img.dataset.fallbackApplied = "1";
  2964. img.onerror = null;
  2965. img.src = fallbackImageSrc;
  2966. console.warn("[ImageFallback] Replaced broken image:", {
  2967. failedSrc: failedSrc,
  2968. fallbackSrc: fallbackImageSrc,
  2969. alt: img.alt || "",
  2970. });
  2971. }
  2972.  
  2973. document.querySelectorAll("img").forEach(function (img) {
  2974. if (img.complete && img.naturalWidth === 0) {
  2975. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  2976. failedSrc: img.currentSrc || img.src || "",
  2977. alt: img.alt || "",
  2978. });
  2979. applyFallback(img);
  2980. }
  2981. });
  2982.  
  2983. document.addEventListener(
  2984. "error",
  2985. function (event) {
  2986. var target = event.target;
  2987. if (target && target.tagName === "IMG") {
  2988. applyFallback(target);
  2989. }
  2990. },
  2991. true
  2992. );
  2993. })();
  2994. </script>
  2995.  
  2996. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  2997.  
  2998.  
  2999.  
  3000. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"20ce79e91bda43f0baa0eaf45d6fdac2","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3001. </body>
  3002.  
  3003. </html>
  3004.  
  3005.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda