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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="source">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_81_pm0br1z_Pcw8E0B.png">
  14.    
  15.  
  16.    <title>Tech Insights &amp; Digital Trends Blog | Latest Tech News</title>
  17.    <meta name="description" content="Explore the latest in technology, digital trends, and insightful articles on innovation, gadgets, and the future of tech in our comprehensive blog.">
  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://889993178.xyz/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #7209b7;
  42.        --bs-primary-rgb: 7209b7;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #52b788;
  45.        --bs-danger: #f72585;
  46.        --bs-warning: #f48c06;
  47.        --bs-info: #4361ee;
  48.        --bs-light: #f4eaff;
  49.        --bs-dark: #3c096c;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #7209b7;
  53.        --theme-primary-color-s2: #7209b7;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #3c096c;
  57.        --text-light-color: #676767;
  58.        --heading-color: #3c096c;
  59.        --border-color: #d6bcfa;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #e9d8fd;
  75.        --navbar-color: #3c096c;
  76.        --topbar-bg: #f4eaff;
  77.        --topbar-color: #3c096c;
  78.        --footer-bg: #3c096c;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #d6bcfa;
  82.        --card-radius: 14px;
  83.        --link-color: #7209b7;
  84.        --link-hover: #5c07a1;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(114, 9, 183, 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_13">
  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. <div class="top-bg">
  406. <div class="unique-topbar2 d-sm-flex d-none container-fluid fluid-container">
  407.    <span id="current-time"></span>
  408.    
  409.    <div class="unique-news-container2">
  410.        <div class="unique-news-wrapper2 top-color" id="newsWrapper">
  411.            <!-- News items will be dynamically added here -->
  412.        </div>
  413.    </div>
  414.  
  415.    <div class="contact-info">
  416.        <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  417.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  418.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  419.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  420.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  421.        </ul>
  422.    </div>
  423. </div>
  424. </div>
  425.  
  426. <script>
  427.  // ----------------- Clock -----------------
  428.  function updateCurrentTime() {
  429.    const currentDate = new Date();
  430.    const day = currentDate.getDate().toString().padStart(2, '0');
  431.    const monthNames = ["January","February","March","April","May","June","July","August","September","October","November","December"];
  432.    const month = monthNames[currentDate.getMonth()];
  433.    const year = currentDate.getFullYear();
  434.    const hours = currentDate.getHours().toString().padStart(2, '0');
  435.    const minutes = currentDate.getMinutes().toString().padStart(2, '0');
  436.    const seconds = currentDate.getSeconds().toString().padStart(2, '0');
  437.    document.getElementById('current-time').innerHTML =
  438.      `<span class="fw-bold text-black p-2">${hours}:${minutes}:${seconds}</span> <span>${month} ${day}, ${year}</span>`;
  439.  }
  440.  setInterval(updateCurrentTime, 1000);
  441.  updateCurrentTime();
  442.  
  443.  // ----------------- News from Django -----------------
  444.  const newsItems = [
  445.    
  446.      { title: "No news available", url: "#" }
  447.    
  448.  ];
  449.  
  450.  let currentNewsIndex = 0;
  451.  const newsWrapper = document.getElementById('newsWrapper');
  452.  let newsElements = [];
  453.  
  454.  function createNewsElements() {
  455.      newsItems.forEach((news, index) => {
  456.          const newsElement = document.createElement('div');
  457.          newsElement.className = 'unique-news-item2 top-color';
  458.          newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  459.          newsWrapper.appendChild(newsElement);
  460.          newsElements.push(newsElement);
  461.      });
  462.      if (newsElements.length > 0) {
  463.          newsElements[0].classList.add('active');
  464.      }
  465.  }
  466.  
  467.  function changeNews() {
  468.      const currentElement = newsElements[currentNewsIndex];
  469.      const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  470.      const nextElement = newsElements[nextIndex];
  471.  
  472.      currentElement.classList.remove('active');
  473.      currentElement.classList.add('exit-up');
  474.  
  475.      setTimeout(() => {
  476.          nextElement.classList.add('active');
  477.          currentNewsIndex = nextIndex;
  478.          setTimeout(() => {
  479.              currentElement.classList.remove('exit-up');
  480.          }, 100);
  481.      }, 250);
  482.  }
  483.  
  484.  function startNewsRotation() {
  485.      setInterval(changeNews, 5000);
  486.  }
  487.  
  488.  window.onload = function() {
  489.      createNewsElements();
  490.      startNewsRotation();
  491.  };
  492. </script>
  493.  
  494.  
  495.  
  496.            
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503. <header class="header-v7 py-2 mb-4">
  504.    <!-- Top Bar -->
  505.    <div class="top-bar-v7">
  506.        <div class="container-fluid fluid-container">
  507.            <div class="row align-items-center justify-content-center">
  508.                <div class="col-lg-3 col-md-4">
  509.                    <div class="logo-section-v7">
  510.                        <a class="brand-link-v7" href="/">
  511.                            
  512.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/4bf4cbdc-f07e-4689-98e6-c16c2c428a3a_logo.png" alt="Tech Insights Blog" class="logo-img-v7" />
  513.                            
  514.                        </a>
  515.                    </div>
  516.                </div>
  517.                <div class="col-lg-6 col-md-5">
  518.                    <div class="search-bar-v7">
  519.                        <form class="search-form-v7" action="#" method="get">
  520.                            <div class="search-container-v7">
  521.                                <input id="search-input" type="search" class="search-input-v7"
  522.                                    placeholder="Search articles, tutorials, news..." name="q">
  523.                                <button type="submit" class="search-btn-v7">
  524.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  525.                                        stroke-width="2">
  526.                                        <circle cx="11" cy="11" r="8"></circle>
  527.                                        <path d="m21 21-4.35-4.35"></path>
  528.                                    </svg>
  529.                                </button>
  530.                            </div>
  531.                            <div id="search-results" class="search-results-container search-v1"></div>
  532.                        </form>
  533.                    </div>
  534.                </div>
  535.                <div class="col-lg-3 col-md-3">
  536.                    <!-- Empty column for spacing -->
  537.                </div>
  538.            </div>
  539.        </div>
  540.    </div>
  541.  
  542.    <!-- Main Navigation -->
  543.    <div class="main-nav-v7">
  544.        <div class="container-fluid">
  545.            <div class="nav-wrapper-v7">
  546.  
  547.                <!-- Sidebar Navigation -->
  548.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  549.                    <div class="nav-header-v7">
  550.                        <h6 class="nav-title-v7">Navigation</h6>
  551.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  552.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  553.                                stroke-width="2">
  554.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  555.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  556.                            </svg>
  557.                        </button>
  558.                    </div>
  559.  
  560.                    <ul class="sidebar-menu-v7">
  561.                        <li class="sidebar-item-v7">
  562.                            <a href='/' class="sidebar-link-v7 active-v7">
  563.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  564.                                    stroke="currentColor" stroke-width="2">
  565.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  566.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  567.                                </svg>
  568.                                Home
  569.                            </a>
  570.                        </li>
  571.  
  572.                        <li class="sidebar-item-v7 has-submenu-v7">
  573.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  574.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  575.                                    stroke="currentColor" stroke-width="2">
  576.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  577.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  578.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  579.                                </svg>
  580.                                Technology
  581.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  582.                                    stroke="currentColor" stroke-width="2">
  583.                                    <polyline points="6,9 12,15 18,9"></polyline>
  584.                                </svg>
  585.                            </a>
  586.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  587.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  588.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  589.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  590.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  591.                            </ul>
  592.                        </li>
  593.  
  594.                        <li class="sidebar-item-v7 has-submenu-v7">
  595.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  596.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  597.                                    stroke="currentColor" stroke-width="2">
  598.                                    <path
  599.                                        d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z">
  600.                                    </path>
  601.                                </svg>
  602.                                Business
  603.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  604.                                    stroke="currentColor" stroke-width="2">
  605.                                    <polyline points="6,9 12,15 18,9"></polyline>
  606.                                </svg>
  607.                            </a>
  608.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  609.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  610.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  611.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  612.                            </ul>
  613.                        </li>
  614.  
  615.                        <li class="sidebar-item-v7">
  616.                            <a href="#" class="sidebar-link-v7">
  617.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  618.                                    stroke="currentColor" stroke-width="2">
  619.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  620.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  621.                                </svg>
  622.                                Tutorials
  623.                            </a>
  624.                        </li>
  625.  
  626.                        <li class="sidebar-item-v7">
  627.                            <a href="#" class="sidebar-link-v7">
  628.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  629.                                    stroke="currentColor" stroke-width="2">
  630.                                    <polygon
  631.                                        points="12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26">
  632.                                    </polygon>
  633.                                </svg>
  634.                                Reviews
  635.                            </a>
  636.                        </li>
  637.  
  638.                        <li class="sidebar-item-v7">
  639.                            <a href="#" class="sidebar-link-v7">
  640.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  641.                                    stroke="currentColor" stroke-width="2">
  642.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  643.                                </svg>
  644.                                News
  645.                            </a>
  646.                        </li>
  647.  
  648.                        <li class="sidebar-item-v7">
  649.                            <a href="#" class="sidebar-link-v7">
  650.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  651.                                    stroke="currentColor" stroke-width="2">
  652.                                    <circle cx="12" cy="12" r="3"></circle>
  653.                                    <path
  654.                                        d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1 1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z">
  655.                                    </path>
  656.                                </svg>
  657.                                About
  658.                            </a>
  659.                        </li>
  660.  
  661.                        <li class="sidebar-item-v7">
  662.                            <a href="#" class="sidebar-link-v7">
  663.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  664.                                    stroke="currentColor" stroke-width="2">
  665.                                    <path
  666.                                        d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z">
  667.                                    </path>
  668.                                    <polyline points="22,6 12,13 2,6"></polyline>
  669.                                </svg>
  670.                                Contact
  671.                            </a>
  672.                        </li>
  673.                    </ul>
  674.                </nav>
  675.                <div class="sidebar-blur"></div>
  676.  
  677.                <!-- Main Content Area -->
  678.                <div class="content-area-v7">
  679.                    <!-- Horizontal Nav for Desktop -->
  680.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  681.                        <ul class="horizontal-menu-v7">
  682.  
  683.                            
  684.                            <li class="horizontal-item-v7">
  685.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  686.                            </li>
  687.  
  688.                            
  689.                            
  690.                             <li class="horizontal-item-v7">
  691.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  692.                                    All Posts
  693.                                </a>
  694.                                </li>
  695.  
  696.                                
  697.  
  698.                                        
  699.                                        
  700.                                
  701.                             <li class="horizontal-item-v7">
  702.                                <a href="/category/business/" class="horizontal-link-v7">
  703.                                    Business
  704.                                </a>
  705.                                </li>
  706.  
  707.                                
  708.  
  709.                                        
  710.                                        
  711.                                
  712.                             <li class="horizontal-item-v7">
  713.                                <a href="/category/esports/" class="horizontal-link-v7">
  714.                                    Esports
  715.                                </a>
  716.                                </li>
  717.  
  718.                                
  719.  
  720.                                        
  721.                                        
  722.                                
  723.                             <li class="horizontal-item-v7">
  724.                                <a href="/category/fashion/" class="horizontal-link-v7">
  725.                                    Fashion
  726.                                </a>
  727.                                </li>
  728.  
  729.                                
  730.  
  731.                                        
  732.                                        
  733.                                
  734.                             <li class="horizontal-item-v7">
  735.                                <a href="/category/featured/" class="horizontal-link-v7">
  736.                                    Featured
  737.                                </a>
  738.                                </li>
  739.  
  740.                                
  741.  
  742.                                        
  743.                                        
  744.                                
  745.                             <li class="horizontal-item-v7">
  746.                                <a href="/category/gaming/" class="horizontal-link-v7">
  747.                                    Gaming
  748.                                </a>
  749.                                </li>
  750.  
  751.                                
  752.  
  753.                                        
  754.                                        
  755.                                
  756.                             <li class="horizontal-item-v7">
  757.                                <a href="/category/health/" class="horizontal-link-v7">
  758.                                    Health
  759.                                </a>
  760.                                </li>
  761.  
  762.                                
  763.  
  764.                                        
  765.                                        
  766.                                
  767.                            
  768.                                
  769.                                <li class="horizontal-item-v7 dropdown-v7">
  770.                                    <a href="#" class="horizontal-link-v7">More</a>
  771.                                    <div class="horizontal-dropdown-v7">
  772.                                        <a href="/category/life-fitness/"
  773.                                            class="dropdown-item-v7">
  774.                                            Life &amp; Fitness
  775.                                        </a>
  776.                                        
  777.  
  778.                                        
  779.                                        
  780.                                
  781.                            
  782.                                        <a href="/category/lifestyle/"
  783.                                            class="dropdown-item-v7">
  784.                                            Lifestyle
  785.                                        </a>
  786.                                        
  787.  
  788.                                        
  789.                                        
  790.                                
  791.                            
  792.                                        <a href="/category/news/"
  793.                                            class="dropdown-item-v7">
  794.                                            News
  795.                                        </a>
  796.                                        
  797.  
  798.                                        
  799.                                        
  800.                                
  801.                            
  802.                                        <a href="/category/others/"
  803.                                            class="dropdown-item-v7">
  804.                                            Others
  805.                                        </a>
  806.                                        
  807.  
  808.                                        
  809.                                        
  810.                                
  811.                            
  812.                                        <a href="/category/politics/"
  813.                                            class="dropdown-item-v7">
  814.                                            Politics
  815.                                        </a>
  816.                                        
  817.  
  818.                                        
  819.                                        
  820.                                
  821.                            
  822.                                        <a href="/category/sports/"
  823.                                            class="dropdown-item-v7">
  824.                                            Sports
  825.                                        </a>
  826.                                        
  827.  
  828.                                        
  829.                                        
  830.                                
  831.                            
  832.                                        <a href="/category/tech/"
  833.                                            class="dropdown-item-v7">
  834.                                            Tech
  835.                                        </a>
  836.                                        
  837.  
  838.                                        
  839.                                        
  840.                                
  841.                            
  842.                                        <a href="/category/travel/"
  843.                                            class="dropdown-item-v7">
  844.                                            Travel
  845.                                        </a>
  846.                                        
  847.  
  848.                                        
  849.                                        
  850.                                    </div>
  851.                                </li>
  852.                                
  853.                                
  854. <li>
  855.                  <a href="/page/contact-us/">
  856.                     Contact Us
  857.                  </a>
  858.              </li>
  859.                        </ul>
  860.                    </nav>
  861.  
  862.  
  863.                    <!-- Mobile Menu Button -->
  864.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  865.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  866.                            stroke-width="2">
  867.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  868.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  869.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  870.                        </svg>
  871.                        Menu
  872.                    </button>
  873.                </div>
  874.            </div>
  875.        </div>
  876.    </div>
  877.  
  878.    <!-- Overlay for mobile sidebar -->
  879.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  880. </header>
  881.  
  882. <style>
  883.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  884.    .header-v7 {
  885.        position: relative;
  886.        background: var(--navbar-bg);
  887.    }
  888.  
  889.    /* Top Bar Styles */
  890.    .top-bar-v7 {
  891.        padding: 15px 0;
  892.        border-bottom: 1px solid var(--border-color);
  893.        background: var(--navbar-bg);
  894.    }
  895.  
  896.    .logo-img-v7 {
  897.        max-height: 70px;
  898.        transition: transform 0.3s ease;
  899.    }
  900.  
  901.    .logo-img-v7:hover {
  902.        transform: scale(1.05);
  903.    }
  904.  
  905.    /* Search Bar Styles */
  906.    .search-container-v7 {
  907.        position: relative;
  908.        display: flex;
  909.        align-items: center;
  910.        background: transparent;
  911.        border: 2px solid var(--border-color);
  912.        border-radius: 8px;
  913.        overflow: hidden;
  914.        transition: all 0.3s ease;
  915.    }
  916.  
  917.    .search-container-v7:focus-within {
  918.        border-color: #007bff33;
  919.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  920.    }
  921.  
  922.    .search-input-v7 {
  923.        color: var(--topbar-color) !important;
  924.        flex: 1;
  925.        border: none;
  926.        padding: 12px 16px;
  927.        font-size: 14px;
  928.        outline: none;
  929.        background: transparent;
  930.    }
  931.  
  932.    .search-input-v7::placeholder {
  933.        color: #a0aec0;
  934.    }
  935.  
  936.    .search-btn-v7 {
  937.        background: var(--bs-primary);
  938.        color: white;
  939.        border: none;
  940.        padding: 12px 16px;
  941.        cursor: pointer;
  942.        transition: background 0.3s ease;
  943.    }
  944.  
  945.    .search-btn-v7:hover {
  946.        background: #3182ce;
  947.    }
  948.  
  949.    /* Header Actions */
  950.    .header-actions-v7 {
  951.        display: flex;
  952.        align-items: center;
  953.        gap: 15px;
  954.        justify-content: flex-end;
  955.    }
  956.  
  957.    .notification-btn-v7,
  958.    .profile-btn-v7 {
  959.        background: none;
  960.        border: none;
  961.        padding: 8px;
  962.        border-radius: 8px;
  963.        cursor: pointer;
  964.        transition: background 0.3s ease;
  965.        position: relative;
  966.    }
  967.  
  968.    .notification-btn-v7:hover,
  969.    .profile-btn-v7:hover {
  970.        background: #f1f5f9;
  971.    }
  972.  
  973.    .notification-badge-v7 {
  974.        position: absolute;
  975.        top: 2px;
  976.        right: 2px;
  977.        background: #e53e3e;
  978.        color: white;
  979.        font-size: 16px;
  980.        font-weight: 600;
  981.        width: 16px;
  982.        height: 16px;
  983.        border-radius: 50%;
  984.        display: flex;
  985.        align-items: center;
  986.        justify-content: center;
  987.    }
  988.  
  989.    .profile-avatar-v7 {
  990.        width: 32px;
  991.        height: 32px;
  992.        background: var(--border-color);
  993.        border-radius: 50%;
  994.        display: flex;
  995.        align-items: center;
  996.        justify-content: center;
  997.    }
  998.  
  999.    /* Main Navigation */
  1000.    .main-nav-v7 {
  1001.        background: var(--navbar-bg);
  1002.    }
  1003.  
  1004.    .nav-wrapper-v7 {
  1005.        display: flex;
  1006.        align-items: center;
  1007.        justify-content: center;
  1008.        min-height: 60px;
  1009.    }
  1010.  
  1011.    /* Sidebar Navigation */
  1012.    .sidebar-nav-v7 {
  1013.        position: fixed;
  1014.        top: 0;
  1015.        left: -350px;
  1016.        width: 350px;
  1017.        height: 100vh;
  1018.        background: var(--navbar-bg);
  1019.        z-index: 1000;
  1020.        transition: left 0.3s ease;
  1021.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  1022.        overflow-y: auto;
  1023.    }
  1024.  
  1025.    .sidebar-nav-v7.show-v7 {
  1026.        left: 0;
  1027.    }
  1028.  
  1029.    .nav-header-v7 {
  1030.        display: flex;
  1031.        align-items: center;
  1032.        justify-content: space-between;
  1033.        padding: 20px 25px;
  1034.        border-bottom: 1px solid var(--border-color);
  1035.        background: var(--navbar-bg);
  1036.    }
  1037.  
  1038.    .nav-title-v7 {
  1039.        font-size: 16px;
  1040.        font-weight: 600;
  1041.        color: #2d3748;
  1042.        margin: 0;
  1043.    }
  1044.  
  1045.    .sidebar-close-v7 {
  1046.        background: none;
  1047.        border: none;
  1048.        padding: 8px;
  1049.        cursor: pointer;
  1050.        border-radius: 6px;
  1051.        transition: background 0.3s ease;
  1052.    }
  1053.  
  1054.    .sidebar-close-v7:hover {
  1055.        background: var(--border-color);
  1056.    }
  1057.  
  1058.    .sidebar-menu-v7 {
  1059.        list-style: none;
  1060.        padding: 20px 0;
  1061.        margin: 0;
  1062.    }
  1063.  
  1064.    .sidebar-item-v7 {
  1065.        margin-bottom: 5px;
  1066.    }
  1067.  
  1068.    .sidebar-link-v7 {
  1069.        display: flex;
  1070.        align-items: center;
  1071.        color: #4a5568;
  1072.        text-decoration: none;
  1073.        padding: 15px 25px;
  1074.        font-size: 15px;
  1075.        font-weight: 500;
  1076.        transition: all 0.3s ease;
  1077.        position: relative;
  1078.    }
  1079.  
  1080.    .sidebar-link-v7:hover,
  1081.    .sidebar-link-v7.active-v7 {
  1082.        color: #007bff;
  1083.        background: var(--border-color);
  1084.    }
  1085.  
  1086.    .sidebar-link-v7.active-v7::before {
  1087.        content: '';
  1088.        position: absolute;
  1089.        left: 0;
  1090.        top: 0;
  1091.        bottom: 0;
  1092.        width: 4px;
  1093.        background: #007bff;
  1094.    }
  1095.  
  1096.    .sidebar-icon-v7 {
  1097.        margin-right: 12px;
  1098.        color: currentColor;
  1099.    }
  1100.  
  1101.    .submenu-arrow-v7 {
  1102.        margin-left: auto;
  1103.        transition: transform 0.3s ease;
  1104.    }
  1105.  
  1106.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1107.        transform: rotate(180deg);
  1108.    }
  1109.  
  1110.    .sidebar-submenu-v7 {
  1111.        list-style: none;
  1112.        padding: 0;
  1113.        margin: 0;
  1114.        max-height: 0;
  1115.        overflow: hidden;
  1116.        transition: max-height 0.3s ease;
  1117.        background: var(--navbar-bg);
  1118.    }
  1119.  
  1120.    .sidebar-submenu-v7.show-v7 {
  1121.        max-height: 300px;
  1122.        padding: 10px 0;
  1123.    }
  1124.  
  1125.    .sidebar-sublink-v7 {
  1126.        display: block;
  1127.        color: #718096;
  1128.        text-decoration: none;
  1129.        padding: 10px 25px 10px 55px;
  1130.        font-size: 14px;
  1131.        transition: all 0.3s ease;
  1132.    }
  1133.  
  1134.    .sidebar-sublink-v7:hover {
  1135.        color: #007bff;
  1136.        background: var(--border-color);
  1137.    }
  1138.  
  1139.    /* Sidebar Footer */
  1140.    .sidebar-footer-v7 {
  1141.        padding: 25px;
  1142.        margin-top: auto;
  1143.        border-top: 1px solid var(--border-color);
  1144.    }
  1145.  
  1146.    .sidebar-cta-v7 {
  1147.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1148.        padding: 20px;
  1149.        border-radius: 12px;
  1150.        text-align: center;
  1151.        color: white;
  1152.    }
  1153.  
  1154.    .cta-title-v7 {
  1155.        font-size: 14px;
  1156.        font-weight: 600;
  1157.        margin: 0 0 5px 0;
  1158.    }
  1159.  
  1160.    .cta-text-v7 {
  1161.        font-size: 12px;
  1162.        margin: 0 0 15px 0;
  1163.        opacity: 0.9;
  1164.    }
  1165.  
  1166.    .cta-btn-v7 {
  1167.        background: rgba(255, 255, 255, 0.2);
  1168.        color: white;
  1169.        border: 1px solid rgba(255, 255, 255, 0.3);
  1170.        padding: 8px 20px;
  1171.        border-radius: 20px;
  1172.        font-size: 12px;
  1173.        font-weight: 500;
  1174.        cursor: pointer;
  1175.        transition: all 0.3s ease;
  1176.    }
  1177.  
  1178.    .cta-btn-v7:hover {
  1179.        background: rgba(255, 255, 255, 0.3);
  1180.    }
  1181.  
  1182.    /* Horizontal Navigation for Desktop */
  1183.    .horizontal-nav-v7 {
  1184.        flex: 1;
  1185.        display: flex;
  1186.        justify-content: center;
  1187.    }
  1188.  
  1189.    .horizontal-menu-v7 {
  1190.        list-style: none;
  1191.        padding: 0;
  1192.        margin: 0;
  1193.        display: flex;
  1194.        align-items: center;
  1195.    }
  1196.  
  1197.    .horizontal-item-v7 {
  1198.        position: relative;
  1199.        margin-right: 30px;
  1200.    }
  1201.  
  1202.    .horizontal-link-v7 {
  1203.        color: #4a5568;
  1204.        text-decoration: none;
  1205.        font-size: 16px;
  1206.        font-weight: 500;
  1207.        padding: 20px 0;
  1208.        position: relative;
  1209.        transition: color 0.3s ease;
  1210.    }
  1211.  
  1212.    .horizontal-link-v7::after {
  1213.        content: '';
  1214.        position: absolute;
  1215.        bottom: 0;
  1216.        left: 0;
  1217.        width: 0;
  1218.        height: 2px;
  1219.        background: #007bff;
  1220.        transition: width 0.3s ease;
  1221.    }
  1222.  
  1223.    .horizontal-link-v7:hover,
  1224.    .horizontal-link-v7.active-v7 {
  1225.        color: #007bff;
  1226.        font-weight: 600;
  1227.    }
  1228.  
  1229.    .horizontal-link-v7:hover::after,
  1230.    .horizontal-link-v7.active-v7::after {
  1231.        width: 100%;
  1232.    }
  1233.  
  1234.    /* Horizontal Dropdown */
  1235.    .horizontal-dropdown-v7 {
  1236.        position: absolute;
  1237.        top: 100%;
  1238.        left: 0;
  1239.        background: var(--navbar-bg);
  1240.        min-width: 200px;
  1241.        border-radius: 8px;
  1242.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1243.        opacity: 0;
  1244.        visibility: hidden;
  1245.        transform: translateY(-10px);
  1246.        transition: all 0.3s ease;
  1247.        padding: 10px 0;
  1248.        z-index: 100;
  1249.    }
  1250.  
  1251.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1252.        opacity: 1;
  1253.        visibility: visible;
  1254.        transform: translateY(0);
  1255.    }
  1256.  
  1257.    .dropdown-item-v7 {
  1258.        display: block;
  1259.        color: #4a5568;
  1260.        text-decoration: none;
  1261.        padding: 12px 20px;
  1262.        font-size: 14px;
  1263.        transition: all 0.3s ease;
  1264.    }
  1265.  
  1266.    .dropdown-item-v7:hover {
  1267.        color: #007bff;
  1268.        background: #565758ff;
  1269.    }
  1270.  
  1271.    /* Mobile Menu Button */
  1272.    .mobile-menu-btn-v7 {
  1273.        background: none;
  1274.        border: 1px solid var(--border-color);
  1275.        padding: 10px 15px;
  1276.        border-radius: 8px;
  1277.        cursor: pointer;
  1278.        display: flex;
  1279.        align-items: center;
  1280.        gap: 8px;
  1281.        font-size: 14px;
  1282.        font-weight: 500;
  1283.        color: #4a5568;
  1284.        transition: all 0.3s ease;
  1285.        margin: 0 auto;
  1286.    }
  1287.  
  1288.    .mobile-menu-btn-v7:hover {
  1289.        border-color: #cbd5e0;
  1290.        opacity: 0.7;
  1291.    }
  1292.  
  1293.    /* Sidebar Overlay */
  1294.    .sidebar-overlay-v7 {
  1295.        position: fixed;
  1296.        top: 0;
  1297.        left: 0;
  1298.        right: 0;
  1299.        bottom: 0;
  1300.        background: rgba(0, 0, 0, 0.5);
  1301.        z-index: 999;
  1302.        opacity: 0;
  1303.        visibility: hidden;
  1304.        transition: all 0.3s ease;
  1305.    }
  1306.  
  1307.    .sidebar-overlay-v7.show-v7 {
  1308.        opacity: 1;
  1309.        visibility: visible;
  1310.    }
  1311.  
  1312.    /* Responsive Design */
  1313.    @media (max-width: 991px) {
  1314.        .top-bar-v7 .col-lg-6 {
  1315.            order: 3;
  1316.            margin-top: 15px;
  1317.        }
  1318.  
  1319.        .header-actions-v7 {
  1320.            justify-content: flex-start;
  1321.        }
  1322.    }
  1323.  
  1324.    @media (max-width: 768px) {
  1325.        .sidebar-nav-v7 {
  1326.            width: 300px;
  1327.            left: -300px;
  1328.        }
  1329.  
  1330.        .search-container-v7 {
  1331.            margin-top: 10px;
  1332.        }
  1333.    }
  1334. </style>
  1335.  
  1336. <script>
  1337.    function openSidebarV7() {
  1338.        const sidebar = document.getElementById('sidebarNavV7');
  1339.        const overlay = document.getElementById('sidebarOverlayV7');
  1340.  
  1341.        sidebar.classList.add('show-v7');
  1342.        overlay.classList.add('show-v7');
  1343.        document.body.style.overflow = 'hidden';
  1344.    }
  1345.  
  1346.    function closeSidebarV7() {
  1347.        const sidebar = document.getElementById('sidebarNavV7');
  1348.        const overlay = document.getElementById('sidebarOverlayV7');
  1349.  
  1350.        sidebar.classList.remove('show-v7');
  1351.        overlay.classList.remove('show-v7');
  1352.        document.body.style.overflow = '';
  1353.    }
  1354.  
  1355.    function toggleSubmenuV7(submenuId) {
  1356.        const submenu = document.getElementById(submenuId);
  1357.        const parentItem = submenu.closest('.sidebar-item-v7');
  1358.  
  1359.        // Close other open submenus
  1360.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1361.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1362.  
  1363.        allSubmenus.forEach(menu => {
  1364.            if (menu.id !== submenuId) {
  1365.                menu.classList.remove('show-v7');
  1366.            }
  1367.        });
  1368.  
  1369.        allParentItems.forEach(item => {
  1370.            if (item !== parentItem) {
  1371.                item.classList.remove('open-v7');
  1372.            }
  1373.        });
  1374.  
  1375.        // Toggle current submenu
  1376.        submenu.classList.toggle('show-v7');
  1377.        parentItem.classList.toggle('open-v7');
  1378.    }
  1379.  
  1380.    // Close sidebar when clicking outside
  1381.    document.addEventListener('click', function (event) {
  1382.        const sidebar = document.getElementById('sidebarNavV7');
  1383.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1384.  
  1385.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1386.            closeSidebarV7();
  1387.        }
  1388.    });
  1389.  
  1390.    // Handle window resize
  1391.    window.addEventListener('resize', function () {
  1392.        if (window.innerWidth >= 992) {
  1393.            closeSidebarV7();
  1394.        }
  1395.    });
  1396. </script>
  1397.  
  1398. <script>
  1399.  document.addEventListener("DOMContentLoaded", function () {
  1400.    console.log("loaded");
  1401.  
  1402.     const searchInput = document.getElementById("search-input")
  1403.    const searchResults = document.getElementById("search-results");
  1404.  
  1405.    if (!searchInput || !searchResults) {
  1406.      console.error("Search input/results not found");
  1407.      return;
  1408.    }
  1409.  
  1410.    // Prevent form submission
  1411.    if (searchInput.form) {
  1412.      searchInput.form.addEventListener("submit", function (e) {
  1413.        e.preventDefault();
  1414.      });
  1415.    }
  1416.  
  1417.    // Add event listener for keyup
  1418.    searchInput.addEventListener("keyup", function (e) {
  1419.      console.log("Key pressed:", e.key);
  1420.      e.preventDefault();
  1421.  
  1422.      const query = searchInput.value.trim();
  1423.      console.log("User is typing: " + query);
  1424.  
  1425.      // If empty → clear and hide
  1426.      if (query === "") {
  1427.        searchResults.innerHTML = "";
  1428.        searchResults.style.display = "none";
  1429.        return;
  1430.      }
  1431.  
  1432.      // Show results
  1433.      searchResults.style.display = "block";
  1434.  
  1435.      // Fetch search results
  1436.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1437.        method: "GET",
  1438.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1439.      })
  1440.        .then(response => {
  1441.          console.log("Response Status:", response.status);
  1442.          return response.json();
  1443.        })
  1444.        .then(data => {
  1445.          console.log("Data received:", data);
  1446.          if (data.html) {
  1447.            searchResults.innerHTML = data.html;
  1448.          } else {
  1449.            searchResults.innerHTML = "<p>No results found.</p>";
  1450.          }
  1451.        })
  1452.        .catch(error => {
  1453.          console.error("Error fetching search results:", error);
  1454.        });
  1455.    });
  1456.  
  1457.    // Close results when clicking outside
  1458.    document.addEventListener("click", function (e) {
  1459.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1460.        searchResults.style.display = "none";
  1461.      }
  1462.    });
  1463.  
  1464.    // Close results on ESC key
  1465.    document.addEventListener("keydown", function (e) {
  1466.      if (e.key === "Escape") {
  1467.        searchResults.style.display = "none";
  1468.      }
  1469.    });
  1470.  });
  1471. </script>
  1472.  
  1473. <style>
  1474.        /* search field */
  1475.  .search-results-container {
  1476.  position: absolute;
  1477.  top: 100%; /* Position it below the input field */
  1478.  left: 10px;
  1479.  right: 10px;
  1480.  background-color: white;
  1481.  border: 1px solid #ddd;
  1482.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1483.  max-height: 300px;
  1484.  overflow-y: auto;
  1485.  z-index: 1000;
  1486.  display: none; /* Initially hidden */
  1487. }
  1488.  
  1489. .search-results-container p {
  1490.  margin: 0;
  1491. }
  1492.  
  1493. .search-results-container .result-item {
  1494.  padding: 10px;
  1495.  cursor: pointer;
  1496. }
  1497.  
  1498. .search-results-container .result-item:hover {
  1499.  background-color: #f0f0f0;
  1500. }
  1501. </style>
  1502.  
  1503.        </header>
  1504.        <!-- end of header -->
  1505.        <!-- start of wpo-blog-hero -->
  1506.        
  1507.  
  1508.  
  1509.  
  1510.  
  1511.  
  1512.  
  1513.  
  1514.  
  1515.        <!-- end of wpo-blog-hero -->
  1516.  
  1517.        <!-- start of wpo-breacking-news -->
  1518.        
  1519.        <!-- end of wpo-breacking-news -->
  1520.        
  1521.        <!-- start wpo-blog-highlights-section -->
  1522.        
  1523.  
  1524.  
  1525.  
  1526.    
  1527.  
  1528.  
  1529.  
  1530. <style>
  1531.    /* General Section Styling */
  1532.    .blog-highlights-v10 {
  1533.        padding: 20px 0;  /* Adjusted padding for distinction */
  1534.        position: relative;
  1535.    }
  1536.  
  1537.    /* Section Header */
  1538.    .section-header-v10 {
  1539.        text-align: left;  /* Left-aligned for uniqueness */
  1540.        margin-bottom: 50px;
  1541.        padding-left: 15px;
  1542.    }
  1543.  
  1544.    .section-title-v10 {
  1545.        font-size: 2.9rem;  /* Slightly smaller than v9 for variety */
  1546.        font-weight: 800;
  1547.        color: #1a1a1a;
  1548.        margin-bottom: 15px;
  1549.        text-transform: none;  /* No uppercase for modern look */
  1550.    }
  1551.  
  1552.    .section-subtitle-v10 {
  1553.        font-size: 1.05rem;
  1554.        color: #555;
  1555.        max-width: 650px;
  1556.        line-height: 1.6;
  1557.    }
  1558.  
  1559.  
  1560.    /* Blog Card */
  1561.    .blog-card-v10 {
  1562.        background: var(--card-bg);
  1563.        border-radius: 10px;  /* Softer corners */
  1564.        margin-bottom: 35px;
  1565.        overflow: hidden;
  1566.        opacity: 0;  /* Initially hidden for animation */
  1567.        transform: rotate(1.5deg);  /* Subtle tilt for animation */
  1568.        transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
  1569.        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  1570.    }
  1571.  
  1572.    .blog-card-v10.visible {
  1573.        opacity: 1;
  1574.        transform: rotate(0deg);  /* Straighten on appearance */
  1575.    }
  1576.  
  1577.    @keyframes fadeRotateIn {
  1578.        from {
  1579.            opacity: 0;
  1580.            transform: rotate(1.5deg);
  1581.        }
  1582.        to {
  1583.            opacity: 1;
  1584.            transform: rotate(0deg);
  1585.        }
  1586.    }
  1587.  
  1588.    .blog-card-v10:hover {
  1589.        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);  /* Subtle hover shadow */
  1590.    }
  1591.  
  1592.    /* Blog Image */
  1593.    .blog-image-container-v10 {
  1594.        width: 100%;
  1595.        height: 240px;  /* Unique height for v10 */
  1596.        overflow: hidden;
  1597.        position: relative;
  1598.    }
  1599.  
  1600.    .blog-image-v10 img {
  1601.        width: 100%;
  1602.        height: 100%;
  1603.        object-fit: cover;
  1604.    }
  1605.  
  1606.    /* Blog Content */
  1607.    .blog-content-v10 {
  1608.        padding: 20px 22px;  /* Adjusted padding */
  1609.        text-align: left;
  1610.    }
  1611.  
  1612.    .blog-title-v10 {
  1613.        font-size: 1.55rem;  /* Slightly larger than v9 */
  1614.        font-weight: 700;
  1615.        margin-bottom: 12px;
  1616.        color: #1a1a1a;
  1617.    }
  1618.  
  1619.    .blog-meta-v10 {
  1620.        font-size: 0.85rem;
  1621.        color: #777;
  1622.        margin-bottom: 12px;
  1623.        font-style: italic;  /* Italic for distinction */
  1624.    }
  1625.  
  1626.    .blog-excerpt-v10 {
  1627.        font-size: 0.95rem;
  1628.        color: #555;
  1629.        margin-bottom: 15px;
  1630.        line-height: 1.6;
  1631.    }
  1632.  
  1633.    .blog-actions-v10 {
  1634.        display: inline-block;
  1635.    }
  1636.  
  1637.    .blog-read-more-v10 {
  1638.        font-size: 0.95rem;
  1639.        color: #e74c3c;  /* Red accent for uniqueness */
  1640.        text-decoration: none;
  1641.        font-weight: 600;
  1642.        transition: color 0.3s ease;
  1643.    }
  1644.  
  1645.    .blog-read-more-v10:hover {
  1646.        color: #c0392b;  /* Darker red on hover */
  1647.    }
  1648.    /* Responsive Design */
  1649.    @media (max-width: 768px) {
  1650.        .section-title-v10 {
  1651.            font-size: 2.4rem;
  1652.        }
  1653.  
  1654.        .section-header-v10 {
  1655.            padding-left: 10px;
  1656.        }
  1657.        
  1658.        .blog-card-v10 {
  1659.            margin-bottom: 20px;
  1660.        }
  1661.  
  1662.        .blog-meta-v10 {
  1663.            font-size: 0.75rem;
  1664.        }
  1665.  
  1666.        .blog-image-container-v10 {
  1667.            height: 170px;  /* Adjusted for mobile */
  1668.        }
  1669.  
  1670.        .sidebar-v10 {
  1671.            padding: 15px;
  1672.        }
  1673.    }
  1674. </style>
  1675.  
  1676. <section class="blog-highlights-v10">
  1677.    <div class="container-fluid fluid-container">
  1678.        <!-- Section Header -->
  1679.        <div class="row">
  1680.            <div class="col-12 col-lg-10">  
  1681.                <div class="section-header-v10">
  1682.                    <h2 class="section-title-v10">
  1683.                Today's Top Highlights
  1684.                   </h2>
  1685.                    <p class="section-subtitle-v10">Discover how technology and creativity intertwine to shape storytelling in the digital age.</p>
  1686.                </div>
  1687.            </div>
  1688.        </div>
  1689.        
  1690.        <!-- Blog Grid and Sidebar -->
  1691.        <div class="row">
  1692.            <div class="col-lg-8">
  1693.                <div class="row">
  1694.                    
  1695.                    
  1696.  
  1697.                </div>
  1698.            </div>
  1699.  
  1700.            <!-- Sidebar -->
  1701.                   <div class="col col-lg-4 col-12">
  1702.                <div class="sidebar-v10">
  1703.                      
  1704.  
  1705.  
  1706.  
  1707.    
  1708.  
  1709.  
  1710. <!-- Blog Sidebar V2 - Focused Design -->
  1711.  <div class="sidebar mb-3">
  1712.    <!-- Recent Posts Section -->
  1713.    <div class="sidebar-widget mb-4">
  1714.      <div class="widget-title-wrapper mb-3">
  1715.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  1716.          <i class="ti-time me-2"></i>Recent Posts
  1717.          <span class="title-arrow-primary"></span>
  1718.        </h4>
  1719.      </div>
  1720.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  1721.        <div class="recent-post-list">
  1722.          
  1723.  
  1724.        </div>
  1725.  
  1726.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  1727.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  1728.        </div> -->
  1729.      </div>
  1730.    </div>
  1731.    
  1732.    
  1733.  </div>
  1734.  
  1735. <!-- Sidebar V2 Styles -->
  1736. <style>
  1737.  .sidebar-widget {
  1738.    position: relative;
  1739.  }
  1740.  
  1741.  .widget-title {
  1742.    font-size: 1.1rem;
  1743.    font-weight: 700;
  1744.    display: inline-block;
  1745.    position: relative;
  1746.    z-index: 2;
  1747.    border-radius: 0;
  1748.  }
  1749.  
  1750.  /* Green arrow for August Blog Roll */
  1751.  .title-arrow::after {
  1752.    content: '';
  1753.    position: absolute;
  1754.    top: 0;
  1755.    right: -22px;
  1756.    width: 0;
  1757.    height: 0;
  1758.    border-left: 22px solid var(--bs-primary);
  1759.    border-top: 22px solid transparent;
  1760.    border-bottom: 22px solid transparent;
  1761.    z-index: 1;
  1762.  }
  1763.  
  1764.  /* Blue arrow for Recent Posts */
  1765.  .title-arrow-primary::after {
  1766.    content: '';
  1767.    position: absolute;
  1768.    top: 0;
  1769.    right: -22px;
  1770.    width: 0;
  1771.    height: 0;
  1772.    border-left: 22px solid var(--bs-primary);
  1773.    border-top: 22px solid transparent;
  1774.    border-bottom: 22px solid transparent;
  1775.    z-index: 1;
  1776.  }
  1777.  
  1778.  .widget-content {
  1779.    margin-top: -1px;
  1780.    position: relative;
  1781.    z-index: 1;
  1782.     background-color: var(--card-bg);
  1783.  }
  1784.  
  1785.  /* Blog Roll Items Hover Effects */
  1786.  .blog-roll-item:hover .post-title {
  1787.    color: #198754 !important;
  1788.    transform: translateX(5px);
  1789.    transition: all 0.3s ease;
  1790.  }
  1791.  
  1792.  /* Recent Post Items Hover Effects */
  1793.  .recent-post-item:hover .post-title a {
  1794.    color: #0d6efd !important;
  1795.    transition: color 0.3s ease;
  1796.  }
  1797.  
  1798.  .recent-post-item:hover .post-image img {
  1799.    transform: scale(1.05);
  1800.    transition: transform 0.3s ease;
  1801.  }
  1802.  
  1803.  /* Button Hover Effects */
  1804.  .btn:hover {
  1805.    transform: translateY(-2px);
  1806.    transition: all 0.3s ease;
  1807.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  1808.  }
  1809.  
  1810.  /* Badge Hover Effects */
  1811.  .badge:hover {
  1812.    transform: scale(1.05);
  1813.    transition: transform 0.3s ease;
  1814.  }
  1815.  
  1816.  @media (max-width: 991px) {
  1817.    .sidebar {
  1818.      margin-top: 3rem;
  1819.    }
  1820.  }
  1821.  
  1822.  @media (max-width: 576px) {
  1823.    .widget-title {
  1824.      font-size: 1rem;
  1825.      padding: 0.75rem 1rem !important;
  1826.    }
  1827.  
  1828.    .title-arrow::after,
  1829.    .title-arrow-primary::after {
  1830.      right: -18px;
  1831.      border-left-width: 18px;
  1832.      border-top-width: 18px;
  1833.      border-bottom-width: 18px;
  1834.    }
  1835.  
  1836.    .post-image {
  1837.      width: 70px !important;
  1838.      height: 55px !important;
  1839.    }
  1840.  
  1841.    .blog-meta {
  1842.      flex-direction: column !important;
  1843.      align-items: flex-start !important;
  1844.      gap: 0.5rem;
  1845.    }
  1846.  }
  1847. </style>
  1848.  
  1849.    
  1850.                </div>
  1851.            </div>
  1852.        </div>
  1853.    </div>
  1854. </section>
  1855.  
  1856. <script>
  1857.    // Intersection Observer for Fade-in with Slight Rotation
  1858.    document.addEventListener('DOMContentLoaded', function() {
  1859.        const observerOptions = {
  1860.            threshold: 0.15, // Trigger when 15% of the card is visible
  1861.            rootMargin: '0px 0px -50px 0px',
  1862.        };
  1863.  
  1864.        const observer = new IntersectionObserver(function(entries, observer) {
  1865.            entries.forEach(entry => {
  1866.                if (entry.isIntersecting) {
  1867.                    entry.target.classList.add('visible');
  1868.                    observer.unobserve(entry.target);
  1869.                }
  1870.            });
  1871.        }, observerOptions);
  1872.  
  1873.        document.querySelectorAll('.blog-card-v10').forEach(card => {
  1874.            observer.observe(card);
  1875.        });
  1876.    });
  1877. </script>
  1878.  
  1879.    
  1880.        
  1881.        <!-- end wpo-blog-highlights-section -->
  1882.        <!-- start wpo-blog-sponsored-section -->
  1883.        
  1884.  
  1885.  
  1886.  
  1887.    
  1888.  
  1889.  
  1890.    
  1891.        <!-- end wpo-blog-sponsored-section -->
  1892.        <!-- start wpo-subscribe-section -->
  1893.        
  1894.        <!-- end subscribe-section -->
  1895.        <!-- start of wpo-site-footer-section -->
  1896.        
  1897.  
  1898.  
  1899.  
  1900.  
  1901.  
  1902. <footer class="wpo-site-footer-v3">
  1903.  <!-- Top Section - Logo -->
  1904.  <div class="footer-top-section py-4 border-bottom">
  1905.    <div class="container-fluid fluid-container">
  1906.      <div class="row justify-content-center">
  1907.        <div class="col-12 text-center">
  1908.          <div class="brand-logo">
  1909.            
  1910.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/4bf4cbdc-f07e-4689-98e6-c16c2c428a3a_logo.png" alt="Tech Insights Blog" class="footer-logo" />
  1911.            
  1912.            <p class="brand-tagline mt-2">Explore the latest in technology, digital trends, and insightful articles on innovation, gadgets, and the future of tech in our comprehensive blog.</p>
  1913.          </div>
  1914.        </div>
  1915.      </div>
  1916.    </div>
  1917.  </div>
  1918.  
  1919.  <!-- Main Content -->
  1920.  <div class="footer-main-content pt-4">
  1921.    <div class="container-fluid fluid-container">
  1922.      <div class="row justify-content-center">
  1923.        <!-- Single Column: Quick Links -->
  1924.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  1925.          <div class="footer-column">
  1926.            <h5 class="column-title">Quick Links</h5>
  1927.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  1928.              
  1929.            </ul>
  1930.          </div>
  1931.        </div>
  1932.  
  1933.        <!-- Single Column: Top Categories -->
  1934.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  1935.          <div class="footer-column">
  1936.            <h5 class="column-title">Top Categories</h5>
  1937.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  1938.              
  1939.                <li>
  1940.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  1941.                </li>
  1942.              
  1943.                <li>
  1944.                  <a class="menu-link" href="/category/business/">Business</a>
  1945.                </li>
  1946.              
  1947.                <li>
  1948.                  <a class="menu-link" href="/category/esports/">Esports</a>
  1949.                </li>
  1950.              
  1951.                <li>
  1952.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  1953.                </li>
  1954.              
  1955.                <li>
  1956.                  <a class="menu-link" href="/category/featured/">Featured</a>
  1957.                </li>
  1958.              
  1959.            </ul>
  1960.          </div>
  1961.        </div>
  1962.  
  1963.        <!-- Single Column: Blog Rolls -->
  1964.      <div class="col-12 text-center border-bottom pb-4">
  1965.          <div class="footer-column">
  1966.            <h5 class="column-title">Blog Rolls</h5>
  1967.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  1968.              
  1969.              
  1970.  
  1971.              
  1972.              
  1973.                
  1974.              
  1975.            </ul>
  1976.          </div>
  1977.        </div>
  1978.      </div>
  1979.    </div>
  1980.  </div>
  1981.  
  1982.  <!-- Footer Bottom -->
  1983.  <div class="footer-bottom py-3">
  1984.    <div class="container-fluid fluid-container">
  1985.      <div class="row justify-content-center">
  1986.        <div class="col-12 text-center">
  1987.          <div class="bottom-content">
  1988.            <div class="copyright-info mb-3">
  1989.              <p class="mb-0 text-info">
  1990.                &copy; 2026 <strong>Tech Insights Blog</strong>. All rights reserved.
  1991.              </p>
  1992.            </div>
  1993.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3">
  1994.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  1995.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  1996.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  1997.            </div>
  1998.          </div>
  1999.        </div>
  2000.      </div>
  2001.    </div>
  2002.  </div>
  2003. </footer>
  2004.  
  2005. <style>
  2006. .wpo-site-footer-v3 {
  2007.    background: var(--card-bg) !important;
  2008. }
  2009.  
  2010. .footer-logo {
  2011.    height: 60px;
  2012.    width: auto;
  2013. }
  2014. .text-info{
  2015.    color: var(--topbar-color) !important;
  2016. }
  2017.  
  2018. .brand-title {
  2019.    font-size: 22px;
  2020.    font-weight: 700;
  2021.    color: var(--topbar-color);
  2022.    margin: 0;
  2023. }
  2024.  
  2025. .brand-tagline {
  2026.    font-size: 14px;
  2027.    color: var(--topbar-color);
  2028.    margin: 0;
  2029. }
  2030.  
  2031. .column-title {
  2032.    font-size: 16px;
  2033.    font-weight: 600;
  2034.    color: var(--topbar-color) !important;
  2035.    margin-bottom: 15px;
  2036. }
  2037.  
  2038. .footer-menu {
  2039.    margin: 0;
  2040. }
  2041.  
  2042. .menu-link {
  2043.    color: var(--topbar-color) !important;
  2044.    text-decoration: none;
  2045.    font-size: 14px;
  2046.    transition: color 0.3s ease;
  2047. }
  2048.  
  2049. .menu-link:hover {
  2050.    color: var(--primary-color);
  2051. }
  2052.  
  2053. .footer-bottom {
  2054.    font-size: 13px;
  2055. }
  2056.  
  2057. .utility-link {
  2058.    color: var(--topbar-color) !important;
  2059.    text-decoration: none;
  2060.    font-size: 13px;
  2061.    transition: color 0.3s ease;
  2062. }
  2063. /* Responsive Design */
  2064. @media (max-width: 768px) {
  2065.    .footer-logo {
  2066.        height: 50px;
  2067.    }
  2068.    
  2069.    .column-title {
  2070.        font-size: 15px;
  2071.    }
  2072.    
  2073.    .menu-link {
  2074.        font-size: 13px;
  2075.    }
  2076. }
  2077.  
  2078. @media (max-width: 576px) {
  2079.    .brand-title {
  2080.        font-size: 20px;
  2081.    }
  2082.    
  2083.    .brand-tagline {
  2084.        font-size: 13px;
  2085.    }
  2086.    
  2087.    .cta-btn {
  2088.        font-size: 12px;
  2089.        padding: 5px 12px;
  2090.    }
  2091. }
  2092. </style>
  2093.  
  2094. <script>
  2095. // Prevent default for placeholder links
  2096. document.addEventListener('DOMContentLoaded', function() {
  2097.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  2098.        anchor.addEventListener('click', function(e) {
  2099.            e.preventDefault();
  2100.        });
  2101.    });
  2102. });
  2103. document.addEventListener('DOMContentLoaded', function () {
  2104.    var btn = document.getElementById('toggleBlogRollLinks');
  2105.    if (!btn) return; // No extra items, no button
  2106.  
  2107.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  2108.  
  2109.    btn.addEventListener('click', function () {
  2110.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  2111.            return li.classList.contains('d-none');
  2112.        });
  2113.  
  2114.        extras.forEach(function (li) {
  2115.            if (anyHidden) {
  2116.                li.classList.remove('d-none');
  2117.                li.classList.add('show');
  2118.            } else {
  2119.                li.classList.add('d-none');
  2120.                li.classList.remove('show');
  2121.            }
  2122.        });
  2123.  
  2124.        btn.textContent = anyHidden ? 'View less' : 'View more';
  2125.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  2126.    });
  2127. });
  2128.  
  2129. </script>
  2130.  
  2131.        <!-- end of wpo-site-footer-section -->
  2132.    </div>
  2133.    <!-- end of page-wrapper -->
  2134.  
  2135.    <!-- All JavaScript files
  2136.    ================================================== -->
  2137.    
  2138.  
  2139. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  2140. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  2141. <!-- Plugins for this template -->
  2142. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  2143. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  2144. <!-- Custom script for this template -->
  2145. <script src="/static/blogapp/assets/js/script.js"></script>
  2146.  
  2147. <script>
  2148. (function () {
  2149. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  2150. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  2151.  
  2152. function applyFallback(img) {
  2153. if (!img || img.dataset.fallbackApplied === "1") {
  2154. return;
  2155. }
  2156. var failedSrc = img.currentSrc || img.src || "";
  2157. img.dataset.fallbackApplied = "1";
  2158. img.onerror = null;
  2159. img.src = fallbackImageSrc;
  2160. console.warn("[ImageFallback] Replaced broken image:", {
  2161. failedSrc: failedSrc,
  2162. fallbackSrc: fallbackImageSrc,
  2163. alt: img.alt || "",
  2164. });
  2165. }
  2166.  
  2167. document.querySelectorAll("img").forEach(function (img) {
  2168. if (img.complete && img.naturalWidth === 0) {
  2169. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  2170. failedSrc: img.currentSrc || img.src || "",
  2171. alt: img.alt || "",
  2172. });
  2173. applyFallback(img);
  2174. }
  2175. });
  2176.  
  2177. document.addEventListener(
  2178. "error",
  2179. function (event) {
  2180. var target = event.target;
  2181. if (target && target.tagName === "IMG") {
  2182. applyFallback(target);
  2183. }
  2184. },
  2185. true
  2186. );
  2187. })();
  2188. </script>
  2189.  
  2190. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  2191.  
  2192.  
  2193.  
  2194. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"811048628d0c4a5598d76f44a0294057","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  2195. </body>
  2196.  
  2197. </html>
  2198.  
  2199.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda