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://innobuzz.tr

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="merri">
  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_-_2025-04-28T175042.250_fmxdRvX_lgm0rIt.png">
  14.    
  15.  
  16.    <title>Innobuzz: Innovative Tech Insights and Digital Transformation Trends</title>
  17.    <meta name="description" content="Explore the latest in technology, innovation, and digital transformation with expert insights and practical advice for businesses and tech enthusiasts.">
  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://innobuzz.tr/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ffd60a;
  42.        --bs-primary-rgb: ffd60a;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fefce8;
  49.        --bs-dark: #3f3f46;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ffd60a;
  53.        --theme-primary-color-s2: #ffd60a;
  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: #fefce8;
  77.        --topbar-color: #3f3f46;
  78.        --footer-bg: #3f3f46;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fef08a;
  82.        --card-radius: 14px;
  83.        --link-color: #ffd60a;
  84.        --link-hover: #eab308;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 214, 10, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. </head>
  368.  
  369.  
  370.  
  371. <body class="page-blogapp:homepage theme-theme_37">
  372.    <div id="healthcheck"></div>
  373.    <!-- start page-wrapper -->
  374.    <div class="page-wrapper">
  375.        
  376.            <!-- start preloader -->
  377.                
  378.  
  379.  
  380.            <!-- end preloader -->
  381.        
  382.        <!-- Start header -->
  383.        <header id="header" class="wpo-site-header">
  384.            
  385.  
  386.  
  387.    
  388.  
  389.  
  390. <div class="top-bg">
  391. <div class="unique-topbar2 d-sm-flex d-none container-fluid fluid-container">
  392.    <span id="current-time"></span>
  393.    
  394.    <div class="unique-news-container2">
  395.        <div class="unique-news-wrapper2 top-color" id="newsWrapper">
  396.            <!-- News items will be dynamically added here -->
  397.        </div>
  398.    </div>
  399.  
  400.    <div class="contact-info">
  401.        <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  402.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  403.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  404.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  405.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  406.        </ul>
  407.    </div>
  408. </div>
  409. </div>
  410.  
  411. <script>
  412.  // ----------------- Clock -----------------
  413.  function updateCurrentTime() {
  414.    const currentDate = new Date();
  415.    const day = currentDate.getDate().toString().padStart(2, '0');
  416.    const monthNames = ["January","February","March","April","May","June","July","August","September","October","November","December"];
  417.    const month = monthNames[currentDate.getMonth()];
  418.    const year = currentDate.getFullYear();
  419.    const hours = currentDate.getHours().toString().padStart(2, '0');
  420.    const minutes = currentDate.getMinutes().toString().padStart(2, '0');
  421.    const seconds = currentDate.getSeconds().toString().padStart(2, '0');
  422.    document.getElementById('current-time').innerHTML =
  423.      `<span class="fw-bold text-black p-2">${hours}:${minutes}:${seconds}</span> <span>${month} ${day}, ${year}</span>`;
  424.  }
  425.  setInterval(updateCurrentTime, 1000);
  426.  updateCurrentTime();
  427.  
  428.  // ----------------- News from Django -----------------
  429.  const newsItems = [
  430.    
  431.      { title: "Instructor Fatally Shot and 25 Girls Abducted in Firefight at Nigerian School", url: "/instructor-fatally-shot-and-25-girls-abducted-in-firefight-at-nigerian-school/" },
  432.    
  433.      { title: "England vs Fiji – Autumn Nations Series Match Analysis", url: "/england-vs-fiji-autumn-nations-series-match-analysis/" },
  434.    
  435.      { title: "Arsenal\u0027s Manager Admits Long\u002DTerm Stay Is Tied to Winning Trophies.", url: "/arsenals-manager-admits-long-term-stay-is-tied-to-winning-trophies/" },
  436.    
  437.      { title: "Frankfurt Battles Liverpool in UCL Match", url: "/frankfurt-battles-liverpool-in-ucl-match/" },
  438.    
  439.      { title: "Auschwitz Camp Survivor Eva Schloss Dies at 96 Years Old as The Monarch Leads Tributes", url: "/auschwitz-camp-survivor-eva-schloss-dies-at-96-years-old-as-the-monarch-leads-tributes/" }
  440.    
  441.  ];
  442.  
  443.  let currentNewsIndex = 0;
  444.  const newsWrapper = document.getElementById('newsWrapper');
  445.  let newsElements = [];
  446.  
  447.  function createNewsElements() {
  448.      newsItems.forEach((news, index) => {
  449.          const newsElement = document.createElement('div');
  450.          newsElement.className = 'unique-news-item2 top-color';
  451.          newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  452.          newsWrapper.appendChild(newsElement);
  453.          newsElements.push(newsElement);
  454.      });
  455.      if (newsElements.length > 0) {
  456.          newsElements[0].classList.add('active');
  457.      }
  458.  }
  459.  
  460.  function changeNews() {
  461.      const currentElement = newsElements[currentNewsIndex];
  462.      const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  463.      const nextElement = newsElements[nextIndex];
  464.  
  465.      currentElement.classList.remove('active');
  466.      currentElement.classList.add('exit-up');
  467.  
  468.      setTimeout(() => {
  469.          nextElement.classList.add('active');
  470.          currentNewsIndex = nextIndex;
  471.          setTimeout(() => {
  472.              currentElement.classList.remove('exit-up');
  473.          }, 100);
  474.      }, 250);
  475.  }
  476.  
  477.  function startNewsRotation() {
  478.      setInterval(changeNews, 5000);
  479.  }
  480.  
  481.  window.onload = function() {
  482.      createNewsElements();
  483.      startNewsRotation();
  484.  };
  485. </script>
  486.  
  487.  
  488.  
  489.            
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496. <header class="header-v2 mb-4">
  497.    <div class="main-header-v2">
  498.        <div class="container-fluid fluid-container">
  499.            <div class="row align-items-center">
  500.                <div class="col-lg-3 col-md-4 col-6">
  501.                   <div class="logo-area-v2">
  502.                        <a class="navbar-brand" href="/">
  503.                            
  504.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/1ef4abdc-e1e3-455a-a86b-fafb17863c55_logo.png" alt="Innobuzz">
  505.                            
  506.                        </a>
  507.                    </div>
  508.                </div>
  509.  
  510.                <div class="col-lg-6 col-md-8 col-6 d-none d-md-block">
  511.                    <div class="search-area-v2">
  512.                        <form class="search-wrapper-v2" action="#" method="get">
  513.                            <input type="search" class="search-field-v2"
  514.                                placeholder="Search articles, news, tutorials..." name="q" id="search-input1">
  515.                            <!-- <button type="submit" class="search-button-v2">
  516.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  517.                                    stroke-width="2">
  518.                                    <circle cx="11" cy="11" r="8"></circle>
  519.                                    <path d="m21 21-4.35-4.35"></path>
  520.                                </svg>
  521.                                <span>Search</span>
  522.                            </button> -->
  523.                            <!-- The search results will be displayed here -->
  524.                        </form>
  525.                        <div id="search-results1" class="search-results-container search-v1"></div>
  526.                    </div>
  527.                </div>
  528.            </div>
  529.  
  530.            <!-- Mobile Search -->
  531.            <div class="row d-md-none">
  532.                <div class="col-12">
  533.                    <div class="search-area-v2">
  534.                        <form class="search-wrapper-v2" action="#" method="get">
  535.                            <input type="search" class="search-field-v2" placeholder="Search..." name="q" id="search-input">
  536.                            <!-- <button type="submit" class="search-button-v2">
  537.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  538.                                    stroke-width="2">
  539.                                    <circle cx="11" cy="11" r="8"></circle>
  540.                                    <path d="m21 21-4.35-4.35"></path>
  541.                                </svg>
  542.                                <span>Search</span>
  543.                            </button> -->
  544.                        <!-- The search results will be displayed here -->
  545.                    </form>
  546.                    <div id="search-results12" class="search-results-container search-v1"></div>
  547.                    </div>
  548.                </div>
  549.            </div>
  550.        </div>
  551.    </div>
  552.  
  553.    <!-- Navigation Bar -->
  554.    <nav class="nav-bar-v2">
  555.        <div class="container-fluid fluid-container">
  556.            <div class="nav-container-v2 py-2">
  557.  
  558.                <!-- Mobile Menu Toggle -->
  559.                <button class="mobile-toggle d-lg-none" type="button" onclick="toggleMobileMenu()">
  560.                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  561.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  562.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  563.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  564.                    </svg>
  565.                    Menu
  566.                </button>
  567.  
  568.                <!-- Navigation Menu -->
  569.                <ul class="nav-menu-v2" id="navMenu">
  570.  
  571.                    
  572.                    <li class="nav-item-v2">
  573.                        <a href="/" class="nav-link-v2 active-v2">Home</a>
  574.                    </li>
  575.  
  576.                    
  577.                    
  578.                     <li class="nav-item-v2">
  579.                        <a href="/category/all-posts/" class="nav-link-v2">
  580.                            All Posts
  581.                        </a>
  582.                        </li>
  583.  
  584.                        
  585.  
  586.                                
  587.                                
  588.                        
  589.                     <li class="nav-item-v2">
  590.                        <a href="/category/business/" class="nav-link-v2">
  591.                            Business
  592.                        </a>
  593.                        </li>
  594.  
  595.                        
  596.  
  597.                                
  598.                                
  599.                        
  600.                     <li class="nav-item-v2">
  601.                        <a href="/category/esports/" class="nav-link-v2">
  602.                            Esports
  603.                        </a>
  604.                        </li>
  605.  
  606.                        
  607.  
  608.                                
  609.                                
  610.                        
  611.                     <li class="nav-item-v2">
  612.                        <a href="/category/fashion/" class="nav-link-v2">
  613.                            Fashion
  614.                        </a>
  615.                        </li>
  616.  
  617.                        
  618.  
  619.                                
  620.                                
  621.                        
  622.                     <li class="nav-item-v2">
  623.                        <a href="/category/featured/" class="nav-link-v2">
  624.                            Featured
  625.                        </a>
  626.                        </li>
  627.  
  628.                        
  629.  
  630.                                
  631.                                
  632.                        
  633.                    
  634.                        
  635.                        <li class="nav-item-v2" onclick="toggleDropdown(this, event)">
  636.                            <a href="#" class="nav-link-v2">
  637.                                More
  638.                                <svg class="d-lg-none" width="12" height="12" style="margin-left: 5px;"
  639.                                    viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  640.                                    <path d="m6 9 6 6 6-6"></path>
  641.                                </svg>
  642.                            </a>
  643.                            <div class="dropdown-v2">
  644.                                <a href="/category/gaming/" class="dropdown-link-v2">
  645.                                    Gaming
  646.                                </a>
  647.                                
  648.  
  649.                                
  650.                                
  651.                        
  652.                    
  653.                                <a href="/category/health/" class="dropdown-link-v2">
  654.                                    Health
  655.                                </a>
  656.                                
  657.  
  658.                                
  659.                                
  660.                        
  661.                    
  662.                                <a href="/category/life-fitness/" class="dropdown-link-v2">
  663.                                    Life &amp; Fitness
  664.                                </a>
  665.                                
  666.  
  667.                                
  668.                                
  669.                        
  670.                    
  671.                                <a href="/category/lifestyle/" class="dropdown-link-v2">
  672.                                    Lifestyle
  673.                                </a>
  674.                                
  675.  
  676.                                
  677.                                
  678.                        
  679.                    
  680.                                <a href="/category/news/" class="dropdown-link-v2">
  681.                                    News
  682.                                </a>
  683.                                
  684.  
  685.                                
  686.                                
  687.                        
  688.                    
  689.                                <a href="/category/others/" class="dropdown-link-v2">
  690.                                    Others
  691.                                </a>
  692.                                
  693.  
  694.                                
  695.                                
  696.                        
  697.                    
  698.                                <a href="/category/politics/" class="dropdown-link-v2">
  699.                                    Politics
  700.                                </a>
  701.                                
  702.  
  703.                                
  704.                                
  705.                        
  706.                    
  707.                                <a href="/category/sports/" class="dropdown-link-v2">
  708.                                    Sports
  709.                                </a>
  710.                                
  711.  
  712.                                
  713.                                
  714.                        
  715.                    
  716.                                <a href="/category/tech/" class="dropdown-link-v2">
  717.                                    Tech
  718.                                </a>
  719.                                
  720.  
  721.                                
  722.                                
  723.                        
  724.                    
  725.                                <a href="/category/travel/" class="dropdown-link-v2">
  726.                                    Travel
  727.                                </a>
  728.                                
  729.  
  730.                                
  731.                                
  732.                            </div>
  733.                        </li>
  734.                        
  735.                        
  736. <li>
  737.                  <a href="/page/contact-us/">
  738.                     Contact Us
  739.                  </a>
  740.              </li>
  741.                </ul>
  742.  
  743.            </div>
  744.        </div>
  745.    </nav>
  746. </header>
  747.  
  748. <script>
  749.    function toggleMobileMenu() {
  750.        const navMenu = document.getElementById('navMenu');
  751.        navMenu.classList.toggle('show');
  752.    }
  753.  
  754.    function toggleDropdown(element, event) {
  755.        // Only handle dropdown toggle on mobile
  756.        if (window.innerWidth < 992) {
  757.            event.preventDefault();
  758.            element.classList.toggle('dropdown-open');
  759.        }
  760.    }
  761.  
  762.    // Close mobile menu when clicking outside
  763.    document.addEventListener('click', function (event) {
  764.        const navMenu = document.getElementById('navMenu');
  765.        const mobileToggle = document.querySelector('.mobile-toggle');
  766.  
  767.        if (!navMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  768.            navMenu.classList.remove('show');
  769.        }
  770.    });
  771.  
  772.    // Handle window resize
  773.    window.addEventListener('resize', function () {
  774.        const navMenu = document.getElementById('navMenu');
  775.        if (window.innerWidth >= 992) {
  776.            navMenu.classList.remove('show');
  777.            // Remove all dropdown-open classes
  778.            document.querySelectorAll('.dropdown-open').forEach(item => {
  779.                item.classList.remove('dropdown-open');
  780.            });
  781.        }
  782.    });
  783. </script>
  784.  
  785. <script>
  786.  document.addEventListener("DOMContentLoaded", function () {
  787.    console.log("loaded");
  788.  
  789.    //const searchInput = document.getElementById("search-input1");
  790.     const searchInput = window.innerWidth <= 991
  791.      ? document.getElementById("search-input")
  792.      : document.getElementById("search-input1");
  793.    const searchResults = window.innerWidth <= 991
  794.      ? document.getElementById("search-results12") :document.getElementById("search-results1");
  795.  
  796.    if (!searchInput || !searchResults) {
  797.      console.error("Search input/results not found");
  798.      return;
  799.    }
  800.  
  801.    // Prevent form submission
  802.    if (searchInput.form) {
  803.      searchInput.form.addEventListener("submit", function (e) {
  804.        e.preventDefault();
  805.      });
  806.    }
  807.  
  808.    // Add event listener for keyup
  809.    searchInput.addEventListener("keyup", function (e) {
  810.      console.log("Key pressed:", e.key);
  811.      e.preventDefault();
  812.  
  813.      const query = searchInput.value.trim();
  814.      console.log("User is typing: " + query);
  815.  
  816.      // If empty → clear and hide
  817.      if (query === "") {
  818.        searchResults.innerHTML = "";
  819.        searchResults.style.display = "none";
  820.        return;
  821.      }
  822.  
  823.      // Show results
  824.      searchResults.style.display = "block";
  825.  
  826.      // Fetch search results
  827.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  828.        method: "GET",
  829.        headers: { "X-Requested-With": "XMLHttpRequest" },
  830.      })
  831.        .then(response => {
  832.          console.log("Response Status:", response.status);
  833.          return response.json();
  834.        })
  835.        .then(data => {
  836.          console.log("Data received:", data);
  837.          if (data.html) {
  838.            searchResults.innerHTML = data.html;
  839.          } else {
  840.            searchResults.innerHTML = "<p>No results found.</p>";
  841.          }
  842.        })
  843.        .catch(error => {
  844.          console.error("Error fetching search results:", error);
  845.        });
  846.    });
  847.  
  848.    // Close results when clicking outside
  849.    document.addEventListener("click", function (e) {
  850.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  851.        searchResults.style.display = "none";
  852.      }
  853.    });
  854.  
  855.    // Close results on ESC key
  856.    document.addEventListener("keydown", function (e) {
  857.      if (e.key === "Escape") {
  858.        searchResults.style.display = "none";
  859.      }
  860.    });
  861.  });
  862. </script>
  863.  
  864. <style>
  865.        /* search field */
  866.  .search-results-container {
  867.  position: absolute;
  868.  top: 100%; /* Position it below the input field */
  869.  left: 10px;
  870.  right: 10px;
  871.  background-color: white;
  872.  border: 1px solid #ddd;
  873.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  874.  max-height: 300px;
  875.  overflow-y: auto;
  876.  z-index: 1000;
  877.  display: none; /* Initially hidden */
  878. }
  879.  
  880. .search-results-container p {
  881.  margin: 0;
  882. }
  883.  
  884. .search-results-container .result-item {
  885.  padding: 10px;
  886.  cursor: pointer;
  887. }
  888.  
  889. .search-results-container .result-item:hover {
  890.  background-color: #f0f0f0;
  891. }
  892. </style>
  893.  
  894.        </header>
  895.        <!-- end of header -->
  896.        <!-- start of wpo-blog-hero -->
  897.        
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905. <style>
  906. .blog-hero-section {
  907.    padding: 3rem 0;
  908. }
  909.  
  910.  
  911. .hero-grid {
  912.    display: grid;
  913.    grid-template-columns: 2fr 1fr 1fr;
  914.    grid-template-rows: 1fr 1fr;
  915.    gap: 1.5rem;
  916.    height: 500px;
  917. }
  918.  
  919. .hero-card {
  920.    background: var(--card-bg);
  921.    border-radius: 12px;
  922.    overflow: hidden;
  923.    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  924.    transition: all 0.3s ease;
  925.    position: relative;
  926. }
  927.  
  928. .hero-card:hover {
  929.    transform: translateY(-8px);
  930.    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  931. }
  932.  
  933. .main-hero {
  934.    grid-row: 1 / -1;
  935.    grid-column: 1;
  936. }
  937.  
  938. .card-image {
  939.    width: 100%;
  940.    height: 60%;
  941.    object-fit: cover;
  942.    transition: transform 0.3s ease;
  943. }
  944.  
  945. .main-hero .card-image {
  946.    height: 65%;
  947. }
  948.  
  949. .hero-card:hover .card-image {
  950.    transform: scale(1.05);
  951. }
  952.  
  953. .card-content {
  954.    padding: 1.5rem;
  955.    height: 40%;
  956.    display: flex;
  957.    flex-direction: column;
  958.    justify-content: space-between;
  959. }
  960.  
  961. .main-hero .card-content {
  962.    height: 35%;
  963. }
  964.  
  965. .category-badge {
  966.    display: inline-block;
  967.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  968.    color: white;
  969.    padding: 0.4rem 1rem;
  970.    border-radius: 20px;
  971.    font-size: 0.8rem;
  972.    font-weight: 600;
  973.    text-transform: uppercase;
  974.    letter-spacing: 0.5px;
  975.    margin-bottom: 0.8rem;
  976.    width: fit-content;
  977. }
  978.  
  979. .card-title {
  980.    font-size: 1.1rem;
  981.    font-weight: 700;
  982.    line-height: 1.4;
  983.    margin-bottom: 0.5rem;
  984. }
  985.  
  986. .main-hero .card-title {
  987.    font-size: 1.6rem;
  988.    line-height: 1.3;
  989.    margin-bottom: 0.8rem;
  990. }
  991.  
  992. .card-title a {
  993.    color: var(--top-color);
  994.    text-decoration: none;
  995.    transition: color 0.3s ease;
  996. }
  997.  
  998.  
  999. .card-description {
  1000.    color: var(--top-color);
  1001.    line-height: 1.6;
  1002.    margin-bottom: 1rem;
  1003.    display: -webkit-box;
  1004.    -webkit-line-clamp: 2;
  1005.    -webkit-box-orient: vertical;
  1006.    overflow: hidden;
  1007. }
  1008.  
  1009. .main-hero .card-description {
  1010.    -webkit-line-clamp: 3;
  1011. }
  1012.  
  1013. .card-meta {
  1014.    display: flex;
  1015.    align-items: center;
  1016.    justify-content: space-between;
  1017.    margin-top: auto;
  1018. }
  1019.  
  1020. .author-section {
  1021.    display: flex;
  1022.    align-items: center;
  1023.    gap: 0.8rem;
  1024. }
  1025.  
  1026. .author-avatar {
  1027.    width: 35px;
  1028.    height: 35px;
  1029.    border-radius: 50%;
  1030.    object-fit: cover;
  1031.    border: 2px solid #f8f9fa;
  1032. }
  1033.  
  1034. .author-name {
  1035.    color: #667eea;
  1036.    text-decoration: none;
  1037.    font-weight: 600;
  1038.    font-size: 0.9rem;
  1039. }
  1040.  
  1041. .author-name:hover {
  1042.    text-decoration: underline;
  1043. }
  1044.  
  1045. .publish-date {
  1046.    color: #95a5a6;
  1047.    font-size: 0.85rem;
  1048.    font-weight: 500;
  1049. }
  1050.  
  1051. .side-card-1 {
  1052.    grid-column: 2;
  1053.    grid-row: 1;
  1054. }
  1055.  
  1056. .side-card-2 {
  1057.    grid-column: 3;
  1058.    grid-row: 1;
  1059. }
  1060.  
  1061. .side-card-3 {
  1062.    grid-column: 2 / 4;
  1063.    grid-row: 2;
  1064. }
  1065.  
  1066. /* Desktop: Cards 1, 2 & 3 with overlay text */
  1067. @media (min-width: 992px) {
  1068.    
  1069.    .main-hero .card-image,
  1070.    .side-card-1 .card-image,
  1071.    .side-card-2 .card-image {
  1072.        height: 100%;
  1073.    }
  1074.    
  1075.    .main-hero .card-content,
  1076.    .side-card-1 .card-content,
  1077.    .side-card-2 .card-content {
  1078.        position: absolute;
  1079.        bottom: 0;
  1080.        left: 0;
  1081.        right: 0;
  1082.        background: linear-gradient(transparent, rgba(0,0,0,0.8));
  1083.        color: white;
  1084.        padding: 2rem 1.5rem 1.5rem;
  1085.        height: auto;
  1086.    }
  1087.    
  1088.    .main-hero .card-content {
  1089.        padding: 3rem 2rem 2rem;
  1090.    }
  1091.    
  1092.    .main-hero .category-badge,
  1093.    .side-card-1 .category-badge,
  1094.    .side-card-2 .category-badge {
  1095.      
  1096.        margin-bottom: 0.8rem;
  1097.    }
  1098.    
  1099.    .main-hero .card-title a,
  1100.    .side-card-1 .card-title a,
  1101.    .side-card-2 .card-title a {
  1102.        color: white;
  1103.    }
  1104.    
  1105.    .main-hero .card-description {
  1106.        color: #f8f9fa;
  1107.    }
  1108.    
  1109.    .main-hero .author-name,
  1110.    .side-card-1 .author-name,
  1111.    .side-card-2 .author-name {
  1112.        color: #f8f9fa;
  1113.    }
  1114.    
  1115.    .main-hero .publish-date,
  1116.    .side-card-1 .publish-date,
  1117.    .side-card-2 .publish-date {
  1118.        color: #e9ecef;
  1119.    }
  1120. }
  1121.  
  1122. .side-card-3 {
  1123.    display: flex;
  1124.    flex-direction: row;
  1125. }
  1126.  
  1127. .side-card-3 .card-image {
  1128.    width: 40%;
  1129.    height: 100%;
  1130. }
  1131.  
  1132. .side-card-3 .card-content {
  1133.    width: 60%;
  1134.    height: 100%;
  1135.    padding: 1.5rem;
  1136. }
  1137.  
  1138. /* Mobile Responsive */
  1139. @media (max-width: 992px) {
  1140.    .hero-grid {
  1141.        grid-template-columns: 1fr;
  1142.        grid-template-rows: auto;
  1143.        height: auto;
  1144.        gap: 1rem;
  1145.    }
  1146.    
  1147.    .main-hero {
  1148.        grid-row: 1;
  1149.        grid-column: 1;
  1150.    }
  1151.    
  1152.    .side-card-1, .side-card-2, .side-card-3 {
  1153.        grid-column: 1;
  1154.        grid-row: auto;
  1155.    }
  1156.    
  1157.    /* Mobile: Cards 1, 2 & 3 normal layout (not overlay) */
  1158.    .main-hero .card-content,
  1159.    .side-card-1 .card-content,
  1160.    .side-card-2 .card-content {
  1161.        position: relative;
  1162.        background: var(--card-bg);
  1163.        color: inherit;
  1164.        padding: 1.5rem;
  1165.        height: auto;
  1166.    }
  1167.    
  1168.    .main-hero .card-image,
  1169.    .side-card-1 .card-image,
  1170.    .side-card-2 .card-image {
  1171.        height: 200px;
  1172.    }
  1173.    
  1174.    .main-hero .card-image {
  1175.        height: 250px;
  1176.    }
  1177.    
  1178.    .main-hero .category-badge,
  1179.    .side-card-1 .category-badge,
  1180.    .side-card-2 .category-badge {
  1181.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1182.        color: white;
  1183.    }
  1184.    
  1185.    .main-hero .card-title a,
  1186.    .side-card-1 .card-title a,
  1187.    .side-card-2 .card-title a {
  1188.        color: var(--top-color);
  1189.    }
  1190.    
  1191.    .main-hero .card-description {
  1192.        color: #7f8c8d;
  1193.    }
  1194.    
  1195.    .main-hero .author-name,
  1196.    .side-card-1 .author-name,
  1197.    .side-card-2 .author-name {
  1198.        color: #667eea;
  1199.    }
  1200.    
  1201.    .main-hero .publish-date,
  1202.    .side-card-1 .publish-date,
  1203.    .side-card-2 .publish-date {
  1204.        color: #95a5a6;
  1205.    }
  1206.    
  1207.    .side-card-3 {
  1208.        flex-direction: column;
  1209.    }
  1210.    
  1211.    .side-card-3 .card-image {
  1212.        width: 100%;
  1213.        height: 200px;
  1214.    }
  1215.    
  1216.    .side-card-3 .card-content {
  1217.        width: 100%;
  1218.        height: auto;
  1219.    }
  1220.    
  1221.    .card-image {
  1222.        height: 200px;
  1223.    }
  1224.    
  1225.    .main-hero .card-image {
  1226.        height: 250px;
  1227.    }
  1228.    
  1229.    .main-hero .card-content {
  1230.        height: auto;
  1231.    }
  1232. }
  1233. </style>
  1234.  
  1235. <div class="blog-hero-section">
  1236.    <div class="container-fluid fluid-container">
  1237.        <div class="hero-grid">
  1238.            <!-- Main Featured Post -->
  1239.            
  1240.                              
  1241.                    <article class="hero-card main-hero">
  1242.                        
  1243.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Government Proceeds with Full Eradication Strategy to Cull 400 Ostriches" class="card-image">
  1244.                        
  1245.                        
  1246.                        <div class="card-content">
  1247.                            <div>
  1248.                                <span class="category-badge">News</span>
  1249.                                <h2 class="card-title">
  1250.                                    <a href="/government-proceeds-with-full-eradication-strategy-to-cull-400-ostriches/">
  1251.                                        Government Proceeds with Full Eradication Strategy to Cull 400 Ostriches
  1252.                                    </a>
  1253.                                </h2>
  1254.                                <p class="card-description"></p>
  1255.                            </div>
  1256.                            
  1257.                            <div class="card-meta">
  1258.                                <div class="author-section">
  1259.                                    
  1260.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/14b42a6c-f63f-4c23-bfb8-f6f47f19a2db_profile.png" alt="Tabitha Mendez" class="author-avatar">
  1261.                                    
  1262.                                    <a href="#" class="author-name">Tabitha Mendez</a>
  1263.                                </div>
  1264.                                <span class="publish-date">Jul 19, 2026</span>
  1265.                            </div>
  1266.                        </div>
  1267.                    </article>
  1268.                
  1269.            
  1270.  
  1271.            <!-- Side Cards -->
  1272.            
  1273.                <article class="hero-card side-card-1">
  1274.                    
  1275.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="As Swimmers Fled Violence, Widely-Shared Photo Depicts Lifeguard Dashing ‘All Out’ In the Direction of the Site." class="card-image">
  1276.                    
  1277.                    
  1278.                    <div class="card-content">
  1279.                        <div>
  1280.                            <span class="category-badge">News</span>
  1281.                            <h3 class="card-title">
  1282.                                <a href="/as-swimmers-fled-violence-widely-shared-photo-depicts-lifeguard-dashing-all-out-in-the-direction-of-the-site/">
  1283.                                    As Swimmers Fled Violence, Widely-Shared Photo Depicts Lifeguard Dashing ‘All Out’ In the Direction of the Site.
  1284.                                </a>
  1285.                            </h3>
  1286.                            <p class="card-description"></p>
  1287.                        </div>
  1288.                        
  1289.                        <div class="card-meta">
  1290.                            <div class="author-section">
  1291.                                <a href="#" class="author-name">Tabitha Mendez</a>
  1292.                            </div>
  1293.                            <span class="publish-date">Jul 19</span>
  1294.                        </div>
  1295.                    </div>
  1296.                </article>
  1297.            
  1298.                <article class="hero-card side-card-2">
  1299.                    
  1300.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Manchester City&#x27;s manager Voices Remorse Over Camera Operator Incident Following Defeat to Magpies" class="card-image">
  1301.                    
  1302.                    
  1303.                    <div class="card-content">
  1304.                        <div>
  1305.                            <span class="category-badge">News</span>
  1306.                            <h3 class="card-title">
  1307.                                <a href="/manchester-citys-manager-voices-remorse-over-camera-operator-incident-following-defeat-to-magpies/">
  1308.                                    Manchester City&#x27;s manager Voices Remorse Over Camera Operator Incident Following Defeat to Magpies
  1309.                                </a>
  1310.                            </h3>
  1311.                            <p class="card-description"></p>
  1312.                        </div>
  1313.                        
  1314.                        <div class="card-meta">
  1315.                            <div class="author-section">
  1316.                                <a href="#" class="author-name">Tabitha Mendez</a>
  1317.                            </div>
  1318.                            <span class="publish-date">Jul 19</span>
  1319.                        </div>
  1320.                    </div>
  1321.                </article>
  1322.            
  1323.                <article class="hero-card side-card-3">
  1324.                    
  1325.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Villa v Forest: Top-Flight Build-Up" class="card-image">
  1326.                    
  1327.                    
  1328.                    <div class="card-content">
  1329.                        <div>
  1330.                            <span class="category-badge">News</span>
  1331.                            <h3 class="card-title">
  1332.                                <a href="/villa-v-forest-top-flight-build-up/">
  1333.                                    Villa v Forest: Top-Flight Build-Up
  1334.                                </a>
  1335.                            </h3>
  1336.                            <p class="card-description"></p>
  1337.                        </div>
  1338.                        
  1339.                        <div class="card-meta">
  1340.                            <div class="author-section">
  1341.                                <a href="#" class="author-name">Tabitha Mendez</a>
  1342.                            </div>
  1343.                            <span class="publish-date">Jul 19</span>
  1344.                        </div>
  1345.                    </div>
  1346.                </article>
  1347.            
  1348.        </div>
  1349.    </div>
  1350. </div>
  1351.  
  1352.  
  1353.  
  1354.  
  1355.        <!-- end of wpo-blog-hero -->
  1356.  
  1357.        <!-- start of wpo-breacking-news -->
  1358.        
  1359.        <!-- end of wpo-breacking-news -->
  1360.        
  1361.        <!-- start wpo-blog-highlights-section -->
  1362.        
  1363.  
  1364.  
  1365.  
  1366.    
  1367.  
  1368.  
  1369.  
  1370. <style>
  1371.    .blog-highlights-v3 {
  1372.        padding: 0px 0;
  1373.    }
  1374.    
  1375.    .blog-card-v3 {
  1376.        border: 1px solid #e9ecef;
  1377.        border-radius: 8px;
  1378.        overflow: hidden;
  1379.        transition: all 0.3s ease;
  1380.        background: white;
  1381.        height: 100%;
  1382.    }
  1383.    
  1384.    .blog-card-v3:hover {
  1385.        box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1386.    }
  1387.    
  1388.    .blog-image-v3 {
  1389.        position: relative;
  1390.        overflow: hidden;
  1391.        height: 200px;
  1392.    }
  1393.    
  1394.    .blog-image-v3 img {
  1395.        width: 100%;
  1396.        height: 100%;
  1397.        object-fit: cover;
  1398.        transition: opacity 0.3s ease;
  1399.    }
  1400.    
  1401.    .blog-card-v3:hover .blog-image-v3 img {
  1402.        opacity: 0.9;
  1403.    }
  1404.    
  1405.    .blog-category-v3 {
  1406.        position: absolute;
  1407.        top: 12px;
  1408.        right: 12px;
  1409.        padding: 4px 12px;
  1410.        border-radius: 4px;
  1411.        font-size: 11px;
  1412.        font-weight: 600;
  1413.        text-transform: uppercase;
  1414.        letter-spacing: 0.8px;
  1415.    }
  1416.    
  1417.    .blog-content-v3 {
  1418.        padding: 20px;
  1419.    }
  1420.    
  1421.    .blog-title-v3 {
  1422.        font-size: 16px;
  1423.        font-weight: 600;
  1424.        line-height: 1.5;
  1425.        margin-bottom: 12px;
  1426.        min-height: 48px;
  1427.    }
  1428.    
  1429.    .blog-title-v3 a {
  1430.        text-decoration: none;
  1431.        transition: color 0.2s ease;
  1432.    }
  1433.    
  1434.    .blog-meta-v3 {
  1435.        display: flex;
  1436.        align-items: center;
  1437.        gap: 8px;
  1438.        margin-bottom: 10px;
  1439.        font-size: 12px;
  1440.        border-bottom: 1px solid #f1f3f4;
  1441.        padding-bottom: 10px;
  1442.    }
  1443.    
  1444.    .blog-author-img-v3 {
  1445.        width: 24px;
  1446.        height: 24px;
  1447.        border-radius: 50%;
  1448.        object-fit: cover;
  1449.    }
  1450.    
  1451.    .blog-excerpt-v3 {
  1452.        font-size: 13px;
  1453.        line-height: 1.5;
  1454.        opacity: 0.7;
  1455.        display: -webkit-box;
  1456.        -webkit-line-clamp: 2;
  1457.        -webkit-box-orient: vertical;
  1458.        overflow: hidden;
  1459.    }
  1460.    
  1461.    .section-title-v3 {
  1462.        font-size: 2.8rem;
  1463.        font-weight: 700;
  1464.        text-align: center;
  1465.        margin-bottom: 20px;
  1466.    }
  1467.    
  1468.    .section-subtitle-v3 {
  1469.        text-align: center;
  1470.        font-size: 1rem;
  1471.        opacity: 0.7;
  1472.        margin-bottom: 60px;
  1473.    }
  1474.  
  1475.    @media (max-width: 768px) {
  1476.        .section-title-v3 {
  1477.            font-size: 2.2rem;
  1478.        }
  1479.        .blog-highlights-v3 {
  1480.            padding: 0px 0;
  1481.        }
  1482.        .blog-content-v3 {
  1483.            padding: 16px;
  1484.        }
  1485.    }
  1486. </style>
  1487.  
  1488. <section class="blog-highlights-v3">
  1489.    <div class="container-fluid fluid-container">
  1490.        <div class="row">
  1491.            <div class="col-12">
  1492.                <h2 class="section-title-v3 top-color">
  1493.                Today's Top Highlights
  1494.                   </h2>
  1495.                <p class="section-subtitle-v3 top-color">Discover our latest stories and insights from around the world</p>
  1496.            </div>
  1497.        </div>
  1498.        
  1499.        <div class="row">
  1500.            <div class="col-lg-8 col-12">
  1501.                <div class="row g-3">
  1502.                    
  1503.                    <div class="col-lg-6 col-md-6 col-12">
  1504.                        <div class="card blog-card-v3">
  1505.                            <div class="blog-image-v3">
  1506.                                
  1507.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1508.                                
  1509.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1510.                            </div>
  1511.                            <div class="blog-content-v3">
  1512.                                <h3 class="blog-title-v3">
  1513.                                    <a href="/the-labour-government-told-closer-eu-trade-ties-are-a-critical-imperative-for-uk-businesses/" class="top-color">
  1514.                                    The Labour Government Told Closer EU Trade Ties Are a &#x27;Critical Imperative&#x27; for UK Businesses
  1515.                                    </a>
  1516.                                </h3>
  1517.                                <div class="blog-meta-v3">
  1518.                                    
  1519.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/14b42a6c-f63f-4c23-bfb8-f6f47f19a2db_profile.png" alt="Tabitha Mendez" style="object-fit: cover;" class="blog-author-img-v3">
  1520.                                    
  1521.                                    
  1522.                                    <span class="top-color">By Tabitha Mendez</span>
  1523.                                    <span class="top-color">•</span>
  1524.                                    <span class="top-color">19 Jul 2026</span>
  1525.                                </div>
  1526.                                <p class="blog-excerpt-v3 top-color"></p>
  1527.                            </div>
  1528.                        </div>
  1529.                    </div>
  1530.                    
  1531.                    <div class="col-lg-6 col-md-6 col-12">
  1532.                        <div class="card blog-card-v3">
  1533.                            <div class="blog-image-v3">
  1534.                                
  1535.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1536.                                
  1537.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1538.                            </div>
  1539.                            <div class="blog-content-v3">
  1540.                                <h3 class="blog-title-v3">
  1541.                                    <a href="/discrimination-returning-in-british-political-landscape-making-people-deeply-concerned-starmer-warns/" class="top-color">
  1542.                                    Discrimination Returning in British Political Landscape, Making People Deeply Concerned, Starmer Warns
  1543.                                    </a>
  1544.                                </h3>
  1545.                                <div class="blog-meta-v3">
  1546.                                    
  1547.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/14b42a6c-f63f-4c23-bfb8-f6f47f19a2db_profile.png" alt="Tabitha Mendez" style="object-fit: cover;" class="blog-author-img-v3">
  1548.                                    
  1549.                                    
  1550.                                    <span class="top-color">By Tabitha Mendez</span>
  1551.                                    <span class="top-color">•</span>
  1552.                                    <span class="top-color">18 Jul 2026</span>
  1553.                                </div>
  1554.                                <p class="blog-excerpt-v3 top-color"></p>
  1555.                            </div>
  1556.                        </div>
  1557.                    </div>
  1558.                    
  1559.                    <div class="col-lg-6 col-md-6 col-12">
  1560.                        <div class="card blog-card-v3">
  1561.                            <div class="blog-image-v3">
  1562.                                
  1563.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1564.                                
  1565.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1566.                            </div>
  1567.                            <div class="blog-content-v3">
  1568.                                <h3 class="blog-title-v3">
  1569.                                    <a href="/as-the-original-author-advocated-for-social-mobility-as-the-essential-to-conservative-electoral-victory-but-boris-johnson-neglected-the-agenda-see-the-current-state/" class="top-color">
  1570.                                    As the original author advocated for social mobility as the essential to Conservative electoral victory – but Boris Johnson neglected the agenda. See the current state.
  1571.                                    </a>
  1572.                                </h3>
  1573.                                <div class="blog-meta-v3">
  1574.                                    
  1575.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/14b42a6c-f63f-4c23-bfb8-f6f47f19a2db_profile.png" alt="Tabitha Mendez" style="object-fit: cover;" class="blog-author-img-v3">
  1576.                                    
  1577.                                    
  1578.                                    <span class="top-color">By Tabitha Mendez</span>
  1579.                                    <span class="top-color">•</span>
  1580.                                    <span class="top-color">18 Jul 2026</span>
  1581.                                </div>
  1582.                                <p class="blog-excerpt-v3 top-color"></p>
  1583.                            </div>
  1584.                        </div>
  1585.                    </div>
  1586.                    
  1587.                    <div class="col-lg-6 col-md-6 col-12">
  1588.                        <div class="card blog-card-v3">
  1589.                            <div class="blog-image-v3">
  1590.                                
  1591.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1592.                                
  1593.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1594.                            </div>
  1595.                            <div class="blog-content-v3">
  1596.                                <h3 class="blog-title-v3">
  1597.                                    <a href="/overtake-mode-active-aero-explaining-f1s-new-technical-language/" class="top-color">
  1598.                                    Overtake Mode &amp; Active Aero - Explaining F1&#x27;s New Technical Language
  1599.                                    </a>
  1600.                                </h3>
  1601.                                <div class="blog-meta-v3">
  1602.                                    
  1603.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/14b42a6c-f63f-4c23-bfb8-f6f47f19a2db_profile.png" alt="Tabitha Mendez" style="object-fit: cover;" class="blog-author-img-v3">
  1604.                                    
  1605.                                    
  1606.                                    <span class="top-color">By Tabitha Mendez</span>
  1607.                                    <span class="top-color">•</span>
  1608.                                    <span class="top-color">18 Jul 2026</span>
  1609.                                </div>
  1610.                                <p class="blog-excerpt-v3 top-color"></p>
  1611.                            </div>
  1612.                        </div>
  1613.                    </div>
  1614.                    
  1615.                    <div class="col-lg-6 col-md-6 col-12">
  1616.                        <div class="card blog-card-v3">
  1617.                            <div class="blog-image-v3">
  1618.                                
  1619.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1620.                                
  1621.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1622.                            </div>
  1623.                            <div class="blog-content-v3">
  1624.                                <h3 class="blog-title-v3">
  1625.                                    <a href="/fury-towards-yamal-los-blancos-celebrate-cl%C3%A1sico-win-following-heated-exchange/" class="top-color">
  1626.                                    Fury Towards Yamal: Los Blancos Celebrate Clásico Win Following Heated Exchange
  1627.                                    </a>
  1628.                                </h3>
  1629.                                <div class="blog-meta-v3">
  1630.                                    
  1631.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/14b42a6c-f63f-4c23-bfb8-f6f47f19a2db_profile.png" alt="Tabitha Mendez" style="object-fit: cover;" class="blog-author-img-v3">
  1632.                                    
  1633.                                    
  1634.                                    <span class="top-color">By Tabitha Mendez</span>
  1635.                                    <span class="top-color">•</span>
  1636.                                    <span class="top-color">18 Jul 2026</span>
  1637.                                </div>
  1638.                                <p class="blog-excerpt-v3 top-color"></p>
  1639.                            </div>
  1640.                        </div>
  1641.                    </div>
  1642.                    
  1643.                    <div class="col-lg-6 col-md-6 col-12">
  1644.                        <div class="card blog-card-v3">
  1645.                            <div class="blog-image-v3">
  1646.                                
  1647.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1648.                                
  1649.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1650.                            </div>
  1651.                            <div class="blog-content-v3">
  1652.                                <h3 class="blog-title-v3">
  1653.                                    <a href="/the-british-driver-lando-norris-secures-debut-f1-world-championship-in-yas-marina-despite-max-verstappens-grand-prix-triumph/" class="top-color">
  1654.                                    The British driver Lando Norris Secures Debut F1 World Championship in Yas Marina Despite Max Verstappen&#x27;s Grand Prix Triumph.
  1655.                                    </a>
  1656.                                </h3>
  1657.                                <div class="blog-meta-v3">
  1658.                                    
  1659.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/14b42a6c-f63f-4c23-bfb8-f6f47f19a2db_profile.png" alt="Tabitha Mendez" style="object-fit: cover;" class="blog-author-img-v3">
  1660.                                    
  1661.                                    
  1662.                                    <span class="top-color">By Tabitha Mendez</span>
  1663.                                    <span class="top-color">•</span>
  1664.                                    <span class="top-color">18 Jul 2026</span>
  1665.                                </div>
  1666.                                <p class="blog-excerpt-v3 top-color"></p>
  1667.                            </div>
  1668.                        </div>
  1669.                    </div>
  1670.                    
  1671.                    <div class="col-lg-6 col-md-6 col-12">
  1672.                        <div class="card blog-card-v3">
  1673.                            <div class="blog-image-v3">
  1674.                                
  1675.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1676.                                
  1677.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1678.                            </div>
  1679.                            <div class="blog-content-v3">
  1680.                                <h3 class="blog-title-v3">
  1681.                                    <a href="/people-keep-ribbing-me-over-the-series-concluding-prior-to-my-arrival/" class="top-color">
  1682.                                    &#x27;People keep ribbing me&#x27; over the series concluding prior to my arrival.
  1683.                                    </a>
  1684.                                </h3>
  1685.                                <div class="blog-meta-v3">
  1686.                                    
  1687.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/14b42a6c-f63f-4c23-bfb8-f6f47f19a2db_profile.png" alt="Tabitha Mendez" style="object-fit: cover;" class="blog-author-img-v3">
  1688.                                    
  1689.                                    
  1690.                                    <span class="top-color">By Tabitha Mendez</span>
  1691.                                    <span class="top-color">•</span>
  1692.                                    <span class="top-color">18 Jul 2026</span>
  1693.                                </div>
  1694.                                <p class="blog-excerpt-v3 top-color"></p>
  1695.                            </div>
  1696.                        </div>
  1697.                    </div>
  1698.                    
  1699.                    <div class="col-lg-6 col-md-6 col-12">
  1700.                        <div class="card blog-card-v3">
  1701.                            <div class="blog-image-v3">
  1702.                                
  1703.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1704.                                
  1705.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1706.                            </div>
  1707.                            <div class="blog-content-v3">
  1708.                                <h3 class="blog-title-v3">
  1709.                                    <a href="/frictions-with-venezuela-rise-after-reported-ultimatum-from-trump-to-venezuelas-leader/" class="top-color">
  1710.                                    Frictions with Venezuela Rise After Reported Ultimatum from Trump to Venezuela&#x27;s Leader.
  1711.                                    </a>
  1712.                                </h3>
  1713.                                <div class="blog-meta-v3">
  1714.                                    
  1715.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/14b42a6c-f63f-4c23-bfb8-f6f47f19a2db_profile.png" alt="Tabitha Mendez" style="object-fit: cover;" class="blog-author-img-v3">
  1716.                                    
  1717.                                    
  1718.                                    <span class="top-color">By Tabitha Mendez</span>
  1719.                                    <span class="top-color">•</span>
  1720.                                    <span class="top-color">18 Jul 2026</span>
  1721.                                </div>
  1722.                                <p class="blog-excerpt-v3 top-color"></p>
  1723.                            </div>
  1724.                        </div>
  1725.                    </div>
  1726.                    
  1727.                    <div class="col-lg-6 col-md-6 col-12">
  1728.                        <div class="card blog-card-v3">
  1729.                            <div class="blog-image-v3">
  1730.                                
  1731.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1732.                                
  1733.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1734.                            </div>
  1735.                            <div class="blog-content-v3">
  1736.                                <h3 class="blog-title-v3">
  1737.                                    <a href="/kpop-demon-hunters-star-reveals-the-ways-her-personal-path-mirrored-protagonists-experience/" class="top-color">
  1738.                                    KPop Demon Hunters Star Reveals The Ways Her Personal Path Mirrored Protagonist&#x27;s Experience
  1739.                                    </a>
  1740.                                </h3>
  1741.                                <div class="blog-meta-v3">
  1742.                                    
  1743.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/14b42a6c-f63f-4c23-bfb8-f6f47f19a2db_profile.png" alt="Tabitha Mendez" style="object-fit: cover;" class="blog-author-img-v3">
  1744.                                    
  1745.                                    
  1746.                                    <span class="top-color">By Tabitha Mendez</span>
  1747.                                    <span class="top-color">•</span>
  1748.                                    <span class="top-color">18 Jul 2026</span>
  1749.                                </div>
  1750.                                <p class="blog-excerpt-v3 top-color"></p>
  1751.                            </div>
  1752.                        </div>
  1753.                    </div>
  1754.                    
  1755.                    <div class="col-lg-6 col-md-6 col-12">
  1756.                        <div class="card blog-card-v3">
  1757.                            <div class="blog-image-v3">
  1758.                                
  1759.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1760.                                
  1761.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1762.                            </div>
  1763.                            <div class="blog-content-v3">
  1764.                                <h3 class="blog-title-v3">
  1765.                                    <a href="/nesers-key-scalps-before-australia-ease-to-two-zero-ashes-lead-over-the-english/" class="top-color">
  1766.                                    Neser&#x27;s Key Scalps Before Australia Ease to Two-Zero Ashes Lead Over The English
  1767.                                    </a>
  1768.                                </h3>
  1769.                                <div class="blog-meta-v3">
  1770.                                    
  1771.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/14b42a6c-f63f-4c23-bfb8-f6f47f19a2db_profile.png" alt="Tabitha Mendez" style="object-fit: cover;" class="blog-author-img-v3">
  1772.                                    
  1773.                                    
  1774.                                    <span class="top-color">By Tabitha Mendez</span>
  1775.                                    <span class="top-color">•</span>
  1776.                                    <span class="top-color">17 Jul 2026</span>
  1777.                                </div>
  1778.                                <p class="blog-excerpt-v3 top-color"></p>
  1779.                            </div>
  1780.                        </div>
  1781.                    </div>
  1782.                    
  1783.                    <div class="col-lg-6 col-md-6 col-12">
  1784.                        <div class="card blog-card-v3">
  1785.                            <div class="blog-image-v3">
  1786.                                
  1787.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1788.                                
  1789.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1790.                            </div>
  1791.                            <div class="blog-content-v3">
  1792.                                <h3 class="blog-title-v3">
  1793.                                    <a href="/sir-gareth-southgate-reveals-priorities-on-mentoring-young-people-instead-of-football-management/" class="top-color">
  1794.                                    Sir Gareth Southgate Reveals Priorities on Mentoring Young People Instead of Football Management
  1795.                                    </a>
  1796.                                </h3>
  1797.                                <div class="blog-meta-v3">
  1798.                                    
  1799.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/14b42a6c-f63f-4c23-bfb8-f6f47f19a2db_profile.png" alt="Tabitha Mendez" style="object-fit: cover;" class="blog-author-img-v3">
  1800.                                    
  1801.                                    
  1802.                                    <span class="top-color">By Tabitha Mendez</span>
  1803.                                    <span class="top-color">•</span>
  1804.                                    <span class="top-color">17 Jul 2026</span>
  1805.                                </div>
  1806.                                <p class="blog-excerpt-v3 top-color"></p>
  1807.                            </div>
  1808.                        </div>
  1809.                    </div>
  1810.                    
  1811.                    <div class="col-lg-6 col-md-6 col-12">
  1812.                        <div class="card blog-card-v3">
  1813.                            <div class="blog-image-v3">
  1814.                                
  1815.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1816.                                
  1817.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1818.                            </div>
  1819.                            <div class="blog-content-v3">
  1820.                                <h3 class="blog-title-v3">
  1821.                                    <a href="/the-golden-state-is-fully-drought-free-for-the-first-time-in-a-quarter-century/" class="top-color">
  1822.                                    The Golden State is Fully Drought-Free for the First Time in a Quarter Century.
  1823.                                    </a>
  1824.                                </h3>
  1825.                                <div class="blog-meta-v3">
  1826.                                    
  1827.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/14b42a6c-f63f-4c23-bfb8-f6f47f19a2db_profile.png" alt="Tabitha Mendez" style="object-fit: cover;" class="blog-author-img-v3">
  1828.                                    
  1829.                                    
  1830.                                    <span class="top-color">By Tabitha Mendez</span>
  1831.                                    <span class="top-color">•</span>
  1832.                                    <span class="top-color">17 Jul 2026</span>
  1833.                                </div>
  1834.                                <p class="blog-excerpt-v3 top-color"></p>
  1835.                            </div>
  1836.                        </div>
  1837.                    </div>
  1838.                    
  1839.                    
  1840.  
  1841.                </div>
  1842.            </div>
  1843.            
  1844.             <div class="col col-lg-4 col-12">
  1845.                
  1846.  
  1847.  
  1848.  
  1849.    
  1850.  
  1851.  
  1852. <!-- Blog Sidebar -->
  1853.  
  1854.    <div class="sidebar mb-3">
  1855.        
  1856.        
  1857.        <div class="sidebar-widget mb-4">
  1858.            <div class="widget-title-wrapper mb-3">
  1859.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  1860.                    July 2026 Blog Roll
  1861.                    <span class="title-arrow"></span>
  1862.                </h4>
  1863.            </div>
  1864.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  1865.                <ul class="list-unstyled scrollable-sidebar">
  1866.                    
  1867.                    <li class="mb-3 pb-2 border-bottom border-light ">
  1868.                        <a href="https://www.yurtspor.com/rehberi/bahis-siteleri/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  1869.                            <i class="ti-angle-right me-2 text-primary"></i>
  1870.                            <span class="fw-semibold">bahis siteleri</span>
  1871.                        </a>
  1872.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  1873.                    </li>
  1874.                    
  1875.                    <li class="mb-3 pb-2 border-bottom border-light ">
  1876.                        <a href="https://www.yurtspor.com/rehberi/yeni-casino-siteleri/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  1877.                            <i class="ti-angle-right me-2 text-primary"></i>
  1878.                            <span class="fw-semibold">casino siteleri yeni</span>
  1879.                        </a>
  1880.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  1881.                    </li>
  1882.                    
  1883.                    <li class="mb-3 pb-2 border-bottom border-light ">
  1884.                        <a href="https://www.yurtspor.com/rehberi/casino-siteleri/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  1885.                            <i class="ti-angle-right me-2 text-primary"></i>
  1886.                            <span class="fw-semibold">deneme bonusu veren casino siteleri</span>
  1887.                        </a>
  1888.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  1889.                    </li>
  1890.                    
  1891.                </ul>
  1892.            </div>
  1893.        </div>
  1894.        
  1895.        <div class="sidebar-widget mb-4">
  1896.            <div class="widget-title-wrapper mb-3">
  1897.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  1898.                    June 2026 Blog Roll
  1899.                    <span class="title-arrow"></span>
  1900.                </h4>
  1901.            </div>
  1902.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  1903.                <ul class="list-unstyled scrollable-sidebar">
  1904.                    
  1905.                    <li class="mb-3 pb-2 border-bottom border-light ">
  1906.                        <a href="https://gameluster.com/tr/bahis-siteleri/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  1907.                            <i class="ti-angle-right me-2 text-primary"></i>
  1908.                            <span class="fw-semibold">bahis siteleri</span>
  1909.                        </a>
  1910.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  1911.                    </li>
  1912.                    
  1913.                    <li class="mb-3 pb-2 border-bottom border-light ">
  1914.                        <a href="https://gameluster.com/tr/casino-siteleri/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  1915.                            <i class="ti-angle-right me-2 text-primary"></i>
  1916.                            <span class="fw-semibold">casino siteleri</span>
  1917.                        </a>
  1918.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  1919.                    </li>
  1920.                    
  1921.                    <li class="mb-3 pb-2 border-bottom border-light ">
  1922.                        <a href="https://n4g.com/tr/bahis-siteleri"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  1923.                            <i class="ti-angle-right me-2 text-primary"></i>
  1924.                            <span class="fw-semibold">lisanslı bahis siteleri</span>
  1925.                        </a>
  1926.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  1927.                    </li>
  1928.                    
  1929.                    <li class="mb-3 pb-2 border-bottom border-light ">
  1930.                        <a href="https://n4g.com/tr/casino-siteleri"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  1931.                            <i class="ti-angle-right me-2 text-primary"></i>
  1932.                            <span class="fw-semibold">casino siteleri</span>
  1933.                        </a>
  1934.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  1935.                    </li>
  1936.                    
  1937.                    <li class="mb-3 pb-2 border-bottom border-light ">
  1938.                        <a href="https://www.juvefc.com/tr/bahis-siteleri/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  1939.                            <i class="ti-angle-right me-2 text-primary"></i>
  1940.                            <span class="fw-semibold">lisanslı bahis siteleri</span>
  1941.                        </a>
  1942.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  1943.                    </li>
  1944.                    
  1945.                    <li class="mb-3 pb-2 border-bottom border-light ">
  1946.                        <a href="https://www.juvefc.com/tr/guvenilir-casino-siteleri/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  1947.                            <i class="ti-angle-right me-2 text-primary"></i>
  1948.                            <span class="fw-semibold">casino siteleri</span>
  1949.                        </a>
  1950.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  1951.                    </li>
  1952.                    
  1953.                    <li class="mb-3 pb-2 border-bottom border-light ">
  1954.                        <a href="https://totalfootballanalysis.com/tr/bahis-siteleri"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  1955.                            <i class="ti-angle-right me-2 text-primary"></i>
  1956.                            <span class="fw-semibold">lisanslı bahis siteleri</span>
  1957.                        </a>
  1958.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  1959.                    </li>
  1960.                    
  1961.                    <li class="mb-3 pb-2 border-bottom border-light ">
  1962.                        <a href="https://totalfootballanalysis.com/tr/guvenilir-casino-siteleri"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  1963.                            <i class="ti-angle-right me-2 text-primary"></i>
  1964.                            <span class="fw-semibold">casino siteleri</span>
  1965.                        </a>
  1966.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  1967.                    </li>
  1968.                    
  1969.                </ul>
  1970.            </div>
  1971.        </div>
  1972.        
  1973.        <div class="sidebar-widget mb-4">
  1974.            <div class="widget-title-wrapper mb-3">
  1975.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  1976.                    May 2026 Blog Roll
  1977.                    <span class="title-arrow"></span>
  1978.                </h4>
  1979.            </div>
  1980.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  1981.                <ul class="list-unstyled scrollable-sidebar">
  1982.                    
  1983.                    <li class="mb-3 pb-2 border-bottom border-light ">
  1984.                        <a href="https://enbursa.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  1985.                            <i class="ti-angle-right me-2 text-primary"></i>
  1986.                            <span class="fw-semibold">bonus veren casino siteleri</span>
  1987.                        </a>
  1988.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  1989.                    </li>
  1990.                    
  1991.                </ul>
  1992.            </div>
  1993.        </div>
  1994.        
  1995.        <div class="sidebar-widget mb-4">
  1996.            <div class="widget-title-wrapper mb-3">
  1997.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  1998.                    April 2026 Blog Roll
  1999.                    <span class="title-arrow"></span>
  2000.                </h4>
  2001.            </div>
  2002.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2003.                <ul class="list-unstyled scrollable-sidebar">
  2004.                    
  2005.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2006.                        <a href="https://www.ws-whatsappsweb.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2007.                            <i class="ti-angle-right me-2 text-primary"></i>
  2008.                            <span class="fw-semibold">wa web</span>
  2009.                        </a>
  2010.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2011.                    </li>
  2012.                    
  2013.                </ul>
  2014.            </div>
  2015.        </div>
  2016.        
  2017.        <div class="sidebar-widget mb-4">
  2018.            <div class="widget-title-wrapper mb-3">
  2019.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2020.                    October 2025 Blog Roll
  2021.                    <span class="title-arrow"></span>
  2022.                </h4>
  2023.            </div>
  2024.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2025.                <ul class="list-unstyled scrollable-sidebar">
  2026.                    
  2027.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2028.                        <a href="https://rr88csn.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2029.                            <i class="ti-angle-right me-2 text-primary"></i>
  2030.                            <span class="fw-semibold">rr88</span>
  2031.                        </a>
  2032.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2033.                    </li>
  2034.                    
  2035.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2036.                        <a href="https://rr88.pizza/ban-ca//"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2037.                            <i class="ti-angle-right me-2 text-primary"></i>
  2038.                            <span class="fw-semibold">Bắn Cá RR88</span>
  2039.                        </a>
  2040.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2041.                    </li>
  2042.                    
  2043.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2044.                        <a href="https://mm88.pizza/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2045.                            <i class="ti-angle-right me-2 text-primary"></i>
  2046.                            <span class="fw-semibold">MM88</span>
  2047.                        </a>
  2048.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2049.                    </li>
  2050.                    
  2051.                </ul>
  2052.            </div>
  2053.        </div>
  2054.        
  2055.        <div class="sidebar-widget mb-4">
  2056.            <div class="widget-title-wrapper mb-3">
  2057.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2058.                    September 2025 Blog Roll
  2059.                    <span class="title-arrow"></span>
  2060.                </h4>
  2061.            </div>
  2062.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2063.                <ul class="list-unstyled scrollable-sidebar">
  2064.                    
  2065.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2066.                        <a href="https://www.thenaturalhavenbloom.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2067.                            <i class="ti-angle-right me-2 text-primary"></i>
  2068.                            <span class="fw-semibold">casino siteleri 2025</span>
  2069.                        </a>
  2070.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2071.                    </li>
  2072.                    
  2073.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2074.                        <a href="https://hangtownfestival.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2075.                            <i class="ti-angle-right me-2 text-primary"></i>
  2076.                            <span class="fw-semibold">deneme bonusu veren siteler 2025</span>
  2077.                        </a>
  2078.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2079.                    </li>
  2080.                    
  2081.                </ul>
  2082.            </div>
  2083.        </div>
  2084.        
  2085.        <div class="sidebar-widget mb-4">
  2086.            <div class="widget-title-wrapper mb-3">
  2087.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2088.                    August 2025 Blog Roll
  2089.                    <span class="title-arrow"></span>
  2090.                </h4>
  2091.            </div>
  2092.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2093.                <ul class="list-unstyled scrollable-sidebar">
  2094.                    
  2095.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2096.                        <a href="https://notyourmommascookie.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2097.                            <i class="ti-angle-right me-2 text-primary"></i>
  2098.                            <span class="fw-semibold">casino siteleri</span>
  2099.                        </a>
  2100.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2101.                    </li>
  2102.                    
  2103.                </ul>
  2104.            </div>
  2105.        </div>
  2106.        
  2107.  
  2108.        <!-- Recent Posts Section -->
  2109.        <div class="sidebar-widget mb-3">
  2110.            <div class="widget-title-wrapper mb-3">
  2111.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2112.                    Recent Posts
  2113.                    <span class="title-arrow"></span>
  2114.                </h4>
  2115.            </div>
  2116.            <div class="widget-content border border-light shadow-sm rounded p-4">
  2117.                <div class="recent-post-list">
  2118.                    
  2119.                    
  2120.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2121.                        <div class="post-image me-3 flex-shrink-0">
  2122.                            
  2123.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2124.                            
  2125.                        </div>
  2126.                        <div class="post-content flex-grow-1">
  2127.                            <h6 class="post-title mb-1">
  2128.                                 <a href="/dak-prescott-pilots-cowboys-beyond-struggling-washington-commanders-to-begin-christmas-three-game-slate/" class="text-decoration-none top-color fw-semibold">
  2129.                                    Dak Prescott Pilots Cowboys Beyond Struggling Washington Commanders to Begin Christmas Three-Game Slate.
  2130.                                </a>
  2131.                            </h6>
  2132.                            <div class="post-meta">
  2133.                                <small class="text-muted">
  2134.                                    <i class="ti-calendar me-1"></i>17 Jul 2026
  2135.                                </small>
  2136.                                <!-- <small class="text-muted ms-2">
  2137.                                    <i class="ti-eye me-1"></i>234 views
  2138.                                </small> -->
  2139.                            </div>
  2140.                        </div>
  2141.                    </div>
  2142.                    
  2143.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2144.                        <div class="post-image me-3 flex-shrink-0">
  2145.                            
  2146.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2147.                            
  2148.                        </div>
  2149.                        <div class="post-content flex-grow-1">
  2150.                            <h6 class="post-title mb-1">
  2151.                                 <a href="/aggressive-intimidating-imperialistic-this-return-of-the-unpleasant-us-image/" class="text-decoration-none top-color fw-semibold">
  2152.                                    Aggressive, Intimidating, Imperialistic: this Return of the Unpleasant U.S. Image
  2153.                                </a>
  2154.                            </h6>
  2155.                            <div class="post-meta">
  2156.                                <small class="text-muted">
  2157.                                    <i class="ti-calendar me-1"></i>17 Jul 2026
  2158.                                </small>
  2159.                                <!-- <small class="text-muted ms-2">
  2160.                                    <i class="ti-eye me-1"></i>234 views
  2161.                                </small> -->
  2162.                            </div>
  2163.                        </div>
  2164.                    </div>
  2165.                    
  2166.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2167.                        <div class="post-image me-3 flex-shrink-0">
  2168.                            
  2169.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2170.                            
  2171.                        </div>
  2172.                        <div class="post-content flex-grow-1">
  2173.                            <h6 class="post-title mb-1">
  2174.                                 <a href="/premier-league-news-roundup-cole-palmer-set-for-the-blues-comeback-idrissa-gueyes-failed-red-card-appeal-mystery/" class="text-decoration-none top-color fw-semibold">
  2175.                                    Premier League News Roundup: Cole Palmer Set for The Blues Comeback; Idrissa Gueye&#x27;s Failed Red Card Appeal Mystery
  2176.                                </a>
  2177.                            </h6>
  2178.                            <div class="post-meta">
  2179.                                <small class="text-muted">
  2180.                                    <i class="ti-calendar me-1"></i>17 Jul 2026
  2181.                                </small>
  2182.                                <!-- <small class="text-muted ms-2">
  2183.                                    <i class="ti-eye me-1"></i>234 views
  2184.                                </small> -->
  2185.                            </div>
  2186.                        </div>
  2187.                    </div>
  2188.                    
  2189.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2190.                        <div class="post-image me-3 flex-shrink-0">
  2191.                            
  2192.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2193.                            
  2194.                        </div>
  2195.                        <div class="post-content flex-grow-1">
  2196.                            <h6 class="post-title mb-1">
  2197.                                 <a href="/two-victims-named-in-the-providence-campus-shooting-as-authorities-persist-in-search-for-killer/" class="text-decoration-none top-color fw-semibold">
  2198.                                    Two Victims Named in the Providence Campus Shooting as Authorities Persist in Search for Killer.
  2199.                                </a>
  2200.                            </h6>
  2201.                            <div class="post-meta">
  2202.                                <small class="text-muted">
  2203.                                    <i class="ti-calendar me-1"></i>17 Jul 2026
  2204.                                </small>
  2205.                                <!-- <small class="text-muted ms-2">
  2206.                                    <i class="ti-eye me-1"></i>234 views
  2207.                                </small> -->
  2208.                            </div>
  2209.                        </div>
  2210.                    </div>
  2211.                    
  2212.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2213.                        <div class="post-image me-3 flex-shrink-0">
  2214.                            
  2215.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2216.                            
  2217.                        </div>
  2218.                        <div class="post-content flex-grow-1">
  2219.                            <h6 class="post-title mb-1">
  2220.                                 <a href="/2025s-premier-spooky-film-comes-back-to-imax-just-in-time-for-the-spooky-season/" class="text-decoration-none top-color fw-semibold">
  2221.                                    2025&#x27;s Premier Spooky Film Comes Back to IMAX Just in Time for the Spooky Season
  2222.                                </a>
  2223.                            </h6>
  2224.                            <div class="post-meta">
  2225.                                <small class="text-muted">
  2226.                                    <i class="ti-calendar me-1"></i>17 Jul 2026
  2227.                                </small>
  2228.                                <!-- <small class="text-muted ms-2">
  2229.                                    <i class="ti-eye me-1"></i>234 views
  2230.                                </small> -->
  2231.                            </div>
  2232.                        </div>
  2233.                    </div>
  2234.                    
  2235.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2236.                        <div class="post-image me-3 flex-shrink-0">
  2237.                            
  2238.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2239.                            
  2240.                        </div>
  2241.                        <div class="post-content flex-grow-1">
  2242.                            <h6 class="post-title mb-1">
  2243.                                 <a href="/holocaust-survivors-call-on-nigel-farage-to-say-sorry-over-claimed-anti-jewish-comments/" class="text-decoration-none top-color fw-semibold">
  2244.                                    Holocaust Survivors Call On Nigel Farage to Say Sorry Over Claimed Anti-Jewish Comments.
  2245.                                </a>
  2246.                            </h6>
  2247.                            <div class="post-meta">
  2248.                                <small class="text-muted">
  2249.                                    <i class="ti-calendar me-1"></i>16 Jul 2026
  2250.                                </small>
  2251.                                <!-- <small class="text-muted ms-2">
  2252.                                    <i class="ti-eye me-1"></i>234 views
  2253.                                </small> -->
  2254.                            </div>
  2255.                        </div>
  2256.                    </div>
  2257.                    
  2258.  
  2259.                </div>
  2260.            </div>
  2261.        </div>
  2262.  
  2263.    </div>
  2264.  
  2265.  
  2266. <!-- Sidebar Styles -->
  2267. <style>
  2268.    .sidebar-widget {
  2269.        position: relative;
  2270.    }
  2271.    
  2272.    .widget-title {
  2273.        font-size: 1.1rem;
  2274.        font-weight: 700;
  2275.        display: inline-block;
  2276.        position: relative;
  2277.        z-index: 2;
  2278.        border-radius: 0;
  2279.    }
  2280.    
  2281.    .title-arrow::after {
  2282.        content: '';
  2283.        position: absolute;
  2284.        top: 0;
  2285.        right: -20px;
  2286.        width: 0;
  2287.        height: 0;
  2288.        border-left: 20px solid var(--bs-primary);
  2289.        border-top: 20px solid transparent;
  2290.        border-bottom: 20px solid transparent;
  2291.        z-index: 1;
  2292.    }
  2293.    
  2294.    .widget-content {
  2295.        margin-top: -1px;
  2296.        position: relative;
  2297.        z-index: 1;
  2298.         background-color: var(--card-bg);
  2299.    }
  2300.    
  2301.    .recent-post-item:hover .post-title1 a {
  2302.        color: #dc3545 !important;
  2303.        transition: color 0.3s ease;
  2304.    }
  2305.    
  2306.    .recent-post-item .post-image img {
  2307.        transition: transform 0.3s ease;
  2308.    }
  2309.    
  2310.    .recent-post-item:hover .post-image img {
  2311.        transform: scale(1.05);
  2312.    }
  2313.    
  2314.    .btn:hover {
  2315.        transform: translateY(-1px);
  2316.        transition: all 0.3s ease;
  2317.        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  2318.    }
  2319.    
  2320.    @media (max-width: 991px) {
  2321.        .sidebar {
  2322.            margin-top: 3rem;
  2323.        }
  2324.    }
  2325.    
  2326.    @media (max-width: 576px) {
  2327.        .widget-title {
  2328.            font-size: 1rem;
  2329.            padding: 0.75rem 1rem !important;
  2330.        }
  2331.        
  2332.        .title-arrow::after {
  2333.            right: -15px;
  2334.            border-left: 15px solid var(--bs-primary);
  2335.            border-top: 15px solid transparent;
  2336.            border-bottom: 15px solid transparent;
  2337.        }
  2338.        
  2339.        .post-image {
  2340.            display: none !important;
  2341.        }
  2342.    }
  2343. </style>
  2344.    
  2345.            </div>
  2346.        </div>
  2347.    </div>
  2348. </section>
  2349.  
  2350.    
  2351.        
  2352.        <!-- end wpo-blog-highlights-section -->
  2353.        <!-- start wpo-blog-sponsored-section -->
  2354.        
  2355.  
  2356.  
  2357.  
  2358.    
  2359.  
  2360.  
  2361.  
  2362. <style>
  2363.    .sponsored-section-v5 {
  2364.        padding: 40px 0;
  2365.    }
  2366.    
  2367.    .sponsored-card-v5 {
  2368.        background: var(--card-bg);
  2369.        border: 1px solid #f5f5f5;
  2370.        border-radius: var(--border-radius);
  2371.        transition: border-color 0.3s ease;
  2372.        height: 100%;
  2373.    }
  2374.    
  2375.    .sponsored-card-v5:hover {
  2376.        border-color: var(--bs-primary);
  2377.    }
  2378.    
  2379.    .sponsored-image-v5 {
  2380.        position: relative;
  2381.        background: var(--card-bg);
  2382.        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  2383.        margin: 15px 15px 0;
  2384.    }
  2385.    
  2386.    .sponsored-image-v5 img {
  2387.        width: 100%;
  2388.        height: 140px;
  2389.        object-fit: cover;
  2390.        border-radius: var(--border-radius);
  2391.    }
  2392.    
  2393.    .sponsored-badge-v5 {
  2394.        position: absolute;
  2395.        top: 6px;
  2396.        left: 8px;
  2397.        padding: 4px 10px;
  2398.        font-size: 11px;
  2399.        font-weight: 600;
  2400.        text-transform: uppercase;    
  2401.        border-radius: var(--border-radius);
  2402.    }
  2403.    
  2404.    .sponsored-badge-v5::before {
  2405.        content: '';
  2406.        position: absolute;
  2407.        top: 8px;
  2408.        left: -10px;
  2409.        border-top: 10px solid var(--bs-primary);
  2410.        border-left: 10px solid transparent;
  2411.        transform: rotate(45deg);
  2412.    }
  2413.    
  2414.    .sponsored-content-v5 {
  2415.        padding: 15px;
  2416.    }
  2417.    
  2418.    .sponsored-title-v5 {
  2419.        font-size: 15px;
  2420.        font-weight: 700;
  2421.        line-height: 1.4;
  2422.        margin-bottom: 8px;
  2423.        color: #333;
  2424.    }
  2425.    
  2426.    .sponsored-title-v5 a {
  2427.        text-decoration: none;
  2428.        color: #333;
  2429.    }
  2430.    
  2431.    .sponsored-title-v5 a:hover {
  2432.        color: var(--bs-primary); /* Purple hover */
  2433.    }
  2434.    
  2435.    .sponsored-excerpt-v5 {
  2436.        font-size: 12px;
  2437.        font-style: italic;
  2438.        color: #868e96;
  2439.        margin-bottom: 10px;
  2440.        line-height: 1.5;
  2441.    }
  2442.    
  2443.    .sponsored-meta-v5 {
  2444.        font-size: 11px;
  2445.        color: #6c757d;
  2446.    }
  2447.    
  2448.    .author-info-v5 {
  2449.        margin-bottom: 5px;
  2450.    }
  2451.    
  2452.    .sponsored-author-img-v5 {
  2453.        width: 22px;
  2454.        height: 22px;
  2455.        border-radius: var(--border-radius);
  2456.        object-fit: cover;
  2457.        vertical-align: middle;
  2458.        margin-right: 5px;
  2459.    }
  2460.    
  2461.    .section-title-sponsored-v5 {
  2462.        font-size: 2.1rem;
  2463.        font-weight: 700;
  2464.        text-align: center;
  2465.        margin-bottom: 30px;
  2466.        color: #333;
  2467.        position: relative;
  2468.    }
  2469.    
  2470.    .section-title-sponsored-v5::after {
  2471.        content: '';
  2472.        position: absolute;
  2473.        bottom: -10px;
  2474.        left: 50%;
  2475.        transform: translateX(-50%);
  2476.        width: 80px;
  2477.        height: 2px;
  2478.        background: var(--bs-primary);
  2479.        box-shadow: 0 2px 0 0 var(--bs-primary);
  2480.    }
  2481.  
  2482.    @media (max-width: 768px) {
  2483.        .sponsored-section-v5 {
  2484.            padding: 25px 0;
  2485.        }
  2486.        .sponsored-image-v5 {
  2487.            margin: 10px 10px 0;
  2488.            padding: 8px;
  2489.        }
  2490.        .sponsored-image-v5 img {
  2491.            height: 120px;
  2492.        }
  2493.        .sponsored-content-v5 {
  2494.            padding: 12px;
  2495.        }
  2496.        .sponsored-title-v5 {
  2497.            font-size: 14px;
  2498.        }
  2499.        .sponsored-excerpt-v5 {
  2500.            font-size: 11px;
  2501.        }
  2502.        .section-title-sponsored-v5 {
  2503.            font-size: 1.7rem;
  2504.        }
  2505.    }
  2506. </style>
  2507.  
  2508. <section class="sponsored-section-v5">
  2509.    <div class="container-fluid fluid-container">
  2510.        <div class="row">
  2511.            <div class="col-12">
  2512.                <h2 class="section-title-sponsored-v5">Sponsored News</h2>
  2513.            </div>
  2514.        </div>
  2515.        
  2516.        <div class="row g-3">
  2517.            
  2518.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2519.                <div class="card sponsored-card-v5">
  2520.                    <div class="sponsored-image-v5">
  2521.                        
  2522.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2523.                        
  2524.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  2525.                    </div>
  2526.                    <div class="sponsored-content-v5">
  2527.                        <h3 class="sponsored-title-v5">
  2528.                            <a href="/dak-prescott-pilots-cowboys-beyond-struggling-washington-commanders-to-begin-christmas-three-game-slate/" >
  2529.                                            Dak Prescott Pilots Cowboys Beyond Struggling Washington Commanders to Begin Christmas Three-Game Slate.
  2530.                                            </a>
  2531.                        </h3>
  2532.                        <p class="sponsored-excerpt-v5">
  2533.                          
  2534.                        </p>
  2535.                        <div class="sponsored-meta-v5">
  2536.                            <div class="author-info-v5">
  2537.                                
  2538.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/14b42a6c-f63f-4c23-bfb8-f6f47f19a2db_profile.png" alt="Tabitha Mendez" style="object-fit: cover;" class="sponsored-author-img-v5">
  2539.                                
  2540.                                <span>
  2541.                                    Tabitha Mendez
  2542.                                </span>
  2543.                            </div>
  2544.                            <div>17 Jul 2026</div>
  2545.                        </div>
  2546.                    </div>
  2547.                </div>
  2548.            </div>
  2549.            
  2550.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2551.                <div class="card sponsored-card-v5">
  2552.                    <div class="sponsored-image-v5">
  2553.                        
  2554.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2555.                        
  2556.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  2557.                    </div>
  2558.                    <div class="sponsored-content-v5">
  2559.                        <h3 class="sponsored-title-v5">
  2560.                            <a href="/aggressive-intimidating-imperialistic-this-return-of-the-unpleasant-us-image/" >
  2561.                                            Aggressive, Intimidating, Imperialistic: this Return of the Unpleasant U.S. Image
  2562.                                            </a>
  2563.                        </h3>
  2564.                        <p class="sponsored-excerpt-v5">
  2565.                          
  2566.                        </p>
  2567.                        <div class="sponsored-meta-v5">
  2568.                            <div class="author-info-v5">
  2569.                                
  2570.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/14b42a6c-f63f-4c23-bfb8-f6f47f19a2db_profile.png" alt="Tabitha Mendez" style="object-fit: cover;" class="sponsored-author-img-v5">
  2571.                                
  2572.                                <span>
  2573.                                    Tabitha Mendez
  2574.                                </span>
  2575.                            </div>
  2576.                            <div>17 Jul 2026</div>
  2577.                        </div>
  2578.                    </div>
  2579.                </div>
  2580.            </div>
  2581.            
  2582.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2583.                <div class="card sponsored-card-v5">
  2584.                    <div class="sponsored-image-v5">
  2585.                        
  2586.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2587.                        
  2588.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  2589.                    </div>
  2590.                    <div class="sponsored-content-v5">
  2591.                        <h3 class="sponsored-title-v5">
  2592.                            <a href="/premier-league-news-roundup-cole-palmer-set-for-the-blues-comeback-idrissa-gueyes-failed-red-card-appeal-mystery/" >
  2593.                                            Premier League News Roundup: Cole Palmer Set for The Blues Comeback; Idrissa Gueye&#x27;s Failed Red Card Appeal Mystery
  2594.                                            </a>
  2595.                        </h3>
  2596.                        <p class="sponsored-excerpt-v5">
  2597.                          
  2598.                        </p>
  2599.                        <div class="sponsored-meta-v5">
  2600.                            <div class="author-info-v5">
  2601.                                
  2602.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/14b42a6c-f63f-4c23-bfb8-f6f47f19a2db_profile.png" alt="Tabitha Mendez" style="object-fit: cover;" class="sponsored-author-img-v5">
  2603.                                
  2604.                                <span>
  2605.                                    Tabitha Mendez
  2606.                                </span>
  2607.                            </div>
  2608.                            <div>17 Jul 2026</div>
  2609.                        </div>
  2610.                    </div>
  2611.                </div>
  2612.            </div>
  2613.            
  2614.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2615.                <div class="card sponsored-card-v5">
  2616.                    <div class="sponsored-image-v5">
  2617.                        
  2618.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2619.                        
  2620.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  2621.                    </div>
  2622.                    <div class="sponsored-content-v5">
  2623.                        <h3 class="sponsored-title-v5">
  2624.                            <a href="/two-victims-named-in-the-providence-campus-shooting-as-authorities-persist-in-search-for-killer/" >
  2625.                                            Two Victims Named in the Providence Campus Shooting as Authorities Persist in Search for Killer.
  2626.                                            </a>
  2627.                        </h3>
  2628.                        <p class="sponsored-excerpt-v5">
  2629.                          
  2630.                        </p>
  2631.                        <div class="sponsored-meta-v5">
  2632.                            <div class="author-info-v5">
  2633.                                
  2634.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/14b42a6c-f63f-4c23-bfb8-f6f47f19a2db_profile.png" alt="Tabitha Mendez" style="object-fit: cover;" class="sponsored-author-img-v5">
  2635.                                
  2636.                                <span>
  2637.                                    Tabitha Mendez
  2638.                                </span>
  2639.                            </div>
  2640.                            <div>17 Jul 2026</div>
  2641.                        </div>
  2642.                    </div>
  2643.                </div>
  2644.            </div>
  2645.            
  2646.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2647.                <div class="card sponsored-card-v5">
  2648.                    <div class="sponsored-image-v5">
  2649.                        
  2650.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2651.                        
  2652.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  2653.                    </div>
  2654.                    <div class="sponsored-content-v5">
  2655.                        <h3 class="sponsored-title-v5">
  2656.                            <a href="/2025s-premier-spooky-film-comes-back-to-imax-just-in-time-for-the-spooky-season/" >
  2657.                                            2025&#x27;s Premier Spooky Film Comes Back to IMAX Just in Time for the Spooky Season
  2658.                                            </a>
  2659.                        </h3>
  2660.                        <p class="sponsored-excerpt-v5">
  2661.                          
  2662.                        </p>
  2663.                        <div class="sponsored-meta-v5">
  2664.                            <div class="author-info-v5">
  2665.                                
  2666.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/14b42a6c-f63f-4c23-bfb8-f6f47f19a2db_profile.png" alt="Tabitha Mendez" style="object-fit: cover;" class="sponsored-author-img-v5">
  2667.                                
  2668.                                <span>
  2669.                                    Tabitha Mendez
  2670.                                </span>
  2671.                            </div>
  2672.                            <div>17 Jul 2026</div>
  2673.                        </div>
  2674.                    </div>
  2675.                </div>
  2676.            </div>
  2677.            
  2678.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2679.                <div class="card sponsored-card-v5">
  2680.                    <div class="sponsored-image-v5">
  2681.                        
  2682.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2683.                        
  2684.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  2685.                    </div>
  2686.                    <div class="sponsored-content-v5">
  2687.                        <h3 class="sponsored-title-v5">
  2688.                            <a href="/holocaust-survivors-call-on-nigel-farage-to-say-sorry-over-claimed-anti-jewish-comments/" >
  2689.                                            Holocaust Survivors Call On Nigel Farage to Say Sorry Over Claimed Anti-Jewish Comments.
  2690.                                            </a>
  2691.                        </h3>
  2692.                        <p class="sponsored-excerpt-v5">
  2693.                          
  2694.                        </p>
  2695.                        <div class="sponsored-meta-v5">
  2696.                            <div class="author-info-v5">
  2697.                                
  2698.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/14b42a6c-f63f-4c23-bfb8-f6f47f19a2db_profile.png" alt="Tabitha Mendez" style="object-fit: cover;" class="sponsored-author-img-v5">
  2699.                                
  2700.                                <span>
  2701.                                    Tabitha Mendez
  2702.                                </span>
  2703.                            </div>
  2704.                            <div>16 Jul 2026</div>
  2705.                        </div>
  2706.                    </div>
  2707.                </div>
  2708.            </div>
  2709.            
  2710.        </div>
  2711.    </div>
  2712. </section>
  2713.  
  2714.  
  2715.    
  2716.        <!-- end wpo-blog-sponsored-section -->
  2717.        <!-- start wpo-subscribe-section -->
  2718.        
  2719.        <!-- end subscribe-section -->
  2720.        <!-- start of wpo-site-footer-section -->
  2721.        
  2722.  
  2723.  
  2724.  
  2725.  
  2726.  
  2727.  
  2728. <footer class="wpo-site-footer-v2 ">
  2729.    
  2730.    <!-- Main Footer Content -->
  2731.    <div class="container-fluid fluid-container">
  2732.        
  2733.        <!-- Step 1: Brand Section -->
  2734.        <div class="footer-brand-section">
  2735.            <div class="row justify-content-center">
  2736.                <div class="col-lg-8 col-md-10 col-12 text-center">
  2737.                    <div class="brand-wrapper">
  2738.                        
  2739.                            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/1ef4abdc-e1e3-455a-a86b-fafb17863c55_logo.png" alt="Innobuzz" class="footer-logo mb-3" loading="lazy">
  2740.                        
  2741.                        <h2 class="brand-title">Innobuzz</h2>
  2742.                        <p class="brand-description">Explore the latest in technology, innovation, and digital transformation with expert insights and practical advice for businesses and tech enthusiasts.</p>
  2743.                        
  2744.                    </div>
  2745.                </div>
  2746.            </div>
  2747.        </div>
  2748.  
  2749.        <!-- Step 2: Content Columns with Separators -->
  2750.        <div class="footer-content-section">
  2751.            <div class="content-divider"></div>
  2752.            
  2753.            <div class="row">
  2754.                
  2755.                <!-- Column 1: Important Links -->
  2756.                <div class="col-lg-6 col-md-6 col-12">
  2757.                    <div class="footer-column">
  2758.                        <div class="column-header">
  2759.                            <span class="column-number bg-primary-gradient">01</span>
  2760.                            <h6 class="column-title">Important Pages</h6>
  2761.                        </div>
  2762.                        <div class="column-content">
  2763.                            <ul class="footer-links">
  2764.                                
  2765.                                <li>
  2766.                                    <a href="/those-siblings-from-the-dagestani-region-making-their-mark-in-mixed-martial-arts-and-with-man-utd/" class="footer-link">
  2767.                                        Those Siblings from the Dagestani Region Making Their Mark in Mixed Martial Arts and with Man Utd.
  2768.                                    </a>
  2769.                                </li>
  2770.                                
  2771.                                <li>
  2772.                                    <a href="/the-nigerian-government-confirms-it-provided-key-information-for-christmas-day-military-strikes-as-us-official-predicts-of-more-attacks/" class="footer-link">
  2773.                                        The Nigerian Government Confirms It Provided Key Information for Christmas Day Military Strikes as US Official Predicts of More Attacks
  2774.                                    </a>
  2775.                                </li>
  2776.                                
  2777.                                <li>
  2778.                                    <a href="/what-lies-ahead-in-the-james-comey-and-letitia-james-court-battles/" class="footer-link">
  2779.                                        What Lies Ahead in the James Comey and Letitia James Court Battles?
  2780.                                    </a>
  2781.                                </li>
  2782.                                
  2783.                                <li>
  2784.                                    <a href="/indian-batter-shreyas-iyer-treated-at-hospital-after-lacerated-spleen-injury/" class="footer-link">
  2785.                                        Indian Batter Shreyas Iyer Treated at Hospital After Lacerated Spleen Injury
  2786.                                    </a>
  2787.                                </li>
  2788.                                
  2789.                                <li>
  2790.                                    <a href="/feeling-fatigued-the-straightforward-cause-may-astonish-you/" class="footer-link">
  2791.                                        Feeling Fatigued? The Straightforward Cause May Astonish You
  2792.                                    </a>
  2793.                                </li>
  2794.                                
  2795.                                <li>
  2796.                                    <a href="/red-bull-announces-major-2026-driver-roster-hadjar-elevated-youngster-arvid-lindblad-secures-grand-prix-debut/" class="footer-link">
  2797.                                        Red Bull Announces Major 2026 Driver Roster: Hadjar Elevated, Youngster Arvid Lindblad Secures Grand Prix Debut.
  2798.                                    </a>
  2799.                                </li>
  2800.                                
  2801.                            </ul>
  2802.                        </div>
  2803.                    </div>
  2804.                </div>
  2805.  
  2806.                <!-- Column 2: External Links -->
  2807.                 <div class="col-lg-6 col-md-6 col-12">
  2808.                    <div class="footer-column">
  2809.                        <div class="column-header">
  2810.                            <span class="column-number bg-primary-gradient">02</span>
  2811.                            <h6 class="column-title">External Resources</h6>
  2812.                        </div>
  2813.                       <div class="column-content">
  2814.    <ul class="footer-links" id="footerLinks">
  2815.        
  2816.        
  2817.  
  2818.        
  2819.        
  2820.        
  2821.        
  2822.    </ul>
  2823. </div>
  2824.  
  2825.                    </div>
  2826.                </div>
  2827.  
  2828.                <!-- Column 3: Categories -->
  2829.                <div class="col-lg-6 col-md-6 col-12">
  2830.                    <div class="footer-column">
  2831.                        <div class="column-header">
  2832.                            <span class="column-number bg-primary-gradient">02</span>
  2833.                            <h6 class="column-title">Categories</h6>
  2834.                        </div>
  2835.                        <div class="column-content">
  2836.                            <ul class="footer-links">
  2837.                                
  2838.                                <li>
  2839.                                    <a href="/category/all-posts/" class="footer-link">
  2840.                                        All Posts
  2841.                                    </a>
  2842.                                </li>
  2843.                                
  2844.                                <li>
  2845.                                    <a href="/category/business/" class="footer-link">
  2846.                                        Business
  2847.                                    </a>
  2848.                                </li>
  2849.                                
  2850.                                <li>
  2851.                                    <a href="/category/esports/" class="footer-link">
  2852.                                        Esports
  2853.                                    </a>
  2854.                                </li>
  2855.                                
  2856.                                <li>
  2857.                                    <a href="/category/fashion/" class="footer-link">
  2858.                                        Fashion
  2859.                                    </a>
  2860.                                </li>
  2861.                                
  2862.                                <li>
  2863.                                    <a href="/category/featured/" class="footer-link">
  2864.                                        Featured
  2865.                                    </a>
  2866.                                </li>
  2867.                                
  2868.                                <li>
  2869.                                    <a href="/category/gaming/" class="footer-link">
  2870.                                        Gaming
  2871.                                    </a>
  2872.                                </li>
  2873.                                
  2874.                            </ul>
  2875.                        </div>
  2876.                    </div>
  2877.                </div>
  2878.  
  2879.            </div>
  2880.        </div>
  2881.  
  2882.        <!-- Step 3: Footer Bottom -->
  2883.        <div class="footer-bottom-section">
  2884.            <div class="bottom-divider"></div>
  2885.            <div class="d-flex justify-content-between flex-wrap">
  2886.                <div class="">
  2887.                    <p class="copyright-text">
  2888.                        &copy; 2026 <strong>Innobuzz</strong> • All rights reserved
  2889.                    </p>
  2890.                </div>
  2891.                <div class="">
  2892.                    <nav class="footer-nav">
  2893.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  2894.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  2895.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  2896.                    </nav>
  2897.                </div>
  2898.            </div>
  2899.        </div>
  2900.  
  2901.    </div>
  2902.  
  2903.    <!-- Background Elements -->
  2904.    <div class="footer-bg-elements">
  2905.        <div class="bg-circle circle-1"></div>
  2906.        <div class="bg-circle circle-2"></div>
  2907.        <div class="bg-line line-1"></div>
  2908.        <div class="bg-line line-2"></div>
  2909.    </div>
  2910.  
  2911. </footer>
  2912.  
  2913. <style>
  2914. /* Footer V2 - Clean Blog Design */
  2915. .wpo-site-footer-v2 {
  2916.    color: var(--footer-color);
  2917.    background-color: var(--card-bg);
  2918.    margin-top: 100px;
  2919. }
  2920.  
  2921.  
  2922.  
  2923. /* Step 2: Brand Section */
  2924. .footer-brand-section {
  2925.    position: relative;
  2926.    z-index: 2;
  2927.    padding: 120px 0 60px;
  2928. }
  2929.  
  2930. .brand-wrapper {
  2931.    max-width: 600px;
  2932.    margin: 0 auto;
  2933. }
  2934.  
  2935. .footer-logo {
  2936.    max-height: 60px;
  2937.    width: auto;
  2938.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  2939. }
  2940.  
  2941. .brand-title {
  2942.    font-size: 2.2rem;
  2943.    font-weight: 800;
  2944.    color: var(--footer-color);
  2945.    margin-bottom: 1rem;
  2946.    letter-spacing: -0.02em;
  2947. }
  2948.  
  2949. .brand-description {
  2950.    font-size: 1.1rem;
  2951.    color: var(--footer-color);
  2952.    line-height: 1.6;
  2953.    opacity: .7;
  2954.    margin-bottom: 0;
  2955. }
  2956.  
  2957. /* Step 3: Content Section */
  2958. .footer-content-section {
  2959.    position: relative;
  2960.    z-index: 2;
  2961.    padding: 60px 0;
  2962. }
  2963.  
  2964.  
  2965. .footer-column {
  2966.    margin-bottom: 40px;
  2967.    padding: 0 20px;
  2968. }
  2969.  
  2970. .column-header {
  2971.    display: flex;
  2972.    align-items: center;
  2973.    margin-bottom: 25px;
  2974.    padding-bottom: 15px;
  2975.    border-bottom: 2px solid var(--border-color);
  2976. }
  2977.  
  2978. .column-number {
  2979.    width: 35px;
  2980.    height: 35px;
  2981.    border-radius: 10px;
  2982.    display: flex;
  2983.    align-items: center;
  2984.    justify-content: center;
  2985.    font-weight: 700;
  2986.    font-size: 0.9rem;
  2987.    margin-right: 15px;
  2988. }
  2989.  
  2990. .column-title {
  2991.    font-size: 1.1rem;
  2992.    font-weight: 700;
  2993.    color: var(--footer-color) !important;
  2994.    margin: 0;
  2995. }
  2996.  
  2997. .column-content {
  2998.    padding-left: 50px;
  2999. }
  3000.  
  3001. /* Footer Links */
  3002. .footer-links {
  3003.    list-style: none;
  3004.    padding: 0;
  3005.    margin: 0;
  3006. }
  3007.  
  3008. .footer-links li {
  3009.    margin-bottom: 12px;
  3010.    position: relative;
  3011. }
  3012.  
  3013. .footer-link {
  3014.    color: var(--footer-color) !important;
  3015.    text-decoration: none;
  3016.    font-size: 0.95rem;
  3017.    line-height: 1.5;
  3018.    transition: all 0.8s ease;
  3019.    position: relative;
  3020.    display: inline-flex;
  3021.    align-items: center;
  3022. }
  3023.  
  3024. .footer-link:hover {
  3025.    color: var(--bs-primary);
  3026.    padding-left: 8px;
  3027. }
  3028.  
  3029. .footer-link::before {
  3030.    content: '';
  3031.    position: absolute;
  3032.    left: -15px;
  3033.    top: 50%;
  3034.    transform: translateY(-50%);
  3035.    width: 4px;
  3036.    height: 4px;
  3037.    background: var(--bs-primary);
  3038.    border-radius: 50%;
  3039.    opacity: 0;
  3040.    transition: opacity 0.3s ease;
  3041. }
  3042.  
  3043. .footer-link:hover::before {
  3044.    opacity: 1;
  3045. }
  3046.  
  3047. /* Step 4: Footer Bottom */
  3048. .footer-bottom-section {
  3049.    position: relative;
  3050.    z-index: 2;
  3051.    padding: 30px 0;
  3052. }
  3053.  
  3054. .bottom-divider {
  3055.    width: 100%;
  3056.    height: 1px;
  3057.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  3058.    margin-bottom: 30px;
  3059. }
  3060.  
  3061. .copyright-text {
  3062.    color: var(--footer-color);
  3063.    font-size: 0.9rem;
  3064.    margin: 0;
  3065.    line-height: 1.6;
  3066. }
  3067.  
  3068. .footer-nav {
  3069.    display: flex;
  3070.    align-items: center;
  3071.    gap: 20px;
  3072.    justify-content: center;
  3073. }
  3074.  
  3075. .footer-nav-link {
  3076.    color: var(--footer-color) !important;
  3077.    text-decoration: none;
  3078.    font-size: 0.9rem;
  3079.    font-weight: 500;
  3080.    transition: color 0.3s ease;
  3081.    position: relative;
  3082. }
  3083.  
  3084. .footer-nav-link:hover {
  3085.    color: var(--bs-primary);
  3086. }
  3087.  
  3088. .footer-nav-link::after {
  3089.    content: '';
  3090.    position: absolute;
  3091.    bottom: -5px;
  3092.    left: 0;
  3093.    width: 0;
  3094.    height: 2px;
  3095.    background: var(--bs-primary) !important;
  3096.    transition: width 0.3s ease;
  3097. }
  3098.  
  3099. .footer-nav-link:hover::after {
  3100.    width: 100%;
  3101. }
  3102.  
  3103. /* Responsive Design */
  3104. @media (max-width: 992px) {
  3105.    .footer-brand-section {
  3106.        padding: 100px 0 50px;
  3107.    }
  3108.    
  3109.    .brand-title {
  3110.        font-size: 1.8rem;
  3111.    }
  3112.    
  3113.    .column-content {
  3114.        padding-left: 0;
  3115.        padding-top: 10px;
  3116.    }
  3117.    
  3118.    .column-header {
  3119.        flex-direction: column;
  3120.        align-items: flex-start;
  3121.        gap: 10px;
  3122.    }
  3123.    
  3124.    .column-number {
  3125.        align-self: center;
  3126.    }
  3127. }
  3128.  
  3129. @media (max-width: 768px) {
  3130.    .footer-brand-section {
  3131.        padding: 80px 0 40px;
  3132.    }
  3133.    
  3134.    .brand-title {
  3135.        font-size: 1.6rem;
  3136.    }
  3137.    
  3138.    .newsletter-inline {
  3139.        padding: 1.5rem;
  3140.        margin: 0 15px;
  3141.    }
  3142.    
  3143.    .newsletter-form .input-group {
  3144.        flex-direction: column;
  3145.    }
  3146.    
  3147.    .btn-newsletter {
  3148.        border-radius: 0 0 12px 12px;
  3149.    }
  3150.    
  3151.    .newsletter-input {
  3152.        border-radius: 12px 12px 0 0;
  3153.    }
  3154.    
  3155.    .footer-column {
  3156.        padding: 0 15px;
  3157.        margin-bottom: 35px;
  3158.    }
  3159.    
  3160.    .footer-nav {
  3161.        flex-direction: column;
  3162.        gap: 15px;
  3163.        margin-top: 20px;
  3164.    }
  3165. }
  3166.  
  3167. @media (max-width: 576px) {
  3168.    .footer-brand-section {
  3169.        padding: 60px 0 30px;
  3170.    }
  3171.    
  3172.    .brand-title {
  3173.        font-size: 1.4rem;
  3174.    }
  3175.    
  3176.    .brand-description {
  3177.        font-size: 1rem;
  3178.    }
  3179.    
  3180.    .newsletter-title {
  3181.        font-size: 1.1rem;
  3182.    }
  3183.    
  3184.    .column-title {
  3185.        font-size: 1rem;
  3186.    }
  3187.    
  3188.    .footer-column {
  3189.        padding: 0 10px;
  3190.    }
  3191.    
  3192.    .bg-circle, .bg-line {
  3193.        display: none;
  3194.    }
  3195. }
  3196.  
  3197. /* Minimal Animation */
  3198. .footer-column {
  3199.    transition: opacity 0.3s ease;
  3200. }
  3201.  
  3202. .footer-column:hover {
  3203.    opacity: 0.9;
  3204. }
  3205. </style>
  3206.  
  3207. <!-- Bootstrap 5 JS -->
  3208.  
  3209. <script>
  3210. // Scroll to Top Function
  3211. function scrollToTop() {
  3212.    window.scrollTo({
  3213.        top: 0,
  3214.        behavior: 'smooth'
  3215.    });
  3216. }
  3217.  
  3218. // Initialize Footer V2 Features
  3219. document.addEventListener('DOMContentLoaded', function() {
  3220.    
  3221.    // Newsletter Form Enhancement
  3222.    const newsletterForm = document.querySelector('.newsletter-form');
  3223.    if (newsletterForm) {
  3224.        newsletterForm.addEventListener('submit', function(e) {
  3225.            e.preventDefault(); // Remove this in actual implementation
  3226.            
  3227.            const submitBtn = this.querySelector('.btn-newsletter');
  3228.            const originalText = submitBtn.textContent;
  3229.            
  3230.            submitBtn.textContent = 'Subscribing...';
  3231.            submitBtn.disabled = true;
  3232.            
  3233.            // Simulate form processing
  3234.            setTimeout(() => {
  3235.                submitBtn.textContent = 'Subscribed!';
  3236.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  3237.                
  3238.                setTimeout(() => {
  3239.                    submitBtn.textContent = originalText;
  3240.                    submitBtn.disabled = false;
  3241.                    submitBtn.style.background = '';
  3242.                    this.reset();
  3243.                }, 2000);
  3244.            }, 1500);
  3245.        });
  3246.    }
  3247.    
  3248.    // Smooth reveal for columns on scroll
  3249.    const observerOptions = {
  3250.        threshold: 0.1,
  3251.        rootMargin: '0px 0px -50px 0px'
  3252.    };
  3253.    
  3254.    const observer = new IntersectionObserver((entries) => {
  3255.        entries.forEach(entry => {
  3256.            if (entry.isIntersecting) {
  3257.                entry.target.style.opacity = '1';
  3258.                entry.target.style.transform = 'translateY(0)';
  3259.            }
  3260.        });
  3261.    }, observerOptions);
  3262.    
  3263.    // Initially hide columns for animation
  3264.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  3265.        column.style.opacity = '0';
  3266.        column.style.transform = 'translateY(20px)';
  3267.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  3268.        observer.observe(column);
  3269.    });
  3270.    
  3271.    // Prevent default for placeholder links
  3272.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3273.        link.addEventListener('click', function(e) {
  3274.            e.preventDefault();
  3275.        });
  3276.    });
  3277. });
  3278.  
  3279. document.addEventListener('DOMContentLoaded', function () {
  3280.    var btn = document.getElementById('toggleFooterLinks');
  3281.    if (!btn) return; // No extra links, no button
  3282.  
  3283.    var extras = document.querySelectorAll('#footerLinks li.extra');
  3284.  
  3285.    btn.addEventListener('click', function () {
  3286.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3287.            return li.classList.contains('d-none');
  3288.        });
  3289.  
  3290.        extras.forEach(function (li) {
  3291.            if (anyHidden) {
  3292.                li.classList.remove('d-none');
  3293.                li.classList.add('show');
  3294.            } else {
  3295.                li.classList.add('d-none');
  3296.                li.classList.remove('show');
  3297.            }
  3298.        });
  3299.  
  3300.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3301.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3302.    });
  3303. });
  3304.  
  3305. </script>
  3306.  
  3307.        <!-- end of wpo-site-footer-section -->
  3308.    </div>
  3309.    <!-- end of page-wrapper -->
  3310.  
  3311.    <!-- All JavaScript files
  3312.    ================================================== -->
  3313.    
  3314.  
  3315. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3316. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3317. <!-- Plugins for this template -->
  3318. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3319. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3320. <!-- Custom script for this template -->
  3321. <script src="/static/blogapp/assets/js/script.js"></script>
  3322.  
  3323. <script>
  3324. (function () {
  3325. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3326. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3327.  
  3328. function applyFallback(img) {
  3329. if (!img || img.dataset.fallbackApplied === "1") {
  3330. return;
  3331. }
  3332. var failedSrc = img.currentSrc || img.src || "";
  3333. img.dataset.fallbackApplied = "1";
  3334. img.onerror = null;
  3335. img.src = fallbackImageSrc;
  3336. console.warn("[ImageFallback] Replaced broken image:", {
  3337. failedSrc: failedSrc,
  3338. fallbackSrc: fallbackImageSrc,
  3339. alt: img.alt || "",
  3340. });
  3341. }
  3342.  
  3343. document.querySelectorAll("img").forEach(function (img) {
  3344. if (img.complete && img.naturalWidth === 0) {
  3345. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3346. failedSrc: img.currentSrc || img.src || "",
  3347. alt: img.alt || "",
  3348. });
  3349. applyFallback(img);
  3350. }
  3351. });
  3352.  
  3353. document.addEventListener(
  3354. "error",
  3355. function (event) {
  3356. var target = event.target;
  3357. if (target && target.tagName === "IMG") {
  3358. applyFallback(target);
  3359. }
  3360. },
  3361. true
  3362. );
  3363. })();
  3364. </script>
  3365.  
  3366. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3367.  
  3368.  
  3369.  
  3370. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"51c923b2d1bb4a6c82eccb9e37650f90","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3371. </body>
  3372.  
  3373. </html>
  3374.  
  3375.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda