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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="work">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T155953.269_TjhRkE3_wZQoOi2.png">
  14.    
  15.  
  16.    <title>SmartBiz: Expert Business Strategies and Growth Tips for Entrepreneurs</title>
  17.    <meta name="description" content="Discover actionable business insights, marketing strategies, and leadership advice to grow your enterprise. Stay updated with the latest trends and success stories.">
  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://smartbiz.tr/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #f4a261;
  42.        --bs-primary-rgb: f4a261;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fef5ef;
  49.        --bs-dark: #4c2c17;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #f4a261;
  53.        --theme-primary-color-s2: #f4a261;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #4c2c17;
  57.        --text-light-color: #676767;
  58.        --heading-color: #4c2c17;
  59.        --border-color: #fed7aa;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #ffedd5;
  75.        --navbar-color: #4c2c17;
  76.        --topbar-bg: #fef5ef;
  77.        --topbar-color: #4c2c17;
  78.        --footer-bg: #4c2c17;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fed7aa;
  82.        --card-radius: 12px;
  83.        --link-color: #f4a261;
  84.        --link-hover: #e07c24;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(244, 162, 97, 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_28">
  372.    <div id="healthcheck"></div>
  373.    <!-- start page-wrapper -->
  374.    <div class="page-wrapper">
  375.        
  376.            <!-- start preloader -->
  377.                
  378.            <!-- end preloader -->
  379.        
  380.        <!-- Start header -->
  381.        <header id="header" class="wpo-site-header">
  382.            
  383.  
  384.  
  385.    
  386.  
  387.  
  388. <div class="topbar d-sm-flex d-none">
  389.  <div class="container-fluid fluid-container">
  390.    <div class="row  ">
  391.      <div>
  392.        <div class="pt-2 d-flex gap-2 pb-0">
  393.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2">
  394.            <div class="d-flex">
  395.              <span class="fw-bold">Latest</span>
  396.            </div>
  397.            <div class="d-flex">
  398.              <span class="fw-bold">Update</span>
  399.            </div>
  400.          </div>
  401.  
  402.          <!-- Add an id to the marquee -->
  403.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  404.            <p class="text-center">
  405.              
  406.               <a href="/keeper-film-analysis-love-story-goes-to-hell-in-effectively-spooky-terrifying-tale/" class="px-5 top-color">
  407.                    Keeper Film Analysis – Love Story Goes to Hell in Effectively Spooky Terrifying Tale
  408.                  </a>
  409.              
  410.               <a href="/edward-enninful-on-modern-britain-we-are-less-tolerant-now-compared-to-the-nineties/" class="px-5 top-color">
  411.                    Edward Enninful on Modern Britain: &#x27;We Are Less Tolerant Now&#x27; Compared to the Nineties.
  412.                  </a>
  413.              
  414.               <a href="/high-adolescent-death-figures-indicate-an-emerging-situation-worldwide-medical-study-alerts/" class="px-5 top-color">
  415.                    High Adolescent Death Figures Indicate an ‘Emerging Situation’, Worldwide Medical Study Alerts
  416.                  </a>
  417.              
  418.               <a href="/blank-canvas-or-tone-deaf-the-color-authoritys-snowy-colour-of-the-year-ignites-debate/" class="px-5 top-color">
  419.                    Blank Canvas or Tone-Deaf? The Color Authority&#x27;s Snowy Colour of the Year Ignites Debate.
  420.                  </a>
  421.              
  422.               <a href="/thousands-left-without-power-in-south-east-queensland-and-victoria-following-powerful-weather-systems/" class="px-5 top-color">
  423.                    Thousands Left Without Power in South-East Queensland and Victoria Following Powerful Weather Systems
  424.                  </a>
  425.              
  426.            </p>
  427.          </marquee>
  428.        </div>
  429.      </div>
  430.    </div>
  431.  </div>
  432. </div>
  433.  
  434. <script>
  435.  // Stop/start marquee when hovering or focusing links inside it
  436.  document.addEventListener("DOMContentLoaded", function () {
  437.    const marquee = document.getElementById("newsMarquee");
  438.    if (!marquee) return;
  439.  
  440.    marquee.querySelectorAll("a").forEach((link) => {
  441.      link.addEventListener("mouseenter", () => marquee.stop());
  442.      link.addEventListener("mouseleave", () => marquee.start());
  443.      // keyboard accessibility
  444.      link.addEventListener("focus", () => marquee.stop());
  445.      link.addEventListener("blur", () => marquee.start());
  446.    });
  447.  });
  448. </script>
  449.  
  450.  
  451.  
  452.            
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459. <nav class="navigation navbar navbar-expand-lg mb-4">
  460.  <div class="container-fluid fluid-container">
  461.    <div class=" gap-3 align-items-center pt-md-0 pt-3 justify-content-lg-start justify-content-between flex-wrap d-flex w-100">
  462.      <div class="navbar-header d-md-none mb-0 justify-content-center d-flex w-sm-full">
  463.          <a class="navbar-brand" href="/">
  464.              
  465.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/0c7214d1-13da-4d6b-b65b-7c1bd2302c40_logo.png" alt="SmartBiz" />
  466.              
  467.          </a>
  468.      </div>
  469.      <div class="">
  470.        <div class="style-card">
  471.          <div class="minimal-search mb-md-4 mb-0">
  472.            <input type="search" class="search-input mt-md-4 mt-0" placeholder="Search..." />
  473.            <svg class="search-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  474.              <circle cx="11" cy="11" r="8"></circle>
  475.              <path d="m21 21-4.35-4.35"></path>
  476.            </svg>
  477.          </div>
  478.          <!-- The search results will be displayed here -->
  479.          <div id="search-results" class="search-results-container search-v1"></div>
  480.        </div>
  481.      </div>
  482.      <div class=" d-flex flex-wrap">
  483.        <div class="navbar-header d-lg-none d-none d-md-flex">
  484.          <a class="navbar-brand" href='/'><img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/0c7214d1-13da-4d6b-b65b-7c1bd2302c40_logo.png" alt="" /></a>
  485.        </div>
  486.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  487.          <button class="menu-close"><i class="ti-close"></i></button>
  488.  
  489.    <ul class="nav navbar-nav mb-2 mb-lg-0 align-items-center">
  490.    <li>
  491.      <a href="/">
  492.        Home
  493.      </a>
  494.    </li>
  495.  
  496.  
  497.    <li>
  498.      <a href="/category/all-posts/">
  499.        All Posts
  500.      </a>
  501.    </li>
  502.  
  503.    <li>
  504.      <a href="/category/business/">
  505.        Business
  506.      </a>
  507.    </li>
  508.  
  509.    <li>
  510.      <a href="/category/esports/">
  511.        Esports
  512.      </a>
  513.    </li>
  514.  
  515.  
  516.  
  517.  <div class="navbar-header d-lg-block d-none">
  518.    <a class="navbar-brand" href="/">
  519.      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/0c7214d1-13da-4d6b-b65b-7c1bd2302c40_logo.png" alt="" />
  520.    </a>
  521.  </div>
  522.  
  523.  
  524.  
  525.    
  526.    
  527.    
  528.      <li>
  529.        <a href="/category/fashion/">
  530.          Fashion
  531.        </a>
  532.      </li>
  533.    
  534.      <li>
  535.        <a href="/category/featured/">
  536.          Featured
  537.        </a>
  538.      </li>
  539.    
  540.  
  541.    
  542.    
  543.      <li class="menu-item-has-children">
  544.        <a href="#">More</a>
  545.        <ul class="sub-menu">
  546.          
  547.            <li>
  548.              <a href="/category/gaming/">
  549.                Gaming
  550.              </a>
  551.            </li>
  552.          
  553.            <li>
  554.              <a href="/category/health/">
  555.                Health
  556.              </a>
  557.            </li>
  558.          
  559.            <li>
  560.              <a href="/category/life-fitness/">
  561.                Life &amp; Fitness
  562.              </a>
  563.            </li>
  564.          
  565.            <li>
  566.              <a href="/category/lifestyle/">
  567.                Lifestyle
  568.              </a>
  569.            </li>
  570.          
  571.            <li>
  572.              <a href="/category/news/">
  573.                News
  574.              </a>
  575.            </li>
  576.          
  577.            <li>
  578.              <a href="/category/others/">
  579.                Others
  580.              </a>
  581.            </li>
  582.          
  583.            <li>
  584.              <a href="/category/politics/">
  585.                Politics
  586.              </a>
  587.            </li>
  588.          
  589.            <li>
  590.              <a href="/category/sports/">
  591.                Sports
  592.              </a>
  593.            </li>
  594.          
  595.            <li>
  596.              <a href="/category/tech/">
  597.                Tech
  598.              </a>
  599.            </li>
  600.          
  601.            <li>
  602.              <a href="/category/travel/">
  603.                Travel
  604.              </a>
  605.            </li>
  606.          
  607.        </ul>
  608.      </li>
  609.    
  610.  
  611.  
  612. <li>
  613.                  <a href="/page/contact-us/">
  614.                     Contact Us
  615.                  </a>
  616.              </li>
  617. </ul>
  618.  
  619.        </div>
  620.        <div class="sidebar-blur"></div>
  621.        <!-- end of nav-collapse -->
  622.      </div>
  623.      <div class="me-3">
  624.        <div class="mobail-menu d-xl-none d-block">
  625.          <button type="button" class="navbar-toggler open-btn">
  626.            <span class="sr-only">Toggle navigation</span>
  627.            <span class="icon-bar first-angle"></span>
  628.            <span class="icon-bar middle-angle"></span>
  629.            <span class="icon-bar last-angle"></span>
  630.          </button>
  631.        </div>
  632.        <!-- <div class="header-right">
  633.          <div class="header-right-menu-wrapper d-xl-block d-none">
  634.            <div class="header-right-menu">
  635.              <div class="right-menu-toggle-btn">
  636.                <span></span>
  637.                <span></span>
  638.                <span></span>
  639.              </div>
  640.              <div class="header-right-menu-wrap" style="z-index: 999;">
  641.                <button class="right-menu-close"><i class="ti-close"></i></button>
  642.                <div class="logo">
  643.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  644.                </div>
  645.                <div class="header-right-sec">
  646.                  <div class="project-widget widget">
  647.                    <h3 class="text-white">Our Latest News</h3>
  648.                    <div class="posts">
  649.                      <div class="post">
  650.                        <div class="img-holder">
  651.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  652.                        </div>
  653.                        <div class="details">
  654.                          <span class="date">19 Jun 2022</span>
  655.                          <h4><a href="blog-single.html" class="text-white">Perfect Photo Clicking Idea You Must Know.</a></h4>
  656.                        </div>
  657.                      </div>
  658.                      <div class="post">
  659.                        <div class="img-holder">
  660.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  661.                        </div>
  662.                        <div class="details">
  663.                          <span class="date">22 May 2022</span>
  664.                          <h4><a href="blog-single.html" class="text-white">Best tourism site all over the world.</a></h4>
  665.                        </div>
  666.                      </div>
  667.                      <div class="post">
  668.                        <div class="img-holder">
  669.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  670.                        </div>
  671.                        <div class="details">
  672.                          <span class="date">12 Apr 2022</span>
  673.                          <h4><a href="blog-single.html" class="text-white">Whats In Trend in Now Woman Fashion.</a></h4>
  674.                        </div>
  675.                      </div>
  676.                    </div>
  677.                  </div>
  678.                  <div class="widget wpo-contact-widget">
  679.                    <div class="widget-title">
  680.                      <h3 class="text-white">Contact Us</h3>
  681.                    </div>
  682.                    <div class="contact-ft">
  683.                      <ul>
  684.                        <li>
  685.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  686.                        </li>
  687.                        <li>
  688.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  689.                          + 8 (123) 123 456 789
  690.                        </li>
  691.                        <li>
  692.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  693.                        </li>
  694.                      </ul>
  695.                    </div>
  696.                  </div>
  697.                </div>
  698.              </div>
  699.              <div class="sidebar-blur"></div>
  700.            </div>
  701.          </div>
  702.        </div> -->
  703.      </div>
  704.    </div>
  705.  </div>
  706.  <!-- end of container -->
  707. </nav>
  708. <style>
  709.  .navbar-brand img{
  710.    height: 70px;
  711.    object-fit: contain;
  712.  }
  713.    /* search field */
  714.  .search-results-container {
  715.  position: absolute;
  716.  top: 100%; /* Position it below the input field */
  717. left: 10px;
  718.  right: 10px;
  719.  background-color: white;
  720.  border: 1px solid #ddd;
  721.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  722.  max-height: 300px;
  723.  overflow-y: auto;
  724.  z-index: 1000;
  725.  display: none; /* Initially hidden */
  726. }
  727.  
  728. .search-results-container p {
  729.  margin: 0;
  730. }
  731.  
  732. .search-results-container .result-item {
  733.  padding: 10px;
  734.  cursor: pointer;
  735. }
  736.  
  737. .search-results-container .result-item:hover {
  738.  background-color: #f0f0f0;
  739. }
  740. @media (max-width:576px) {
  741.  .w-sm-full{
  742.    padding-top: 10px;
  743.    width: 100%;
  744.  }
  745.  .m-s-0{
  746.    margin-top: 0px !important;
  747.  }
  748. }
  749. @media (max-width:768px) {
  750. .search-icon{
  751. top: 50%;
  752. }
  753. }
  754.  
  755.  
  756. </style>
  757. <script>
  758.  const searchInput = document.querySelector(".search-input");
  759.  const searchResults = document.getElementById("search-results");
  760.  
  761.  // Handle typing
  762.  searchInput.addEventListener("keyup", function (e) {
  763.    e.preventDefault();
  764.  
  765.    const query = searchInput.value;
  766.  
  767.    if (query === "") {
  768.      searchResults.innerHTML = "";
  769.      searchResults.style.display = "none";
  770.      return;
  771.    }
  772.  
  773.    searchResults.style.display = "block";
  774.  
  775.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  776.      method: "GET",
  777.      headers: {
  778.        "X-Requested-With": "XMLHttpRequest",
  779.      },
  780.    })
  781.      .then(response => response.json())
  782.      .then(data => {
  783.        if (data.html) {
  784.          searchResults.innerHTML = data.html;
  785.        } else {
  786.          searchResults.innerHTML = "<p>No results found.</p>";
  787.        }
  788.      })
  789.      .catch(error => {
  790.        console.error("Error fetching search results:", error);
  791.      });
  792.  });
  793.  
  794.  // Close results when clicking outside
  795.  document.addEventListener("click", function (e) {
  796.    if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  797.      searchResults.style.display = "none";
  798.    }
  799.  });
  800. </script>
  801.  
  802.  
  803.        </header>
  804.        <!-- end of header -->
  805.        <!-- start of wpo-blog-hero -->
  806.        
  807.  
  808.  
  809.  
  810.  <!-- Django Template for Clean Blog Cards -->
  811.  
  812.  
  813.  
  814.  
  815. <div class="blog-section">
  816.    <div class="container-fluid fluid-container">
  817.        <div class="blog-grid">
  818.            
  819.            
  820.              
  821.            <!-- Featured Blog Card -->
  822.            <article class="blog-card featured">
  823.                <div class="card-image">
  824.                    
  825.                        <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  826.                    
  827.                    <span class="category bg-primary-gradient">News</span>
  828.                </div>
  829.                <div class="card-content">
  830.                    <h2 class="card-title"><a class="top-color" href="/hendy-scores-three-as-eight-try-saints-demolish-pretoria-bulls/">
  831.                                        Hendy Scores Three as Eight-Try Saints Demolish Pretoria Bulls
  832.                                    </a></h2>
  833.                    <p class="card-excerpt"></p>
  834.                    <div class="card-meta">
  835.                        <div class="author">
  836.                            
  837.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b357b933-b6c6-42ce-a050-3e10c091fd63_profile.png" alt="Travis Palmer" style="object-fit: cover;" class="author-avatar">
  838.                            
  839.                            <span class="author-name">Travis Palmer</span>
  840.                        </div>
  841.                        <span class="date">07 Aug 2026</span>
  842.                    </div>
  843.                    <a  href="/hendy-scores-three-as-eight-try-saints-demolish-pretoria-bulls/" class="read-more">Read Article</a>
  844.                </div>
  845.            </article>
  846.  
  847.            
  848.            
  849.  
  850.            
  851.            <!-- Regular Blog Card -->
  852.            <article class="blog-card">
  853.                <div class="card-image">
  854.                    
  855.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  856.                            class="img img-responsive" style="object-fit: cover;" alt="">
  857.                    
  858.                    <span class="category bg-primary-gradient">News</span>
  859.                </div>
  860.                <div class="card-content">
  861.                    <h3 class="card-title"> <a class="top-color" href="/war-torn-burma-goes-to-the-polls-in-widely-criticised-political-theater/" >
  862.                                        War-torn Burma Goes to the Polls in Widely Criticised Political Theater.
  863.                                    </a></h3>
  864.                    <p class="card-excerpt"></p>
  865.                    <div class="card-meta">
  866.                        <div class="author">
  867.                              
  868.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b357b933-b6c6-42ce-a050-3e10c091fd63_profile.png" alt="Travis Palmer" style="object-fit: cover;" class="author-avatar">
  869.                            
  870.                            <span class="author-name">Travis Palmer</span>
  871.                        </div>
  872.                        <span class="date">07 Aug 2026</span>
  873.                    </div>
  874.                    <a  href="/war-torn-burma-goes-to-the-polls-in-widely-criticised-political-theater/" class="read-more">Read Article</a>
  875.                </div>
  876.            </article>
  877.            
  878.            <!-- Regular Blog Card -->
  879.            <article class="blog-card">
  880.                <div class="card-image">
  881.                    
  882.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  883.                            class="img img-responsive" style="object-fit: cover;" alt="">
  884.                    
  885.                    <span class="category bg-primary-gradient">News</span>
  886.                </div>
  887.                <div class="card-content">
  888.                    <h3 class="card-title"> <a class="top-color" href="/the-president-states-he-will-follow-the-agreement-to-conclude-government-shutdown/" >
  889.                                        The President States He Will ‘Follow the Agreement’ to Conclude Government Shutdown
  890.                                    </a></h3>
  891.                    <p class="card-excerpt"></p>
  892.                    <div class="card-meta">
  893.                        <div class="author">
  894.                              
  895.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b357b933-b6c6-42ce-a050-3e10c091fd63_profile.png" alt="Travis Palmer" style="object-fit: cover;" class="author-avatar">
  896.                            
  897.                            <span class="author-name">Travis Palmer</span>
  898.                        </div>
  899.                        <span class="date">07 Aug 2026</span>
  900.                    </div>
  901.                    <a  href="/the-president-states-he-will-follow-the-agreement-to-conclude-government-shutdown/" class="read-more">Read Article</a>
  902.                </div>
  903.            </article>
  904.            
  905.            <!-- Regular Blog Card -->
  906.            <article class="blog-card">
  907.                <div class="card-image">
  908.                    
  909.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  910.                            class="img img-responsive" style="object-fit: cover;" alt="">
  911.                    
  912.                    <span class="category bg-primary-gradient">News</span>
  913.                </div>
  914.                <div class="card-content">
  915.                    <h3 class="card-title"> <a class="top-color" href="/the-future-for-the-heavyweight-division-after-wardleys-victory/" >
  916.                                        The Future for the Heavyweight Division After Wardley&#x27;s Victory?
  917.                                    </a></h3>
  918.                    <p class="card-excerpt"></p>
  919.                    <div class="card-meta">
  920.                        <div class="author">
  921.                              
  922.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b357b933-b6c6-42ce-a050-3e10c091fd63_profile.png" alt="Travis Palmer" style="object-fit: cover;" class="author-avatar">
  923.                            
  924.                            <span class="author-name">Travis Palmer</span>
  925.                        </div>
  926.                        <span class="date">07 Aug 2026</span>
  927.                    </div>
  928.                    <a  href="/the-future-for-the-heavyweight-division-after-wardleys-victory/" class="read-more">Read Article</a>
  929.                </div>
  930.            </article>
  931.            
  932.            <!-- Regular Blog Card -->
  933.            <article class="blog-card">
  934.                <div class="card-image">
  935.                    
  936.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  937.                            class="img img-responsive" style="object-fit: cover;" alt="">
  938.                    
  939.                    <span class="category bg-primary-gradient">News</span>
  940.                </div>
  941.                <div class="card-content">
  942.                    <h3 class="card-title"> <a class="top-color" href="/several-affected-as-rough-air-strikes-a-delta-airlines-aircraft-arriving-in-sydney/" >
  943.                                        Several Affected as Rough Air Strikes A Delta Airlines Aircraft Arriving in Sydney
  944.                                    </a></h3>
  945.                    <p class="card-excerpt"></p>
  946.                    <div class="card-meta">
  947.                        <div class="author">
  948.                              
  949.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b357b933-b6c6-42ce-a050-3e10c091fd63_profile.png" alt="Travis Palmer" style="object-fit: cover;" class="author-avatar">
  950.                            
  951.                            <span class="author-name">Travis Palmer</span>
  952.                        </div>
  953.                        <span class="date">06 Aug 2026</span>
  954.                    </div>
  955.                    <a  href="/several-affected-as-rough-air-strikes-a-delta-airlines-aircraft-arriving-in-sydney/" class="read-more">Read Article</a>
  956.                </div>
  957.            </article>
  958.            
  959.  
  960.        </div>
  961.    </div>
  962. </div>
  963.  
  964. <style>
  965.  
  966.  
  967. .blog-section {
  968.    padding: 60px 0;
  969. }
  970.  
  971.  
  972. .blog-grid {
  973.    display: grid;
  974.    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  975.    gap: 30px;
  976. }
  977.  
  978. /* Blog Cards */
  979. .blog-card {
  980.    background: var(--card-bg);
  981.    border: 1px solid var(--border-color);
  982.    border-radius: var(--card-radius);
  983.    overflow: hidden;
  984.    transition: all 0.3s ease;
  985. }
  986.  
  987. .blog-card:hover {
  988.    transform: translateY(-5px);
  989.    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  990.    border-color: var(--border-color);
  991. }
  992.  
  993. .featured {
  994.    grid-column: span 2;
  995.    display: grid;
  996.    grid-template-columns: 1fr 1fr;
  997.    gap: 0;
  998. }
  999.  
  1000. .card-image {
  1001.    position: relative;
  1002.    height: 220px;
  1003.    background: #f8f8f8;
  1004. }
  1005.  
  1006. .featured .card-image {
  1007.    height: 100%;
  1008.    min-height: 300px;
  1009. }
  1010.  
  1011. .card-image img {
  1012.    width: 100%;
  1013.    height: 100%;
  1014.    object-fit: cover;
  1015. }
  1016.  
  1017. .category {
  1018.    position: absolute;
  1019.    top: 15px;
  1020.    left: 15px;
  1021.    padding: 6px 16px;
  1022.    border-radius: 20px;
  1023.    font-size: 12px;
  1024.    font-weight: 500;
  1025.    text-transform: uppercase;
  1026.    letter-spacing: 0.5px;
  1027. }
  1028.  
  1029. .card-content {
  1030.    padding: 25px;
  1031. }
  1032.  
  1033. .featured .card-content {
  1034.    display: flex;
  1035.    flex-direction: column;
  1036.    justify-content: center;
  1037.    padding: 40px;
  1038. }
  1039.  
  1040. .card-title {
  1041.    font-size: 18px;
  1042.    font-weight: 600;
  1043.    margin-bottom: 12px;
  1044.    line-height: 1.4;
  1045. }
  1046.  
  1047. .featured .card-title {
  1048.    font-size: 24px;
  1049.    margin-bottom: 15px;
  1050. }
  1051.  
  1052. .card-excerpt {
  1053.    color: #666;
  1054.    font-size: 14px;
  1055.    line-height: 1.6;
  1056.    margin-bottom: 20px;
  1057. }
  1058.  
  1059. .featured .card-excerpt {
  1060.    font-size: 16px;
  1061.    margin-bottom: 25px;
  1062. }
  1063.  
  1064. .card-meta {
  1065.    display: flex;
  1066.    align-items: center;
  1067.    justify-content: space-between;
  1068.    padding-top: 15px;
  1069.    border-top: 1px solid #f0f0f0;
  1070.    margin-bottom: 15px;
  1071. }
  1072.  
  1073. .author {
  1074.    display: flex;
  1075.    align-items: center;
  1076.    gap: 10px;
  1077. }
  1078.  
  1079. .author-avatar {
  1080.    width: 30px;
  1081.    height: 30px;
  1082.    border-radius: 50%;
  1083.    object-fit: cover;
  1084.    border: 1px solid #e5e5e5;
  1085. }
  1086.  
  1087. .author-name {
  1088.    color: #555;
  1089.    font-size: 13px;
  1090.    font-weight: 500;
  1091. }
  1092.  
  1093. .date {
  1094.    color: #999;
  1095.    font-size: 12px;
  1096. }
  1097.  
  1098. .read-more {
  1099.    color: #333;
  1100.    text-decoration: none;
  1101.    font-size: 13px;
  1102.    font-weight: 500;
  1103.    display: inline-flex;
  1104.    align-items: center;
  1105.    transition: color 0.2s ease;
  1106. }
  1107.  
  1108. .read-more:hover {
  1109.    color: #000;
  1110. }
  1111.  
  1112. .read-more::after {
  1113.    content: '→';
  1114.    margin-left: 8px;
  1115.    transition: transform 0.2s ease;
  1116. }
  1117.  
  1118. .read-more:hover::after {
  1119.    transform: translateX(4px);
  1120. }
  1121.  
  1122. /* Newsletter Card */
  1123. .newsletter-card {
  1124.    background: white;
  1125.    border: 2px dashed #ddd;
  1126.    border-radius: 12px;
  1127.    padding: 40px 30px;
  1128.    text-align: center;
  1129.    display: flex;
  1130.    flex-direction: column;
  1131.    justify-content: center;
  1132.    align-items: center;
  1133. }
  1134.  
  1135. .newsletter-title {
  1136.    color: #333;
  1137.    font-size: 20px;
  1138.    font-weight: 600;
  1139.    margin-bottom: 8px;
  1140. }
  1141.  
  1142. .newsletter-desc {
  1143.    color: #666;
  1144.    font-size: 14px;
  1145.    margin-bottom: 25px;
  1146. }
  1147.  
  1148. .newsletter-form {
  1149.    width: 100%;
  1150.    max-width: 280px;
  1151.    margin-bottom: 15px;
  1152. }
  1153.  
  1154. .email-input {
  1155.    width: 100%;
  1156.    padding: 12px 16px;
  1157.    border: 1px solid #ddd;
  1158.    border-radius: 8px;
  1159.    font-size: 14px;
  1160.    margin-bottom: 12px;
  1161.    transition: border-color 0.2s ease;
  1162. }
  1163.  
  1164. .email-input:focus {
  1165.    outline: none;
  1166.    border-color: #333;
  1167. }
  1168.  
  1169. .subscribe-btn {
  1170.    width: 100%;
  1171.    padding: 12px 16px;
  1172.    background: #333;
  1173.    color: white;
  1174.    border: none;
  1175.    border-radius: 8px;
  1176.    font-size: 14px;
  1177.    font-weight: 500;
  1178.    cursor: pointer;
  1179.    transition: background 0.2s ease;
  1180. }
  1181.  
  1182. .subscribe-btn:hover {
  1183.    background: #555;
  1184. }
  1185.  
  1186. .subscriber-count {
  1187.    color: #999;
  1188.    font-size: 12px;
  1189. }
  1190.  
  1191. /* Responsive Design */
  1192. @media (max-width: 768px) {
  1193.    .blog-grid {
  1194.        grid-template-columns: 1fr;
  1195.        gap: 20px;
  1196.    }
  1197.    
  1198.    .featured {
  1199.        grid-column: span 1;
  1200.        grid-template-columns: 1fr;
  1201.    }
  1202.    
  1203.    .featured .card-image {
  1204.        height: 220px;
  1205.    }
  1206.    
  1207.    .featured .card-content {
  1208.        padding: 25px;
  1209.    }
  1210.    
  1211.    .featured .card-title {
  1212.        font-size: 20px;
  1213.    }
  1214.    
  1215.    .featured .card-excerpt {
  1216.        font-size: 14px;
  1217.    }
  1218. }
  1219.  
  1220. @media (max-width: 480px) {
  1221.    .container {
  1222.        padding: 0 15px;
  1223.    }
  1224.    
  1225.    .card-content,
  1226.    .featured .card-content {
  1227.        padding: 20px;
  1228.    }
  1229.    
  1230.    .newsletter-card {
  1231.        padding: 30px 20px;
  1232.    }
  1233. }
  1234. </style>
  1235.  
  1236.  
  1237.  
  1238.  
  1239.        <!-- end of wpo-blog-hero -->
  1240.  
  1241.        <!-- start of wpo-breacking-news -->
  1242.        
  1243.        <!-- end of wpo-breacking-news -->
  1244.        
  1245.        <!-- start wpo-blog-highlights-section -->
  1246.        
  1247.  
  1248.  
  1249.  
  1250.    
  1251.  
  1252.  
  1253.  
  1254.  
  1255. <style>
  1256.    .blog-highlights-v3 {
  1257.        padding: 80px 0;
  1258.        position: relative;
  1259.        overflow: hidden;
  1260.    }
  1261.    
  1262.    .blog-highlights-v3::before {
  1263.        content: '';
  1264.        position: absolute;
  1265.        top: 0;
  1266.        left: 0;
  1267.        width: 100%;
  1268.        height: 100%;
  1269.        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  1270.        z-index: 0;
  1271.    }
  1272.    
  1273.    .masonry-container {
  1274.        display: grid;
  1275.        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  1276.        grid-gap: 25px;
  1277.    }
  1278.    
  1279.    .blog-card-v3 {
  1280.        border: 1px solid var(--border-color) !important;
  1281.        border-radius: 25px;
  1282.        overflow: hidden;
  1283.        background: var(--card-bg);
  1284.        backdrop-filter: blur(10px);
  1285.        border: 1px solid var(--border-color);
  1286.        position: relative;
  1287.        transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1288.        cursor: pointer;
  1289.        transform: translateY(0) rotateX(0) rotateY(0);
  1290.        transform-style: preserve-3d;
  1291.        perspective: 1000px;
  1292.        z-index: 1;
  1293.    }
  1294.    .span-21 { grid-row-end: span 21; }
  1295.    .span-22 { grid-row-end: span 22; }
  1296.    
  1297.    .blog-card-v3::before {
  1298.        content: '';
  1299.        position: absolute;
  1300.        top: 0;
  1301.        left: 0;
  1302.        width: 100%;
  1303.        height: 100%;
  1304.        background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.02) 100%);
  1305.        opacity: 0;
  1306.        transition: opacity 0.3s ease;
  1307.        z-index: 1;
  1308.    }
  1309.    
  1310.    .blog-card-v3:hover {
  1311.        transform: translateY(-20px) rotateX(5deg) rotateY(5deg) scale(1.03);
  1312.        box-shadow:
  1313.            0 30px 60px rgba(0,0,0,0.15),
  1314.            0 15px 30px rgba(0,0,0,0.1),
  1315.            inset 0 1px 0 rgba(255,255,255,0.3);
  1316.        z-index: 10;
  1317.    }
  1318.    
  1319.    .blog-card-v3:hover::before {
  1320.        opacity: 1;
  1321.    }
  1322.    
  1323.    .blog-image-v3 {
  1324.        position: relative;
  1325.        overflow: hidden;
  1326.        height: 50%;
  1327.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1328.    }
  1329.    
  1330.    .blog-image-v3::after {
  1331.        content: '';
  1332.        position: absolute;
  1333.        top: 0;
  1334.        left: 0;
  1335.        width: 100%;
  1336.        height: 100%;
  1337.        background:
  1338.            radial-gradient(circle at top right, rgba(255,255,255,0.3) 0%, transparent 50%),
  1339.            linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 100%);
  1340.        z-index: 2;
  1341.    }
  1342.    
  1343.    .blog-image-v3 img {
  1344.        width: 100%;
  1345.        height: 100%;
  1346.        object-fit: cover;
  1347.        transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1348.        transform: scale(1);
  1349.        filter: brightness(1) saturate(1);
  1350.    }
  1351.    
  1352.    .blog-card-v3:hover .blog-image-v3 img {
  1353.        transform: scale(1.15);
  1354.        filter: brightness(1.1) saturate(1.2);
  1355.    }
  1356.    
  1357.    .blog-floating-elements {
  1358.        position: absolute;
  1359.        top: 0;
  1360.        left: 0;
  1361.        width: 100%;
  1362.        height: 100%;
  1363.        pointer-events: none;
  1364.        z-index: 3;
  1365.    }
  1366.    
  1367.    .floating-dot {
  1368.        position: absolute;
  1369.        width: 8px;
  1370.        height: 8px;
  1371.        background: rgba(255,255,255,0.6);
  1372.        border-radius: 50%;
  1373.        animation: float 3s ease-in-out infinite;
  1374.    }
  1375.    
  1376.    .floating-dot:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
  1377.    .floating-dot:nth-child(2) { top: 60%; right: 20%; animation-delay: 0.5s; }
  1378.    .floating-dot:nth-child(3) { bottom: 30%; left: 25%; animation-delay: .5s; }
  1379.    
  1380.    @keyframes float {
  1381.        0%, 100% { transform: translateY(0px); }
  1382.        50% { transform: translateY(-10px); }
  1383.    }
  1384.    
  1385.    .blog-category-v3 {
  1386.        position: absolute;
  1387.        top: 25px;
  1388.        right: 25px;
  1389.        padding: 10px 18px;
  1390.        border-radius: 30px;
  1391.        font-size: 11px;
  1392.        font-weight: 800;
  1393.        text-transform: uppercase;
  1394.        letter-spacing: 1.2px;
  1395.        backdrop-filter: blur(10px);
  1396.        z-index: 4;
  1397.        transform: translateY(0) scale(1);
  1398.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1399.        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  1400.        border: 1px solid rgba(255,255,255,0.3);
  1401.    }
  1402.    
  1403.    .blog-card-v3:hover .blog-category-v3 {
  1404.        transform: translateY(-10px) scale(1.1);
  1405.        background: rgba(var(--card-bg),1);
  1406.        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  1407.    }
  1408.    
  1409.    .blog-content-v3 {
  1410.        padding: 35px 30px 30px;
  1411.        height: 50%;
  1412.        display: flex;
  1413.        flex-direction: column;
  1414.        justify-content: space-between;
  1415.        position: relative;
  1416.        z-index: 2;
  1417.    }
  1418.    
  1419.    .blog-title-v3 {
  1420.        font-size: 19px;
  1421.        font-weight: 700;
  1422.        line-height: 1.3;
  1423.        margin-bottom: 18px;
  1424.        position: relative;
  1425.    }
  1426.    
  1427.    .blog-title-v3 a {
  1428.        text-decoration: none;
  1429.        color: var(--top-color) !important;
  1430.        transition: all 0.3s ease;
  1431.        position: relative;
  1432.        display: inline-block;
  1433.    }
  1434.    
  1435.    .blog-title-v3 a::before {
  1436.        content: '';
  1437.        position: absolute;
  1438.        bottom: -3px;
  1439.        left: 0;
  1440.        width: 0;
  1441.        height: 3px;
  1442.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1443.        border-radius: 2px;
  1444.        transition: width 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1445.    }
  1446.    
  1447.    .blog-card-v3:hover .blog-title-v3 a::before {
  1448.        width: 100%;
  1449.    }
  1450.    
  1451.    .blog-meta-v3 {
  1452.        display: flex;
  1453.        align-items: center;
  1454.        gap: 15px;
  1455.        margin-bottom: 18px;
  1456.        font-size: 13px;
  1457.        color: #7f8c8d;
  1458.        padding-bottom: 18px;
  1459.        border-bottom: 1px solid rgba(127, 140, 141, 0.1);
  1460.        position: relative;
  1461.    }
  1462.    
  1463.    .blog-meta-v3::after {
  1464.        content: '';
  1465.        position: absolute;
  1466.        bottom: -1px;
  1467.        left: 0;
  1468.        width: 0;
  1469.        height: 1px;
  1470.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1471.        transition: width 0.6s ease 0.3s;
  1472.    }
  1473.    
  1474.    .blog-card-v3:hover .blog-meta-v3::after {
  1475.        width: 80px;
  1476.    }
  1477.    
  1478.    .blog-author-img-v3 {
  1479.        width: 35px;
  1480.        height: 35px;
  1481.        border-radius: 50%;
  1482.        object-fit: cover;
  1483.        border: 3px solid rgba(255,255,255,0.8);
  1484.        transition: all 0.4s ease;
  1485.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  1486.    }
  1487.    
  1488.    .blog-card-v3:hover .blog-author-img-v3 {
  1489.        transform: scale(1.15);
  1490.        border-color: rgba(102, 126, 234, 0.5);
  1491.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
  1492.    }
  1493.    
  1494.    .blog-excerpt-v3 {
  1495.        font-size: 14px;
  1496.        line-height: 1.7;
  1497.        color: #5a6c7d;
  1498.        margin-bottom: 20px;
  1499.        display: -webkit-box;
  1500.        -webkit-line-clamp: 3;
  1501.        -webkit-box-orient: vertical;
  1502.        overflow: hidden;
  1503.        opacity: 0.9;
  1504.        transition: opacity 0.3s ease;
  1505.    }
  1506.    
  1507.    .blog-card-v3:hover .blog-excerpt-v3 {
  1508.        opacity: 1;
  1509.    }
  1510.    
  1511.    .blog-actions-v3 {
  1512.        display: flex;
  1513.        justify-content: space-between;
  1514.        align-items: center;
  1515.    }
  1516.    
  1517.    .blog-read-time-v3 {
  1518.        font-size: 12px;
  1519.        color: #95a5a6;
  1520.        display: flex;
  1521.        align-items: center;
  1522.        gap: 6px;
  1523.    }
  1524.    
  1525.    .blog-read-more-v3 {
  1526.        width: 50px;
  1527.        height: 50px;
  1528.        border-radius: 50%;
  1529.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1530.        display: flex;
  1531.        align-items: center;
  1532.        justify-content: center;
  1533.        color: white;
  1534.        text-decoration: none;
  1535.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1536.        transform: scale(0) rotate(0deg);
  1537.        opacity: 0;
  1538.        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
  1539.        position: relative;
  1540.        overflow: hidden;
  1541.    }
  1542.    
  1543.    .blog-read-more-v3::before {
  1544.        content: '';
  1545.        position: absolute;
  1546.        top: 50%;
  1547.        left: 50%;
  1548.        width: 0;
  1549.        height: 0;
  1550.        background: rgba(255,255,255,0.2);
  1551.        border-radius: 50%;
  1552.        transition: all 0.6s ease;
  1553.        transform: translate(-50%, -50%);
  1554.    }
  1555.    
  1556.    .blog-card-v3:hover .blog-read-more-v3 {
  1557.        transform: scale(1) rotate(360deg);
  1558.        opacity: 1;
  1559.    }
  1560.    
  1561.    .blog-read-more-v3:hover::before {
  1562.        width: 100%;
  1563.        height: 100%;
  1564.    }
  1565.    
  1566.    .section-header-v3 {
  1567.        text-align: center;
  1568.        margin-bottom: 80px;
  1569.        position: relative;
  1570.        z-index: 2;
  1571.    }
  1572.    
  1573.    .section-title-v3 {
  1574.        font-size: 3.5rem;
  1575.        font-weight: 900;
  1576.        margin-bottom: 25px;
  1577.        color: #2c3e50;
  1578.        position: relative;
  1579.        display: inline-block;
  1580.    }
  1581.    
  1582.    .section-title-v3::before {
  1583.        content: '';
  1584.        position: absolute;
  1585.        top: -15px;
  1586.        right: -15px;
  1587.        width: 30px;
  1588.        height: 30px;
  1589.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1590.        border-radius: 50%;
  1591.        opacity: 0.3;
  1592.        animation: pulse 2s infinite;
  1593.    }
  1594.    
  1595.    @keyframes pulse {
  1596.        0%, 100% { transform: scale(1); opacity: 0.3; }
  1597.        50% { transform: scale(1.2); opacity: 0.6; }
  1598.    }
  1599.    
  1600.    .section-subtitle-v3 {
  1601.        font-size: 1.2rem;
  1602.        color: #7f8c8d;
  1603.        max-width: 700px;
  1604.        margin: 0 auto;
  1605.        line-height: 1.7;
  1606.        font-weight: 300;
  1607.    }
  1608.    
  1609.    .scroll-reveal {
  1610.        opacity: 0;
  1611.        transform: translateY(50px) scale(0.9);
  1612.        transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
  1613.    }
  1614.    
  1615.    .scroll-reveal.revealed {
  1616.        opacity: 1;
  1617.        transform: translateY(0) scale(1);
  1618.    }
  1619.    
  1620.    .scroll-reveal:nth-child(1) { transition-delay: 0.1s; }
  1621.    .scroll-reveal:nth-child(2) { transition-delay: 0.1s; }
  1622.    .scroll-reveal:nth-child(3) { transition-delay: 0.1s; }
  1623.    .scroll-reveal:nth-child(4) { transition-delay: 0.1s; }
  1624.    .scroll-reveal:nth-child(5) { transition-delay: 0.1s; }
  1625.    .scroll-reveal:nth-child(6) { transition-delay: 0.1s; }
  1626.  
  1627.    @media (max-width: 768px) {
  1628.        .masonry-container {
  1629.            display: flex;
  1630.            flex-direction: column;
  1631.            grid-gap: 20px;
  1632.        }
  1633.        .blog-card-v3:nth-child(n) {
  1634.            grid-row-end: span 20;
  1635.        }
  1636.        .section-title-v3 {
  1637.            font-size: 2.8rem;
  1638.        }
  1639.        .blog-highlights-v3 {
  1640.            padding: 60px 0;
  1641.        }
  1642.        .blog-content-v3 {
  1643.            padding: 25px 20px;
  1644.        }
  1645.        .blog-card-v3:hover {
  1646.            transform: translateY(-15px) scale(1.02);
  1647.        }
  1648.        .blog-image-v3{
  1649.            max-height: 350px;
  1650.            height: 100%;
  1651.        }
  1652.    }
  1653. </style>
  1654.  
  1655. <section class="blog-highlights-v3">
  1656.    <div class="container-fluid fluid-container">
  1657.        <div class="row">
  1658.            <div class="col-12">
  1659.                 <div class="wpo-section-title">
  1660.            <h2>
  1661.                Today's Top Highlights
  1662.                   </h2>
  1663.        </div>
  1664.            </div>
  1665.        </div>
  1666.        
  1667.        <div class="row">
  1668.            <div class="col-lg-8 col-12">
  1669.                <div class="masonry-container">
  1670.                    
  1671.                    <div class="blog-card-v3 scroll-reveal span-21">
  1672.                        <div class="blog-image-v3">
  1673.                            
  1674.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1675.                            
  1676.                            <div class="blog-floating-elements">
  1677.                                <div class="floating-dot"></div>
  1678.                                <div class="floating-dot"></div>
  1679.                                <div class="floating-dot"></div>
  1680.                            </div>
  1681.                            <span class="blog-category-v3 bg-primary-gradient">
  1682.                                News
  1683.                            </span>
  1684.                        </div>
  1685.                        <div class="blog-content-v3">
  1686.                            <h3 class="blog-title-v3">
  1687.                                <a href="/greetings-overseas-magnates-and-firms-kindly-proceed-and-sue-the-uk-for-billions/" >
  1688.                                Greetings, Overseas Magnates and Firms! Kindly Proceed and Sue the UK for Billions.
  1689.                                </a>
  1690.                            </h3>
  1691.                            <div class="blog-meta-v3">
  1692.                                
  1693.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b357b933-b6c6-42ce-a050-3e10c091fd63_profile.png" alt="Travis Palmer" style="object-fit: cover;" class="blog-author-img-v3">
  1694.                                
  1695.                                <span>By Travis Palmer</span>
  1696.                                <span>•</span>
  1697.                                <span>06 Aug 2026</span>
  1698.                            </div>
  1699.                            
  1700.                            <div class="blog-actions-v3">
  1701.                                <div class="blog-read-time-v3">
  1702.                                    <i class="far fa-clock"></i>
  1703.                                    <!-- <span>5 min read</span> -->
  1704.                                </div>
  1705.                                <a href="/greetings-overseas-magnates-and-firms-kindly-proceed-and-sue-the-uk-for-billions/"  class="blog-read-more-v3">
  1706.                                    <i class="ti-arrow-right"></i>
  1707.                                </a>
  1708.                            </div>
  1709.                        </div>
  1710.                    </div>
  1711.                    
  1712.                    <div class="blog-card-v3 scroll-reveal span-22">
  1713.                        <div class="blog-image-v3">
  1714.                            
  1715.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1716.                            
  1717.                            <div class="blog-floating-elements">
  1718.                                <div class="floating-dot"></div>
  1719.                                <div class="floating-dot"></div>
  1720.                                <div class="floating-dot"></div>
  1721.                            </div>
  1722.                            <span class="blog-category-v3 bg-primary-gradient">
  1723.                                News
  1724.                            </span>
  1725.                        </div>
  1726.                        <div class="blog-content-v3">
  1727.                            <h3 class="blog-title-v3">
  1728.                                <a href="/cruise-cancelled-after-fatal-incident-of-female-passenger-stranded-on-island/" >
  1729.                                Cruise Cancelled After Fatal Incident of Female Passenger Stranded on Island
  1730.                                </a>
  1731.                            </h3>
  1732.                            <div class="blog-meta-v3">
  1733.                                
  1734.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b357b933-b6c6-42ce-a050-3e10c091fd63_profile.png" alt="Travis Palmer" style="object-fit: cover;" class="blog-author-img-v3">
  1735.                                
  1736.                                <span>By Travis Palmer</span>
  1737.                                <span>•</span>
  1738.                                <span>06 Aug 2026</span>
  1739.                            </div>
  1740.                            
  1741.                            <div class="blog-actions-v3">
  1742.                                <div class="blog-read-time-v3">
  1743.                                    <i class="far fa-clock"></i>
  1744.                                    <!-- <span>5 min read</span> -->
  1745.                                </div>
  1746.                                <a href="/cruise-cancelled-after-fatal-incident-of-female-passenger-stranded-on-island/"  class="blog-read-more-v3">
  1747.                                    <i class="ti-arrow-right"></i>
  1748.                                </a>
  1749.                            </div>
  1750.                        </div>
  1751.                    </div>
  1752.                    
  1753.                    <div class="blog-card-v3 scroll-reveal span-21">
  1754.                        <div class="blog-image-v3">
  1755.                            
  1756.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1757.                            
  1758.                            <div class="blog-floating-elements">
  1759.                                <div class="floating-dot"></div>
  1760.                                <div class="floating-dot"></div>
  1761.                                <div class="floating-dot"></div>
  1762.                            </div>
  1763.                            <span class="blog-category-v3 bg-primary-gradient">
  1764.                                News
  1765.                            </span>
  1766.                        </div>
  1767.                        <div class="blog-content-v3">
  1768.                            <h3 class="blog-title-v3">
  1769.                                <a href="/troubled-new-zealand-wildlife-park-puts-down-pair-of-lions-future-of-remaining-five-unclear/" >
  1770.                                Troubled New Zealand Wildlife Park Puts Down Pair of Lions, Future of Remaining Five Unclear
  1771.                                </a>
  1772.                            </h3>
  1773.                            <div class="blog-meta-v3">
  1774.                                
  1775.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b357b933-b6c6-42ce-a050-3e10c091fd63_profile.png" alt="Travis Palmer" style="object-fit: cover;" class="blog-author-img-v3">
  1776.                                
  1777.                                <span>By Travis Palmer</span>
  1778.                                <span>•</span>
  1779.                                <span>06 Aug 2026</span>
  1780.                            </div>
  1781.                            
  1782.                            <div class="blog-actions-v3">
  1783.                                <div class="blog-read-time-v3">
  1784.                                    <i class="far fa-clock"></i>
  1785.                                    <!-- <span>5 min read</span> -->
  1786.                                </div>
  1787.                                <a href="/troubled-new-zealand-wildlife-park-puts-down-pair-of-lions-future-of-remaining-five-unclear/"  class="blog-read-more-v3">
  1788.                                    <i class="ti-arrow-right"></i>
  1789.                                </a>
  1790.                            </div>
  1791.                        </div>
  1792.                    </div>
  1793.                    
  1794.                    <div class="blog-card-v3 scroll-reveal span-22">
  1795.                        <div class="blog-image-v3">
  1796.                            
  1797.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1798.                            
  1799.                            <div class="blog-floating-elements">
  1800.                                <div class="floating-dot"></div>
  1801.                                <div class="floating-dot"></div>
  1802.                                <div class="floating-dot"></div>
  1803.                            </div>
  1804.                            <span class="blog-category-v3 bg-primary-gradient">
  1805.                                News
  1806.                            </span>
  1807.                        </div>
  1808.                        <div class="blog-content-v3">
  1809.                            <h3 class="blog-title-v3">
  1810.                                <a href="/the-coachs-fatal-mistake-challenging-wilcox-and-an-unassailable-leadership-class/" >
  1811.                                The Coach&#x27;s Fatal Mistake? Challenging Wilcox and an Unassailable Leadership Class
  1812.                                </a>
  1813.                            </h3>
  1814.                            <div class="blog-meta-v3">
  1815.                                
  1816.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b357b933-b6c6-42ce-a050-3e10c091fd63_profile.png" alt="Travis Palmer" style="object-fit: cover;" class="blog-author-img-v3">
  1817.                                
  1818.                                <span>By Travis Palmer</span>
  1819.                                <span>•</span>
  1820.                                <span>06 Aug 2026</span>
  1821.                            </div>
  1822.                            
  1823.                            <div class="blog-actions-v3">
  1824.                                <div class="blog-read-time-v3">
  1825.                                    <i class="far fa-clock"></i>
  1826.                                    <!-- <span>5 min read</span> -->
  1827.                                </div>
  1828.                                <a href="/the-coachs-fatal-mistake-challenging-wilcox-and-an-unassailable-leadership-class/"  class="blog-read-more-v3">
  1829.                                    <i class="ti-arrow-right"></i>
  1830.                                </a>
  1831.                            </div>
  1832.                        </div>
  1833.                    </div>
  1834.                    
  1835.                    <div class="blog-card-v3 scroll-reveal span-21">
  1836.                        <div class="blog-image-v3">
  1837.                            
  1838.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1839.                            
  1840.                            <div class="blog-floating-elements">
  1841.                                <div class="floating-dot"></div>
  1842.                                <div class="floating-dot"></div>
  1843.                                <div class="floating-dot"></div>
  1844.                            </div>
  1845.                            <span class="blog-category-v3 bg-primary-gradient">
  1846.                                News
  1847.                            </span>
  1848.                        </div>
  1849.                        <div class="blog-content-v3">
  1850.                            <h3 class="blog-title-v3">
  1851.                                <a href="/the-tynecastle-side-move-8-points-clear-at-the-summit-after-shanklands-penalty-kick-defeats-celtic/" >
  1852.                                The Tynecastle side Move 8 Points Clear at the Summit After Shankland&#x27;s Penalty Kick Defeats Celtic
  1853.                                </a>
  1854.                            </h3>
  1855.                            <div class="blog-meta-v3">
  1856.                                
  1857.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b357b933-b6c6-42ce-a050-3e10c091fd63_profile.png" alt="Travis Palmer" style="object-fit: cover;" class="blog-author-img-v3">
  1858.                                
  1859.                                <span>By Travis Palmer</span>
  1860.                                <span>•</span>
  1861.                                <span>06 Aug 2026</span>
  1862.                            </div>
  1863.                            
  1864.                            <div class="blog-actions-v3">
  1865.                                <div class="blog-read-time-v3">
  1866.                                    <i class="far fa-clock"></i>
  1867.                                    <!-- <span>5 min read</span> -->
  1868.                                </div>
  1869.                                <a href="/the-tynecastle-side-move-8-points-clear-at-the-summit-after-shanklands-penalty-kick-defeats-celtic/"  class="blog-read-more-v3">
  1870.                                    <i class="ti-arrow-right"></i>
  1871.                                </a>
  1872.                            </div>
  1873.                        </div>
  1874.                    </div>
  1875.                    
  1876.                    <div class="blog-card-v3 scroll-reveal span-22">
  1877.                        <div class="blog-image-v3">
  1878.                            
  1879.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1880.                            
  1881.                            <div class="blog-floating-elements">
  1882.                                <div class="floating-dot"></div>
  1883.                                <div class="floating-dot"></div>
  1884.                                <div class="floating-dot"></div>
  1885.                            </div>
  1886.                            <span class="blog-category-v3 bg-primary-gradient">
  1887.                                News
  1888.                            </span>
  1889.                        </div>
  1890.                        <div class="blog-content-v3">
  1891.                            <h3 class="blog-title-v3">
  1892.                                <a href="/the-holiday-season-transforms-into-a-nightmare-for-individuals-living-with-sound-sensitivity/" >
  1893.                                The Holiday Season Transforms Into a Nightmare for Individuals Living with Sound Sensitivity.
  1894.                                </a>
  1895.                            </h3>
  1896.                            <div class="blog-meta-v3">
  1897.                                
  1898.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b357b933-b6c6-42ce-a050-3e10c091fd63_profile.png" alt="Travis Palmer" style="object-fit: cover;" class="blog-author-img-v3">
  1899.                                
  1900.                                <span>By Travis Palmer</span>
  1901.                                <span>•</span>
  1902.                                <span>06 Aug 2026</span>
  1903.                            </div>
  1904.                            
  1905.                            <div class="blog-actions-v3">
  1906.                                <div class="blog-read-time-v3">
  1907.                                    <i class="far fa-clock"></i>
  1908.                                    <!-- <span>5 min read</span> -->
  1909.                                </div>
  1910.                                <a href="/the-holiday-season-transforms-into-a-nightmare-for-individuals-living-with-sound-sensitivity/"  class="blog-read-more-v3">
  1911.                                    <i class="ti-arrow-right"></i>
  1912.                                </a>
  1913.                            </div>
  1914.                        </div>
  1915.                    </div>
  1916.                    
  1917.                    <div class="blog-card-v3 scroll-reveal span-21">
  1918.                        <div class="blog-image-v3">
  1919.                            
  1920.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1921.                            
  1922.                            <div class="blog-floating-elements">
  1923.                                <div class="floating-dot"></div>
  1924.                                <div class="floating-dot"></div>
  1925.                                <div class="floating-dot"></div>
  1926.                            </div>
  1927.                            <span class="blog-category-v3 bg-primary-gradient">
  1928.                                News
  1929.                            </span>
  1930.                        </div>
  1931.                        <div class="blog-content-v3">
  1932.                            <h3 class="blog-title-v3">
  1933.                                <a href="/iran-states-it-could-return-to-american-atomic-discussions-provided-that-treated-with-dignity-and-respect/" >
  1934.                                Iran States It Could Return to American Atomic Discussions provided that Treated with &#x27;Dignity&#x27; and &#x27;Respect&#x27;
  1935.                                </a>
  1936.                            </h3>
  1937.                            <div class="blog-meta-v3">
  1938.                                
  1939.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b357b933-b6c6-42ce-a050-3e10c091fd63_profile.png" alt="Travis Palmer" style="object-fit: cover;" class="blog-author-img-v3">
  1940.                                
  1941.                                <span>By Travis Palmer</span>
  1942.                                <span>•</span>
  1943.                                <span>06 Aug 2026</span>
  1944.                            </div>
  1945.                            
  1946.                            <div class="blog-actions-v3">
  1947.                                <div class="blog-read-time-v3">
  1948.                                    <i class="far fa-clock"></i>
  1949.                                    <!-- <span>5 min read</span> -->
  1950.                                </div>
  1951.                                <a href="/iran-states-it-could-return-to-american-atomic-discussions-provided-that-treated-with-dignity-and-respect/"  class="blog-read-more-v3">
  1952.                                    <i class="ti-arrow-right"></i>
  1953.                                </a>
  1954.                            </div>
  1955.                        </div>
  1956.                    </div>
  1957.                    
  1958.                    <div class="blog-card-v3 scroll-reveal span-22">
  1959.                        <div class="blog-image-v3">
  1960.                            
  1961.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1962.                            
  1963.                            <div class="blog-floating-elements">
  1964.                                <div class="floating-dot"></div>
  1965.                                <div class="floating-dot"></div>
  1966.                                <div class="floating-dot"></div>
  1967.                            </div>
  1968.                            <span class="blog-category-v3 bg-primary-gradient">
  1969.                                News
  1970.                            </span>
  1971.                        </div>
  1972.                        <div class="blog-content-v3">
  1973.                            <h3 class="blog-title-v3">
  1974.                                <a href="/the-balco-mastermind-key-figure-in-infamous-sports-performance-enhancing-drug-scandal-succumbs-at-age-75/" >
  1975.                                The Balco mastermind, Key Figure in Infamous Sports Performance-Enhancing Drug Scandal, Succumbs at Age 75.
  1976.                                </a>
  1977.                            </h3>
  1978.                            <div class="blog-meta-v3">
  1979.                                
  1980.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b357b933-b6c6-42ce-a050-3e10c091fd63_profile.png" alt="Travis Palmer" style="object-fit: cover;" class="blog-author-img-v3">
  1981.                                
  1982.                                <span>By Travis Palmer</span>
  1983.                                <span>•</span>
  1984.                                <span>05 Aug 2026</span>
  1985.                            </div>
  1986.                            
  1987.                            <div class="blog-actions-v3">
  1988.                                <div class="blog-read-time-v3">
  1989.                                    <i class="far fa-clock"></i>
  1990.                                    <!-- <span>5 min read</span> -->
  1991.                                </div>
  1992.                                <a href="/the-balco-mastermind-key-figure-in-infamous-sports-performance-enhancing-drug-scandal-succumbs-at-age-75/"  class="blog-read-more-v3">
  1993.                                    <i class="ti-arrow-right"></i>
  1994.                                </a>
  1995.                            </div>
  1996.                        </div>
  1997.                    </div>
  1998.                    
  1999.                    <div class="blog-card-v3 scroll-reveal span-21">
  2000.                        <div class="blog-image-v3">
  2001.                            
  2002.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2003.                            
  2004.                            <div class="blog-floating-elements">
  2005.                                <div class="floating-dot"></div>
  2006.                                <div class="floating-dot"></div>
  2007.                                <div class="floating-dot"></div>
  2008.                            </div>
  2009.                            <span class="blog-category-v3 bg-primary-gradient">
  2010.                                News
  2011.                            </span>
  2012.                        </div>
  2013.                        <div class="blog-content-v3">
  2014.                            <h3 class="blog-title-v3">
  2015.                                <a href="/us-issues-warning-of-more-nigerian-strikes-as-abuja-speaks-of-joint-continuing-missions/" >
  2016.                                US Issues Warning of More Nigerian Strikes as Abuja Speaks of &#x27;Joint Continuing Missions&#x27;.
  2017.                                </a>
  2018.                            </h3>
  2019.                            <div class="blog-meta-v3">
  2020.                                
  2021.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b357b933-b6c6-42ce-a050-3e10c091fd63_profile.png" alt="Travis Palmer" style="object-fit: cover;" class="blog-author-img-v3">
  2022.                                
  2023.                                <span>By Travis Palmer</span>
  2024.                                <span>•</span>
  2025.                                <span>05 Aug 2026</span>
  2026.                            </div>
  2027.                            
  2028.                            <div class="blog-actions-v3">
  2029.                                <div class="blog-read-time-v3">
  2030.                                    <i class="far fa-clock"></i>
  2031.                                    <!-- <span>5 min read</span> -->
  2032.                                </div>
  2033.                                <a href="/us-issues-warning-of-more-nigerian-strikes-as-abuja-speaks-of-joint-continuing-missions/"  class="blog-read-more-v3">
  2034.                                    <i class="ti-arrow-right"></i>
  2035.                                </a>
  2036.                            </div>
  2037.                        </div>
  2038.                    </div>
  2039.                    
  2040.                    <div class="blog-card-v3 scroll-reveal span-22">
  2041.                        <div class="blog-image-v3">
  2042.                            
  2043.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2044.                            
  2045.                            <div class="blog-floating-elements">
  2046.                                <div class="floating-dot"></div>
  2047.                                <div class="floating-dot"></div>
  2048.                                <div class="floating-dot"></div>
  2049.                            </div>
  2050.                            <span class="blog-category-v3 bg-primary-gradient">
  2051.                                News
  2052.                            </span>
  2053.                        </div>
  2054.                        <div class="blog-content-v3">
  2055.                            <h3 class="blog-title-v3">
  2056.                                <a href="/lando-norris-reveals-satisfaction-in-securing-maiden-f1-title-his-way/" >
  2057.                                Lando Norris Reveals Satisfaction in Securing Maiden F1 Title His Way.
  2058.                                </a>
  2059.                            </h3>
  2060.                            <div class="blog-meta-v3">
  2061.                                
  2062.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b357b933-b6c6-42ce-a050-3e10c091fd63_profile.png" alt="Travis Palmer" style="object-fit: cover;" class="blog-author-img-v3">
  2063.                                
  2064.                                <span>By Travis Palmer</span>
  2065.                                <span>•</span>
  2066.                                <span>05 Aug 2026</span>
  2067.                            </div>
  2068.                            
  2069.                            <div class="blog-actions-v3">
  2070.                                <div class="blog-read-time-v3">
  2071.                                    <i class="far fa-clock"></i>
  2072.                                    <!-- <span>5 min read</span> -->
  2073.                                </div>
  2074.                                <a href="/lando-norris-reveals-satisfaction-in-securing-maiden-f1-title-his-way/"  class="blog-read-more-v3">
  2075.                                    <i class="ti-arrow-right"></i>
  2076.                                </a>
  2077.                            </div>
  2078.                        </div>
  2079.                    </div>
  2080.                    
  2081.                    <div class="blog-card-v3 scroll-reveal span-21">
  2082.                        <div class="blog-image-v3">
  2083.                            
  2084.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2085.                            
  2086.                            <div class="blog-floating-elements">
  2087.                                <div class="floating-dot"></div>
  2088.                                <div class="floating-dot"></div>
  2089.                                <div class="floating-dot"></div>
  2090.                            </div>
  2091.                            <span class="blog-category-v3 bg-primary-gradient">
  2092.                                News
  2093.                            </span>
  2094.                        </div>
  2095.                        <div class="blog-content-v3">
  2096.                            <h3 class="blog-title-v3">
  2097.                                <a href="/manchester-city-alleged-of-rule-bending-in-tight-victory-over-leeds-farke/" >
  2098.                                Manchester City Alleged of Rule-Bending in Tight Victory Over Leeds - Farke
  2099.                                </a>
  2100.                            </h3>
  2101.                            <div class="blog-meta-v3">
  2102.                                
  2103.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b357b933-b6c6-42ce-a050-3e10c091fd63_profile.png" alt="Travis Palmer" style="object-fit: cover;" class="blog-author-img-v3">
  2104.                                
  2105.                                <span>By Travis Palmer</span>
  2106.                                <span>•</span>
  2107.                                <span>05 Aug 2026</span>
  2108.                            </div>
  2109.                            
  2110.                            <div class="blog-actions-v3">
  2111.                                <div class="blog-read-time-v3">
  2112.                                    <i class="far fa-clock"></i>
  2113.                                    <!-- <span>5 min read</span> -->
  2114.                                </div>
  2115.                                <a href="/manchester-city-alleged-of-rule-bending-in-tight-victory-over-leeds-farke/"  class="blog-read-more-v3">
  2116.                                    <i class="ti-arrow-right"></i>
  2117.                                </a>
  2118.                            </div>
  2119.                        </div>
  2120.                    </div>
  2121.                    
  2122.                    <div class="blog-card-v3 scroll-reveal span-22">
  2123.                        <div class="blog-image-v3">
  2124.                            
  2125.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2126.                            
  2127.                            <div class="blog-floating-elements">
  2128.                                <div class="floating-dot"></div>
  2129.                                <div class="floating-dot"></div>
  2130.                                <div class="floating-dot"></div>
  2131.                            </div>
  2132.                            <span class="blog-category-v3 bg-primary-gradient">
  2133.                                News
  2134.                            </span>
  2135.                        </div>
  2136.                        <div class="blog-content-v3">
  2137.                            <h3 class="blog-title-v3">
  2138.                                <a href="/crew-member-shares-emotional-distress-in-the-wake-of-tsunami-of-backlash-following-journey/" >
  2139.                                Crew Member Shares Emotional Distress In the Wake of ‘Tsunami of Backlash Following Journey
  2140.                                </a>
  2141.                            </h3>
  2142.                            <div class="blog-meta-v3">
  2143.                                
  2144.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b357b933-b6c6-42ce-a050-3e10c091fd63_profile.png" alt="Travis Palmer" style="object-fit: cover;" class="blog-author-img-v3">
  2145.                                
  2146.                                <span>By Travis Palmer</span>
  2147.                                <span>•</span>
  2148.                                <span>05 Aug 2026</span>
  2149.                            </div>
  2150.                            
  2151.                            <div class="blog-actions-v3">
  2152.                                <div class="blog-read-time-v3">
  2153.                                    <i class="far fa-clock"></i>
  2154.                                    <!-- <span>5 min read</span> -->
  2155.                                </div>
  2156.                                <a href="/crew-member-shares-emotional-distress-in-the-wake-of-tsunami-of-backlash-following-journey/"  class="blog-read-more-v3">
  2157.                                    <i class="ti-arrow-right"></i>
  2158.                                </a>
  2159.                            </div>
  2160.                        </div>
  2161.                    </div>
  2162.                    
  2163.                    
  2164.  
  2165.                </div>
  2166.            </div>
  2167.            
  2168.               <div class="col col-lg-4 col-12">
  2169.                
  2170.  
  2171.  
  2172.  
  2173.    
  2174.  
  2175. <!-- Curved Heading Sidebar -->
  2176.    <div class="sidebar mb-3">
  2177.        
  2178.       <div class="sidebar-widget mb-5">
  2179.            <div class="widget-title-wrapper mb-3">
  2180.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2181.                    <div class="title-border"></div>
  2182.                    <i class="ti-folder me-2"></i>July 2026 Blog Roll
  2183.                </h4>
  2184.            </div>
  2185.            <div class="widget-content shadow-sm rounded-3 p-4">
  2186.                <div class="archives-list scrollable-sidebar">
  2187.                    
  2188.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2189.                        <a href="https://www.yurtspor.com/rehberi/bahis-siteleri/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2190.                            <i class="ti-angle-right me-2 text-primary"></i>
  2191.                            <span class="archive-link top-color fw-semibold">bahis siteleri</span>
  2192.                        </a>
  2193.                    </div>
  2194.                    
  2195.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2196.                        <a href="https://www.yurtspor.com/rehberi/yeni-casino-siteleri/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2197.                            <i class="ti-angle-right me-2 text-primary"></i>
  2198.                            <span class="archive-link top-color fw-semibold">deneme bonusu veren yeni casino siteleri</span>
  2199.                        </a>
  2200.                    </div>
  2201.                    
  2202.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2203.                        <a href="https://www.yurtspor.com/rehberi/casino-siteleri/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2204.                            <i class="ti-angle-right me-2 text-primary"></i>
  2205.                            <span class="archive-link top-color fw-semibold">deneme bonusu veren casino siteleri</span>
  2206.                        </a>
  2207.                    </div>
  2208.                    
  2209.  
  2210.                </div>
  2211.            </div>
  2212.        </div>
  2213.        
  2214.       <div class="sidebar-widget mb-5">
  2215.            <div class="widget-title-wrapper mb-3">
  2216.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2217.                    <div class="title-border"></div>
  2218.                    <i class="ti-folder me-2"></i>June 2026 Blog Roll
  2219.                </h4>
  2220.            </div>
  2221.            <div class="widget-content shadow-sm rounded-3 p-4">
  2222.                <div class="archives-list scrollable-sidebar">
  2223.                    
  2224.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2225.                        <a href="https://gameluster.com/tr/bahis-siteleri/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2226.                            <i class="ti-angle-right me-2 text-primary"></i>
  2227.                            <span class="archive-link top-color fw-semibold">bahis siteleri</span>
  2228.                        </a>
  2229.                    </div>
  2230.                    
  2231.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2232.                        <a href="https://gameluster.com/tr/casino-siteleri/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2233.                            <i class="ti-angle-right me-2 text-primary"></i>
  2234.                            <span class="archive-link top-color fw-semibold">casino deneme siteleri</span>
  2235.                        </a>
  2236.                    </div>
  2237.                    
  2238.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2239.                        <a href="https://n4g.com/tr/bahis-siteleri" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2240.                            <i class="ti-angle-right me-2 text-primary"></i>
  2241.                            <span class="archive-link top-color fw-semibold">deneme bonusu veren bahis siteleri</span>
  2242.                        </a>
  2243.                    </div>
  2244.                    
  2245.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2246.                        <a href="https://n4g.com/tr/casino-siteleri" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2247.                            <i class="ti-angle-right me-2 text-primary"></i>
  2248.                            <span class="archive-link top-color fw-semibold">casino deneme siteleri</span>
  2249.                        </a>
  2250.                    </div>
  2251.                    
  2252.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2253.                        <a href="https://www.juvefc.com/tr/bahis-siteleri/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2254.                            <i class="ti-angle-right me-2 text-primary"></i>
  2255.                            <span class="archive-link top-color fw-semibold">deneme bonusu veren bahis siteleri</span>
  2256.                        </a>
  2257.                    </div>
  2258.                    
  2259.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2260.                        <a href="https://www.juvefc.com/tr/guvenilir-casino-siteleri/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2261.                            <i class="ti-angle-right me-2 text-primary"></i>
  2262.                            <span class="archive-link top-color fw-semibold">casino deneme siteleri</span>
  2263.                        </a>
  2264.                    </div>
  2265.                    
  2266.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2267.                        <a href="https://totalfootballanalysis.com/tr/bahis-siteleri" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2268.                            <i class="ti-angle-right me-2 text-primary"></i>
  2269.                            <span class="archive-link top-color fw-semibold">deneme bonusu veren bahis siteleri</span>
  2270.                        </a>
  2271.                    </div>
  2272.                    
  2273.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2274.                        <a href="https://totalfootballanalysis.com/tr/guvenilir-casino-siteleri" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2275.                            <i class="ti-angle-right me-2 text-primary"></i>
  2276.                            <span class="archive-link top-color fw-semibold">casino deneme siteleri</span>
  2277.                        </a>
  2278.                    </div>
  2279.                    
  2280.  
  2281.                </div>
  2282.            </div>
  2283.        </div>
  2284.        
  2285.       <div class="sidebar-widget mb-5">
  2286.            <div class="widget-title-wrapper mb-3">
  2287.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2288.                    <div class="title-border"></div>
  2289.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2290.                </h4>
  2291.            </div>
  2292.            <div class="widget-content shadow-sm rounded-3 p-4">
  2293.                <div class="archives-list scrollable-sidebar">
  2294.                    
  2295.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2296.                        <a href="https://enbursa.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2297.                            <i class="ti-angle-right me-2 text-primary"></i>
  2298.                            <span class="archive-link top-color fw-semibold">en yeni casino siteleri</span>
  2299.                        </a>
  2300.                    </div>
  2301.                    
  2302.  
  2303.                </div>
  2304.            </div>
  2305.        </div>
  2306.        
  2307.       <div class="sidebar-widget mb-5">
  2308.            <div class="widget-title-wrapper mb-3">
  2309.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2310.                    <div class="title-border"></div>
  2311.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2312.                </h4>
  2313.            </div>
  2314.            <div class="widget-content shadow-sm rounded-3 p-4">
  2315.                <div class="archives-list scrollable-sidebar">
  2316.                    
  2317.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2318.                        <a href="https://www.ws-whatsappsweb.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2319.                            <i class="ti-angle-right me-2 text-primary"></i>
  2320.                            <span class="archive-link top-color fw-semibold">wa web</span>
  2321.                        </a>
  2322.                    </div>
  2323.                    
  2324.  
  2325.                </div>
  2326.            </div>
  2327.        </div>
  2328.        
  2329.       <div class="sidebar-widget mb-5">
  2330.            <div class="widget-title-wrapper mb-3">
  2331.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2332.                    <div class="title-border"></div>
  2333.                    <i class="ti-folder me-2"></i>December 2025 Blog Roll
  2334.                </h4>
  2335.            </div>
  2336.            <div class="widget-content shadow-sm rounded-3 p-4">
  2337.                <div class="archives-list scrollable-sidebar">
  2338.                    
  2339.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2340.                        <a href="https://consus-global.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2341.                            <i class="ti-angle-right me-2 text-primary"></i>
  2342.                            <span class="archive-link top-color fw-semibold">mostbet</span>
  2343.                        </a>
  2344.                    </div>
  2345.                    
  2346.  
  2347.                </div>
  2348.            </div>
  2349.        </div>
  2350.        
  2351.       <div class="sidebar-widget mb-5">
  2352.            <div class="widget-title-wrapper mb-3">
  2353.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2354.                    <div class="title-border"></div>
  2355.                    <i class="ti-folder me-2"></i>October 2025 Blog Roll
  2356.                </h4>
  2357.            </div>
  2358.            <div class="widget-content shadow-sm rounded-3 p-4">
  2359.                <div class="archives-list scrollable-sidebar">
  2360.                    
  2361.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2362.                        <a href="https://rr88csn.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2363.                            <i class="ti-angle-right me-2 text-primary"></i>
  2364.                            <span class="archive-link top-color fw-semibold">rr88</span>
  2365.                        </a>
  2366.                    </div>
  2367.                    
  2368.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2369.                        <a href="https://rr88.pizza/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2370.                            <i class="ti-angle-right me-2 text-primary"></i>
  2371.                            <span class="archive-link top-color fw-semibold">https://rr88.pizza/</span>
  2372.                        </a>
  2373.                    </div>
  2374.                    
  2375.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2376.                        <a href="https://mm88.pizza/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2377.                            <i class="ti-angle-right me-2 text-primary"></i>
  2378.                            <span class="archive-link top-color fw-semibold">https://mm88.pizza/</span>
  2379.                        </a>
  2380.                    </div>
  2381.                    
  2382.  
  2383.                </div>
  2384.            </div>
  2385.        </div>
  2386.        
  2387.       <div class="sidebar-widget mb-5">
  2388.            <div class="widget-title-wrapper mb-3">
  2389.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2390.                    <div class="title-border"></div>
  2391.                    <i class="ti-folder me-2"></i>September 2025 Blog Roll
  2392.                </h4>
  2393.            </div>
  2394.            <div class="widget-content shadow-sm rounded-3 p-4">
  2395.                <div class="archives-list scrollable-sidebar">
  2396.                    
  2397.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2398.                        <a href="https://www.thenaturalhavenbloom.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2399.                            <i class="ti-angle-right me-2 text-primary"></i>
  2400.                            <span class="archive-link top-color fw-semibold">casino siteleri</span>
  2401.                        </a>
  2402.                    </div>
  2403.                    
  2404.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2405.                        <a href="https://hangtownfestival.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2406.                            <i class="ti-angle-right me-2 text-primary"></i>
  2407.                            <span class="archive-link top-color fw-semibold">deneme bonusu veren siteler</span>
  2408.                        </a>
  2409.                    </div>
  2410.                    
  2411.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2412.                        <a href="https://jun88d.one/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2413.                            <i class="ti-angle-right me-2 text-primary"></i>
  2414.                            <span class="archive-link top-color fw-semibold">https://jun88d.one/</span>
  2415.                        </a>
  2416.                    </div>
  2417.                    
  2418.  
  2419.                </div>
  2420.            </div>
  2421.        </div>
  2422.        
  2423.       <div class="sidebar-widget mb-5">
  2424.            <div class="widget-title-wrapper mb-3">
  2425.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2426.                    <div class="title-border"></div>
  2427.                    <i class="ti-folder me-2"></i>August 2025 Blog Roll
  2428.                </h4>
  2429.            </div>
  2430.            <div class="widget-content shadow-sm rounded-3 p-4">
  2431.                <div class="archives-list scrollable-sidebar">
  2432.                    
  2433.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2434.                        <a href="https://myorg.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2435.                            <i class="ti-angle-right me-2 text-primary"></i>
  2436.                            <span class="archive-link top-color fw-semibold">deneme bonusu veren siteler</span>
  2437.                        </a>
  2438.                    </div>
  2439.                    
  2440.  
  2441.                </div>
  2442.            </div>
  2443.        </div>
  2444.        
  2445. <!--        
  2446.       <div class="sidebar-widget mb-5">
  2447.            <div class="widget-title-wrapper mb-3">
  2448.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2449.                    <div class="title-border"></div>
  2450.                    <i class="ti-folder me-2"></i>Blog Archives
  2451.                </h4>
  2452.            </div>
  2453.            <div class="widget-content shadow-sm rounded-3 p-4">
  2454.                <div class="archives-list">
  2455.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2456.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2457.                            <i class="ti-angle-right me-2 text-primary"></i>
  2458.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  2459.                        </a>
  2460.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  2461.                    </div>
  2462.  
  2463.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2464.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2465.                            <i class="ti-angle-right me-2 text-primary"></i>
  2466.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  2467.                        </a>
  2468.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  2469.                    </div>
  2470.  
  2471.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2472.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2473.                            <i class="ti-angle-right me-2 text-primary"></i>
  2474.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  2475.                        </a>
  2476.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  2477.                    </div>
  2478.  
  2479.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2480.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2481.                            <i class="ti-angle-right me-2 text-primary"></i>
  2482.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  2483.                        </a>
  2484.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  2485.                    </div>
  2486.  
  2487.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2488.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2489.                            <i class="ti-angle-right me-2 text-primary"></i>
  2490.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  2491.                        </a>
  2492.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  2493.                    </div>
  2494.  
  2495.                    <div class="archive-item d-flex justify-content-between align-items-center">
  2496.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2497.                            <i class="ti-angle-right me-2 text-primary"></i>
  2498.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  2499.                        </a>
  2500.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  2501.                    </div>
  2502.                </div>
  2503.                
  2504.                <div class="text-center mt-4 pt-3 border-top border-color">
  2505.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2506.                        <i class="ti-archive me-1"></i>View All Archives
  2507.                    </a>
  2508.                </div>
  2509.            </div>
  2510.        </div> -->
  2511.        <div class="sidebar-widget mb-4">
  2512.            <div class="widget-title-wrapper mb-3">
  2513.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2514.                    <div class="title-border-primary"></div>
  2515.                    <i class="ti-star me-2"></i>Popular Posts
  2516.                </h4>
  2517.            </div>
  2518.            <div class="widget-content mb-3 shadow-sm rounded-3 p-4">
  2519.                <div class="popular-post-list">
  2520.                    
  2521.                    
  2522.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2523.                        <div class="post-content flex-grow-1">
  2524.                            <h6 class="post-title mb-1">
  2525.                                 <a href="/ranchers-encroach-further-as-the-kawahiva-people-await-protection/" class="text-decoration-none top-color fw-semibold lh-sm">
  2526.                                            Ranchers Encroach Further as the Kawahiva People Await Protection.
  2527.                                            </a>
  2528.                            </h6>
  2529.                            <div class="post-meta">
  2530.                                <small class="text-muted">
  2531.                                    <i class="ti-calendar me-1"></i>05 Aug 2026
  2532.                                </small>
  2533.                                <!-- <small class="text-muted ms-3">
  2534.                                    <i class="ti-eye me-1"></i>1,234 views
  2535.                                </small> -->
  2536.                            </div>
  2537.                        </div>
  2538.                    </div>
  2539.                    
  2540.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2541.                        <div class="post-content flex-grow-1">
  2542.                            <h6 class="post-title mb-1">
  2543.                                 <a href="/imprinted-in-my-mind-the-reason-gremlins-2-the-new-batch-is-my-comfort-movie/" class="text-decoration-none top-color fw-semibold lh-sm">
  2544.                                            Imprinted in My Mind’: The Reason Gremlins 2: The New Batch Is My Comfort Movie
  2545.                                            </a>
  2546.                            </h6>
  2547.                            <div class="post-meta">
  2548.                                <small class="text-muted">
  2549.                                    <i class="ti-calendar me-1"></i>05 Aug 2026
  2550.                                </small>
  2551.                                <!-- <small class="text-muted ms-3">
  2552.                                    <i class="ti-eye me-1"></i>1,234 views
  2553.                                </small> -->
  2554.                            </div>
  2555.                        </div>
  2556.                    </div>
  2557.                    
  2558.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2559.                        <div class="post-content flex-grow-1">
  2560.                            <h6 class="post-title mb-1">
  2561.                                 <a href="/at-least-98-palestinian-individuals-lost-their-lives-in-custody-starting-from-october-2023-israeli-data-reveals/" class="text-decoration-none top-color fw-semibold lh-sm">
  2562.                                            At Least 98 Palestinian Individuals Lost Their Lives in Custody Starting From October 2023, Israeli Data Reveals
  2563.                                            </a>
  2564.                            </h6>
  2565.                            <div class="post-meta">
  2566.                                <small class="text-muted">
  2567.                                    <i class="ti-calendar me-1"></i>05 Aug 2026
  2568.                                </small>
  2569.                                <!-- <small class="text-muted ms-3">
  2570.                                    <i class="ti-eye me-1"></i>1,234 views
  2571.                                </small> -->
  2572.                            </div>
  2573.                        </div>
  2574.                    </div>
  2575.                    
  2576.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2577.                        <div class="post-content flex-grow-1">
  2578.                            <h6 class="post-title mb-1">
  2579.                                 <a href="/should-we-see-the-downfall-of-the-cult-of-bazball-lets-enjoy-what-it-created/" class="text-decoration-none top-color fw-semibold lh-sm">
  2580.                                            Should We See the Downfall of the Cult of Bazball, Let’s Enjoy What It Created.
  2581.                                            </a>
  2582.                            </h6>
  2583.                            <div class="post-meta">
  2584.                                <small class="text-muted">
  2585.                                    <i class="ti-calendar me-1"></i>04 Aug 2026
  2586.                                </small>
  2587.                                <!-- <small class="text-muted ms-3">
  2588.                                    <i class="ti-eye me-1"></i>1,234 views
  2589.                                </small> -->
  2590.                            </div>
  2591.                        </div>
  2592.                    </div>
  2593.                    
  2594.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2595.                        <div class="post-content flex-grow-1">
  2596.                            <h6 class="post-title mb-1">
  2597.                                 <a href="/cop30-atmosphere-trumps-no-show-considered-better-than-a-us-disruptive-force/" class="text-decoration-none top-color fw-semibold lh-sm">
  2598.                                            COP30 Atmosphere: Trump&#x27;s No-Show Considered Better Than a US Disruptive Force
  2599.                                            </a>
  2600.                            </h6>
  2601.                            <div class="post-meta">
  2602.                                <small class="text-muted">
  2603.                                    <i class="ti-calendar me-1"></i>04 Aug 2026
  2604.                                </small>
  2605.                                <!-- <small class="text-muted ms-3">
  2606.                                    <i class="ti-eye me-1"></i>1,234 views
  2607.                                </small> -->
  2608.                            </div>
  2609.                        </div>
  2610.                    </div>
  2611.                    
  2612.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2613.                        <div class="post-content flex-grow-1">
  2614.                            <h6 class="post-title mb-1">
  2615.                                 <a href="/manchester-city-3-0-the-red-devils-lauren-hemp-finds-the-net-in-manchester-city-stroll/" class="text-decoration-none top-color fw-semibold lh-sm">
  2616.                                            Manchester City 3-0 The Red Devils: Lauren Hemp finds the net in Manchester City stroll.
  2617.                                            </a>
  2618.                            </h6>
  2619.                            <div class="post-meta">
  2620.                                <small class="text-muted">
  2621.                                    <i class="ti-calendar me-1"></i>04 Aug 2026
  2622.                                </small>
  2623.                                <!-- <small class="text-muted ms-3">
  2624.                                    <i class="ti-eye me-1"></i>1,234 views
  2625.                                </small> -->
  2626.                            </div>
  2627.                        </div>
  2628.                    </div>
  2629.                    
  2630.  
  2631.                </div>
  2632.                
  2633.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2634.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  2635.                        <i class="ti-trophy me-1"></i>View All Popular
  2636.                    </a>
  2637.                </div> -->
  2638.            </div>
  2639.        </div>
  2640.  
  2641. </div>
  2642. <style>
  2643.    
  2644.  .widget-content {
  2645.    background-color: var(--card-bg);
  2646.    border: 1px solid var(--border-color);
  2647.  }
  2648. </style>
  2649.  
  2650.    
  2651.            </div>
  2652.        </div>
  2653.    </div>
  2654. </section>
  2655.  
  2656. <script>
  2657. // Enhanced Intersection Observer with staggered animations
  2658. document.addEventListener('DOMContentLoaded', function() {
  2659.    const observerOptions = {
  2660.        threshold: 0.1,
  2661.        rootMargin: '0px 0px -100px 0px'
  2662.    };
  2663.  
  2664.    const observer = new IntersectionObserver(function(entries) {
  2665.        entries.forEach(entry => {
  2666.            if (entry.isIntersecting) {
  2667.                setTimeout(() => {
  2668.                    entry.target.classList.add('revealed');
  2669.                }, 100);
  2670.            }
  2671.        });
  2672.    }, observerOptions);
  2673.  
  2674.    // Observe all scroll-reveal elements
  2675.    document.querySelectorAll('.scroll-reveal').forEach(el => {
  2676.        observer.observe(el);
  2677.    });
  2678.  
  2679.    // Add parallax effect to floating dots
  2680.    document.addEventListener('mousemove', function(e) {
  2681.        const cards = document.querySelectorAll('.blog-card-v3');
  2682.        cards.forEach(card => {
  2683.            const rect = card.getBoundingClientRect();
  2684.            const x = (e.clientX - rect.left) / rect.width;
  2685.            const y = (e.clientY - rect.top) / rect.height;
  2686.            
  2687.            const dots = card.querySelectorAll('.floating-dot');
  2688.            dots.forEach((dot, index) => {
  2689.                const moveX = (x - 0.5) * (10 + index * 5);
  2690.                const moveY = (y - 0.5) * (10 + index * 5);
  2691.                dot.style.transform = `translate(${moveX}px, ${moveY}px)`;
  2692.            });
  2693.        });
  2694.    });
  2695. });
  2696. </script>
  2697.  
  2698.    
  2699.        
  2700.        <!-- end wpo-blog-highlights-section -->
  2701.        <!-- start wpo-blog-sponsored-section -->
  2702.        
  2703.  
  2704.  
  2705.  
  2706.    
  2707.  
  2708.  
  2709.  
  2710. <style>
  2711.    .sponsored-section-v3 {
  2712.        padding: 50px 0;
  2713.    }
  2714.    
  2715.    .sponsored-card-v3 {
  2716.        background: var(--card-bg);
  2717.        border: 1px solid var(--border-color);
  2718.        border-radius: 4px;
  2719.        transition: transform 0.3s ease;
  2720.        height: 100%;
  2721.    }
  2722.    
  2723.    .sponsored-card-v3:hover {
  2724.        transform: scale(1.02);
  2725.    }
  2726.    
  2727.    .sponsored-image-v3 {
  2728.        position: relative;
  2729.        height: 170px;
  2730.        border-bottom: 1px solid var(--border-color);
  2731.    }
  2732.    
  2733.    .sponsored-image-v3 img {
  2734.        width: 100%;
  2735.        height: 100%;
  2736.        object-fit: cover;
  2737.    }
  2738.    
  2739.    .sponsored-badge-v3 {
  2740.        position: absolute;
  2741.        top: 10px;
  2742.        right: 10px;
  2743.        padding: 5px 8px;
  2744.        font-size: 11px;
  2745.        font-weight: 600;
  2746.        text-transform: uppercase;
  2747.        border-radius: 50%;
  2748.    }
  2749.    
  2750.    .sponsored-content-v3 {
  2751.        position: relative;
  2752.        padding: 18px;
  2753.    }
  2754.    
  2755.    .sponsored-title-v3 {
  2756.        font-size: 16px;
  2757.        font-weight: 700;
  2758.        line-height: 1.5;
  2759.        margin-bottom: 8px;
  2760.    }
  2761.    
  2762.    .sponsored-title-v3 a {
  2763.        text-decoration: none;
  2764.        color: #333;
  2765.    }
  2766.    
  2767.    .sponsored-title-v3 a:hover {
  2768.        color: #0056b3; /* Darker blue for hover */
  2769.    }
  2770.    
  2771.    .sponsored-excerpt-v3 {
  2772.        font-size: 13px;
  2773.        font-weight: 400;
  2774.        color: #868e96;
  2775.        margin-bottom: 12px;
  2776.        line-height: 1.5;
  2777.    }
  2778.    
  2779.    .sponsored-meta-v3 {
  2780.        font-size: 12px;
  2781.        color: #6c757d;
  2782.    }
  2783.    
  2784.    .author-info-v3 {
  2785.        display: flex;
  2786.        align-items: center;
  2787.        gap: 6px;
  2788.        margin-bottom: 6px;
  2789.    }
  2790.    
  2791.    .sponsored-author-img-v3 {
  2792.        width: 24px;
  2793.        height: 24px;
  2794.        border-radius: 50%;
  2795.        object-fit: cover;
  2796.    }
  2797.    
  2798.    .section-title-sponsored-v3 {
  2799.        font-size: 2rem;
  2800.        font-weight: 600;
  2801.        text-align: left;
  2802.        margin-bottom: 25px;
  2803.        color: #333;
  2804.        border-bottom: 3px solid var(--bs-primary);
  2805.        padding-bottom: 10px;
  2806.    }
  2807.  
  2808.    @media (max-width: 768px) {
  2809.        .sponsored-section-v3 {
  2810.            padding: 30px 0;
  2811.        }
  2812.        .sponsored-content-v3 {
  2813.            padding: 15px;
  2814.        }
  2815.        .sponsored-title-v3 {
  2816.            font-size: 15px;
  2817.        }
  2818.        .sponsored-excerpt-v3 {
  2819.            font-size: 12px;
  2820.        }
  2821.        .section-title-sponsored-v3 {
  2822.            font-size: 1.8rem;
  2823.        }
  2824.    }
  2825. </style>
  2826.  
  2827. <section class="sponsored-section-v3">
  2828.    <div class="container-fluid fluid-container">
  2829.        <div class="row">
  2830.            <div class="col-12">
  2831.                <h2 class="section-title-sponsored-v3">Sponsored News</h2>
  2832.            </div>
  2833.        </div>
  2834.        
  2835.        <div class="row g-4">
  2836.            
  2837.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  2838.                <div class="card sponsored-card-v3">
  2839.                    <div class="sponsored-image-v3">
  2840.                        
  2841.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2842.                        
  2843.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  2844.                    </div>
  2845.                    <div class="sponsored-content-v3">
  2846.                        <h3 class="sponsored-title-v3">
  2847.                            <a href="/ranchers-encroach-further-as-the-kawahiva-people-await-protection/" class="top-color">
  2848.                            Ranchers Encroach Further as the Kawahiva People Await Protection.
  2849.                            </a>
  2850.                        </h3>
  2851.                        <p class="sponsored-excerpt-v3">
  2852.                            
  2853.                        </p>
  2854.                        <div class="sponsored-meta-v3">
  2855.                            <div class="author-info-v3">
  2856.                                
  2857.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b357b933-b6c6-42ce-a050-3e10c091fd63_profile.png" alt="Travis Palmer" style="object-fit: cover;" class="sponsored-author-img-v3">
  2858.                                
  2859.                                <span>
  2860.                                    Travis Palmer
  2861.                                </span>
  2862.                            </div>
  2863.                            <div class="d-flex gap-2">
  2864.                                <i class="ti-calendar"></i> 05 Aug 2026
  2865.                            </div>
  2866.                        </div>
  2867.                    </div>
  2868.                </div>
  2869.            </div>
  2870.            
  2871.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  2872.                <div class="card sponsored-card-v3">
  2873.                    <div class="sponsored-image-v3">
  2874.                        
  2875.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2876.                        
  2877.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  2878.                    </div>
  2879.                    <div class="sponsored-content-v3">
  2880.                        <h3 class="sponsored-title-v3">
  2881.                            <a href="/imprinted-in-my-mind-the-reason-gremlins-2-the-new-batch-is-my-comfort-movie/" class="top-color">
  2882.                            Imprinted in My Mind’: The Reason Gremlins 2: The New Batch Is My Comfort Movie
  2883.                            </a>
  2884.                        </h3>
  2885.                        <p class="sponsored-excerpt-v3">
  2886.                            
  2887.                        </p>
  2888.                        <div class="sponsored-meta-v3">
  2889.                            <div class="author-info-v3">
  2890.                                
  2891.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b357b933-b6c6-42ce-a050-3e10c091fd63_profile.png" alt="Travis Palmer" style="object-fit: cover;" class="sponsored-author-img-v3">
  2892.                                
  2893.                                <span>
  2894.                                    Travis Palmer
  2895.                                </span>
  2896.                            </div>
  2897.                            <div class="d-flex gap-2">
  2898.                                <i class="ti-calendar"></i> 05 Aug 2026
  2899.                            </div>
  2900.                        </div>
  2901.                    </div>
  2902.                </div>
  2903.            </div>
  2904.            
  2905.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  2906.                <div class="card sponsored-card-v3">
  2907.                    <div class="sponsored-image-v3">
  2908.                        
  2909.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2910.                        
  2911.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  2912.                    </div>
  2913.                    <div class="sponsored-content-v3">
  2914.                        <h3 class="sponsored-title-v3">
  2915.                            <a href="/at-least-98-palestinian-individuals-lost-their-lives-in-custody-starting-from-october-2023-israeli-data-reveals/" class="top-color">
  2916.                            At Least 98 Palestinian Individuals Lost Their Lives in Custody Starting From October 2023, Israeli Data Reveals
  2917.                            </a>
  2918.                        </h3>
  2919.                        <p class="sponsored-excerpt-v3">
  2920.                            
  2921.                        </p>
  2922.                        <div class="sponsored-meta-v3">
  2923.                            <div class="author-info-v3">
  2924.                                
  2925.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b357b933-b6c6-42ce-a050-3e10c091fd63_profile.png" alt="Travis Palmer" style="object-fit: cover;" class="sponsored-author-img-v3">
  2926.                                
  2927.                                <span>
  2928.                                    Travis Palmer
  2929.                                </span>
  2930.                            </div>
  2931.                            <div class="d-flex gap-2">
  2932.                                <i class="ti-calendar"></i> 05 Aug 2026
  2933.                            </div>
  2934.                        </div>
  2935.                    </div>
  2936.                </div>
  2937.            </div>
  2938.            
  2939.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  2940.                <div class="card sponsored-card-v3">
  2941.                    <div class="sponsored-image-v3">
  2942.                        
  2943.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2944.                        
  2945.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  2946.                    </div>
  2947.                    <div class="sponsored-content-v3">
  2948.                        <h3 class="sponsored-title-v3">
  2949.                            <a href="/should-we-see-the-downfall-of-the-cult-of-bazball-lets-enjoy-what-it-created/" class="top-color">
  2950.                            Should We See the Downfall of the Cult of Bazball, Let’s Enjoy What It Created.
  2951.                            </a>
  2952.                        </h3>
  2953.                        <p class="sponsored-excerpt-v3">
  2954.                            
  2955.                        </p>
  2956.                        <div class="sponsored-meta-v3">
  2957.                            <div class="author-info-v3">
  2958.                                
  2959.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b357b933-b6c6-42ce-a050-3e10c091fd63_profile.png" alt="Travis Palmer" style="object-fit: cover;" class="sponsored-author-img-v3">
  2960.                                
  2961.                                <span>
  2962.                                    Travis Palmer
  2963.                                </span>
  2964.                            </div>
  2965.                            <div class="d-flex gap-2">
  2966.                                <i class="ti-calendar"></i> 04 Aug 2026
  2967.                            </div>
  2968.                        </div>
  2969.                    </div>
  2970.                </div>
  2971.            </div>
  2972.            
  2973.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  2974.                <div class="card sponsored-card-v3">
  2975.                    <div class="sponsored-image-v3">
  2976.                        
  2977.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2978.                        
  2979.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  2980.                    </div>
  2981.                    <div class="sponsored-content-v3">
  2982.                        <h3 class="sponsored-title-v3">
  2983.                            <a href="/cop30-atmosphere-trumps-no-show-considered-better-than-a-us-disruptive-force/" class="top-color">
  2984.                            COP30 Atmosphere: Trump&#x27;s No-Show Considered Better Than a US Disruptive Force
  2985.                            </a>
  2986.                        </h3>
  2987.                        <p class="sponsored-excerpt-v3">
  2988.                            
  2989.                        </p>
  2990.                        <div class="sponsored-meta-v3">
  2991.                            <div class="author-info-v3">
  2992.                                
  2993.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b357b933-b6c6-42ce-a050-3e10c091fd63_profile.png" alt="Travis Palmer" style="object-fit: cover;" class="sponsored-author-img-v3">
  2994.                                
  2995.                                <span>
  2996.                                    Travis Palmer
  2997.                                </span>
  2998.                            </div>
  2999.                            <div class="d-flex gap-2">
  3000.                                <i class="ti-calendar"></i> 04 Aug 2026
  3001.                            </div>
  3002.                        </div>
  3003.                    </div>
  3004.                </div>
  3005.            </div>
  3006.            
  3007.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3008.                <div class="card sponsored-card-v3">
  3009.                    <div class="sponsored-image-v3">
  3010.                        
  3011.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3012.                        
  3013.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3014.                    </div>
  3015.                    <div class="sponsored-content-v3">
  3016.                        <h3 class="sponsored-title-v3">
  3017.                            <a href="/manchester-city-3-0-the-red-devils-lauren-hemp-finds-the-net-in-manchester-city-stroll/" class="top-color">
  3018.                            Manchester City 3-0 The Red Devils: Lauren Hemp finds the net in Manchester City stroll.
  3019.                            </a>
  3020.                        </h3>
  3021.                        <p class="sponsored-excerpt-v3">
  3022.                            
  3023.                        </p>
  3024.                        <div class="sponsored-meta-v3">
  3025.                            <div class="author-info-v3">
  3026.                                
  3027.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b357b933-b6c6-42ce-a050-3e10c091fd63_profile.png" alt="Travis Palmer" style="object-fit: cover;" class="sponsored-author-img-v3">
  3028.                                
  3029.                                <span>
  3030.                                    Travis Palmer
  3031.                                </span>
  3032.                            </div>
  3033.                            <div class="d-flex gap-2">
  3034.                                <i class="ti-calendar"></i> 04 Aug 2026
  3035.                            </div>
  3036.                        </div>
  3037.                    </div>
  3038.                </div>
  3039.            </div>
  3040.            
  3041.        </div>
  3042.    </div>
  3043. </section>
  3044.  
  3045.  
  3046.    
  3047.        <!-- end wpo-blog-sponsored-section -->
  3048.        <!-- start wpo-subscribe-section -->
  3049.        
  3050.        <!-- end subscribe-section -->
  3051.        <!-- start of wpo-site-footer-section -->
  3052.        
  3053.  
  3054.  
  3055.  
  3056.  
  3057.  
  3058.  
  3059. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  3060. <footer class="footer-v5 bg-primary-gradient border-top">
  3061.    
  3062.    <!-- Main Footer Content -->
  3063.    <div class="container-fluid py-5">
  3064.        
  3065.        <!-- Top Section with Logo and Description -->
  3066.        <div class="row mb-5">
  3067.            <div class="col-12 text-center">
  3068.                <div class="footer-brand mb-4">
  3069.                    
  3070.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/0c7214d1-13da-4d6b-b65b-7c1bd2302c40_logo.png" alt="SmartBiz" class="footer-logo mb-3" height="60">
  3071.                    
  3072.                    <h4 class="fw-bold footer-color mb-2">SmartBiz</h4>
  3073.                    <p class="footer-color opacity-50">Discover actionable business insights, marketing strategies, and leadership advice to grow your enterprise. Stay updated with the latest trends and success stories.</p>
  3074.                </div>
  3075.            </div>
  3076.        </div>
  3077.  
  3078.        <!-- Content Grid -->
  3079.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  3080.            
  3081.            <!-- Quick Links Column -->
  3082.            <div class="">
  3083.                <div class="footer-section">
  3084.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3085.                        Quick Links
  3086.                    </h6>
  3087.                    <ul class="list-unstyled footer-links">
  3088.                        
  3089.                        <li class="mb-2">
  3090.                            <a href="/us-mens-major-title-dry-spell-is-not-taylor-fritzs-responsibility-to-bear/"
  3091.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3092.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3093.                                US Men&#x27;s Major Title Dry Spell Is Not Taylor Fritz&#x27;s Responsibility to Bear
  3094.                            </a>
  3095.                        </li>
  3096.                        
  3097.                        <li class="mb-2">
  3098.                            <a href="/puzzling-bewitching-the-magpies-pursue-answer-to-halt-turmoil/"
  3099.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3100.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3101.                                Puzzling &amp; Bewitching The Magpies Pursue Answer to Halt Turmoil
  3102.                            </a>
  3103.                        </li>
  3104.                        
  3105.                        <li class="mb-2">
  3106.                            <a href="/must-my-aspiring-influencer-pal-cease-exploiting-people-for-material/"
  3107.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3108.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3109.                                Must My Aspiring Influencer Pal Cease Exploiting People for Material?
  3110.                            </a>
  3111.                        </li>
  3112.                        
  3113.                        <li class="mb-2">
  3114.                            <a href="/unveiling-the-heartbreaking-truth-behind-netflixs-latest-historical-drama/"
  3115.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3116.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3117.                                Unveiling the Heartbreaking Truth Behind Netflix&#x27;s Latest Historical Drama
  3118.                            </a>
  3119.                        </li>
  3120.                        
  3121.                        <li class="mb-2">
  3122.                            <a href="/late-leveler-by-rutter-delivers-point-for-albion-leaving-west-ham-in-relegation-zone/"
  3123.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3124.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3125.                                Late Leveler by Rutter Delivers Point for Albion, Leaving West Ham in Relegation Zone.
  3126.                            </a>
  3127.                        </li>
  3128.                        
  3129.                        <li class="mb-2">
  3130.                            <a href="/blues-boss-maresca-rejects-man-city-links-as-100-rumour/"
  3131.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3132.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3133.                                Blues Boss Maresca Rejects Man City Links as &#x27;100%&#x27; Rumour
  3134.                            </a>
  3135.                        </li>
  3136.                        
  3137.                    </ul>
  3138.                </div>
  3139.            </div>
  3140.  
  3141.            <!-- Resources Column -->
  3142.            <div class="">
  3143.                <div class="footer-section">
  3144.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3145.                        Resources
  3146.                    </h6>
  3147.                   <ul class="footer-links" id="footerLinks">
  3148.        
  3149.        
  3150.  
  3151.        
  3152.        
  3153.        
  3154.        
  3155.    </ul>
  3156.                </div>
  3157.            </div>
  3158.  
  3159.            <!-- Categories Column -->
  3160.            <div class="">
  3161.                <div class="footer-section">
  3162.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3163.                        Categories
  3164.                    </h6>
  3165.                    <div class="category-tags">
  3166.                      
  3167.                                <li>
  3168.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  3169.                                        All Posts
  3170.                                    </a>
  3171.                                </li>
  3172.                                
  3173.                                <li>
  3174.                                    <a href="/category/business/" class="footer-link footer-color">
  3175.                                        Business
  3176.                                    </a>
  3177.                                </li>
  3178.                                
  3179.                                <li>
  3180.                                    <a href="/category/esports/" class="footer-link footer-color">
  3181.                                        Esports
  3182.                                    </a>
  3183.                                </li>
  3184.                                
  3185.                                <li>
  3186.                                    <a href="/category/fashion/" class="footer-link footer-color">
  3187.                                        Fashion
  3188.                                    </a>
  3189.                                </li>
  3190.                                
  3191.                                <li>
  3192.                                    <a href="/category/featured/" class="footer-link footer-color">
  3193.                                        Featured
  3194.                                    </a>
  3195.                                </li>
  3196.                                
  3197.                                <li>
  3198.                                    <a href="/category/gaming/" class="footer-link footer-color">
  3199.                                        Gaming
  3200.                                    </a>
  3201.                                </li>
  3202.                                
  3203.                    </div>
  3204.                </div>
  3205.            </div>
  3206.  
  3207.        </div>
  3208.  
  3209.    </div>
  3210.  
  3211.    <!-- Footer Bottom -->
  3212.    <div class="footer-bottom  border-top py-3">
  3213.        <div class="container-fluid fluid-container">
  3214.            <div class=" d-flex justify-content-between flex-wrap">
  3215.                <div class="">
  3216.                    <p class="mb-0 footer-color  ">
  3217.                        © 2026 <span class="fw-semibold footer-color">SmartBiz</span>. All rights reserved.
  3218.                    </p>
  3219.                </div>
  3220.                <div class="">
  3221.                    <div class="footer-nav">
  3222.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  3223.                            <i class="bi bi-file-text me-1"></i>Write For Us
  3224.                        </a>
  3225.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  3226.                            <i class="bi bi-file-text me-1"></i>Terms
  3227.                        </a>
  3228.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  3229.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  3230.                        </a>
  3231.                    </div>
  3232.                </div>
  3233.            </div>
  3234.        </div>
  3235.    </div>
  3236.  
  3237. </footer>
  3238.  
  3239. <style>
  3240. /* Footer V5 - Clean Minimalist Bootstrap Design */
  3241.  
  3242.  
  3243.  
  3244.  
  3245. .footer-logo {
  3246.    border-radius: 8px;
  3247. }
  3248.  
  3249. /* Footer Sections */
  3250. .footer-section {
  3251.    padding: 0 15px;
  3252. }
  3253.  
  3254. .footer-section h6 {
  3255.    position: relative;
  3256.    padding-bottom: 8px;
  3257. }
  3258.  
  3259. .footer-section h6::after {
  3260.    content: '';
  3261.    position: absolute;
  3262.    bottom: 0;
  3263.    left: 0;
  3264.    width: 30px;
  3265.    height: 2px;
  3266.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  3267.    border-radius: 1px;
  3268. }
  3269.  
  3270. /* Links Styling */
  3271. .footer-links a {
  3272.    transition: all 0.3s ease;
  3273.    padding: 4px 0;
  3274.    border-radius: 4px;
  3275. }
  3276.  
  3277. .footer-links a:hover {
  3278.    color: var(--bs-primary) !important;
  3279.    padding-left: 8px;
  3280. }
  3281.  
  3282. .footer-links a:hover i {
  3283.    transform: translateX(2px);
  3284. }
  3285.  
  3286. /* Category Tags */
  3287. .category-tag {
  3288.    transition: all 0.3s ease;
  3289.    padding: 6px 12px !important;
  3290.    font-size: 0.875rem;
  3291. }
  3292.  
  3293.  
  3294.  
  3295. /* Footer Bottom */
  3296. .footer-bottom {
  3297.    backdrop-filter: blur(10px);
  3298. }
  3299.  
  3300. /* Responsive Design */
  3301. @media (max-width: 768px) {
  3302.    .footer-v5 {
  3303.        margin-top: 60px;
  3304.    }
  3305.    
  3306.    .footer-section {
  3307.        text-align:start;
  3308.        margin-bottom: 40px;
  3309.    }
  3310.    
  3311.    .footer-links a,
  3312.    .category-tags {
  3313.        justify-content:start;
  3314.    }
  3315.    
  3316.    .social-links .d-flex {
  3317.        justify-content:start;
  3318.    }
  3319. }
  3320.  
  3321. @media (max-width: 576px) {
  3322.    .footer-brand h4 {
  3323.        font-size: 1.25rem;
  3324.    }
  3325.    
  3326.    .stats-item h5 {
  3327.        font-size: 1.1rem;
  3328.    }
  3329.    
  3330.    .newsletter-form .btn {
  3331.        padding: 8px 12px;
  3332.    }
  3333. }
  3334.  
  3335. /* Animation Classes */
  3336. .fade-in {
  3337.    animation: fadeIn 0.6s ease-in;
  3338. }
  3339.  
  3340. @keyframes fadeIn {
  3341.    from { opacity: 0; transform: translateY(20px); }
  3342.    to { opacity: 1; transform: translateY(0); }
  3343. }
  3344.  
  3345. /* Loading State */
  3346. .loading {
  3347.    pointer-events: none;
  3348.    opacity: 0.7;
  3349. }
  3350.  
  3351. .loading .btn {
  3352.    position: relative;
  3353. }
  3354.  
  3355. .loading .btn::after {
  3356.    content: '';
  3357.    position: absolute;
  3358.    top: 50%;
  3359.    left: 50%;
  3360.    width: 16px;
  3361.    height: 16px;
  3362.    margin: -8px 0 0 -8px;
  3363.    border: 2px solid transparent;
  3364.    border-top-color: currentColor;
  3365.    border-radius: 50%;
  3366.    animation: spin 1s linear infinite;
  3367. }
  3368.  
  3369. @keyframes spin {
  3370.    to { transform: rotate(360deg); }
  3371. }
  3372.  
  3373. /* Utility Classes */
  3374. .text-gradient {
  3375.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  3376.    -webkit-background-clip: text;
  3377.    -webkit-text-fill-color: transparent;
  3378.    background-clip: text;
  3379. }
  3380.  
  3381. .hover-lift {
  3382.    transition: transform 0.3s ease;
  3383. }
  3384.  
  3385. .hover-lift:hover {
  3386.    transform: translateY(-2px);
  3387. }
  3388. </style>
  3389.  
  3390.  
  3391. <script>
  3392. document.addEventListener('DOMContentLoaded', function() {
  3393.    
  3394.    // Initialize Bootstrap tooltips
  3395.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  3396.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  3397.        return new bootstrap.Tooltip(tooltipTriggerEl);
  3398.    });
  3399.  
  3400.    // Newsletter form handling
  3401.    const newsletterForm = document.querySelector('.newsletter-form');
  3402.    if (newsletterForm) {
  3403.        newsletterForm.addEventListener('submit', function(e) {
  3404.            e.preventDefault();
  3405.            
  3406.            const email = this.querySelector('input[name="email"]').value.trim();
  3407.            const submitBtn = this.querySelector('button[type="submit"]');
  3408.            const originalContent = submitBtn.innerHTML;
  3409.            
  3410.            // Validate email
  3411.            if (!email || !isValidEmail(email)) {
  3412.                showToast('Please enter a valid email address', 'error');
  3413.                return;
  3414.            }
  3415.            
  3416.            // Show loading state
  3417.            this.classList.add('loading');
  3418.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  3419.            submitBtn.disabled = true;
  3420.            
  3421.            // Simulate API call
  3422.            setTimeout(() => {
  3423.                // Success state
  3424.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  3425.                submitBtn.classList.remove('btn-primary');
  3426.                submitBtn.classList.add('btn-success');
  3427.                
  3428.                showToast('Successfully subscribed to newsletter!', 'success');
  3429.                
  3430.                // Reset form
  3431.                setTimeout(() => {
  3432.                    this.classList.remove('loading');
  3433.                    submitBtn.innerHTML = originalContent;
  3434.                    submitBtn.classList.remove('btn-success');
  3435.                    submitBtn.classList.add('btn-primary');
  3436.                    submitBtn.disabled = false;
  3437.                    this.reset();
  3438.                }, 2000);
  3439.                
  3440.            }, 1500);
  3441.        });
  3442.    }
  3443.    
  3444.    // Email validation function
  3445.    function isValidEmail(email) {
  3446.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  3447.        return emailRegex.test(email);
  3448.    }
  3449.    
  3450.    // Toast notification function
  3451.    function showToast(message, type = 'info') {
  3452.        // Remove existing toasts
  3453.        const existingToasts = document.querySelectorAll('.custom-toast');
  3454.        existingToasts.forEach(toast => toast.remove());
  3455.        
  3456.        // Create toast
  3457.        const toast = document.createElement('div');
  3458.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  3459.        toast.style.zIndex = '9999';
  3460.        toast.innerHTML = `
  3461.            <div class="d-flex align-items-center">
  3462.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  3463.                <span>${message}</span>
  3464.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  3465.            </div>
  3466.        `;
  3467.        
  3468.        document.body.appendChild(toast);
  3469.        
  3470.        // Auto remove after 4 seconds
  3471.        setTimeout(() => {
  3472.            if (toast && toast.parentNode) {
  3473.                toast.remove();
  3474.            }
  3475.        }, 4000);
  3476.    }
  3477.    
  3478.    // Smooth scroll for internal links
  3479.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  3480.        anchor.addEventListener('click', function(e) {
  3481.            e.preventDefault();
  3482.            const target = document.querySelector(this.getAttribute('href'));
  3483.            if (target) {
  3484.                target.scrollIntoView({
  3485.                    behavior: 'smooth',
  3486.                    block: 'start'
  3487.                });
  3488.            }
  3489.        });
  3490.    });
  3491.    
  3492.    // Add fade-in animation to footer sections on scroll
  3493.    const observerOptions = {
  3494.        threshold: 0.1,
  3495.        rootMargin: '0px 0px -50px 0px'
  3496.    };
  3497.    
  3498.    const sectionObserver = new IntersectionObserver((entries) => {
  3499.        entries.forEach(entry => {
  3500.            if (entry.isIntersecting) {
  3501.                entry.target.classList.add('fade-in');
  3502.            }
  3503.        });
  3504.    }, observerOptions);
  3505.    
  3506.    // Observe footer sections
  3507.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  3508.        sectionObserver.observe(section);
  3509.    });
  3510.    
  3511.    // Enhanced hover effects for category tags
  3512.    document.querySelectorAll('.category-tag').forEach(tag => {
  3513.        tag.addEventListener('mouseenter', function() {
  3514.            this.style.transform = 'translateY(-2px) scale(1.02)';
  3515.        });
  3516.        
  3517.        tag.addEventListener('mouseleave', function() {
  3518.            this.style.transform = 'translateY(0) scale(1)';
  3519.        });
  3520.    });
  3521.    
  3522.    // Prevent default for demo links
  3523.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3524.        link.addEventListener('click', function(e) {
  3525.            e.preventDefault();
  3526.        });
  3527.    });
  3528.    
  3529.    // Add click ripple effect to buttons
  3530.    document.querySelectorAll('.btn').forEach(btn => {
  3531.        btn.addEventListener('click', function(e) {
  3532.            const ripple = document.createElement('span');
  3533.            const rect = this.getBoundingClientRect();
  3534.            const size = Math.max(rect.width, rect.height);
  3535.            const x = e.clientX - rect.left - size / 2;
  3536.            const y = e.clientY - rect.top - size / 2;
  3537.            
  3538.            ripple.style.cssText = `
  3539.                position: absolute;
  3540.                left: ${x}px;
  3541.                top: ${y}px;
  3542.                width: ${size}px;
  3543.                height: ${size}px;
  3544.                border-radius: 50%;
  3545.                background: rgba(255, 255, 255, 0.4);
  3546.                transform: scale(0);
  3547.                animation: ripple-effect 0.6s linear;
  3548.                pointer-events: none;
  3549.            `;
  3550.            
  3551.            this.style.position = 'relative';
  3552.            this.style.overflow = 'hidden';
  3553.            this.appendChild(ripple);
  3554.            
  3555.            setTimeout(() => ripple.remove(), 600);
  3556.        });
  3557.    });
  3558.    
  3559. });
  3560.  
  3561. // Add ripple animation CSS
  3562. const rippleCSS = document.createElement('style');
  3563. rippleCSS.textContent = `
  3564.    @keyframes ripple-effect {
  3565.        to {
  3566.            transform: scale(4);
  3567.            opacity: 0;
  3568.        }
  3569.    }
  3570. `;
  3571. document.head.appendChild(rippleCSS);
  3572.  
  3573. document.addEventListener('DOMContentLoaded', function () {
  3574.    var btn = document.getElementById('toggleFooterLinks');
  3575.    if (!btn) return; // No extra links, no button
  3576.  
  3577.    var extras = document.querySelectorAll('#footerLinks li.extra');
  3578.  
  3579.    btn.addEventListener('click', function () {
  3580.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3581.            return li.classList.contains('d-none');
  3582.        });
  3583.  
  3584.        extras.forEach(function (li) {
  3585.            if (anyHidden) {
  3586.                li.classList.remove('d-none');
  3587.                li.classList.add('show');
  3588.            } else {
  3589.                li.classList.add('d-none');
  3590.                li.classList.remove('show');
  3591.            }
  3592.        });
  3593.  
  3594.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3595.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3596.    });
  3597. });
  3598.  
  3599. </script>
  3600.  
  3601.        <!-- end of wpo-site-footer-section -->
  3602.    </div>
  3603.    <!-- end of page-wrapper -->
  3604.  
  3605.    <!-- All JavaScript files
  3606.    ================================================== -->
  3607.    
  3608.  
  3609. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3610. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3611. <!-- Plugins for this template -->
  3612. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3613. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3614. <!-- Custom script for this template -->
  3615. <script src="/static/blogapp/assets/js/script.js"></script>
  3616.  
  3617. <script>
  3618. (function () {
  3619. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3620. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3621.  
  3622. function applyFallback(img) {
  3623. if (!img || img.dataset.fallbackApplied === "1") {
  3624. return;
  3625. }
  3626. var failedSrc = img.currentSrc || img.src || "";
  3627. img.dataset.fallbackApplied = "1";
  3628. img.onerror = null;
  3629. img.src = fallbackImageSrc;
  3630. console.warn("[ImageFallback] Replaced broken image:", {
  3631. failedSrc: failedSrc,
  3632. fallbackSrc: fallbackImageSrc,
  3633. alt: img.alt || "",
  3634. });
  3635. }
  3636.  
  3637. document.querySelectorAll("img").forEach(function (img) {
  3638. if (img.complete && img.naturalWidth === 0) {
  3639. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3640. failedSrc: img.currentSrc || img.src || "",
  3641. alt: img.alt || "",
  3642. });
  3643. applyFallback(img);
  3644. }
  3645. });
  3646.  
  3647. document.addEventListener(
  3648. "error",
  3649. function (event) {
  3650. var target = event.target;
  3651. if (target && target.tagName === "IMG") {
  3652. applyFallback(target);
  3653. }
  3654. },
  3655. true
  3656. );
  3657. })();
  3658. </script>
  3659.  
  3660. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3661.  
  3662.  
  3663.  
  3664. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"91c5fac627e746c3a25f4b85ea5aaefa","r":1}' crossorigin="anonymous"></script>
  3665. </body>
  3666.  
  3667. </html>
  3668.  
  3669.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda