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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="quicksand">
  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_34_rNhtoSf_ysNgPno.png">
  14.    
  15.  
  16.    <title>SmartInno: Innovation and Technology Insights for Modern Businesses</title>
  17.    <meta name="description" content="Explore the latest trends in innovation and technology with practical insights and strategies to drive business growth and digital transformation in today&#x27;s competitive market.">
  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://smartinno.tr/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff006e;
  42.        --bs-primary-rgb: ff006e;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #fff0f6;
  49.        --bs-dark: #500724;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff006e;
  53.        --theme-primary-color-s2: #ff006e;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #500724;
  57.        --text-light-color: #676767;
  58.        --heading-color: #500724;
  59.        --border-color: #f9a8d4;
  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: #fce7f3;
  75.        --navbar-color: #500724;
  76.        --topbar-bg: #fff0f6;
  77.        --topbar-color: #500724;
  78.        --footer-bg: #500724;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #f9a8d4;
  82.        --card-radius: 12px;
  83.        --link-color: #ff006e;
  84.        --link-hover: #db2777;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 0, 110, 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_26">
  372.    <div id="healthcheck"></div>
  373.    <!-- start page-wrapper -->
  374.    <div class="page-wrapper">
  375.        
  376.            <!-- start preloader -->
  377.                
  378.            <!-- end preloader -->
  379.        
  380.        <!-- Start header -->
  381.        <header id="header" class="wpo-site-header">
  382.            
  383.  
  384.  
  385.    
  386.  
  387.  
  388.  
  389. <div class="topbar d-sm-flex d-none">
  390.  <div class="container-fluid fluid-container">
  391.    <div class="row  ">
  392.      <div>
  393.        <div class="pt-2 d-flex gap-2 pb-0">
  394.          <div class="">
  395.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  396.          </div>
  397.  
  398.          <!-- Add an id to the marquee -->
  399.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  400.            <p class="text-center">
  401.              
  402.               <a href="/keeper-review-love-story-goes-to-hell-in-powerfully-spooky-terrifying-tale/" class="px-5 top-color">
  403.                    Keeper Review – Love Story Goes to Hell in Powerfully Spooky Terrifying Tale
  404.                  </a>
  405.              
  406.               <a href="/the-fashion-icon-edward-enninful-discusses-modern-britain-we-are-less-tolerant-now-than-in-the-90s/" class="px-5 top-color">
  407.                    The fashion icon Edward Enninful discusses Modern Britain: &#x27;We Are Less Tolerant Now&#x27; Than in the 90s.
  408.                  </a>
  409.              
  410.               <a href="/increased-youth-mortality-figures-signal-an-growing-situation-international-medical-research-cautions/" class="px-5 top-color">
  411.                    Increased Youth Mortality Figures Signal an Growing Situation’, International Medical Research Cautions
  412.                  </a>
  413.              
  414.               <a href="/pure-potential-or-a-pristine-problem-pantones-snowy-annual-hue-ignites-debate/" class="px-5 top-color">
  415.                    Pure Potential or a Pristine Problem? Pantone&#x27;s Snowy Annual Hue Ignites Debate.
  416.                  </a>
  417.              
  418.               <a href="/close-to-25000-left-without-electricity-in-south-east-queensland-and-victorian-regions-following-intense-weather-systems/" class="px-5 top-color">
  419.                    Close to 25,000 Left Without Electricity in South-East Queensland and Victorian Regions Following Intense Weather Systems
  420.                  </a>
  421.              
  422.            </p>
  423.          </marquee>
  424.        </div>
  425.      </div>
  426.    </div>
  427.  </div>
  428. </div>
  429. <style>
  430.  .tilt-button {
  431.  padding: 0.5rem 1rem;
  432.  white-space: nowrap;
  433.  font-weight: bold;
  434.  display: inline-block;
  435.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  436.  transition: background 0.3s ease;
  437. }
  438.  
  439.  
  440. </style>
  441. <script>
  442.  // Stop/start marquee when hovering or focusing links inside it
  443.  document.addEventListener("DOMContentLoaded", function () {
  444.    const marquee = document.getElementById("newsMarquee");
  445.    if (!marquee) return;
  446.  
  447.    marquee.querySelectorAll("a").forEach((link) => {
  448.      link.addEventListener("mouseenter", () => marquee.stop());
  449.      link.addEventListener("mouseleave", () => marquee.start());
  450.      // keyboard accessibility
  451.      link.addEventListener("focus", () => marquee.stop());
  452.      link.addEventListener("blur", () => marquee.start());
  453.    });
  454.  });
  455. </script>
  456.  
  457.  
  458.  
  459.            
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466. <header class="header-v6 mb-4 nav-bg position-relative">
  467.    <div class="main-header-v6">
  468.        <div class="container-fluid fluid-container">
  469.            <div class="row align-items-center justify-content-between">
  470.                <!-- Left Navigation -->
  471.                <div class="col-lg-5 col-md-3">
  472.                    <nav class="left-nav-v6">
  473.                        <ul class="nav-list-v6">
  474.                            
  475.                            <li class="nav-item-v6">
  476.                                <a href="/" class="nav-link-v6 active-v6">Home</a>
  477.                            </li>
  478.  
  479.                            
  480.                            
  481.                            <li class="nav-item-v6">
  482.                                <a href="/category/all-posts/" class="nav-link-v6">
  483.                                    All Posts
  484.                                </a>
  485.                            </li>
  486.                            
  487.                            <li class="nav-item-v6">
  488.                                <a href="/category/business/" class="nav-link-v6">
  489.                                    Business
  490.                                </a>
  491.                            </li>
  492.                            
  493.                            <li class="nav-item-v6">
  494.                                <a href="/category/esports/" class="nav-link-v6">
  495.                                    Esports
  496.                                </a>
  497.                            </li>
  498.                            
  499.                        </ul>
  500.                    </nav>
  501.                </div>
  502.  
  503.                <!-- Center Logo -->
  504.               <div class="col-lg-2 col-md-6 text-center">
  505.                    <div class="logo-center-v6">
  506.                        <a class="brand-link-v6" href="/">
  507.                            
  508.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/0e0e82f5-1b63-40c1-8987-917c5ad5ac06_logo.png" alt="SmartInno" class="logo-img-v6" />
  509.                            
  510.                        </a>
  511.                    </div>
  512.                </div>
  513.  
  514.                <!-- Right Navigation -->
  515.                <div class="col-lg-5 col-md-3">
  516.                    <nav class="right-nav-v6">
  517.                        <ul class="nav-list-v6 justify-content-end">
  518.  
  519.                            
  520.                            
  521.                            <li class="nav-item-v6">
  522.                                <a href="/category/fashion/" class="nav-link-v6">
  523.                                    Fashion
  524.                                </a>
  525.                            </li>
  526.                            
  527.                            <li class="nav-item-v6">
  528.                                <a href="/category/featured/" class="nav-link-v6">
  529.                                    Featured
  530.                                </a>
  531.                            </li>
  532.                            
  533.  
  534.                            
  535.                            
  536.                            
  537.                            <li class="nav-item-v6 dropdown-container-v6">
  538.                                <a href="#" class="nav-link-v6">More</a>
  539.                                <div class="mega-dropdown-v6">
  540.                                    <div class="dropdown-grid-v6">
  541.                                        <div class="dropdown-column-v6">
  542.                                            
  543.                                            <a href="/category/gaming/"
  544.                                                class="dropdown-link-v6">
  545.                                                Gaming
  546.                                            </a>
  547.                                            
  548.                                            <a href="/category/health/"
  549.                                                class="dropdown-link-v6">
  550.                                                Health
  551.                                            </a>
  552.                                            
  553.                                            <a href="/category/life-fitness/"
  554.                                                class="dropdown-link-v6">
  555.                                                Life &amp; Fitness
  556.                                            </a>
  557.                                            
  558.                                            <a href="/category/lifestyle/"
  559.                                                class="dropdown-link-v6">
  560.                                                Lifestyle
  561.                                            </a>
  562.                                            
  563.                                            <a href="/category/news/"
  564.                                                class="dropdown-link-v6">
  565.                                                News
  566.                                            </a>
  567.                                            
  568.                                            <a href="/category/others/"
  569.                                                class="dropdown-link-v6">
  570.                                                Others
  571.                                            </a>
  572.                                            
  573.                                            <a href="/category/politics/"
  574.                                                class="dropdown-link-v6">
  575.                                                Politics
  576.                                            </a>
  577.                                            
  578.                                            <a href="/category/sports/"
  579.                                                class="dropdown-link-v6">
  580.                                                Sports
  581.                                            </a>
  582.                                            
  583.                                            <a href="/category/tech/"
  584.                                                class="dropdown-link-v6">
  585.                                                Tech
  586.                                            </a>
  587.                                            
  588.                                            <a href="/category/travel/"
  589.                                                class="dropdown-link-v6">
  590.                                                Travel
  591.                                            </a>
  592.                                            
  593.                                        </div>
  594.                                    </div>
  595.                                </div>
  596.                            </li>
  597.                            
  598.                            
  599.                             <li>
  600.                  <a href="/page/contact-us/">
  601.                     Contact Us
  602.                  </a>
  603.              </li>
  604.                        </ul>
  605.                    </nav>
  606.                </div>
  607.            </div>
  608.  
  609.  
  610.            <!-- Search Bar Row -->
  611.            <div class="row mt-md-4 ">
  612.                <div class="col-12">
  613.                    <div class="search-container-v6">
  614.                        <form class="search-form-v6" action="#" method="get">
  615.                            <div class="search-wrapper-v6">
  616.                                <svg class="search-icon-v6" width="20" height="20" viewBox="0 0 24 24" fill="none"
  617.                                    stroke="currentColor" stroke-width="2">
  618.                                    <circle cx="11" cy="11" r="8"></circle>
  619.                                    <path d="m21 21-4.35-4.35"></path>
  620.                                </svg>
  621.                                <input id="search-input" type="search" class="search-input-v6"
  622.                                    placeholder="What are you looking for today?" name="q">
  623.                                <button type="submit" class="search-submit-v6">Search</button>
  624.                            </div>
  625.                        </form>
  626.                         <div id="search-results" class="search-results-container search-v1"></div>
  627.                    </div>
  628.                </div>
  629.            </div>
  630.        </div>
  631.    </div>
  632.  
  633.    <!-- Mobile Menu Button -->
  634.    <button class="mobile-toggle-v6  d-lg-none" type="button" onclick="toggleMenuV6()">
  635.        <span class="hamburger-line-v6 text-link "></span>
  636.        <span class="hamburger-line-v6 text-link "></span>
  637.        <span class="hamburger-line-v6 text-link "></span>
  638.    </button>
  639.  
  640.    <!-- Mobile Menu -->
  641. <div class="mobile-menu-v6 d-lg-none" id="mobileMenuV6">
  642.    <div class="mobile-menu-content-v6">
  643.        <button class="mobile-toggle-v6 text-link d-lg-none" style="font-size: larger;" type="button"
  644.            onclick="toggleMenuV6()">
  645.            X
  646.        </button>
  647.        <ul class="mobile-nav-list-v6">
  648.  
  649.            <!-- Static Home -->
  650.            <li class="mobile-nav-item-v6">
  651.                <a href="/"
  652.                   class="mobile-nav-link-v6 active-v6">
  653.                    Home
  654.                </a>
  655.            </li>
  656.  
  657.            <!-- Dynamic categories -->
  658.            
  659.            <li class="mobile-nav-item-v6">
  660.                <a href="/category/all-posts/"
  661.                   class="mobile-nav-link-v6 ">
  662.                    All Posts
  663.                </a>
  664.            </li>
  665.            
  666.            <li class="mobile-nav-item-v6">
  667.                <a href="/category/business/"
  668.                   class="mobile-nav-link-v6 ">
  669.                    Business
  670.                </a>
  671.            </li>
  672.            
  673.            <li class="mobile-nav-item-v6">
  674.                <a href="/category/esports/"
  675.                   class="mobile-nav-link-v6 ">
  676.                    Esports
  677.                </a>
  678.            </li>
  679.            
  680.            <li class="mobile-nav-item-v6">
  681.                <a href="/category/fashion/"
  682.                   class="mobile-nav-link-v6 ">
  683.                    Fashion
  684.                </a>
  685.            </li>
  686.            
  687.            <li class="mobile-nav-item-v6">
  688.                <a href="/category/featured/"
  689.                   class="mobile-nav-link-v6 ">
  690.                    Featured
  691.                </a>
  692.            </li>
  693.            
  694.            <li class="mobile-nav-item-v6">
  695.                <a href="/category/gaming/"
  696.                   class="mobile-nav-link-v6 ">
  697.                    Gaming
  698.                </a>
  699.            </li>
  700.            
  701.            <li class="mobile-nav-item-v6">
  702.                <a href="/category/health/"
  703.                   class="mobile-nav-link-v6 ">
  704.                    Health
  705.                </a>
  706.            </li>
  707.            
  708.            <li class="mobile-nav-item-v6">
  709.                <a href="/category/life-fitness/"
  710.                   class="mobile-nav-link-v6 ">
  711.                    Life &amp; Fitness
  712.                </a>
  713.            </li>
  714.            
  715.            <li class="mobile-nav-item-v6">
  716.                <a href="/category/lifestyle/"
  717.                   class="mobile-nav-link-v6 ">
  718.                    Lifestyle
  719.                </a>
  720.            </li>
  721.            
  722.            <li class="mobile-nav-item-v6">
  723.                <a href="/category/news/"
  724.                   class="mobile-nav-link-v6 ">
  725.                    News
  726.                </a>
  727.            </li>
  728.            
  729.            <li class="mobile-nav-item-v6">
  730.                <a href="/category/others/"
  731.                   class="mobile-nav-link-v6 ">
  732.                    Others
  733.                </a>
  734.            </li>
  735.            
  736.            <li class="mobile-nav-item-v6">
  737.                <a href="/category/politics/"
  738.                   class="mobile-nav-link-v6 ">
  739.                    Politics
  740.                </a>
  741.            </li>
  742.            
  743.            <li class="mobile-nav-item-v6">
  744.                <a href="/category/sports/"
  745.                   class="mobile-nav-link-v6 ">
  746.                    Sports
  747.                </a>
  748.            </li>
  749.            
  750.            <li class="mobile-nav-item-v6">
  751.                <a href="/category/tech/"
  752.                   class="mobile-nav-link-v6 ">
  753.                    Tech
  754.                </a>
  755.            </li>
  756.            
  757.            <li class="mobile-nav-item-v6">
  758.                <a href="/category/travel/"
  759.                   class="mobile-nav-link-v6 ">
  760.                    Travel
  761.                </a>
  762.            </li>
  763.            
  764.  
  765.            <!-- Static Contact -->
  766.            <li class="mobile-nav-item-v6">
  767.                <a href="/page/contact-us/"
  768.                   class="mobile-nav-link-v6 ">
  769.                    Contact Us
  770.                </a>
  771.            </li>
  772.        </ul>
  773.    </div>
  774. </div>
  775. <div class="sidebar-blur d-lg-none"></div>
  776. </header>
  777.  
  778. <style>
  779.    /* Navbar V6 Styles - Centered Logo with Split Navigation */
  780.  
  781.  
  782.    .main-header-v6 {
  783.        padding: 35px 0;
  784.    }
  785.  
  786.    /* Logo Styles */
  787.    .logo-center-v6 {
  788.        position: relative;
  789.    }
  790.  
  791.    .logo-img-v6 {
  792.        max-height: 100px;
  793.        transition: transform 0.3s ease;
  794.    }
  795.  
  796.    .logo-img-v6:hover {
  797.        transform: scale(1.05);
  798.    }
  799.  
  800.    /* Navigation Styles */
  801.    .nav-list-v6 {
  802.        list-style: none;
  803.        padding: 0;
  804.        margin: 0;
  805.        display: flex;
  806.        align-items: center;
  807.    }
  808.  
  809.    .nav-item-v6 {
  810.        position: relative;
  811.        margin: 0 20px;
  812.    }
  813.  
  814.    .nav-link-v6 {
  815.        color: var(--navbar-color) !important;
  816.        text-decoration: none;
  817.        font-weight: 500;
  818.        font-size: 15px;
  819.        padding: 12px 0;
  820.        position: relative;
  821.        transition: all 0.3s ease;
  822.    }
  823.  
  824.    .nav-link-v6::after {
  825.        content: '';
  826.        position: absolute;
  827.        bottom: 0;
  828.        left: 50%;
  829.        width: 0;
  830.        height: 2px;
  831.        transition: all 0.3s ease;
  832.        transform: translateX(-50%);
  833.    }
  834.  
  835.    .nav-link-v6:hover,
  836.    .nav-link-v6.active-v6 {
  837.        font-weight: 700;
  838.        opacity: 0.75;
  839.    }
  840.  
  841.    .nav-link-v6:hover::after,
  842.    .nav-link-v6.active-v6::after {
  843.        width: 100%;
  844.    }
  845.  
  846.    /* Mega Dropdown Styles */
  847.    .dropdown-container-v6 {
  848.        position: relative;
  849.    }
  850.  
  851.    .mega-dropdown-v6 {
  852.        position: absolute;
  853.        top: 100%;
  854.        left: 50%;
  855.        transform: translateX(-50%);
  856.        background: var(--navbar-bg);
  857.        border-radius: 12px;
  858.        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  859.        opacity: 0;
  860.        visibility: hidden;
  861.        transition: all 0.3s ease;
  862.        padding: 25px;
  863.        min-width: 300px;
  864.        z-index: 1200;
  865.        margin-top: 15px;
  866.    }
  867.  
  868.    .dropdown-container-v6:hover .mega-dropdown-v6 {
  869.        opacity: 1;
  870.        visibility: visible;
  871.        margin-top: 0;
  872.    }
  873.  
  874.    .dropdown-grid-v6 {
  875.        display: grid;
  876.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  877.        gap: 20px;
  878.    }
  879.  
  880.    .dropdown-title-v6 {
  881.        font-size: 13px;
  882.        font-weight: 600;
  883.        color: #4a5568;
  884.        margin-bottom: 10px;
  885.        text-transform: uppercase;
  886.        letter-spacing: 0.5px;
  887.    }
  888.  
  889.    .dropdown-link-v6 {
  890.        display: block;
  891.        color: #2d3748;
  892.        text-decoration: none;
  893.        font-size: 14px;
  894.        padding: 8px 0;
  895.        transition: all 0.3s ease;
  896.        position: relative;
  897.        padding-left: 15px;
  898.    }
  899.  
  900.    .dropdown-link-v6::before {
  901.        content: '';
  902.        position: absolute;
  903.        left: 0;
  904.        top: 50%;
  905.        width: 6px;
  906.        height: 6px;
  907.        background: #e2e8f0;
  908.        border-radius: 50%;
  909.        transform: translateY(-50%);
  910.        transition: all 0.3s ease;
  911.    }
  912.  
  913.    .dropdown-link-v6:hover {
  914.        color: #667eea;
  915.        padding-left: 20px;
  916.    }
  917.  
  918.    .dropdown-link-v6:hover::before {
  919.        background: #667eea;
  920.    }
  921.  
  922.    /* Search Styles */
  923.    .search-container-v6 {
  924.        max-width: 600px;
  925.        margin: 0 auto;
  926.    }
  927.  
  928.    .search-wrapper-v6 {
  929.        position: relative;
  930.        background: #f7fafc;
  931.        border-radius: 50px;
  932.        display: flex;
  933.        align-items: center;
  934.        transition: all 0.3s ease;
  935.        border: 2px solid transparent;
  936.    }
  937.  
  938.    .search-wrapper-v6:focus-within {
  939.        background: #ffffff;
  940.        border-color: #007bff;
  941.        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  942.    }
  943.  
  944.    .search-icon-v6 {
  945.        color: #a0aec0;
  946.        margin: 0 15px;
  947.        transition: color 0.3s ease;
  948.    }
  949.  
  950.    .search-wrapper-v6:focus-within .search-icon-v6 {
  951.        color: #007bff;
  952.    }
  953.  
  954.    .search-input-v6 {
  955.        flex: 1;
  956.        border: none;
  957.        background: transparent;
  958.        font-size: 16px;
  959.        padding: 10px 0;
  960.        outline: none;
  961.        color: #2d3748;
  962.    }
  963.  
  964.    .search-input-v6::placeholder {
  965.        color: #a0aec0;
  966.    }
  967.  
  968.    .search-submit-v6 {
  969.        background-color: var(--bs-primary);
  970.        color: white;
  971.        border: none;
  972.        border-radius: 50px;
  973.        padding: 12px 25px;
  974.        font-weight: 500;
  975.        cursor: pointer;
  976.        transition: all 0.3s ease;
  977.    }
  978.  
  979.    .search-submit-v6:hover {
  980.        transform: translateY(-2px);
  981.        box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
  982.    }
  983.  
  984.    /* Mobile Styles */
  985.    .mobile-toggle-v6 {
  986.        position: absolute;
  987.        top: 20px;
  988.        right: 20px;
  989.        background: none;
  990.        border: none;
  991.        cursor: pointer;
  992.        z-index: 999;
  993.        padding: 5px;
  994.    }
  995.  
  996.    .hamburger-line-v6 {
  997.        display: block;
  998.        width: 25px;
  999.        height: 3px;
  1000.        background: var(--navbar-color);
  1001.        margin: 5px 0;
  1002.        transition: all 0.3s ease;
  1003.        border-radius: 2px;
  1004.    }
  1005.  
  1006.    .mobile-menu-v6 {
  1007.        position: fixed;
  1008.        top: 0;
  1009.        right: -100%;
  1010.        width: 300px;
  1011.        height: 100vh;
  1012.        background: var(--navbar-bg) !important;
  1013.        z-index: 1000;
  1014.        transition: right 0.3s ease;
  1015.        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  1016.    }
  1017.  
  1018.    .mobile-menu-v6.show-v6 {
  1019.        right: 0;
  1020.    }
  1021.  
  1022.    .mobile-menu-content-v6 {
  1023.        padding: 80px 30px 30px;
  1024.        height: 100%;
  1025.        overflow-y: auto;
  1026.    }
  1027.  
  1028.    .mobile-nav-list-v6 {
  1029.        list-style: none;
  1030.        padding: 0;
  1031.        margin: 0;
  1032.    }
  1033.  
  1034.    .mobile-nav-item-v6 {
  1035.        margin-bottom: 5px;
  1036.    }
  1037.  
  1038.    .mobile-nav-link-v6 {
  1039.        display: flex;
  1040.        align-items: center;
  1041.        justify-content: space-between;
  1042.        color: var(--navbar-color) !important;
  1043.        text-decoration: none;
  1044.        font-size: 16px;
  1045.        font-weight: 500;
  1046.        padding: 15px 0;
  1047.        border-bottom: 1px solid var(--border-color);
  1048.        transition: color 0.3s ease;
  1049.    }
  1050.  
  1051.    .mobile-nav-link-v6:hover,
  1052.    .mobile-nav-link-v6.active-v6 {
  1053.        color: #667eea;
  1054.    }
  1055.  
  1056.    .mobile-dropdown-v6 {
  1057.        list-style: none;
  1058.        padding: 0;
  1059.        margin: 0;
  1060.        max-height: 0;
  1061.        overflow: hidden;
  1062.        transition: max-height 0.3s ease;
  1063.        background: var(--navbar-bg);
  1064.        border-radius: 8px;
  1065.        margin-top: 5px;
  1066.    }
  1067.  
  1068.    .mobile-dropdown-v6.show-v6 {
  1069.        max-height: 300px;
  1070.        padding: 10px 0;
  1071.    }
  1072.  
  1073.    .mobile-dropdown-link-v6 {
  1074.        display: block;
  1075.        color: var(--navbar-color) !important;
  1076.        text-decoration: none;
  1077.        font-size: 14px;
  1078.        padding: 10px 20px;
  1079.        transition: all 0.3s ease;
  1080.    }
  1081.  
  1082.    .mobile-dropdown-link-v6:hover {
  1083.        color: #667eea;
  1084.        opacity: 0.6;
  1085.    }
  1086.  
  1087.    /* Responsive Design */
  1088.    @media (max-width: 991px) {
  1089.  
  1090.        .left-nav-v6,
  1091.        .right-nav-v6 {
  1092.            display: none;
  1093.        }
  1094.  
  1095.        .main-header-v6 {
  1096.            padding: 15px 0;
  1097.        }
  1098.  
  1099.        .search-container-v6 {
  1100.            margin-top: 20px;
  1101.        }
  1102.    }
  1103.  
  1104.    @media (max-width: 768px) {
  1105.        .search-wrapper-v6 {
  1106.            flex-direction: row;
  1107.        }
  1108.  
  1109.        .search-input-v6 {
  1110.            padding: 6px 0;
  1111.            text-align: center;
  1112.            display: flex;
  1113.        }
  1114.  
  1115.  
  1116.        .search-submit-v6 {
  1117.            width: 100%;
  1118.            margin-top: 10px;
  1119.            display: none;
  1120.        }
  1121.    }
  1122. </style>
  1123.  
  1124. <script>
  1125.    function toggleMenuV6() {
  1126.        const mobileMenu = document.getElementById('mobileMenuV6');
  1127.        mobileMenu.classList.toggle('show-v6');
  1128.    }
  1129.  
  1130.    function toggleMobileDropdown(dropdownId) {
  1131.        const dropdown = document.getElementById(dropdownId);
  1132.        dropdown.classList.toggle('show-v6');
  1133.    }
  1134.  
  1135.    // Close mobile menu when clicking outside
  1136.    document.addEventListener('click', function (event) {
  1137.        const mobileMenu = document.getElementById('mobileMenuV6');
  1138.        const mobileToggle = document.querySelector('.mobile-toggle-v6');
  1139.  
  1140.        if (!mobileMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  1141.            mobileMenu.classList.remove('show-v6');
  1142.        }
  1143.    });
  1144. </script>
  1145.  
  1146. <script>
  1147.  document.addEventListener("DOMContentLoaded", function () {
  1148.    console.log("loaded");
  1149.  
  1150.     const searchInput = document.getElementById("search-input")
  1151.    const searchResults = document.getElementById("search-results");
  1152.  
  1153.    if (!searchInput || !searchResults) {
  1154.      console.error("Search input/results not found");
  1155.      return;
  1156.    }
  1157.  
  1158.    // Prevent form submission
  1159.    if (searchInput.form) {
  1160.      searchInput.form.addEventListener("submit", function (e) {
  1161.        e.preventDefault();
  1162.      });
  1163.    }
  1164.  
  1165.    // Add event listener for keyup
  1166.    searchInput.addEventListener("keyup", function (e) {
  1167.      console.log("Key pressed:", e.key);
  1168.      e.preventDefault();
  1169.  
  1170.      const query = searchInput.value.trim();
  1171.      console.log("User is typing: " + query);
  1172.  
  1173.      // If empty → clear and hide
  1174.      if (query === "") {
  1175.        searchResults.innerHTML = "";
  1176.        searchResults.style.display = "none";
  1177.        return;
  1178.      }
  1179.  
  1180.      // Show results
  1181.      searchResults.style.display = "block";
  1182.  
  1183.      // Fetch search results
  1184.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1185.        method: "GET",
  1186.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1187.      })
  1188.        .then(response => {
  1189.          console.log("Response Status:", response.status);
  1190.          return response.json();
  1191.        })
  1192.        .then(data => {
  1193.          console.log("Data received:", data);
  1194.          if (data.html) {
  1195.            searchResults.innerHTML = data.html;
  1196.          } else {
  1197.            searchResults.innerHTML = "<p>No results found.</p>";
  1198.          }
  1199.        })
  1200.        .catch(error => {
  1201.          console.error("Error fetching search results:", error);
  1202.        });
  1203.    });
  1204.  
  1205.    // Close results when clicking outside
  1206.    document.addEventListener("click", function (e) {
  1207.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1208.        searchResults.style.display = "none";
  1209.      }
  1210.    });
  1211.  
  1212.    // Close results on ESC key
  1213.    document.addEventListener("keydown", function (e) {
  1214.      if (e.key === "Escape") {
  1215.        searchResults.style.display = "none";
  1216.      }
  1217.    });
  1218.  });
  1219. </script>
  1220.  
  1221. <style>
  1222.        /* search field */
  1223.  .search-results-container {
  1224.  position: absolute;
  1225.  top: 100%; /* Position it below the input field */
  1226.  left: 10px;
  1227.  right: 10px;
  1228.  background-color: white;
  1229.  border: 1px solid #ddd;
  1230.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1231.  max-height: 300px;
  1232.  overflow-y: auto;
  1233.  z-index: 1000;
  1234.  display: none; /* Initially hidden */
  1235. }
  1236.  
  1237. .search-results-container p {
  1238.  margin: 0;
  1239. }
  1240.  
  1241. .search-results-container .result-item {
  1242.  padding: 10px;
  1243.  cursor: pointer;
  1244. }
  1245.  
  1246. .search-results-container .result-item:hover {
  1247.  background-color: #f0f0f0;
  1248. }
  1249. </style>
  1250.  
  1251.        </header>
  1252.        <!-- end of header -->
  1253.        <!-- start of wpo-blog-hero -->
  1254.        
  1255.  
  1256.  
  1257.  
  1258.  
  1259.  
  1260.  
  1261.  
  1262. <style>
  1263. .blog-hero-section {
  1264.    padding: 3rem 0;
  1265. }
  1266.  
  1267.  
  1268. .hero-grid {
  1269.    display: grid;
  1270.    grid-template-columns: 2fr 1fr 1fr;
  1271.    grid-template-rows: 1fr 1fr;
  1272.    gap: 1.5rem;
  1273.    height: 500px;
  1274. }
  1275.  
  1276. .hero-card {
  1277.    background: var(--card-bg);
  1278.    border-radius: 12px;
  1279.    overflow: hidden;
  1280.    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1281.    transition: all 0.3s ease;
  1282.    position: relative;
  1283. }
  1284.  
  1285. .hero-card:hover {
  1286.    transform: translateY(-8px);
  1287.    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  1288. }
  1289.  
  1290. .main-hero {
  1291.    grid-row: 1 / -1;
  1292.    grid-column: 1;
  1293. }
  1294.  
  1295. .card-image {
  1296.    width: 100%;
  1297.    height: 60%;
  1298.    object-fit: cover;
  1299.    transition: transform 0.3s ease;
  1300. }
  1301.  
  1302. .main-hero .card-image {
  1303.    height: 65%;
  1304. }
  1305.  
  1306. .hero-card:hover .card-image {
  1307.    transform: scale(1.05);
  1308. }
  1309.  
  1310. .card-content {
  1311.    padding: 1.5rem;
  1312.    height: 40%;
  1313.    display: flex;
  1314.    flex-direction: column;
  1315.    justify-content: space-between;
  1316. }
  1317.  
  1318. .main-hero .card-content {
  1319.    height: 35%;
  1320. }
  1321.  
  1322. .category-badge {
  1323.    display: inline-block;
  1324.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1325.    color: white;
  1326.    padding: 0.4rem 1rem;
  1327.    border-radius: 20px;
  1328.    font-size: 0.8rem;
  1329.    font-weight: 600;
  1330.    text-transform: uppercase;
  1331.    letter-spacing: 0.5px;
  1332.    margin-bottom: 0.8rem;
  1333.    width: fit-content;
  1334. }
  1335.  
  1336. .card-title {
  1337.    font-size: 1.1rem;
  1338.    font-weight: 700;
  1339.    line-height: 1.4;
  1340.    margin-bottom: 0.5rem;
  1341. }
  1342.  
  1343. .main-hero .card-title {
  1344.    font-size: 1.6rem;
  1345.    line-height: 1.3;
  1346.    margin-bottom: 0.8rem;
  1347. }
  1348.  
  1349. .card-title a {
  1350.    color: var(--top-color);
  1351.    text-decoration: none;
  1352.    transition: color 0.3s ease;
  1353. }
  1354.  
  1355.  
  1356. .card-description {
  1357.    color: var(--top-color);
  1358.    line-height: 1.6;
  1359.    margin-bottom: 1rem;
  1360.    display: -webkit-box;
  1361.    -webkit-line-clamp: 2;
  1362.    -webkit-box-orient: vertical;
  1363.    overflow: hidden;
  1364. }
  1365.  
  1366. .main-hero .card-description {
  1367.    -webkit-line-clamp: 3;
  1368. }
  1369.  
  1370. .card-meta {
  1371.    display: flex;
  1372.    align-items: center;
  1373.    justify-content: space-between;
  1374.    margin-top: auto;
  1375. }
  1376.  
  1377. .author-section {
  1378.    display: flex;
  1379.    align-items: center;
  1380.    gap: 0.8rem;
  1381. }
  1382.  
  1383. .author-avatar {
  1384.    width: 35px;
  1385.    height: 35px;
  1386.    border-radius: 50%;
  1387.    object-fit: cover;
  1388.    border: 2px solid #f8f9fa;
  1389. }
  1390.  
  1391. .author-name {
  1392.    color: #667eea;
  1393.    text-decoration: none;
  1394.    font-weight: 600;
  1395.    font-size: 0.9rem;
  1396. }
  1397.  
  1398. .author-name:hover {
  1399.    text-decoration: underline;
  1400. }
  1401.  
  1402. .publish-date {
  1403.    color: #95a5a6;
  1404.    font-size: 0.85rem;
  1405.    font-weight: 500;
  1406. }
  1407.  
  1408. .side-card-1 {
  1409.    grid-column: 2;
  1410.    grid-row: 1;
  1411. }
  1412.  
  1413. .side-card-2 {
  1414.    grid-column: 3;
  1415.    grid-row: 1;
  1416. }
  1417.  
  1418. .side-card-3 {
  1419.    grid-column: 2 / 4;
  1420.    grid-row: 2;
  1421. }
  1422.  
  1423. /* Desktop: Cards 1, 2 & 3 with overlay text */
  1424. @media (min-width: 992px) {
  1425.    
  1426.    .main-hero .card-image,
  1427.    .side-card-1 .card-image,
  1428.    .side-card-2 .card-image {
  1429.        height: 100%;
  1430.    }
  1431.    
  1432.    .main-hero .card-content,
  1433.    .side-card-1 .card-content,
  1434.    .side-card-2 .card-content {
  1435.        position: absolute;
  1436.        bottom: 0;
  1437.        left: 0;
  1438.        right: 0;
  1439.        background: linear-gradient(transparent, rgba(0,0,0,0.8));
  1440.        color: white;
  1441.        padding: 2rem 1.5rem 1.5rem;
  1442.        height: auto;
  1443.    }
  1444.    
  1445.    .main-hero .card-content {
  1446.        padding: 3rem 2rem 2rem;
  1447.    }
  1448.    
  1449.    .main-hero .category-badge,
  1450.    .side-card-1 .category-badge,
  1451.    .side-card-2 .category-badge {
  1452.      
  1453.        margin-bottom: 0.8rem;
  1454.    }
  1455.    
  1456.    .main-hero .card-title a,
  1457.    .side-card-1 .card-title a,
  1458.    .side-card-2 .card-title a {
  1459.        color: white;
  1460.    }
  1461.    
  1462.    .main-hero .card-description {
  1463.        color: #f8f9fa;
  1464.    }
  1465.    
  1466.    .main-hero .author-name,
  1467.    .side-card-1 .author-name,
  1468.    .side-card-2 .author-name {
  1469.        color: #f8f9fa;
  1470.    }
  1471.    
  1472.    .main-hero .publish-date,
  1473.    .side-card-1 .publish-date,
  1474.    .side-card-2 .publish-date {
  1475.        color: #e9ecef;
  1476.    }
  1477. }
  1478.  
  1479. .side-card-3 {
  1480.    display: flex;
  1481.    flex-direction: row;
  1482. }
  1483.  
  1484. .side-card-3 .card-image {
  1485.    width: 40%;
  1486.    height: 100%;
  1487. }
  1488.  
  1489. .side-card-3 .card-content {
  1490.    width: 60%;
  1491.    height: 100%;
  1492.    padding: 1.5rem;
  1493. }
  1494.  
  1495. /* Mobile Responsive */
  1496. @media (max-width: 992px) {
  1497.    .hero-grid {
  1498.        grid-template-columns: 1fr;
  1499.        grid-template-rows: auto;
  1500.        height: auto;
  1501.        gap: 1rem;
  1502.    }
  1503.    
  1504.    .main-hero {
  1505.        grid-row: 1;
  1506.        grid-column: 1;
  1507.    }
  1508.    
  1509.    .side-card-1, .side-card-2, .side-card-3 {
  1510.        grid-column: 1;
  1511.        grid-row: auto;
  1512.    }
  1513.    
  1514.    /* Mobile: Cards 1, 2 & 3 normal layout (not overlay) */
  1515.    .main-hero .card-content,
  1516.    .side-card-1 .card-content,
  1517.    .side-card-2 .card-content {
  1518.        position: relative;
  1519.        background: var(--card-bg);
  1520.        color: inherit;
  1521.        padding: 1.5rem;
  1522.        height: auto;
  1523.    }
  1524.    
  1525.    .main-hero .card-image,
  1526.    .side-card-1 .card-image,
  1527.    .side-card-2 .card-image {
  1528.        height: 200px;
  1529.    }
  1530.    
  1531.    .main-hero .card-image {
  1532.        height: 250px;
  1533.    }
  1534.    
  1535.    .main-hero .category-badge,
  1536.    .side-card-1 .category-badge,
  1537.    .side-card-2 .category-badge {
  1538.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1539.        color: white;
  1540.    }
  1541.    
  1542.    .main-hero .card-title a,
  1543.    .side-card-1 .card-title a,
  1544.    .side-card-2 .card-title a {
  1545.        color: var(--top-color);
  1546.    }
  1547.    
  1548.    .main-hero .card-description {
  1549.        color: #7f8c8d;
  1550.    }
  1551.    
  1552.    .main-hero .author-name,
  1553.    .side-card-1 .author-name,
  1554.    .side-card-2 .author-name {
  1555.        color: #667eea;
  1556.    }
  1557.    
  1558.    .main-hero .publish-date,
  1559.    .side-card-1 .publish-date,
  1560.    .side-card-2 .publish-date {
  1561.        color: #95a5a6;
  1562.    }
  1563.    
  1564.    .side-card-3 {
  1565.        flex-direction: column;
  1566.    }
  1567.    
  1568.    .side-card-3 .card-image {
  1569.        width: 100%;
  1570.        height: 200px;
  1571.    }
  1572.    
  1573.    .side-card-3 .card-content {
  1574.        width: 100%;
  1575.        height: auto;
  1576.    }
  1577.    
  1578.    .card-image {
  1579.        height: 200px;
  1580.    }
  1581.    
  1582.    .main-hero .card-image {
  1583.        height: 250px;
  1584.    }
  1585.    
  1586.    .main-hero .card-content {
  1587.        height: auto;
  1588.    }
  1589. }
  1590. </style>
  1591.  
  1592. <div class="blog-hero-section">
  1593.    <div class="container-fluid fluid-container">
  1594.        <div class="hero-grid">
  1595.            <!-- Main Featured Post -->
  1596.            
  1597.                              
  1598.                    <article class="hero-card main-hero">
  1599.                        
  1600.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Hendy Scores Three as Eight-Try Saints Demolish Pretoria Bulls" class="card-image">
  1601.                        
  1602.                        
  1603.                        <div class="card-content">
  1604.                            <div>
  1605.                                <span class="category-badge">News</span>
  1606.                                <h2 class="card-title">
  1607.                                    <a href="/hendy-scores-three-as-eight-try-saints-demolish-pretoria-bulls/">
  1608.                                        Hendy Scores Three as Eight-Try Saints Demolish Pretoria Bulls
  1609.                                    </a>
  1610.                                </h2>
  1611.                                <p class="card-description"></p>
  1612.                            </div>
  1613.                            
  1614.                            <div class="card-meta">
  1615.                                <div class="author-section">
  1616.                                    
  1617.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/fe1c2cb6-24d7-4e2a-b6fb-6a11c7366ab0_profile.png" alt="Shannon Washington" class="author-avatar">
  1618.                                    
  1619.                                    <a href="#" class="author-name">Shannon Washington</a>
  1620.                                </div>
  1621.                                <span class="publish-date">Aug 07, 2026</span>
  1622.                            </div>
  1623.                        </div>
  1624.                    </article>
  1625.                
  1626.            
  1627.  
  1628.            <!-- Side Cards -->
  1629.            
  1630.                <article class="hero-card side-card-1">
  1631.                    
  1632.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Conflict-ravaged Burma Votes in Broadly Condemned &#x27;Sham&#x27; Election." class="card-image">
  1633.                    
  1634.                    
  1635.                    <div class="card-content">
  1636.                        <div>
  1637.                            <span class="category-badge">News</span>
  1638.                            <h3 class="card-title">
  1639.                                <a href="/conflict-ravaged-burma-votes-in-broadly-condemned-sham-election/">
  1640.                                    Conflict-ravaged Burma Votes in Broadly Condemned &#x27;Sham&#x27; Election.
  1641.                                </a>
  1642.                            </h3>
  1643.                            <p class="card-description"></p>
  1644.                        </div>
  1645.                        
  1646.                        <div class="card-meta">
  1647.                            <div class="author-section">
  1648.                                <a href="#" class="author-name">Shannon Washington</a>
  1649.                            </div>
  1650.                            <span class="publish-date">Aug 07</span>
  1651.                        </div>
  1652.                    </div>
  1653.                </article>
  1654.            
  1655.                <article class="hero-card side-card-2">
  1656.                    
  1657.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The President Says He Will ‘Follow the Agreement’ to Finish Funding Crisis" class="card-image">
  1658.                    
  1659.                    
  1660.                    <div class="card-content">
  1661.                        <div>
  1662.                            <span class="category-badge">News</span>
  1663.                            <h3 class="card-title">
  1664.                                <a href="/the-president-says-he-will-follow-the-agreement-to-finish-funding-crisis/">
  1665.                                    The President Says He Will ‘Follow the Agreement’ to Finish Funding Crisis
  1666.                                </a>
  1667.                            </h3>
  1668.                            <p class="card-description"></p>
  1669.                        </div>
  1670.                        
  1671.                        <div class="card-meta">
  1672.                            <div class="author-section">
  1673.                                <a href="#" class="author-name">Shannon Washington</a>
  1674.                            </div>
  1675.                            <span class="publish-date">Aug 07</span>
  1676.                        </div>
  1677.                    </div>
  1678.                </article>
  1679.            
  1680.                <article class="hero-card side-card-3">
  1681.                    
  1682.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The Future for the Heavyweight Boxing Scene After Wardley&#x27;s Victory?" class="card-image">
  1683.                    
  1684.                    
  1685.                    <div class="card-content">
  1686.                        <div>
  1687.                            <span class="category-badge">News</span>
  1688.                            <h3 class="card-title">
  1689.                                <a href="/the-future-for-the-heavyweight-boxing-scene-after-wardleys-victory/">
  1690.                                    The Future for the Heavyweight Boxing Scene After Wardley&#x27;s Victory?
  1691.                                </a>
  1692.                            </h3>
  1693.                            <p class="card-description"></p>
  1694.                        </div>
  1695.                        
  1696.                        <div class="card-meta">
  1697.                            <div class="author-section">
  1698.                                <a href="#" class="author-name">Shannon Washington</a>
  1699.                            </div>
  1700.                            <span class="publish-date">Aug 07</span>
  1701.                        </div>
  1702.                    </div>
  1703.                </article>
  1704.            
  1705.        </div>
  1706.    </div>
  1707. </div>
  1708.  
  1709.  
  1710.  
  1711.  
  1712.        <!-- end of wpo-blog-hero -->
  1713.  
  1714.        <!-- start of wpo-breacking-news -->
  1715.        
  1716.        <!-- end of wpo-breacking-news -->
  1717.        
  1718.        <!-- start wpo-blog-highlights-section -->
  1719.        
  1720.  
  1721.  
  1722.  
  1723.    
  1724.  
  1725.  
  1726. <style>
  1727.  
  1728.    .blog-highlights-section {
  1729.        padding: 30px 0;
  1730.    }
  1731.  
  1732.    .blog-cards-grid {
  1733.        display: grid;
  1734.        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  1735.        gap: 30px;
  1736.    }
  1737.  
  1738.    .blog-card {
  1739.        background: var(--card-bg);
  1740.        border: 1px solid var(--card-border);
  1741.        border-radius: var(--border-radius);
  1742.        overflow: hidden;
  1743.        transition: all 0.3s ease;
  1744.        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  1745.    }
  1746.  
  1747.    .blog-card:hover {
  1748.        transform: translateY(-8px);
  1749.        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  1750.        border-color: var(--theme-primary-color);
  1751.    }
  1752.  
  1753.    .blog-card-image {
  1754.        position: relative;
  1755.        height: 220px;
  1756.        overflow: hidden;
  1757.    }
  1758.  
  1759.    .blog-card-image img {
  1760.        width: 100%;
  1761.        height: 100%;
  1762.        object-fit: cover;
  1763.        transition: transform 0.3s ease;
  1764.    }
  1765.  
  1766.    .blog-card:hover .blog-card-image img {
  1767.        transform: scale(1.05);
  1768.    }
  1769.  
  1770.    .blog-category {
  1771.        position: absolute;
  1772.        top: 15px;
  1773.        right: 15px;
  1774.        color: white;
  1775.        padding: 6px 12px;
  1776.        border-radius: 20px;
  1777.        font-size: 12px;
  1778.        font-weight: 600;
  1779.        text-transform: uppercase;
  1780.        letter-spacing: 0.5px;
  1781.    }
  1782.  
  1783.    .blog-card-content {
  1784.        padding: 25px;
  1785.    }
  1786.  
  1787.    .blog-card-title {
  1788.        font-family: var(--heading-font);
  1789.        font-size: 1.3rem;
  1790.        font-weight: var(--heading-weight);
  1791.        color: var(--top-color);
  1792.        margin-bottom: 15px;
  1793.        line-height: 1.4;
  1794.    }
  1795.  
  1796.    .blog-card-title a {
  1797.        color: inherit !important;
  1798.        text-decoration: none;
  1799.        transition: color 0.3s ease;
  1800.    }
  1801.  
  1802.    .blog-card-title a:hover {
  1803.        color: var(--theme-primary-color);
  1804.    }
  1805.  
  1806.    .blog-card-meta {
  1807.        display: flex;
  1808.        align-items: center;
  1809.        gap: 15px;
  1810.        margin-bottom: 15px;
  1811.        font-size: 14px;
  1812.        color: var(--text-light-color);
  1813.    }
  1814.  
  1815.    .blog-author-img {
  1816.        width: 30px;
  1817.        height: 30px;
  1818.        border-radius: 50%;
  1819.        object-fit: cover;
  1820.    }
  1821.  
  1822.    .blog-card-excerpt {
  1823.        color: var(--body-color);
  1824.        font-size: 15px;
  1825.        line-height: 1.6;
  1826.        margin-bottom: 20px;
  1827.        display: -webkit-box;
  1828.        -webkit-line-clamp: 3;
  1829.        -webkit-box-orient: vertical;
  1830.        overflow: hidden;
  1831.    }
  1832.  
  1833.    .blog-card-footer {
  1834.        display: flex;
  1835.        justify-content: space-between;
  1836.        align-items: center;
  1837.        padding-top: 15px;
  1838.        border-top: 1px solid var(--border-color-s2);
  1839.    }
  1840.  
  1841.    .blog-read-time {
  1842.        font-size: 13px;
  1843.        color: var(--light);
  1844.    }
  1845.  
  1846.    .blog-read-more {
  1847.        color: var(--top-color) !important;
  1848.        text-decoration: none;
  1849.        font-weight: 600;
  1850.        font-size: 14px;
  1851.        transition: all 0.3s ease;
  1852.    }
  1853.  
  1854.    .blog-read-more:hover {
  1855.        color: var(--theme-primary-color-s2);
  1856.        text-decoration: underline;
  1857.    }
  1858.  
  1859.    .section-title {
  1860.        font-family: var(--heading-font);
  1861.        font-size: 2.5rem;
  1862.        font-weight: var(--heading-weight);
  1863.        color: var(--heading-color);
  1864.        text-align: center;
  1865.        margin-bottom: 20px;
  1866.    }
  1867.  
  1868.    .section-subtitle {
  1869.        text-align: center;
  1870.        color: var(--text-light-color);
  1871.        font-size: 1.1rem;
  1872.        max-width: 600px;
  1873.        margin: 0 auto;
  1874.    }
  1875.  
  1876.    @media (max-width: 768px) {
  1877.        .blog-cards-grid {
  1878.            grid-template-columns: 1fr;
  1879.            gap: 20px;
  1880.        }
  1881.        
  1882.        .section-title {
  1883.            font-size: 2rem;
  1884.        }
  1885.        
  1886.        .blog-highlights-section {
  1887.            padding: 60px 0;
  1888.        }
  1889.    }
  1890. </style>
  1891.  
  1892. <section class="blog-highlights-section">
  1893.     <div class="container-fluid fluid-container">
  1894.      
  1895.            <div class="section-title">
  1896.                <h2>
  1897.                Today's Top Highlights
  1898.                   </h2>
  1899.                <p class="section-subtitle">Discover the latest stories and insights from our community</p>
  1900.    </div>
  1901.        
  1902.        <div class="row">
  1903.            <div class="col-lg-8 col-12">
  1904.                <div class="blog-cards-grid">
  1905.                    
  1906.                    <article class="blog-card">
  1907.                        <div class="blog-card-image">
  1908.                          
  1909.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1910.                            
  1911.                            <span class="blog-category bg-primary-gradient">
  1912.                                News
  1913.                            </span>
  1914.                        </div>
  1915.                        <div class="blog-card-content">
  1916.                            <h3 class="blog-card-title">
  1917.                                <a href="/welcome-foreign-magnates-and-corporations-kindly-come-and-take-legal-action-against-the-uk-for-vast-sums/" >
  1918.                                Welcome, Foreign Magnates and Corporations! Kindly Come and Take Legal Action Against the UK for Vast Sums.
  1919.                                </a>
  1920.                            </h3>
  1921.                            <div class="blog-card-meta">
  1922.                                
  1923.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/fe1c2cb6-24d7-4e2a-b6fb-6a11c7366ab0_profile.png" alt="Shannon Washington" style="object-fit: cover;" class="blog-author-img">
  1924.                                
  1925.                                <span>By <strong>Shannon Washington</strong></span>
  1926.                                <span>•</span>
  1927.                                <span>06 Aug 2026</span>
  1928.                            </div>
  1929.                            <p class="blog-card-excerpt">
  1930.                                
  1931.                            </p>
  1932.                            <div class="blog-card-footer">
  1933.                                <div class="blog-read-time">
  1934.                                    📖 5 min read
  1935.                                </div>
  1936.                                <a href="/welcome-foreign-magnates-and-corporations-kindly-come-and-take-legal-action-against-the-uk-for-vast-sums/" class="blog-read-more">
  1937.                                    Read More →
  1938.                                </a>
  1939.                            </div>
  1940.                        </div>
  1941.                    </article>
  1942.                    
  1943.                    <article class="blog-card">
  1944.                        <div class="blog-card-image">
  1945.                          
  1946.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1947.                            
  1948.                            <span class="blog-category bg-primary-gradient">
  1949.                                News
  1950.                            </span>
  1951.                        </div>
  1952.                        <div class="blog-card-content">
  1953.                            <h3 class="blog-card-title">
  1954.                                <a href="/voyage-halted-following-fatal-incident-of-female-passenger-abandoned-on-island/" >
  1955.                                Voyage Halted Following Fatal Incident of Female Passenger Abandoned on Island
  1956.                                </a>
  1957.                            </h3>
  1958.                            <div class="blog-card-meta">
  1959.                                
  1960.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/fe1c2cb6-24d7-4e2a-b6fb-6a11c7366ab0_profile.png" alt="Shannon Washington" style="object-fit: cover;" class="blog-author-img">
  1961.                                
  1962.                                <span>By <strong>Shannon Washington</strong></span>
  1963.                                <span>•</span>
  1964.                                <span>06 Aug 2026</span>
  1965.                            </div>
  1966.                            <p class="blog-card-excerpt">
  1967.                                
  1968.                            </p>
  1969.                            <div class="blog-card-footer">
  1970.                                <div class="blog-read-time">
  1971.                                    📖 5 min read
  1972.                                </div>
  1973.                                <a href="/voyage-halted-following-fatal-incident-of-female-passenger-abandoned-on-island/" class="blog-read-more">
  1974.                                    Read More →
  1975.                                </a>
  1976.                            </div>
  1977.                        </div>
  1978.                    </article>
  1979.                    
  1980.                    <article class="blog-card">
  1981.                        <div class="blog-card-image">
  1982.                          
  1983.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1984.                            
  1985.                            <span class="blog-category bg-primary-gradient">
  1986.                                News
  1987.                            </span>
  1988.                        </div>
  1989.                        <div class="blog-card-content">
  1990.                            <h3 class="blog-card-title">
  1991.                                <a href="/troubled-nz-animal-sanctuary-euthanises-pair-of-lions-future-of-remaining-five-unclear/" >
  1992.                                Troubled NZ Animal Sanctuary Euthanises Pair of Lions, Future of Remaining Five Unclear
  1993.                                </a>
  1994.                            </h3>
  1995.                            <div class="blog-card-meta">
  1996.                                
  1997.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/fe1c2cb6-24d7-4e2a-b6fb-6a11c7366ab0_profile.png" alt="Shannon Washington" style="object-fit: cover;" class="blog-author-img">
  1998.                                
  1999.                                <span>By <strong>Shannon Washington</strong></span>
  2000.                                <span>•</span>
  2001.                                <span>06 Aug 2026</span>
  2002.                            </div>
  2003.                            <p class="blog-card-excerpt">
  2004.                                
  2005.                            </p>
  2006.                            <div class="blog-card-footer">
  2007.                                <div class="blog-read-time">
  2008.                                    📖 5 min read
  2009.                                </div>
  2010.                                <a href="/troubled-nz-animal-sanctuary-euthanises-pair-of-lions-future-of-remaining-five-unclear/" class="blog-read-more">
  2011.                                    Read More →
  2012.                                </a>
  2013.                            </div>
  2014.                        </div>
  2015.                    </article>
  2016.                    
  2017.                    <article class="blog-card">
  2018.                        <div class="blog-card-image">
  2019.                          
  2020.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2021.                            
  2022.                            <span class="blog-category bg-primary-gradient">
  2023.                                News
  2024.                            </span>
  2025.                        </div>
  2026.                        <div class="blog-card-content">
  2027.                            <h3 class="blog-card-title">
  2028.                                <a href="/the-coachs-fatal-mistake-challenging-wilcox-and-an-unassailable-executive-class/" >
  2029.                                The Coach&#x27;s Fatal Mistake? Challenging Wilcox and an Unassailable Executive Class
  2030.                                </a>
  2031.                            </h3>
  2032.                            <div class="blog-card-meta">
  2033.                                
  2034.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/fe1c2cb6-24d7-4e2a-b6fb-6a11c7366ab0_profile.png" alt="Shannon Washington" style="object-fit: cover;" class="blog-author-img">
  2035.                                
  2036.                                <span>By <strong>Shannon Washington</strong></span>
  2037.                                <span>•</span>
  2038.                                <span>06 Aug 2026</span>
  2039.                            </div>
  2040.                            <p class="blog-card-excerpt">
  2041.                                
  2042.                            </p>
  2043.                            <div class="blog-card-footer">
  2044.                                <div class="blog-read-time">
  2045.                                    📖 5 min read
  2046.                                </div>
  2047.                                <a href="/the-coachs-fatal-mistake-challenging-wilcox-and-an-unassailable-executive-class/" class="blog-read-more">
  2048.                                    Read More →
  2049.                                </a>
  2050.                            </div>
  2051.                        </div>
  2052.                    </article>
  2053.                    
  2054.                    <article class="blog-card">
  2055.                        <div class="blog-card-image">
  2056.                          
  2057.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2058.                            
  2059.                            <span class="blog-category bg-primary-gradient">
  2060.                                News
  2061.                            </span>
  2062.                        </div>
  2063.                        <div class="blog-card-content">
  2064.                            <h3 class="blog-card-title">
  2065.                                <a href="/the-tynecastle-side-push-8-points-clear-in-front-at-the-pinnacle-after-lawrence-shanklands-penalty-kick-overcomes-the-glasgow-giants/" >
  2066.                                The Tynecastle side Push 8 Points Clear in Front at the Pinnacle After Lawrence Shankland&#x27;s Penalty Kick Overcomes The Glasgow Giants
  2067.                                </a>
  2068.                            </h3>
  2069.                            <div class="blog-card-meta">
  2070.                                
  2071.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/fe1c2cb6-24d7-4e2a-b6fb-6a11c7366ab0_profile.png" alt="Shannon Washington" style="object-fit: cover;" class="blog-author-img">
  2072.                                
  2073.                                <span>By <strong>Shannon Washington</strong></span>
  2074.                                <span>•</span>
  2075.                                <span>06 Aug 2026</span>
  2076.                            </div>
  2077.                            <p class="blog-card-excerpt">
  2078.                                
  2079.                            </p>
  2080.                            <div class="blog-card-footer">
  2081.                                <div class="blog-read-time">
  2082.                                    📖 5 min read
  2083.                                </div>
  2084.                                <a href="/the-tynecastle-side-push-8-points-clear-in-front-at-the-pinnacle-after-lawrence-shanklands-penalty-kick-overcomes-the-glasgow-giants/" class="blog-read-more">
  2085.                                    Read More →
  2086.                                </a>
  2087.                            </div>
  2088.                        </div>
  2089.                    </article>
  2090.                    
  2091.                    <article class="blog-card">
  2092.                        <div class="blog-card-image">
  2093.                          
  2094.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2095.                            
  2096.                            <span class="blog-category bg-primary-gradient">
  2097.                                News
  2098.                            </span>
  2099.                        </div>
  2100.                        <div class="blog-card-content">
  2101.                            <h3 class="blog-card-title">
  2102.                                <a href="/christmas-transforms-into-a-terrifying-experience-for-individuals-living-with-sound-sensitivity/" >
  2103.                                Christmas Transforms Into a Terrifying Experience for Individuals Living with Sound Sensitivity.
  2104.                                </a>
  2105.                            </h3>
  2106.                            <div class="blog-card-meta">
  2107.                                
  2108.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/fe1c2cb6-24d7-4e2a-b6fb-6a11c7366ab0_profile.png" alt="Shannon Washington" style="object-fit: cover;" class="blog-author-img">
  2109.                                
  2110.                                <span>By <strong>Shannon Washington</strong></span>
  2111.                                <span>•</span>
  2112.                                <span>06 Aug 2026</span>
  2113.                            </div>
  2114.                            <p class="blog-card-excerpt">
  2115.                                
  2116.                            </p>
  2117.                            <div class="blog-card-footer">
  2118.                                <div class="blog-read-time">
  2119.                                    📖 5 min read
  2120.                                </div>
  2121.                                <a href="/christmas-transforms-into-a-terrifying-experience-for-individuals-living-with-sound-sensitivity/" class="blog-read-more">
  2122.                                    Read More →
  2123.                                </a>
  2124.                            </div>
  2125.                        </div>
  2126.                    </article>
  2127.                    
  2128.                    <article class="blog-card">
  2129.                        <div class="blog-card-image">
  2130.                          
  2131.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2132.                            
  2133.                            <span class="blog-category bg-primary-gradient">
  2134.                                News
  2135.                            </span>
  2136.                        </div>
  2137.                        <div class="blog-card-content">
  2138.                            <h3 class="blog-card-title">
  2139.                                <a href="/tehran-states-it-may-rejoin-us-nuclear-negotiations-if-approached-with-respect-and-honor/" >
  2140.                                Tehran States It May Rejoin US Nuclear Negotiations if Approached with &#x27;Respect&#x27; and &#x27;Honor&#x27;
  2141.                                </a>
  2142.                            </h3>
  2143.                            <div class="blog-card-meta">
  2144.                                
  2145.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/fe1c2cb6-24d7-4e2a-b6fb-6a11c7366ab0_profile.png" alt="Shannon Washington" style="object-fit: cover;" class="blog-author-img">
  2146.                                
  2147.                                <span>By <strong>Shannon Washington</strong></span>
  2148.                                <span>•</span>
  2149.                                <span>06 Aug 2026</span>
  2150.                            </div>
  2151.                            <p class="blog-card-excerpt">
  2152.                                
  2153.                            </p>
  2154.                            <div class="blog-card-footer">
  2155.                                <div class="blog-read-time">
  2156.                                    📖 5 min read
  2157.                                </div>
  2158.                                <a href="/tehran-states-it-may-rejoin-us-nuclear-negotiations-if-approached-with-respect-and-honor/" class="blog-read-more">
  2159.                                    Read More →
  2160.                                </a>
  2161.                            </div>
  2162.                        </div>
  2163.                    </article>
  2164.                    
  2165.                    <article class="blog-card">
  2166.                        <div class="blog-card-image">
  2167.                          
  2168.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2169.                            
  2170.                            <span class="blog-category bg-primary-gradient">
  2171.                                News
  2172.                            </span>
  2173.                        </div>
  2174.                        <div class="blog-card-content">
  2175.                            <h3 class="blog-card-title">
  2176.                                <a href="/the-balco-mastermind-key-figure-in-infamous-sports-performance-enhancing-drug-scandal-dies-at-75/" >
  2177.                                The Balco mastermind, Key Figure in Infamous Sports Performance-Enhancing Drug Scandal, Dies at 75.
  2178.                                </a>
  2179.                            </h3>
  2180.                            <div class="blog-card-meta">
  2181.                                
  2182.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/fe1c2cb6-24d7-4e2a-b6fb-6a11c7366ab0_profile.png" alt="Shannon Washington" style="object-fit: cover;" class="blog-author-img">
  2183.                                
  2184.                                <span>By <strong>Shannon Washington</strong></span>
  2185.                                <span>•</span>
  2186.                                <span>05 Aug 2026</span>
  2187.                            </div>
  2188.                            <p class="blog-card-excerpt">
  2189.                                
  2190.                            </p>
  2191.                            <div class="blog-card-footer">
  2192.                                <div class="blog-read-time">
  2193.                                    📖 5 min read
  2194.                                </div>
  2195.                                <a href="/the-balco-mastermind-key-figure-in-infamous-sports-performance-enhancing-drug-scandal-dies-at-75/" class="blog-read-more">
  2196.                                    Read More →
  2197.                                </a>
  2198.                            </div>
  2199.                        </div>
  2200.                    </article>
  2201.                    
  2202.                    <article class="blog-card">
  2203.                        <div class="blog-card-image">
  2204.                          
  2205.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2206.                            
  2207.                            <span class="blog-category bg-primary-gradient">
  2208.                                News
  2209.                            </span>
  2210.                        </div>
  2211.                        <div class="blog-card-content">
  2212.                            <h3 class="blog-card-title">
  2213.                                <a href="/american-issues-warning-of-additional-nigerian-strikes-as-nigerias-capital-speaks-of-collaborative-ongoing-operations/" >
  2214.                                American Issues Warning of Additional Nigerian Strikes as Nigeria&#x27;s Capital Speaks of &#x27;Collaborative Ongoing Operations&#x27;.
  2215.                                </a>
  2216.                            </h3>
  2217.                            <div class="blog-card-meta">
  2218.                                
  2219.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/fe1c2cb6-24d7-4e2a-b6fb-6a11c7366ab0_profile.png" alt="Shannon Washington" style="object-fit: cover;" class="blog-author-img">
  2220.                                
  2221.                                <span>By <strong>Shannon Washington</strong></span>
  2222.                                <span>•</span>
  2223.                                <span>05 Aug 2026</span>
  2224.                            </div>
  2225.                            <p class="blog-card-excerpt">
  2226.                                
  2227.                            </p>
  2228.                            <div class="blog-card-footer">
  2229.                                <div class="blog-read-time">
  2230.                                    📖 5 min read
  2231.                                </div>
  2232.                                <a href="/american-issues-warning-of-additional-nigerian-strikes-as-nigerias-capital-speaks-of-collaborative-ongoing-operations/" class="blog-read-more">
  2233.                                    Read More →
  2234.                                </a>
  2235.                            </div>
  2236.                        </div>
  2237.                    </article>
  2238.                    
  2239.                    <article class="blog-card">
  2240.                        <div class="blog-card-image">
  2241.                          
  2242.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2243.                            
  2244.                            <span class="blog-category bg-primary-gradient">
  2245.                                News
  2246.                            </span>
  2247.                        </div>
  2248.                        <div class="blog-card-content">
  2249.                            <h3 class="blog-card-title">
  2250.                                <a href="/the-mclaren-driver-reveals-satisfaction-in-securing-first-f1-title-on-his-own-terms/" >
  2251.                                The McLaren driver Reveals Satisfaction in Securing First F1 Title On His Own Terms.
  2252.                                </a>
  2253.                            </h3>
  2254.                            <div class="blog-card-meta">
  2255.                                
  2256.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/fe1c2cb6-24d7-4e2a-b6fb-6a11c7366ab0_profile.png" alt="Shannon Washington" style="object-fit: cover;" class="blog-author-img">
  2257.                                
  2258.                                <span>By <strong>Shannon Washington</strong></span>
  2259.                                <span>•</span>
  2260.                                <span>05 Aug 2026</span>
  2261.                            </div>
  2262.                            <p class="blog-card-excerpt">
  2263.                                
  2264.                            </p>
  2265.                            <div class="blog-card-footer">
  2266.                                <div class="blog-read-time">
  2267.                                    📖 5 min read
  2268.                                </div>
  2269.                                <a href="/the-mclaren-driver-reveals-satisfaction-in-securing-first-f1-title-on-his-own-terms/" class="blog-read-more">
  2270.                                    Read More →
  2271.                                </a>
  2272.                            </div>
  2273.                        </div>
  2274.                    </article>
  2275.                    
  2276.                    <article class="blog-card">
  2277.                        <div class="blog-card-image">
  2278.                          
  2279.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2280.                            
  2281.                            <span class="blog-category bg-primary-gradient">
  2282.                                News
  2283.                            </span>
  2284.                        </div>
  2285.                        <div class="blog-card-content">
  2286.                            <h3 class="blog-card-title">
  2287.                                <a href="/man-city-alleged-of-rule-bending-in-narrow-victory-over-leeds-daniel-farke/" >
  2288.                                Man City Alleged of Rule-Bending in Narrow Victory Over Leeds - Daniel Farke
  2289.                                </a>
  2290.                            </h3>
  2291.                            <div class="blog-card-meta">
  2292.                                
  2293.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/fe1c2cb6-24d7-4e2a-b6fb-6a11c7366ab0_profile.png" alt="Shannon Washington" style="object-fit: cover;" class="blog-author-img">
  2294.                                
  2295.                                <span>By <strong>Shannon Washington</strong></span>
  2296.                                <span>•</span>
  2297.                                <span>05 Aug 2026</span>
  2298.                            </div>
  2299.                            <p class="blog-card-excerpt">
  2300.                                
  2301.                            </p>
  2302.                            <div class="blog-card-footer">
  2303.                                <div class="blog-read-time">
  2304.                                    📖 5 min read
  2305.                                </div>
  2306.                                <a href="/man-city-alleged-of-rule-bending-in-narrow-victory-over-leeds-daniel-farke/" class="blog-read-more">
  2307.                                    Read More →
  2308.                                </a>
  2309.                            </div>
  2310.                        </div>
  2311.                    </article>
  2312.                    
  2313.                    <article class="blog-card">
  2314.                        <div class="blog-card-image">
  2315.                          
  2316.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2317.                            
  2318.                            <span class="blog-category bg-primary-gradient">
  2319.                                News
  2320.                            </span>
  2321.                        </div>
  2322.                        <div class="blog-card-content">
  2323.                            <h3 class="blog-card-title">
  2324.                                <a href="/astronaut-discloses-emotional-distress-following-deluge-of-harassment-post-spaceflight/" >
  2325.                                Astronaut Discloses Emotional Distress Following Deluge of Harassment Post-Spaceflight
  2326.                                </a>
  2327.                            </h3>
  2328.                            <div class="blog-card-meta">
  2329.                                
  2330.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/fe1c2cb6-24d7-4e2a-b6fb-6a11c7366ab0_profile.png" alt="Shannon Washington" style="object-fit: cover;" class="blog-author-img">
  2331.                                
  2332.                                <span>By <strong>Shannon Washington</strong></span>
  2333.                                <span>•</span>
  2334.                                <span>05 Aug 2026</span>
  2335.                            </div>
  2336.                            <p class="blog-card-excerpt">
  2337.                                
  2338.                            </p>
  2339.                            <div class="blog-card-footer">
  2340.                                <div class="blog-read-time">
  2341.                                    📖 5 min read
  2342.                                </div>
  2343.                                <a href="/astronaut-discloses-emotional-distress-following-deluge-of-harassment-post-spaceflight/" class="blog-read-more">
  2344.                                    Read More →
  2345.                                </a>
  2346.                            </div>
  2347.                        </div>
  2348.                    </article>
  2349.                    
  2350.                    
  2351.  
  2352.                </div>
  2353.            </div>
  2354.            
  2355.              <div class="col col-lg-4 col-12">
  2356.                
  2357.  
  2358.  
  2359.  
  2360.    
  2361.  
  2362.  
  2363. <!-- Blog Sidebar V2 - Focused Design -->
  2364.  <div class="sidebar mb-3">
  2365.    <!-- Recent Posts Section -->
  2366.    <div class="sidebar-widget mb-4">
  2367.      <div class="widget-title-wrapper mb-3">
  2368.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2369.          <i class="ti-time me-2"></i>Recent Posts
  2370.          <span class="title-arrow-primary"></span>
  2371.        </h4>
  2372.      </div>
  2373.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  2374.        <div class="recent-post-list">
  2375.          
  2376.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2377.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2378.              
  2379.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2380.              
  2381.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2382.            </div>
  2383.            <div class="post-content flex-grow-1">
  2384.              <h6 class="post-title mb-2">
  2385.                <a href="/ranchers-encroach-further-as-the-isolated-kawahiva-tribe-continue-to-need-safeguarding/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2386.                                            Ranchers Encroach Further as the Isolated Kawahiva Tribe Continue to Need Safeguarding.
  2387.                                            </a>
  2388.              </h6>
  2389.              <div class="post-meta">
  2390.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 Aug 2026</small>
  2391.                <!-- <small class="text-muted">
  2392.                  <i class="ti-eye me-1"></i>348 views
  2393.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2394.                </small> -->
  2395.              </div>
  2396.            </div>
  2397.          </div>
  2398.          
  2399.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2400.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2401.              
  2402.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2403.              
  2404.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2405.            </div>
  2406.            <div class="post-content flex-grow-1">
  2407.              <h6 class="post-title mb-2">
  2408.                <a href="/embedded-in-my-mind-the-reason-gremlins-2-the-new-batch-is-my-comfort-movie/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2409.                                            Embedded in My Mind’: The Reason Gremlins 2: The New Batch Is My Comfort Movie
  2410.                                            </a>
  2411.              </h6>
  2412.              <div class="post-meta">
  2413.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 Aug 2026</small>
  2414.                <!-- <small class="text-muted">
  2415.                  <i class="ti-eye me-1"></i>348 views
  2416.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2417.                </small> -->
  2418.              </div>
  2419.            </div>
  2420.          </div>
  2421.          
  2422.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2423.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2424.              
  2425.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2426.              
  2427.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2428.            </div>
  2429.            <div class="post-content flex-grow-1">
  2430.              <h6 class="post-title mb-2">
  2431.                <a href="/a-minimum-of-98-palestinians-have-died-in-custody-beginning-in-october-2023-statistics-from-israel-reveals/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2432.                                            A Minimum of 98 Palestinians Have Died in Custody Beginning in October 2023, Statistics from Israel Reveals
  2433.                                            </a>
  2434.              </h6>
  2435.              <div class="post-meta">
  2436.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 Aug 2026</small>
  2437.                <!-- <small class="text-muted">
  2438.                  <i class="ti-eye me-1"></i>348 views
  2439.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2440.                </small> -->
  2441.              </div>
  2442.            </div>
  2443.          </div>
  2444.          
  2445.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2446.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2447.              
  2448.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2449.              
  2450.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2451.            </div>
  2452.            <div class="post-content flex-grow-1">
  2453.              <h6 class="post-title mb-2">
  2454.                <a href="/when-we-see-the-death-spiral-of-the-cult-of-attacking-play-lets-appreciate-what-it-created/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2455.                                            When We See the Death Spiral of the Cult of Attacking Play, Let’s Appreciate What It Created.
  2456.                                            </a>
  2457.              </h6>
  2458.              <div class="post-meta">
  2459.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>04 Aug 2026</small>
  2460.                <!-- <small class="text-muted">
  2461.                  <i class="ti-eye me-1"></i>348 views
  2462.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2463.                </small> -->
  2464.              </div>
  2465.            </div>
  2466.          </div>
  2467.          
  2468.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2469.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2470.              
  2471.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2472.              
  2473.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2474.            </div>
  2475.            <div class="post-content flex-grow-1">
  2476.              <h6 class="post-title mb-2">
  2477.                <a href="/cop30-atmosphere-trumps-no-show-considered-better-than-a-american-wrecking-ball/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2478.                                            COP30 Atmosphere: Trump&#x27;s No-Show Considered Better Than a American Wrecking Ball
  2479.                                            </a>
  2480.              </h6>
  2481.              <div class="post-meta">
  2482.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>04 Aug 2026</small>
  2483.                <!-- <small class="text-muted">
  2484.                  <i class="ti-eye me-1"></i>348 views
  2485.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2486.                </small> -->
  2487.              </div>
  2488.            </div>
  2489.          </div>
  2490.          
  2491.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2492.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2493.              
  2494.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2495.              
  2496.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2497.            </div>
  2498.            <div class="post-content flex-grow-1">
  2499.              <h6 class="post-title mb-2">
  2500.                <a href="/the-citizens-3-0-man-united-lauren-hemp-scores-in-city-comfortable-victory/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2501.                                            The Citizens 3-0 Man United: Lauren Hemp scores in City comfortable victory.
  2502.                                            </a>
  2503.              </h6>
  2504.              <div class="post-meta">
  2505.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>04 Aug 2026</small>
  2506.                <!-- <small class="text-muted">
  2507.                  <i class="ti-eye me-1"></i>348 views
  2508.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2509.                </small> -->
  2510.              </div>
  2511.            </div>
  2512.          </div>
  2513.          
  2514.  
  2515.        </div>
  2516.  
  2517.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2518.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2519.        </div> -->
  2520.      </div>
  2521.    </div>
  2522.    
  2523.    
  2524.    <div class="sidebar-widget mb-4">
  2525.      <div class="widget-title-wrapper mb-3">
  2526.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2527.          <i class="ti-calendar me-2"></i>July 2026 Blog Roll
  2528.          <span class="title-arrow"></span>
  2529.        </h4>
  2530.      </div>
  2531.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2532.        <div class="blog-roll-list scrollable-sidebar">
  2533.          
  2534.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2535.            <a href="https://www.yurtspor.com/rehberi/bahis-siteleri/"  rel="dofollow" class="text-decoration-none ">
  2536.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2537.                <i class="ti-angle-right me-2 text-primary"></i>
  2538.                 bahis siteleri
  2539.              </h6>
  2540.            </a>
  2541.          </div>
  2542.          
  2543.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2544.            <a href="https://www.yurtspor.com/rehberi/yeni-casino-siteleri/"  rel="dofollow" class="text-decoration-none ">
  2545.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2546.                <i class="ti-angle-right me-2 text-primary"></i>
  2547.                 deneme bonusu veren yeni casino siteleri
  2548.              </h6>
  2549.            </a>
  2550.          </div>
  2551.          
  2552.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2553.            <a href="https://www.yurtspor.com/rehberi/casino-siteleri/"  rel="dofollow" class="text-decoration-none ">
  2554.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2555.                <i class="ti-angle-right me-2 text-primary"></i>
  2556.                 deneme bonusu veren casino siteleri
  2557.              </h6>
  2558.            </a>
  2559.          </div>
  2560.          
  2561.  
  2562.        </div>
  2563.  
  2564.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2565.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2566.        </div> -->
  2567.      </div>
  2568.    </div>
  2569.    
  2570.    <div class="sidebar-widget mb-4">
  2571.      <div class="widget-title-wrapper mb-3">
  2572.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2573.          <i class="ti-calendar me-2"></i>June 2026 Blog Roll
  2574.          <span class="title-arrow"></span>
  2575.        </h4>
  2576.      </div>
  2577.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2578.        <div class="blog-roll-list scrollable-sidebar">
  2579.          
  2580.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2581.            <a href="https://gameluster.com/tr/bahis-siteleri/"  rel="dofollow" class="text-decoration-none ">
  2582.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2583.                <i class="ti-angle-right me-2 text-primary"></i>
  2584.                 bahis siteleri
  2585.              </h6>
  2586.            </a>
  2587.          </div>
  2588.          
  2589.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2590.            <a href="https://gameluster.com/tr/casino-siteleri/"  rel="dofollow" class="text-decoration-none ">
  2591.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2592.                <i class="ti-angle-right me-2 text-primary"></i>
  2593.                 casino deneme siteleri
  2594.              </h6>
  2595.            </a>
  2596.          </div>
  2597.          
  2598.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2599.            <a href="https://n4g.com/tr/bahis-siteleri"  rel="dofollow" class="text-decoration-none ">
  2600.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2601.                <i class="ti-angle-right me-2 text-primary"></i>
  2602.                 deneme bonusu veren bahis siteleri
  2603.              </h6>
  2604.            </a>
  2605.          </div>
  2606.          
  2607.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2608.            <a href="https://n4g.com/tr/casino-siteleri"  rel="dofollow" class="text-decoration-none ">
  2609.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2610.                <i class="ti-angle-right me-2 text-primary"></i>
  2611.                 casino deneme siteleri
  2612.              </h6>
  2613.            </a>
  2614.          </div>
  2615.          
  2616.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2617.            <a href="https://www.juvefc.com/tr/bahis-siteleri/"  rel="dofollow" class="text-decoration-none ">
  2618.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2619.                <i class="ti-angle-right me-2 text-primary"></i>
  2620.                 deneme bonusu veren bahis siteleri
  2621.              </h6>
  2622.            </a>
  2623.          </div>
  2624.          
  2625.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2626.            <a href="https://www.juvefc.com/tr/guvenilir-casino-siteleri/"  rel="dofollow" class="text-decoration-none ">
  2627.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2628.                <i class="ti-angle-right me-2 text-primary"></i>
  2629.                 casino deneme siteleri
  2630.              </h6>
  2631.            </a>
  2632.          </div>
  2633.          
  2634.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2635.            <a href="https://totalfootballanalysis.com/tr/bahis-siteleri"  rel="dofollow" class="text-decoration-none ">
  2636.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2637.                <i class="ti-angle-right me-2 text-primary"></i>
  2638.                 deneme bonusu veren bahis siteleri
  2639.              </h6>
  2640.            </a>
  2641.          </div>
  2642.          
  2643.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2644.            <a href="https://totalfootballanalysis.com/tr/guvenilir-casino-siteleri"  rel="dofollow" class="text-decoration-none ">
  2645.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2646.                <i class="ti-angle-right me-2 text-primary"></i>
  2647.                 casino deneme siteleri
  2648.              </h6>
  2649.            </a>
  2650.          </div>
  2651.          
  2652.  
  2653.        </div>
  2654.  
  2655.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2656.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2657.        </div> -->
  2658.      </div>
  2659.    </div>
  2660.    
  2661.    <div class="sidebar-widget mb-4">
  2662.      <div class="widget-title-wrapper mb-3">
  2663.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2664.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2665.          <span class="title-arrow"></span>
  2666.        </h4>
  2667.      </div>
  2668.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2669.        <div class="blog-roll-list scrollable-sidebar">
  2670.          
  2671.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2672.            <a href="https://enbursa.com/"  rel="dofollow" class="text-decoration-none ">
  2673.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2674.                <i class="ti-angle-right me-2 text-primary"></i>
  2675.                 deneme bonusu veren yeni siteler
  2676.              </h6>
  2677.            </a>
  2678.          </div>
  2679.          
  2680.  
  2681.        </div>
  2682.  
  2683.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2684.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2685.        </div> -->
  2686.      </div>
  2687.    </div>
  2688.    
  2689.    <div class="sidebar-widget mb-4">
  2690.      <div class="widget-title-wrapper mb-3">
  2691.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2692.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2693.          <span class="title-arrow"></span>
  2694.        </h4>
  2695.      </div>
  2696.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2697.        <div class="blog-roll-list scrollable-sidebar">
  2698.          
  2699.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2700.            <a href="https://www.edgeofbelgravia.co.uk"  rel="dofollow" class="text-decoration-none ">
  2701.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2702.                <i class="ti-angle-right me-2 text-primary"></i>
  2703.                 non uk casino site
  2704.              </h6>
  2705.            </a>
  2706.          </div>
  2707.          
  2708.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2709.            <a href="https://www.ws-whatsappsweb.com/"  rel="dofollow" class="text-decoration-none ">
  2710.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2711.                <i class="ti-angle-right me-2 text-primary"></i>
  2712.                 wa web
  2713.              </h6>
  2714.            </a>
  2715.          </div>
  2716.          
  2717.  
  2718.        </div>
  2719.  
  2720.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2721.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2722.        </div> -->
  2723.      </div>
  2724.    </div>
  2725.    
  2726.    <div class="sidebar-widget mb-4">
  2727.      <div class="widget-title-wrapper mb-3">
  2728.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2729.          <i class="ti-calendar me-2"></i>December 2025 Blog Roll
  2730.          <span class="title-arrow"></span>
  2731.        </h4>
  2732.      </div>
  2733.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2734.        <div class="blog-roll-list scrollable-sidebar">
  2735.          
  2736.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2737.            <a href="https://bzetmex.com/"  rel="dofollow" class="text-decoration-none ">
  2738.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2739.                <i class="ti-angle-right me-2 text-primary"></i>
  2740.                 mostbet
  2741.              </h6>
  2742.            </a>
  2743.          </div>
  2744.          
  2745.  
  2746.        </div>
  2747.  
  2748.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2749.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2750.        </div> -->
  2751.      </div>
  2752.    </div>
  2753.    
  2754.    <div class="sidebar-widget mb-4">
  2755.      <div class="widget-title-wrapper mb-3">
  2756.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2757.          <i class="ti-calendar me-2"></i>September 2025 Blog Roll
  2758.          <span class="title-arrow"></span>
  2759.        </h4>
  2760.      </div>
  2761.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2762.        <div class="blog-roll-list scrollable-sidebar">
  2763.          
  2764.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2765.            <a href="https://www.thenaturalhavenbloom.com/"  rel="dofollow" class="text-decoration-none ">
  2766.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2767.                <i class="ti-angle-right me-2 text-primary"></i>
  2768.                 casino siteleri
  2769.              </h6>
  2770.            </a>
  2771.          </div>
  2772.          
  2773.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2774.            <a href="https://hangtownfestival.com/"  rel="dofollow" class="text-decoration-none ">
  2775.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2776.                <i class="ti-angle-right me-2 text-primary"></i>
  2777.                 deneme bonusu veren yeni siteler
  2778.              </h6>
  2779.            </a>
  2780.          </div>
  2781.          
  2782.  
  2783.        </div>
  2784.  
  2785.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2786.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2787.        </div> -->
  2788.      </div>
  2789.    </div>
  2790.    
  2791.    <div class="sidebar-widget mb-4">
  2792.      <div class="widget-title-wrapper mb-3">
  2793.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2794.          <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  2795.          <span class="title-arrow"></span>
  2796.        </h4>
  2797.      </div>
  2798.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2799.        <div class="blog-roll-list scrollable-sidebar">
  2800.          
  2801.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2802.            <a href="https://www.urospec.com/"  rel="dofollow" class="text-decoration-none ">
  2803.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2804.                <i class="ti-angle-right me-2 text-primary"></i>
  2805.                 deneme bonusu veren siteler güncel
  2806.              </h6>
  2807.            </a>
  2808.          </div>
  2809.          
  2810.  
  2811.        </div>
  2812.  
  2813.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2814.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2815.        </div> -->
  2816.      </div>
  2817.    </div>
  2818.    
  2819.  </div>
  2820.  
  2821. <!-- Sidebar V2 Styles -->
  2822. <style>
  2823.  .sidebar-widget {
  2824.    position: relative;
  2825.  }
  2826.  
  2827.  .widget-title {
  2828.    font-size: 1.1rem;
  2829.    font-weight: 700;
  2830.    display: inline-block;
  2831.    position: relative;
  2832.    z-index: 2;
  2833.    border-radius: 0;
  2834.  }
  2835.  
  2836.  /* Green arrow for August Blog Roll */
  2837.  .title-arrow::after {
  2838.    content: '';
  2839.    position: absolute;
  2840.    top: 0;
  2841.    right: -22px;
  2842.    width: 0;
  2843.    height: 0;
  2844.    border-left: 22px solid var(--bs-primary);
  2845.    border-top: 22px solid transparent;
  2846.    border-bottom: 22px solid transparent;
  2847.    z-index: 1;
  2848.  }
  2849.  
  2850.  /* Blue arrow for Recent Posts */
  2851.  .title-arrow-primary::after {
  2852.    content: '';
  2853.    position: absolute;
  2854.    top: 0;
  2855.    right: -22px;
  2856.    width: 0;
  2857.    height: 0;
  2858.    border-left: 22px solid var(--bs-primary);
  2859.    border-top: 22px solid transparent;
  2860.    border-bottom: 22px solid transparent;
  2861.    z-index: 1;
  2862.  }
  2863.  
  2864.  .widget-content {
  2865.    margin-top: -1px;
  2866.    position: relative;
  2867.    z-index: 1;
  2868.     background-color: var(--card-bg);
  2869.  }
  2870.  
  2871.  /* Blog Roll Items Hover Effects */
  2872.  .blog-roll-item:hover .post-title {
  2873.    color: #198754 !important;
  2874.    transform: translateX(5px);
  2875.    transition: all 0.3s ease;
  2876.  }
  2877.  
  2878.  /* Recent Post Items Hover Effects */
  2879.  .recent-post-item:hover .post-title a {
  2880.    color: #0d6efd !important;
  2881.    transition: color 0.3s ease;
  2882.  }
  2883.  
  2884.  .recent-post-item:hover .post-image img {
  2885.    transform: scale(1.05);
  2886.    transition: transform 0.3s ease;
  2887.  }
  2888.  
  2889.  /* Button Hover Effects */
  2890.  .btn:hover {
  2891.    transform: translateY(-2px);
  2892.    transition: all 0.3s ease;
  2893.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  2894.  }
  2895.  
  2896.  /* Badge Hover Effects */
  2897.  .badge:hover {
  2898.    transform: scale(1.05);
  2899.    transition: transform 0.3s ease;
  2900.  }
  2901.  
  2902.  @media (max-width: 991px) {
  2903.    .sidebar {
  2904.      margin-top: 3rem;
  2905.    }
  2906.  }
  2907.  
  2908.  @media (max-width: 576px) {
  2909.    .widget-title {
  2910.      font-size: 1rem;
  2911.      padding: 0.75rem 1rem !important;
  2912.    }
  2913.  
  2914.    .title-arrow::after,
  2915.    .title-arrow-primary::after {
  2916.      right: -18px;
  2917.      border-left-width: 18px;
  2918.      border-top-width: 18px;
  2919.      border-bottom-width: 18px;
  2920.    }
  2921.  
  2922.    .post-image {
  2923.      width: 70px !important;
  2924.      height: 55px !important;
  2925.    }
  2926.  
  2927.    .blog-meta {
  2928.      flex-direction: column !important;
  2929.      align-items: flex-start !important;
  2930.      gap: 0.5rem;
  2931.    }
  2932.  }
  2933. </style>
  2934.  
  2935.    
  2936.            </div>
  2937.        </div>
  2938.    </div>
  2939. </section>
  2940.  
  2941. <script>
  2942. document.addEventListener('DOMContentLoaded', function() {
  2943.    // Simple scroll animation
  2944.    const cards = document.querySelectorAll('.blog-card');
  2945.    
  2946.    const observer = new IntersectionObserver(function(entries) {
  2947.        entries.forEach(entry => {
  2948.            if (entry.isIntersecting) {
  2949.                entry.target.style.opacity = '1';
  2950.                entry.target.style.transform = 'translateY(0)';
  2951.            }
  2952.        });
  2953.    }, {
  2954.        threshold: 0.1
  2955.    });
  2956.  
  2957.    cards.forEach((card, index) => {
  2958.        card.style.opacity = '0';
  2959.        card.style.transform = 'translateY(30px)';
  2960.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  2961.        observer.observe(card);
  2962.    });
  2963. });
  2964. </script>
  2965.  
  2966.    
  2967.        
  2968.        <!-- end wpo-blog-highlights-section -->
  2969.        <!-- start wpo-blog-sponsored-section -->
  2970.        
  2971.  
  2972.  
  2973.  
  2974.    
  2975.  
  2976.  
  2977.  
  2978. <style>
  2979.    .sponsored-section-v4 {
  2980.        padding: 50px 0;
  2981.    }
  2982.    
  2983.    .sponsored-card-v4 {
  2984.        background: var(--card-bg);
  2985.        border: 1px solid var(--border-color);
  2986.        border-radius: 4px;
  2987.        transition: border-color 0.3s ease;
  2988.        height: 100%;
  2989.        padding: 15px;
  2990.    }
  2991.    
  2992.    .sponsored-card-v4:hover {
  2993.        border-color: #adb5bd;
  2994.    }
  2995.    
  2996.    .sponsored-image-v4 {
  2997.        width: 150px;
  2998.        height: 150px;
  2999.        margin: 10px auto;
  3000.        border-radius: 50%;
  3001.        shape-outside: circle(50%);
  3002.        float: left;
  3003.    }
  3004.    
  3005.    .sponsored-image-v4 img {
  3006.        width: 100%;
  3007.        height: 100%;
  3008.        object-fit: cover;
  3009.        border-radius: 50%;
  3010.    }
  3011.    
  3012.    .sponsored-content-v4 {
  3013.        padding: 10px;
  3014.        overflow: hidden; /* Clearfix for floated image */
  3015.    }
  3016.    
  3017.    .sponsored-title-v4 {
  3018.        font-size: 15px;
  3019.        font-weight: 700;
  3020.        line-height: 1.4;
  3021.        margin-bottom: 8px;
  3022.        color: #333;
  3023.        position: relative;
  3024.        display: inline-block;
  3025.    }
  3026.    
  3027.    .sponsored-title-v4 a {
  3028.        text-decoration: none;
  3029.        color: var(--topbar-color) !important;
  3030.        margin: 10px 0px;
  3031.    }
  3032.    
  3033.    .sponsored-title-v4 a:hover {
  3034.        color: #6f42c1 !important; /* Purple hover */
  3035.    }
  3036.    
  3037.    .sponsored-title-v4::after {
  3038.        content: '';
  3039.        position: absolute;
  3040.        bottom: -2px;
  3041.        left: 0;
  3042.        width: 100%;
  3043.        height: 2px;
  3044.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark))
  3045.    }
  3046.    
  3047.    .sponsored-excerpt-v4 {
  3048.        font-size: 12px;
  3049.        font-weight: 400;
  3050.        color: #6c757d;
  3051.        margin-bottom: 10px;
  3052.        line-height: 1.5;
  3053.    }
  3054.    
  3055.    .sponsored-meta-v4 {
  3056.        font-size: 11px;
  3057.        color: #6c757d;
  3058.    }
  3059.    
  3060.    .author-info-v4 {
  3061.        margin-bottom: 5px;
  3062.    }
  3063.    
  3064.    .sponsored-author-img-v4 {
  3065.        width: 20px;
  3066.        height: 20px;
  3067.        border-radius: 50%;
  3068.        object-fit: cover;
  3069.        vertical-align: middle;
  3070.        margin-right: 5px;
  3071.    }
  3072.    
  3073.    .section-title-sponsored-v4 {
  3074.        font-size: 1.9rem;
  3075.        font-weight: 600;
  3076.        text-align: center;
  3077.        margin-bottom: 30px;
  3078.        color: #333;
  3079.        position: relative;
  3080.    }
  3081.    
  3082.    .section-title-sponsored-v4::after {
  3083.        content: '';
  3084.        position: absolute;
  3085.        bottom: -8px;
  3086.        left: 50%;
  3087.        transform: translateX(-50%);
  3088.        width: 80px;
  3089.        height: 3px;
  3090.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  3091.    }
  3092.  
  3093.    @media (max-width: 768px) {
  3094.        .sponsored-section-v4 {
  3095.            padding: 30px 0;
  3096.        }
  3097.        .sponsored-image-v4 {
  3098.            width: 120px;
  3099.            height: 120px;
  3100.            float: none;
  3101.            margin: 10px auto;
  3102.        }
  3103.        .sponsored-content-v4 {
  3104.            padding: 12px;
  3105.            text-align: center;
  3106.        }
  3107.        .sponsored-title-v4 {
  3108.            font-size: 14px;
  3109.        }
  3110.        .sponsored-excerpt-v4 {
  3111.            font-size: 11px;
  3112.        }
  3113.        .sponsored-meta-v4 {
  3114.            font-size: 10px;
  3115.        }
  3116.        .section-title-sponsored-v4 {
  3117.            font-size: 1.6rem;
  3118.        }
  3119.    }
  3120. </style>
  3121.  
  3122. <section class="sponsored-section-v4">
  3123.    <div class="container-fluid fluid-container">
  3124.        <div class="row">
  3125.            <div class="col-12">
  3126.                <h2 class="section-title-sponsored-v4">Sponsored News</h2>
  3127.            </div>
  3128.        </div>
  3129.        
  3130.        <div class="row g-4">
  3131.            
  3132.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3133.                <div class="card sponsored-card-v4">
  3134.                    <div class="sponsored-image-v4">
  3135.                        
  3136.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3137.                        
  3138.                    </div>
  3139.                    <div class="sponsored-content-v4">
  3140.                        <h3 class="sponsored-title-v4">
  3141.                            <a href="/ranchers-encroach-further-as-the-isolated-kawahiva-tribe-continue-to-need-safeguarding/" >
  3142.                                            Ranchers Encroach Further as the Isolated Kawahiva Tribe Continue to Need Safeguarding.
  3143.                                            </a>
  3144.                        </h3>
  3145.                        <p class="sponsored-excerpt-v4">
  3146.                          
  3147.                        </p>
  3148.                        <div class="sponsored-meta-v4">
  3149.                            <div class="author-info-v4">
  3150.                                
  3151.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/fe1c2cb6-24d7-4e2a-b6fb-6a11c7366ab0_profile.png" alt="Shannon Washington" style="object-fit: cover;" class="sponsored-author-img-v4">
  3152.                                
  3153.                                <span>
  3154.                                    Shannon Washington
  3155.                                </span>
  3156.                            </div>
  3157.                            <div>05 Aug 2026</div>
  3158.                        </div>
  3159.                    </div>
  3160.                </div>
  3161.            </div>
  3162.            
  3163.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3164.                <div class="card sponsored-card-v4">
  3165.                    <div class="sponsored-image-v4">
  3166.                        
  3167.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3168.                        
  3169.                    </div>
  3170.                    <div class="sponsored-content-v4">
  3171.                        <h3 class="sponsored-title-v4">
  3172.                            <a href="/embedded-in-my-mind-the-reason-gremlins-2-the-new-batch-is-my-comfort-movie/" >
  3173.                                            Embedded in My Mind’: The Reason Gremlins 2: The New Batch Is My Comfort Movie
  3174.                                            </a>
  3175.                        </h3>
  3176.                        <p class="sponsored-excerpt-v4">
  3177.                          
  3178.                        </p>
  3179.                        <div class="sponsored-meta-v4">
  3180.                            <div class="author-info-v4">
  3181.                                
  3182.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/fe1c2cb6-24d7-4e2a-b6fb-6a11c7366ab0_profile.png" alt="Shannon Washington" style="object-fit: cover;" class="sponsored-author-img-v4">
  3183.                                
  3184.                                <span>
  3185.                                    Shannon Washington
  3186.                                </span>
  3187.                            </div>
  3188.                            <div>05 Aug 2026</div>
  3189.                        </div>
  3190.                    </div>
  3191.                </div>
  3192.            </div>
  3193.            
  3194.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3195.                <div class="card sponsored-card-v4">
  3196.                    <div class="sponsored-image-v4">
  3197.                        
  3198.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3199.                        
  3200.                    </div>
  3201.                    <div class="sponsored-content-v4">
  3202.                        <h3 class="sponsored-title-v4">
  3203.                            <a href="/a-minimum-of-98-palestinians-have-died-in-custody-beginning-in-october-2023-statistics-from-israel-reveals/" >
  3204.                                            A Minimum of 98 Palestinians Have Died in Custody Beginning in October 2023, Statistics from Israel Reveals
  3205.                                            </a>
  3206.                        </h3>
  3207.                        <p class="sponsored-excerpt-v4">
  3208.                          
  3209.                        </p>
  3210.                        <div class="sponsored-meta-v4">
  3211.                            <div class="author-info-v4">
  3212.                                
  3213.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/fe1c2cb6-24d7-4e2a-b6fb-6a11c7366ab0_profile.png" alt="Shannon Washington" style="object-fit: cover;" class="sponsored-author-img-v4">
  3214.                                
  3215.                                <span>
  3216.                                    Shannon Washington
  3217.                                </span>
  3218.                            </div>
  3219.                            <div>05 Aug 2026</div>
  3220.                        </div>
  3221.                    </div>
  3222.                </div>
  3223.            </div>
  3224.            
  3225.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3226.                <div class="card sponsored-card-v4">
  3227.                    <div class="sponsored-image-v4">
  3228.                        
  3229.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3230.                        
  3231.                    </div>
  3232.                    <div class="sponsored-content-v4">
  3233.                        <h3 class="sponsored-title-v4">
  3234.                            <a href="/when-we-see-the-death-spiral-of-the-cult-of-attacking-play-lets-appreciate-what-it-created/" >
  3235.                                            When We See the Death Spiral of the Cult of Attacking Play, Let’s Appreciate What It Created.
  3236.                                            </a>
  3237.                        </h3>
  3238.                        <p class="sponsored-excerpt-v4">
  3239.                          
  3240.                        </p>
  3241.                        <div class="sponsored-meta-v4">
  3242.                            <div class="author-info-v4">
  3243.                                
  3244.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/fe1c2cb6-24d7-4e2a-b6fb-6a11c7366ab0_profile.png" alt="Shannon Washington" style="object-fit: cover;" class="sponsored-author-img-v4">
  3245.                                
  3246.                                <span>
  3247.                                    Shannon Washington
  3248.                                </span>
  3249.                            </div>
  3250.                            <div>04 Aug 2026</div>
  3251.                        </div>
  3252.                    </div>
  3253.                </div>
  3254.            </div>
  3255.            
  3256.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3257.                <div class="card sponsored-card-v4">
  3258.                    <div class="sponsored-image-v4">
  3259.                        
  3260.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3261.                        
  3262.                    </div>
  3263.                    <div class="sponsored-content-v4">
  3264.                        <h3 class="sponsored-title-v4">
  3265.                            <a href="/cop30-atmosphere-trumps-no-show-considered-better-than-a-american-wrecking-ball/" >
  3266.                                            COP30 Atmosphere: Trump&#x27;s No-Show Considered Better Than a American Wrecking Ball
  3267.                                            </a>
  3268.                        </h3>
  3269.                        <p class="sponsored-excerpt-v4">
  3270.                          
  3271.                        </p>
  3272.                        <div class="sponsored-meta-v4">
  3273.                            <div class="author-info-v4">
  3274.                                
  3275.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/fe1c2cb6-24d7-4e2a-b6fb-6a11c7366ab0_profile.png" alt="Shannon Washington" style="object-fit: cover;" class="sponsored-author-img-v4">
  3276.                                
  3277.                                <span>
  3278.                                    Shannon Washington
  3279.                                </span>
  3280.                            </div>
  3281.                            <div>04 Aug 2026</div>
  3282.                        </div>
  3283.                    </div>
  3284.                </div>
  3285.            </div>
  3286.            
  3287.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3288.                <div class="card sponsored-card-v4">
  3289.                    <div class="sponsored-image-v4">
  3290.                        
  3291.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3292.                        
  3293.                    </div>
  3294.                    <div class="sponsored-content-v4">
  3295.                        <h3 class="sponsored-title-v4">
  3296.                            <a href="/the-citizens-3-0-man-united-lauren-hemp-scores-in-city-comfortable-victory/" >
  3297.                                            The Citizens 3-0 Man United: Lauren Hemp scores in City comfortable victory.
  3298.                                            </a>
  3299.                        </h3>
  3300.                        <p class="sponsored-excerpt-v4">
  3301.                          
  3302.                        </p>
  3303.                        <div class="sponsored-meta-v4">
  3304.                            <div class="author-info-v4">
  3305.                                
  3306.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/fe1c2cb6-24d7-4e2a-b6fb-6a11c7366ab0_profile.png" alt="Shannon Washington" style="object-fit: cover;" class="sponsored-author-img-v4">
  3307.                                
  3308.                                <span>
  3309.                                    Shannon Washington
  3310.                                </span>
  3311.                            </div>
  3312.                            <div>04 Aug 2026</div>
  3313.                        </div>
  3314.                    </div>
  3315.                </div>
  3316.            </div>
  3317.            
  3318.        </div>
  3319.    </div>
  3320. </section>
  3321.  
  3322.  
  3323.    
  3324.        <!-- end wpo-blog-sponsored-section -->
  3325.        <!-- start wpo-subscribe-section -->
  3326.        
  3327.        <!-- end subscribe-section -->
  3328.        <!-- start of wpo-site-footer-section -->
  3329.        
  3330.  
  3331.  
  3332.  
  3333.  
  3334.  
  3335. <footer class="wpo-site-footer-v2">
  3336.    <!-- Main Footer Content -->
  3337.    <div class="wpo-main-footer">
  3338.        <div class="container-fluid fluid-container">
  3339.            <div class="row g-4">
  3340.                
  3341.                <!-- Company Info Section -->
  3342.                <div class="col-lg-4 col-md-6 col-12">
  3343.                    <div class="footer-widget company-info-widget">
  3344.                        <div class="widget-header">
  3345.                            <div class="footer-logo">
  3346.                                
  3347.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/0e0e82f5-1b63-40c1-8987-917c5ad5ac06_logo.png" alt="SmartInno" class="img-fluid footer-logo-img">
  3348.                                
  3349.                            </div>
  3350.                        </div>
  3351.                        <div class="widget-content2 footer-widget-content2">
  3352.                            <p class="company-description-text">
  3353.                                Explore the latest trends in innovation and technology with practical insights and strategies to drive business growth and digital transformation in today&#x27;s competitive market.
  3354.                            </p>
  3355.                            <div class="contact-info2">
  3356.                                <div class="contact-item">
  3357.                                    <i class="fas fa-envelope"></i>
  3358.                                    <span><a href="/cdn-cgi/l/email-protection#315d585f5a42715f5449455350525a5d585f5a421f525e5c" class="footer-link2"><span class="__cf_email__" data-cfemail="29454047425a69474c515d4b484a42454047425a074a4644">[email&#160;protected]</span></a></span>
  3359.                                </div>
  3360.                                <!-- <div class="contact-item">
  3361.                                    <i class="fas fa-phone"></i>
  3362.                                    <span><a  href="https://wa.me/971543449951" class="footer-link2">+971 54 344 9951</a></span>
  3363.                                </div> -->
  3364.                            </div>
  3365.                        </div>
  3366.                    </div>
  3367.                </div>
  3368.  
  3369.                <!-- Quick Links Section -->
  3370.                <div class="col-lg-4 col-md-6 col-12">
  3371.                    <div class="footer-widget quick-links-widget">
  3372.                        <div class="widget-header">
  3373.                            <h4 class="widget-title2 quick-links-title">Quick Links</h4>
  3374.                        </div>
  3375.                        <div class="widget-content2 footer-widget-content2">
  3376.                            <ul class="footer-links">
  3377.                                
  3378.                                <li><a href="/american-mens-grand-slam-drought-is-not-taylor-fritzs-responsibility-to-carry/" class="footer-link">American Men&#x27;s Grand Slam Drought Is Not Taylor Fritz&#x27;s Responsibility to Carry</a></li>
  3379.                                
  3380.                                <li><a href="/bewildering-bewitching-newcastle-search-for-solution-to-halt-chaos/" class="footer-link">Bewildering &amp; Bewitching Newcastle Search for Solution to Halt Chaos</a></li>
  3381.                                
  3382.                                <li><a href="/should-my-wannabe-content-creator-friend-cease-exploiting-me-for-content/" class="footer-link">Should My Wannabe Content Creator Friend Cease Exploiting Me for Content?</a></li>
  3383.                                
  3384.                                <li><a href="/exposing-the-heartbreaking-truth-within-the-streaming-giants-latest-historical-drama/" class="footer-link">Exposing the Heartbreaking Truth Within the Streaming Giant&#x27;s Latest Historical Drama</a></li>
  3385.                                
  3386.                                <li><a href="/late-leveler-by-rutter-earns-draw-for-albion-leaving-the-hammers-in-relegation-fight/" class="footer-link">Late Leveler by Rutter Earns Draw for Albion, Leaving The Hammers in Relegation Fight.</a></li>
  3387.                                
  3388.                                <li><a href="/blues-manager-maresca-dismisses-manchester-city-links-as-100-gossip/" class="footer-link">Blues Manager Maresca Dismisses Manchester City Links as &#x27;100%&#x27; Gossip</a></li>
  3389.                                
  3390.                            </ul>
  3391.                        </div>
  3392.                    </div>
  3393.                </div>
  3394.  
  3395.                <!-- Blog Rolls Section -->
  3396.          <div class="col-lg-3 col-md-6 col-12">
  3397.    <div class="footer-widget blog-rolls-widget">
  3398.        <div class="widget-header">
  3399.            <h4 class="widget-title2 blog-rolls-title">Blog Rolls</h4>
  3400.        </div>
  3401.        <div class="widget-content2 footer-widget-content2">
  3402.            <div class="row">
  3403.                <div class="col-6">
  3404.                    <ul class="footer-links" id="blogroll">
  3405.                        
  3406.                        
  3407.                        
  3408.                        
  3409.                        
  3410.                        
  3411.                        
  3412.                    </ul>
  3413.                </div>
  3414.            </div>
  3415.        </div>
  3416.    </div>
  3417. </div>
  3418.                <!-- Categories Section -->
  3419.                <div class="col-lg-4 col-md-6 col-12">
  3420.                    <div class="footer-widget categories-widget">
  3421.                        <div class="widget-header">
  3422.                            <h4 class="widget-title2 categories-title">Categories</h4>
  3423.                        </div>
  3424.                        <div class="widget-content2 footer-widget-content2">
  3425.                            <div class="row">
  3426.                                <div class="col-6">
  3427.                                    <ul class="footer-links">
  3428.                                        
  3429.                                        <li> <a href="/category/all-posts/" class="footer-link">
  3430.                                            All Posts
  3431.                                        </a></li>
  3432.                                        
  3433.                                        <li> <a href="/category/business/" class="footer-link">
  3434.                                            Business
  3435.                                        </a></li>
  3436.                                        
  3437.                                        <li> <a href="/category/esports/" class="footer-link">
  3438.                                            Esports
  3439.                                        </a></li>
  3440.                                        
  3441.                                        <li> <a href="/category/fashion/" class="footer-link">
  3442.                                            Fashion
  3443.                                        </a></li>
  3444.                                        
  3445.                                        <li> <a href="/category/featured/" class="footer-link">
  3446.                                            Featured
  3447.                                        </a></li>
  3448.                                        
  3449.                                    </ul>
  3450.                                </div>
  3451.                              
  3452.                            </div>
  3453.                        </div>
  3454.                    </div>
  3455.                </div>
  3456.  
  3457.            </div>
  3458.        </div>
  3459.    </div>
  3460.  
  3461.    <!-- Footer Bottom -->
  3462.    <div class="footer-bottom">
  3463.        <div class="container-fluid fluid-container">
  3464.            <div class="row align-items-center">
  3465.                <!-- Copyright -->
  3466.                <div class="col-lg-6 col-md-6 col-12">
  3467.                    <div class="copyright-text">
  3468.                        <p class="copyright-text-p">&copy; 2026 <strong class="footer-sitename">SmartInno</strong>.
  3469.                            All rights reserved.
  3470.                        </p>
  3471.                    </div>
  3472.                </div>
  3473.  
  3474.                <!-- Footer Menu -->
  3475.                <div class="col-lg-6 col-md-6 col-12">
  3476.                    <div class="footer-menu">
  3477.                        <ul class="bottom-menu">
  3478.                            <li><a href="/page/write-for-us/" class="footer-link">Write For Us</a></li>
  3479.                            <li><a href="/page/terms-and-conditions/" class="footer-link">Terms &amp; Conditions</a></li>
  3480.                            <li><a href="/sitemap.xml" class="footer-link">Sitemap</a></li>
  3481.                        </ul>
  3482.                    </div>
  3483.                </div>
  3484.            </div>
  3485.        </div>
  3486.    </div>
  3487.  
  3488. </footer>
  3489.  
  3490. <style>
  3491. /* Footer V2 Styles */
  3492. .wpo-site-footer-v2 {
  3493.    background: var(--footer-bg);
  3494.    color: var(--footer-color);
  3495.    position: relative;
  3496.    overflow: hidden;
  3497. }
  3498.  
  3499. .wpo-site-footer-v2::before {
  3500.    content: '';
  3501.    position: absolute;
  3502.    top: 0;
  3503.    left: 0;
  3504.    right: 0;
  3505.    bottom: 0;
  3506.    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.02"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grain)"/></svg>');
  3507.    pointer-events: none;
  3508. }
  3509.  
  3510. .wpo-main-footer {
  3511.    padding: 60px 0 40px;
  3512.    position: relative;
  3513.    z-index: 2;
  3514. }
  3515.  
  3516. .footer-widget {
  3517.    margin-bottom: 30px;
  3518. }
  3519.  
  3520. .widget-header {
  3521.    margin-bottom: 25px;
  3522. }
  3523.  
  3524. .widget-title2 {
  3525.    font-size: 20px;
  3526.    font-weight: 700;
  3527.    color: var(--footer-color) !important;
  3528.    margin: 0;
  3529.    position: relative;
  3530.    padding-bottom: 10px;
  3531. }
  3532.  
  3533. .widget-title2::after {
  3534.    content: '';
  3535.    position: absolute;
  3536.    bottom: 0;
  3537.    left: 0;
  3538.    width: 40px;
  3539.    height: 3px;
  3540.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  3541.    border-radius: 2px;
  3542. }
  3543.  
  3544. /* Company Info Styles */
  3545. .footer-logo-img {
  3546.    max-height: 100px;
  3547.    margin-bottom: 20px;
  3548. }
  3549.  
  3550. .footer-logo-text {
  3551.    color: var(--footer-color);
  3552. }
  3553.  
  3554. .company-description-text {
  3555.    font-size: 14px;
  3556.    line-height: 1.7;
  3557.    color: var(--footer-color);
  3558.    margin-bottom: 25px;
  3559. }
  3560.  
  3561. .contact-info2 .contact-item {
  3562.    display: flex;
  3563.    align-items: center;
  3564.    margin-bottom: 10px;
  3565.    font-size: 14px;
  3566. }
  3567.  
  3568. .contact-info2 .contact-item i {
  3569.    width: 20px;
  3570.    color: var(--footer-color);
  3571.    margin-right: 10px;
  3572. }
  3573.  
  3574. /* Footer Links Styles */
  3575. .footer-links {
  3576.    list-style: none;
  3577.    padding: 0;
  3578.    margin: 0;
  3579. }
  3580.  
  3581. .footer-links li {
  3582.    margin-bottom: 12px;
  3583. }
  3584. .footer-link2 {
  3585.    color: var(--footer-color) !important;
  3586. }
  3587. .footer-link2:hover {
  3588.    color: blue !important;
  3589. }
  3590. .footer-links a{
  3591.    color: var(--footer-color) !important;
  3592.    text-decoration: none;
  3593.    cursor: pointer;
  3594.    font-size: 14px;
  3595.    transition: all 0.3s ease;
  3596.    position: relative;
  3597. }
  3598.  
  3599. .footer-links a:hover {
  3600.    color: #4f46e5 !important;
  3601.    padding-left: 8px;
  3602. }
  3603.  
  3604. /* Footer Bottom Styles */
  3605. .footer-bottom {
  3606.    background: rgba(0, 0, 0, 0.3);
  3607.    padding: 20px 0;
  3608.    border-top: 1px solid rgba(255, 255, 255, 0.1);
  3609.    position: relative;
  3610.    z-index: 2;
  3611. }
  3612.  
  3613. .copyright-text-p {
  3614.    margin: 0;
  3615.    font-size: 14px;
  3616.    color: var(--footer-color);
  3617. }
  3618.  
  3619. .footer-sitename {
  3620.    color: var(--footer-color);
  3621. }
  3622.  
  3623. .bottom-menu {
  3624.    list-style: none;
  3625.    padding: 0;
  3626.    margin: 0;
  3627.    display: flex;
  3628.    justify-content: flex-end;
  3629.    gap: 20px;
  3630. }
  3631.  
  3632. .bottom-menu a {
  3633.    color: var(--footer-color);
  3634.    text-decoration: none;
  3635.    font-size: 14px;
  3636.    transition: color 0.3s ease;
  3637. }
  3638.  
  3639. .bottom-menu a:hover {
  3640.    color: #4f46e5;
  3641. }
  3642.  
  3643. @media (max-width: 768px) {
  3644.    .wpo-main-footer {
  3645.        padding: 40px 0 30px;
  3646.    }
  3647.    
  3648.    .bottom-menu {
  3649.        justify-content: center;
  3650.        margin-top: 15px;
  3651.    }
  3652.    
  3653.    .copyright-text {
  3654.        text-align: center;
  3655.    }
  3656.    
  3657.    .social-links {
  3658.        justify-content: center;
  3659.    }
  3660. }
  3661.  
  3662. @media (max-width: 576px) {
  3663.    .widget-title2 {
  3664.        font-size: 18px;
  3665.    }
  3666.    
  3667.    .newsletter-form .input-group {
  3668.        flex-direction: column;
  3669.    }
  3670.    
  3671.    .newsletter-form .btn {
  3672.        margin-top: 10px;
  3673.        border-radius: 8px;
  3674.    }
  3675.    
  3676.    .newsletter-form .form-control {
  3677.        border-radius: 8px;
  3678.    }
  3679. }
  3680. </style>
  3681.  
  3682.  
  3683. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  3684.  document.addEventListener('DOMContentLoaded', function () {
  3685.    var btn = document.getElementById('toggleMore');
  3686.    if (!btn) return; // If there are <=5 items, no need for the button
  3687.  
  3688.    var extras = document.querySelectorAll('#blogroll li.extra');
  3689.  
  3690.    btn.addEventListener('click', function () {
  3691.      var anyHidden = Array.prototype.some.call(extras, function (li) {
  3692.        return li.classList.contains('d-none');
  3693.      });
  3694.  
  3695.      extras.forEach(function (li) {
  3696.        if (anyHidden) {
  3697.          li.classList.remove('d-none');
  3698.          li.classList.add('show'); // Show with smooth transition
  3699.        } else {
  3700.          li.classList.add('d-none');
  3701.          li.classList.remove('show'); // Hide smoothly
  3702.        }
  3703.      });
  3704.  
  3705.      // Update the button text and aria-expanded attribute
  3706.      btn.textContent = anyHidden ? 'View less' : 'View more';
  3707.      btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3708.    });
  3709.  });
  3710. </script>
  3711.        <!-- end of wpo-site-footer-section -->
  3712.    </div>
  3713.    <!-- end of page-wrapper -->
  3714.  
  3715.    <!-- All JavaScript files
  3716.    ================================================== -->
  3717.    
  3718.  
  3719. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3720. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3721. <!-- Plugins for this template -->
  3722. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3723. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3724. <!-- Custom script for this template -->
  3725. <script src="/static/blogapp/assets/js/script.js"></script>
  3726.  
  3727. <script>
  3728. (function () {
  3729. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3730. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3731.  
  3732. function applyFallback(img) {
  3733. if (!img || img.dataset.fallbackApplied === "1") {
  3734. return;
  3735. }
  3736. var failedSrc = img.currentSrc || img.src || "";
  3737. img.dataset.fallbackApplied = "1";
  3738. img.onerror = null;
  3739. img.src = fallbackImageSrc;
  3740. console.warn("[ImageFallback] Replaced broken image:", {
  3741. failedSrc: failedSrc,
  3742. fallbackSrc: fallbackImageSrc,
  3743. alt: img.alt || "",
  3744. });
  3745. }
  3746.  
  3747. document.querySelectorAll("img").forEach(function (img) {
  3748. if (img.complete && img.naturalWidth === 0) {
  3749. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3750. failedSrc: img.currentSrc || img.src || "",
  3751. alt: img.alt || "",
  3752. });
  3753. applyFallback(img);
  3754. }
  3755. });
  3756.  
  3757. document.addEventListener(
  3758. "error",
  3759. function (event) {
  3760. var target = event.target;
  3761. if (target && target.tagName === "IMG") {
  3762. applyFallback(target);
  3763. }
  3764. },
  3765. true
  3766. );
  3767. })();
  3768. </script>
  3769.  
  3770. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3771.  
  3772.  
  3773.  
  3774. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"e00366dfef1c4c65aa92099ad5b33d72","r":1}' crossorigin="anonymous"></script>
  3775. </body>
  3776.  
  3777. </html>
  3778.  
  3779.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda