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://geschmackswelt.at

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="source">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_78_SHJmpmw_rFY7dxJ.png">
  14.    
  15.  
  16.    <title>Geschmackswelt: Entdecken Sie kulinarische Genüsse und Rezepte</title>
  17.    <meta name="description" content="Willkommen auf Geschmackswelt, Ihrem Blog für köstliche Rezepte, kulinarische Tipps und Food-Trends. Tauchen Sie ein in die Welt des Geschmacks und entdecken Sie neue Inspirationen für Ihre Küche.">
  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://geschmackswelt.at/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff6b6b;
  42.        --bs-primary-rgb: ff6b6b;
  43.        --bs-secondary: #94a3b8;
  44.        --bs-success: #34d399;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #e2e8f0;
  49.        --bs-dark: #1e293b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff6b6b;
  53.        --theme-primary-color-s2: #ff6b6b;
  54.        --body-bg-color: #111827;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #e2e8f0;
  57.        --text-light-color: #676767;
  58.        --heading-color: #e2e8f0;
  59.        --border-color: #475569;
  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: #1e293b;
  73.        --nav-bg: #1e293b;
  74.        --sub-nav: #475569;
  75.        --navbar-color: #e2e8f0;
  76.        --topbar-bg: #111827;
  77.        --topbar-color: #e2e8f0;
  78.        --footer-bg: #1e293b;
  79.        --footer-color: #e2e8f0;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 12px;
  83.        --link-color: #ff6b6b;
  84.        --link-hover: #ef4444;
  85.        --blog-color: #e2e8f0;
  86.        --blog-bg: rgba(255, 107, 107, 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: rgba(30, 41, 59, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. <script>
  369.    var _paq = window._paq = window._paq || [];
  370.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  371.    _paq.push(['trackPageView']);
  372.    _paq.push(['enableLinkTracking']);
  373.    (function() {
  374.        var u = "//analytics.tech-vikings.com/";
  375.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  376.        _paq.push(['setSiteId', '2']);
  377.        var d = document,
  378.            g = d.createElement('script'),
  379.            s = d.getElementsByTagName('script')[0];
  380.        g.async = true;
  381.        g.src = u + 'matomo.js';
  382.        s.parentNode.insertBefore(g, s);
  383.    })();
  384. </script>
  385. </head>
  386.  
  387.  
  388.  
  389. <body class="page-blogapp:homepage theme-theme_83">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396.  
  397.  
  398.            <!-- end preloader -->
  399.        
  400.        <!-- Start header -->
  401.        <header id="header" class="wpo-site-header">
  402.            
  403.  
  404.  
  405.    
  406.  
  407.  
  408. <div class="top-bg">
  409.    <div class="unique-topbar3 container-fluid fluid-container d-sm-flex d-none align-items-center justify-content-between">
  410.        <!-- Date/Time -->
  411.        <span id="current-time" class="text-nowrap"></span>
  412.    
  413.        <!-- Marquee News -->
  414.        <marquee direction="left" scrollamount="4" behavior="scroll" class="topbar-marquee flex-grow-1 ms-3">
  415.            
  416.                <a href="/the-reason-psg-are-focusing-on-local-talent-to-protect-their-continental-title/" class="px-4 top-color">
  417.                    The Reason PSG Are Focusing On Local Talent to Protect Their Continental Title
  418.                </a>
  419.            
  420.                <a href="/democratic-lawmakers-allege-trump-of-intimidation-campaign-as-fbi-seeks-interviews/" class="px-4 top-color">
  421.                    Democratic lawmakers Allege Trump of ‘Intimidation’ Campaign as FBI Seeks Interviews
  422.                </a>
  423.            
  424.                <a href="/a-standout-twelve-months-for-kicking-the-orb/" class="px-4 top-color">
  425.                    A Standout Twelve Months for Kicking The Orb
  426.                </a>
  427.            
  428.                <a href="/a-gripping-journey-food-delivery-from-the-west-philippine-sea-a-gripping-journey-through-supply-lines-in-the-maritime-dispute/" class="px-4 top-color">
  429.                    A Gripping Journey: Food Delivery from the West Philippine Sea – A Gripping Journey Through Supply Lines in the Maritime Dispute.
  430.                </a>
  431.            
  432.                <a href="/celebrity-traitors-finale-accidentally-uploaded-a-full-day-prematurely-beyond-the-uk/" class="px-4 top-color">
  433.                    Celebrity Traitors Finale Accidentally Uploaded A Full Day Prematurely Beyond the UK
  434.                </a>
  435.            
  436.        </marquee>
  437.    </div>
  438. </div>
  439.  
  440. <script>
  441. function updateCurrentTime() {
  442.    const currentDate = new Date();
  443.  
  444.    // Day Names
  445.    const dayNames = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];
  446.    const day = dayNames[currentDate.getDay()];
  447.  
  448.    // Date Formatting
  449.    const dayNumber = currentDate.getDate().toString().padStart(2, '0');
  450.    const monthNames = ["January", "February", "March", "April", "May", "June",
  451.                        "July", "August", "September", "October", "November", "December"];
  452.    const month = monthNames[currentDate.getMonth()];
  453.    const year = currentDate.getFullYear();
  454.  
  455.    // Final string
  456.    const dateString = `${day}, ${month} ${dayNumber}, ${year}`;
  457.  
  458.    document.getElementById('current-time').innerHTML = `
  459.        <span class='bg-primary-gradient p-2 '>
  460.            <span class="fw-bold">${dateString}</span>
  461.        </span>
  462.    `;
  463. }
  464. updateCurrentTime();
  465. </script>
  466.  
  467.  
  468.  
  469.            
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476. <nav class="navigation navbar navbar-expand-lg mb-4">
  477.  <div class="container-fluid fluid-container">
  478.    <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">
  479.      <div class="navbar-header d-md-none mb-0 justify-content-center d-flex w-sm-full">
  480.          <a class="navbar-brand" href="/">
  481.              
  482.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/4afb133a-4f06-4ba1-8103-b0ef65215938_logo.png" alt="Geschmackswelt" />
  483.              
  484.          </a>
  485.      </div>
  486.      <div class="">
  487.        <div class="style-card">
  488.          <div class="minimal-search mb-md-4 mb-0">
  489.            <input type="search" class="search-input mt-md-4 mt-0" placeholder="Search..." />
  490.            <svg class="search-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  491.              <circle cx="11" cy="11" r="8"></circle>
  492.              <path d="m21 21-4.35-4.35"></path>
  493.            </svg>
  494.          </div>
  495.          <!-- The search results will be displayed here -->
  496.          <div id="search-results" class="search-results-container search-v1"></div>
  497.        </div>
  498.      </div>
  499.      <div class=" d-flex flex-wrap">
  500.        <div class="navbar-header d-lg-none d-none d-md-flex">
  501.          <a class="navbar-brand" href='/'><img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/4afb133a-4f06-4ba1-8103-b0ef65215938_logo.png" alt="" /></a>
  502.        </div>
  503.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  504.          <button class="menu-close"><i class="ti-close"></i></button>
  505.  
  506.    <ul class="nav navbar-nav mb-2 mb-lg-0 align-items-center">
  507.    <li>
  508.      <a href="/">
  509.        Home
  510.      </a>
  511.    </li>
  512.  
  513.  
  514.    <li>
  515.      <a href="/category/all-posts/">
  516.        All Posts
  517.      </a>
  518.    </li>
  519.  
  520.    <li>
  521.      <a href="/category/business/">
  522.        Business
  523.      </a>
  524.    </li>
  525.  
  526.    <li>
  527.      <a href="/category/esports/">
  528.        Esports
  529.      </a>
  530.    </li>
  531.  
  532.  
  533.  
  534.  <div class="navbar-header d-lg-block d-none">
  535.    <a class="navbar-brand" href="/">
  536.      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/4afb133a-4f06-4ba1-8103-b0ef65215938_logo.png" alt="" />
  537.    </a>
  538.  </div>
  539.  
  540.  
  541.  
  542.    
  543.    
  544.    
  545.      <li>
  546.        <a href="/category/fashion/">
  547.          Fashion
  548.        </a>
  549.      </li>
  550.    
  551.      <li>
  552.        <a href="/category/featured/">
  553.          Featured
  554.        </a>
  555.      </li>
  556.    
  557.  
  558.    
  559.    
  560.      <li class="menu-item-has-children">
  561.        <a href="#">More</a>
  562.        <ul class="sub-menu">
  563.          
  564.            <li>
  565.              <a href="/category/gaming/">
  566.                Gaming
  567.              </a>
  568.            </li>
  569.          
  570.            <li>
  571.              <a href="/category/health/">
  572.                Health
  573.              </a>
  574.            </li>
  575.          
  576.            <li>
  577.              <a href="/category/life-fitness/">
  578.                Life &amp; Fitness
  579.              </a>
  580.            </li>
  581.          
  582.            <li>
  583.              <a href="/category/lifestyle/">
  584.                Lifestyle
  585.              </a>
  586.            </li>
  587.          
  588.            <li>
  589.              <a href="/category/news/">
  590.                News
  591.              </a>
  592.            </li>
  593.          
  594.            <li>
  595.              <a href="/category/others/">
  596.                Others
  597.              </a>
  598.            </li>
  599.          
  600.            <li>
  601.              <a href="/category/politics/">
  602.                Politics
  603.              </a>
  604.            </li>
  605.          
  606.            <li>
  607.              <a href="/category/sports/">
  608.                Sports
  609.              </a>
  610.            </li>
  611.          
  612.            <li>
  613.              <a href="/category/tech/">
  614.                Tech
  615.              </a>
  616.            </li>
  617.          
  618.            <li>
  619.              <a href="/category/travel/">
  620.                Travel
  621.              </a>
  622.            </li>
  623.          
  624.        </ul>
  625.      </li>
  626.    
  627.  
  628.  
  629. <li>
  630.                  <a href="/page/contact-us/">
  631.                     Contact Us
  632.                  </a>
  633.              </li>
  634. </ul>
  635.  
  636.        </div>
  637.        <div class="sidebar-blur"></div>
  638.        <!-- end of nav-collapse -->
  639.      </div>
  640.      <div class="me-3">
  641.        <div class="mobail-menu d-xl-none d-block">
  642.          <button type="button" class="navbar-toggler open-btn">
  643.            <span class="sr-only">Toggle navigation</span>
  644.            <span class="icon-bar first-angle"></span>
  645.            <span class="icon-bar middle-angle"></span>
  646.            <span class="icon-bar last-angle"></span>
  647.          </button>
  648.        </div>
  649.        <!-- <div class="header-right">
  650.          <div class="header-right-menu-wrapper d-xl-block d-none">
  651.            <div class="header-right-menu">
  652.              <div class="right-menu-toggle-btn">
  653.                <span></span>
  654.                <span></span>
  655.                <span></span>
  656.              </div>
  657.              <div class="header-right-menu-wrap" style="z-index: 999;">
  658.                <button class="right-menu-close"><i class="ti-close"></i></button>
  659.                <div class="logo">
  660.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  661.                </div>
  662.                <div class="header-right-sec">
  663.                  <div class="project-widget widget">
  664.                    <h3 class="text-white">Our Latest News</h3>
  665.                    <div class="posts">
  666.                      <div class="post">
  667.                        <div class="img-holder">
  668.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  669.                        </div>
  670.                        <div class="details">
  671.                          <span class="date">19 Jun 2022</span>
  672.                          <h4><a href="blog-single.html" class="text-white">Perfect Photo Clicking Idea You Must Know.</a></h4>
  673.                        </div>
  674.                      </div>
  675.                      <div class="post">
  676.                        <div class="img-holder">
  677.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  678.                        </div>
  679.                        <div class="details">
  680.                          <span class="date">22 May 2022</span>
  681.                          <h4><a href="blog-single.html" class="text-white">Best tourism site all over the world.</a></h4>
  682.                        </div>
  683.                      </div>
  684.                      <div class="post">
  685.                        <div class="img-holder">
  686.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  687.                        </div>
  688.                        <div class="details">
  689.                          <span class="date">12 Apr 2022</span>
  690.                          <h4><a href="blog-single.html" class="text-white">Whats In Trend in Now Woman Fashion.</a></h4>
  691.                        </div>
  692.                      </div>
  693.                    </div>
  694.                  </div>
  695.                  <div class="widget wpo-contact-widget">
  696.                    <div class="widget-title">
  697.                      <h3 class="text-white">Contact Us</h3>
  698.                    </div>
  699.                    <div class="contact-ft">
  700.                      <ul>
  701.                        <li>
  702.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  703.                        </li>
  704.                        <li>
  705.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  706.                          + 8 (123) 123 456 789
  707.                        </li>
  708.                        <li>
  709.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  710.                        </li>
  711.                      </ul>
  712.                    </div>
  713.                  </div>
  714.                </div>
  715.              </div>
  716.              <div class="sidebar-blur"></div>
  717.            </div>
  718.          </div>
  719.        </div> -->
  720.      </div>
  721.    </div>
  722.  </div>
  723.  <!-- end of container -->
  724. </nav>
  725. <style>
  726.  .navbar-brand img{
  727.    height: 70px;
  728.    object-fit: contain;
  729.  }
  730.    /* search field */
  731.  .search-results-container {
  732.  position: absolute;
  733.  top: 100%; /* Position it below the input field */
  734. left: 10px;
  735.  right: 10px;
  736.  background-color: white;
  737.  border: 1px solid #ddd;
  738.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  739.  max-height: 300px;
  740.  overflow-y: auto;
  741.  z-index: 1000;
  742.  display: none; /* Initially hidden */
  743. }
  744.  
  745. .search-results-container p {
  746.  margin: 0;
  747. }
  748.  
  749. .search-results-container .result-item {
  750.  padding: 10px;
  751.  cursor: pointer;
  752. }
  753.  
  754. .search-results-container .result-item:hover {
  755.  background-color: #f0f0f0;
  756. }
  757. @media (max-width:576px) {
  758.  .w-sm-full{
  759.    padding-top: 10px;
  760.    width: 100%;
  761.  }
  762.  .m-s-0{
  763.    margin-top: 0px !important;
  764.  }
  765. }
  766. @media (max-width:768px) {
  767. .search-icon{
  768. top: 50%;
  769. }
  770. }
  771.  
  772.  
  773. </style>
  774. <script>
  775.  const searchInput = document.querySelector(".search-input");
  776.  const searchResults = document.getElementById("search-results");
  777.  
  778.  // Handle typing
  779.  searchInput.addEventListener("keyup", function (e) {
  780.    e.preventDefault();
  781.  
  782.    const query = searchInput.value;
  783.  
  784.    if (query === "") {
  785.      searchResults.innerHTML = "";
  786.      searchResults.style.display = "none";
  787.      return;
  788.    }
  789.  
  790.    searchResults.style.display = "block";
  791.  
  792.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  793.      method: "GET",
  794.      headers: {
  795.        "X-Requested-With": "XMLHttpRequest",
  796.      },
  797.    })
  798.      .then(response => response.json())
  799.      .then(data => {
  800.        if (data.html) {
  801.          searchResults.innerHTML = data.html;
  802.        } else {
  803.          searchResults.innerHTML = "<p>No results found.</p>";
  804.        }
  805.      })
  806.      .catch(error => {
  807.        console.error("Error fetching search results:", error);
  808.      });
  809.  });
  810.  
  811.  // Close results when clicking outside
  812.  document.addEventListener("click", function (e) {
  813.    if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  814.      searchResults.style.display = "none";
  815.    }
  816.  });
  817. </script>
  818.  
  819.  
  820.        </header>
  821.        <!-- end of header -->
  822.        <!-- start of wpo-blog-hero -->
  823.        
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831. <div class="blog-hero-v6">
  832.    <div class="container-fluid fluid-container">
  833.        
  834.        <!-- Top Section - Two Column Layout -->
  835.        <div class="row g-4 mb-5">
  836.            <!-- Main Featured Article - Left -->
  837.            
  838.  
  839.            <div class="col-lg-6 col-md-12">
  840.                <article class="main-featured">
  841.                    <div class="featured-image-container">
  842.                        
  843.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  844.                                class="featured-image" style="object-fit: cover;" alt="">
  845.                        
  846.                        <div class="category-tag bg-primary-gradient">News</div>
  847.                    </div>
  848.                    <div class="featured-content">
  849.                        <h1 class="featured-title"><a class="top-color" href="/the-legendary-jimmy-cliff-music-legend-and-cultural-figure-passes-away-at-eighty-one-years-old/" >
  850.                                        The Legendary Jimmy Cliff, Music Legend and Cultural Figure, Passes Away at Eighty-One Years Old
  851.                                    </a></h1>
  852.                        <p class="featured-summary"></p>
  853.                        <div class="article-meta">
  854.                            <div class="author-info">
  855.                                
  856.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/66622d78-741f-470c-b6b5-c1bcb0799fe7_profile.png" alt="Leah Zimmerman" style="object-fit: cover;" class="author-pic">
  857.                                
  858.                                <div class="author-text">
  859.                                    <span class="author-name">Leah Zimmerman</span>
  860.                                    <span class="post-time">20 May 2026</span>
  861.                                    
  862.                                </div>
  863.                            </div>
  864.                            <div class="reading-info">
  865.                                <!-- <span class="read-time">4 min read</span> -->
  866.                            </div>
  867.                        </div>
  868.                    </div>
  869.                </article>
  870.            </div>
  871.            
  872.  
  873.            <div class="col-lg-6 col-md-12">
  874.                <article class="main-featured">
  875.                    <div class="featured-image-container">
  876.                        
  877.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  878.                                class="featured-image" style="object-fit: cover;" alt="">
  879.                        
  880.                        <div class="category-tag bg-primary-gradient">News</div>
  881.                    </div>
  882.                    <div class="featured-content">
  883.                        <h1 class="featured-title"><a class="top-color" href="/blasts-hit-kyiv-taking-a-servicemans-life-and-injuring-four-in-terrorist-attack/" >
  884.                                        Blasts Hit Kyiv, Taking a Serviceman&#x27;s Life and Injuring Four in Terrorist Attack
  885.                                    </a></h1>
  886.                        <p class="featured-summary"></p>
  887.                        <div class="article-meta">
  888.                            <div class="author-info">
  889.                                
  890.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/66622d78-741f-470c-b6b5-c1bcb0799fe7_profile.png" alt="Leah Zimmerman" style="object-fit: cover;" class="author-pic">
  891.                                
  892.                                <div class="author-text">
  893.                                    <span class="author-name">Leah Zimmerman</span>
  894.                                    <span class="post-time">20 May 2026</span>
  895.                                    
  896.                                </div>
  897.                            </div>
  898.                            <div class="reading-info">
  899.                                <!-- <span class="read-time">4 min read</span> -->
  900.                            </div>
  901.                        </div>
  902.                    </div>
  903.                </article>
  904.            </div>
  905.            
  906.  
  907.        </div>
  908.  
  909.        <!-- Bottom Section - Three Column Grid -->
  910.        <div class="row g-4">
  911.            
  912.                <div class="col-lg-4 col-md-6 col-12">
  913.                    <article class="compact-card">
  914.                        <div class="compact-image">
  915.                            
  916.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  917.                                   style="object-fit: cover;" alt="">
  918.                            
  919.                            <div class="compact-category bg-primary-gradient">News</div>
  920.                        </div>
  921.                        <div class="compact-body">
  922.                            <h3 class="compact-title"> <a class="top-color" href="/resolute-remarks-defends-smuggling-craft-attacks-amid-criticism/" >
  923.                                        Resolute Remarks Defends Smuggling Craft Attacks Amid Criticism
  924.                                    </a></h3>
  925.                            <p class="compact-text"></p>
  926.                            <div class="compact-footer">
  927.                                <div class="compact-author">
  928.                                    
  929.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/66622d78-741f-470c-b6b5-c1bcb0799fe7_profile.png" alt="" style="object-fit: cover;" class="compact-avatar">
  930.                                    
  931.                                    <span class="compact-name">Leah Zimmerman</span>
  932.                                </div>
  933.                                <span class="compact-date">20 May 2026</span>
  934.                            </div>
  935.                        </div>
  936.                    </article>
  937.                </div>
  938.            
  939.                <div class="col-lg-4 col-md-6 col-12">
  940.                    <article class="compact-card">
  941.                        <div class="compact-image">
  942.                            
  943.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  944.                                   style="object-fit: cover;" alt="">
  945.                            
  946.                            <div class="compact-category bg-primary-gradient">News</div>
  947.                        </div>
  948.                        <div class="compact-body">
  949.                            <h3 class="compact-title"> <a class="top-color" href="/prison-phone-call-tapes-prompt-concerns-over-former-abercrombie-ceos-ability-for-court-proceedings/" >
  950.                                        Prison Phone Call Tapes Prompt Concerns Over Former Abercrombie CEO&#x27;s Ability for Court Proceedings
  951.                                    </a></h3>
  952.                            <p class="compact-text"></p>
  953.                            <div class="compact-footer">
  954.                                <div class="compact-author">
  955.                                    
  956.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/66622d78-741f-470c-b6b5-c1bcb0799fe7_profile.png" alt="" style="object-fit: cover;" class="compact-avatar">
  957.                                    
  958.                                    <span class="compact-name">Leah Zimmerman</span>
  959.                                </div>
  960.                                <span class="compact-date">20 May 2026</span>
  961.                            </div>
  962.                        </div>
  963.                    </article>
  964.                </div>
  965.            
  966.  
  967.            <div class="col-lg-4 col-md-12 col-12">
  968.                <!-- Recent Articles Sidebar -->
  969.                <div class="recent-section">
  970.                    <h3 class="recent-title">Recent Articles</h3>
  971.                    <div class="recent-list">
  972.                        
  973.                        <div class="recent-item">
  974.                            <div class="recent-content">
  975.                                <h4 class="recent-article-title"><a class="top-color" href="/lost-johann-sebastian-bach-pieces-performed-for-first-time-in-three-centuries/" >
  976.                                        Lost Johann Sebastian Bach Pieces Performed for First Time in Three Centuries
  977.                                    </a></h4>
  978.                                <span class="recent-date">20 May 2026</span>
  979.                            </div>
  980.                        </div>
  981.                        
  982.                    </div>
  983.                </div>
  984.            </div>
  985.        </div>
  986.    </div>
  987. </div>
  988.  
  989. <style>
  990. /* Blog Hero V6 - Magazine Style with White Background */
  991. .blog-hero-v6 {
  992.    padding: 3rem 0;
  993.    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  994. }
  995.  
  996. /* Main Featured Article */
  997. .main-featured {
  998.    background: var(--card-bg);
  999.    border-radius: 16px;
  1000.    overflow: hidden;
  1001.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1002.    border: 1px solid var(--border-color);
  1003.    transition: all 0.3s ease;
  1004. }
  1005.  
  1006. .main-featured:hover {
  1007.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1008.    transform: translateY(-2px);
  1009. }
  1010.  
  1011. .featured-image-container {
  1012.    position: relative;
  1013.    height: 300px;
  1014.    overflow: hidden;
  1015. }
  1016.  
  1017. .featured-image {
  1018.    width: 100%;
  1019.    height: 100%;
  1020.    object-fit: cover;
  1021.    transition: transform 0.4s ease;
  1022. }
  1023.  
  1024. .main-featured:hover .featured-image {
  1025.    transform: scale(1.03);
  1026. }
  1027.  
  1028. .featured-content {
  1029.    padding: 2.5rem;
  1030. }
  1031.  
  1032. .featured-title {
  1033.    font-size: 2rem;
  1034.    font-weight: 700;
  1035.    color: #1a202c;
  1036.    margin-bottom: 1rem;
  1037.    line-height: 1.25;
  1038.    letter-spacing: -0.025em;
  1039. }
  1040.  
  1041. .featured-summary {
  1042.    font-size: 1.1rem;
  1043.    color: #4a5568;
  1044.    line-height: 1.6;
  1045.    margin-bottom: 2rem;
  1046. }
  1047.  
  1048. /* Category Tags */
  1049. .category-tag {
  1050.    position: absolute;
  1051.    top: 1.5rem;
  1052.    left: 1.5rem;
  1053.    padding: 0.5rem 1rem;
  1054.    font-size: 0.75rem;
  1055.    font-weight: 600;
  1056.    text-transform: uppercase;
  1057.    letter-spacing: 0.1em;
  1058.    color: white;
  1059.    border-radius: 6px;
  1060.    z-index: 2;
  1061. }
  1062.  
  1063.  
  1064. /* Article Meta */
  1065. .article-meta {
  1066.    display: flex;
  1067.    align-items: center;
  1068.    justify-content: space-between;
  1069. }
  1070.  
  1071. .author-info {
  1072.    display: flex;
  1073.    align-items: center;
  1074.    gap: 1rem;
  1075. }
  1076.  
  1077. .author-pic {
  1078.    width: 48px;
  1079.    height: 48px;
  1080.    border-radius: 50%;
  1081.    object-fit: cover;
  1082.    border: 2px solid #e2e8f0;
  1083. }
  1084.  
  1085. .author-text {
  1086.    display: flex;
  1087.    flex-direction: column;
  1088. }
  1089.  
  1090. .author-name {
  1091.    font-weight: 600;
  1092.    color: #2d3748;
  1093.    font-size: 0.95rem;
  1094. }
  1095.  
  1096. .post-time {
  1097.    font-size: 0.85rem;
  1098.    color: #718096;
  1099. }
  1100.  
  1101. .reading-info {
  1102.    display: flex;
  1103.    align-items: center;
  1104. }
  1105.  
  1106. .read-time {
  1107.    font-size: 0.9rem;
  1108.    color: #718096;
  1109.    padding: 0.25rem 0.75rem;
  1110.    background: #f7fafc;
  1111.    border-radius: 15px;
  1112.    font-weight: 500;
  1113. }
  1114.  
  1115. /* Secondary Featured */
  1116. .secondary-featured {
  1117.    background: var(--card-bg);
  1118.    border-radius: 16px;
  1119.    overflow: hidden;
  1120.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1121.    border: 1px solid var(--border-color);
  1122.    height: 100%;
  1123.    transition: all 0.3s ease;
  1124. }
  1125.  
  1126. .secondary-featured:hover {
  1127.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1128.    transform: translateY(-2px);
  1129. }
  1130.  
  1131. .secondary-image-wrapper {
  1132.    position: relative;
  1133.    height: 200px;
  1134.    overflow: hidden;
  1135. }
  1136.  
  1137. .secondary-image-wrapper img {
  1138.    width: 100%;
  1139.    height: 100%;
  1140.    object-fit: cover;
  1141.    transition: transform 0.4s ease;
  1142. }
  1143.  
  1144. .secondary-featured:hover .secondary-image-wrapper img {
  1145.    transform: scale(1.03);
  1146. }
  1147.  
  1148. .secondary-content {
  1149.    padding: 2rem;
  1150. }
  1151.  
  1152. .secondary-title {
  1153.    font-size: 1.5rem;
  1154.    font-weight: 600;
  1155.    color: #1a202c;
  1156.    margin-bottom: 1rem;
  1157.    line-height: 1.3;
  1158. }
  1159.  
  1160. .secondary-excerpt {
  1161.    font-size: 0.95rem;
  1162.    color: #4a5568;
  1163.    line-height: 1.6;
  1164.    margin-bottom: 1.5rem;
  1165. }
  1166.  
  1167. .secondary-meta {
  1168.    display: flex;
  1169.    align-items: center;
  1170.    gap: 0.5rem;
  1171.    font-size: 0.85rem;
  1172.    color: #718096;
  1173. }
  1174.  
  1175. .meta-divider {
  1176.    color: #cbd5e0;
  1177. }
  1178.  
  1179. /* Compact Cards */
  1180. .compact-card {
  1181.    background: var(--card-bg);
  1182.    border-radius: 12px;
  1183.    overflow: hidden;
  1184.    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  1185.    border: 1px solid var(--border-color);
  1186.    transition: all 0.3s ease;
  1187.    height: 100%;
  1188.    display: flex;
  1189.    flex-direction: column;
  1190. }
  1191.  
  1192. .compact-card:hover {
  1193.    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  1194.    transform: translateY(-3px);
  1195. }
  1196.  
  1197. .compact-image {
  1198.    position: relative;
  1199.    height: 180px;
  1200.    overflow: hidden;
  1201. }
  1202.  
  1203. .compact-image img {
  1204.    width: 100%;
  1205.    height: 100%;
  1206.    object-fit: cover;
  1207.    transition: transform 0.4s ease;
  1208. }
  1209.  
  1210. .compact-card:hover .compact-image img {
  1211.    transform: scale(1.05);
  1212. }
  1213.  
  1214. .compact-category {
  1215.    position: absolute;
  1216.    top: 1rem;
  1217.    left: 1rem;
  1218.    padding: 0.25rem 0.75rem;
  1219.    font-size: 0.7rem;
  1220.    font-weight: 600;
  1221.    text-transform: uppercase;
  1222.    color: white;
  1223.    border-radius: 4px;
  1224. }
  1225.  
  1226. .compact-body {
  1227.    padding: 1.5rem;
  1228.    flex-grow: 1;
  1229.    display: flex;
  1230.    flex-direction: column;
  1231. }
  1232.  
  1233. .compact-title {
  1234.    font-size: 1.1rem;
  1235.    font-weight: 600;
  1236.    color: #1a202c;
  1237.    margin-bottom: 0.75rem;
  1238.    line-height: 1.4;
  1239. }
  1240.  
  1241. .compact-text {
  1242.    font-size: 0.9rem;
  1243.    color: #4a5568;
  1244.    line-height: 1.5;
  1245.    margin-bottom: 1.5rem;
  1246.    flex-grow: 1;
  1247. }
  1248.  
  1249. .compact-footer {
  1250.    display: flex;
  1251.    align-items: center;
  1252.    justify-content: space-between;
  1253.    margin-top: auto;
  1254. }
  1255.  
  1256. .compact-author {
  1257.    display: flex;
  1258.    align-items: center;
  1259.    gap: 0.5rem;
  1260. }
  1261.  
  1262. .compact-avatar {
  1263.    width: 32px;
  1264.    height: 32px;
  1265.    border-radius: 50%;
  1266.    object-fit: cover;
  1267. }
  1268.  
  1269. .compact-name {
  1270.    font-size: 0.85rem;
  1271.    font-weight: 500;
  1272.    color: #2d3748;
  1273. }
  1274.  
  1275. .compact-date {
  1276.    font-size: 0.8rem;
  1277.    color: #718096;
  1278. }
  1279.  
  1280. /* Recent Articles Section */
  1281. .recent-section {
  1282.    background: var(--card-bg);
  1283.    border-radius: 12px;
  1284.    padding: 2rem;
  1285.    border: 1px solid var(--border-color);
  1286.    height: 100%;
  1287. }
  1288.  
  1289. .recent-title {
  1290.    font-size: 1.25rem;
  1291.    font-weight: 700;
  1292.    color: #1a202c;
  1293.    margin-bottom: 1.5rem;
  1294.    padding-bottom: 0.75rem;
  1295.    border-bottom: 2px solid var(--border-color);
  1296. }
  1297.  
  1298. .recent-list {
  1299.    display: flex;
  1300.    flex-direction: column;
  1301.    gap: 1.25rem;
  1302. }
  1303.  
  1304. .recent-item {
  1305.    display: flex;
  1306.    align-items: center;
  1307.    gap: 1rem;
  1308.    padding: 0.8rem;
  1309.    background: var(--card-bg);
  1310.    border-radius: 8px;
  1311.    transition: all 0.2s ease;
  1312.    border: 1px solid var(--border-color);
  1313. }
  1314.  
  1315. .recent-item:hover {
  1316.    transform: translateX(4px);
  1317.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  1318. }
  1319.  
  1320. .recent-content {
  1321.    flex-grow: 1;
  1322. }
  1323.  
  1324. .recent-article-title {
  1325.    font-size: 0.95rem;
  1326.    font-weight: 600;
  1327.    color: #1a202c;
  1328.    margin-bottom: 0rem;
  1329.    line-height: 1.3;
  1330. }
  1331.  
  1332. .recent-date {
  1333.    font-size: 0.8rem;
  1334.    color: #718096;
  1335. }
  1336.  
  1337. /* Responsive Design */
  1338. @media (max-width: 992px) {
  1339.    .blog-hero-v6 {
  1340.        padding: 2rem 0;
  1341.    }
  1342.    
  1343.    .featured-title {
  1344.        font-size: 1.75rem;
  1345.    }
  1346.    
  1347.    .secondary-title {
  1348.        font-size: 1.3rem;
  1349.    }
  1350.    
  1351.    .article-meta {
  1352.        flex-direction: column;
  1353.        align-items: flex-start;
  1354.        gap: 1rem;
  1355.    }
  1356. }
  1357.  
  1358. @media (max-width: 768px) {
  1359.    .featured-content,
  1360.    .secondary-content {
  1361.        padding: 1.5rem;
  1362.    }
  1363.    
  1364.    .featured-title {
  1365.        font-size: 1.5rem;
  1366.    }
  1367.    
  1368.    .featured-image-container,
  1369.    .secondary-image-wrapper {
  1370.        height: 200px;
  1371.    }
  1372.    
  1373.    .compact-image {
  1374.        height: 150px;
  1375.    }
  1376.    
  1377.    .recent-section {
  1378.        margin-top: 2rem;
  1379.    }
  1380. }
  1381.  
  1382. @media (max-width: 576px) {
  1383.    .reading-info {
  1384.        margin-top: 1rem;
  1385.    }
  1386.    
  1387.    .secondary-meta {
  1388.        flex-wrap: wrap;
  1389.    }
  1390.    
  1391.    .recent-item {
  1392.        padding: 0.75rem;
  1393.    }
  1394. }
  1395. </style>
  1396.  
  1397.  
  1398.  
  1399.  
  1400.        <!-- end of wpo-blog-hero -->
  1401.  
  1402.        <!-- start of wpo-breacking-news -->
  1403.        
  1404.        <!-- end of wpo-breacking-news -->
  1405.        
  1406.        <!-- start wpo-blog-highlights-section -->
  1407.        
  1408.  
  1409.  
  1410.  
  1411.    
  1412.  
  1413.  
  1414.  
  1415. <style>
  1416.    .blog-highlights-v2 {
  1417.        padding: 60px 0;
  1418.    }
  1419.    
  1420.    .blog-card-v2 {
  1421.        border: none;
  1422.        border-radius: 16px;
  1423.        overflow: hidden;
  1424.        transition: all 0.3s ease;
  1425.        background: white;
  1426.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  1427.    }
  1428.    
  1429.    .blog-card-v2:hover {
  1430.        transform: translateY(-8px);
  1431.        box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  1432.    }
  1433.    
  1434.    .blog-image-v2 {
  1435.        position: relative;
  1436.        overflow: hidden;
  1437.        height: 220px;
  1438.    }
  1439.    
  1440.    .blog-image-v2 img {
  1441.        width: 100%;
  1442.        height: 100%;
  1443.        object-fit: cover;
  1444.        transition: transform 0.3s ease;
  1445.    }
  1446.    
  1447.    .blog-card-v2:hover .blog-image-v2 img {
  1448.        transform: scale(1.05);
  1449.    }
  1450.    
  1451.    .blog-category-v2 {
  1452.        position: absolute;
  1453.        top: 16px;
  1454.        left: 16px;
  1455.        padding: 6px 14px;
  1456.        border-radius: 20px;
  1457.        font-size: 12px;
  1458.        font-weight: 600;
  1459.        text-transform: uppercase;
  1460.        letter-spacing: 0.5px;
  1461.    }
  1462.    
  1463.    .blog-content-v2 {
  1464.        padding: 24px;
  1465.    }
  1466.    
  1467.    .blog-title-v2 {
  1468.        font-size: 18px;
  1469.        font-weight: 700;
  1470.        line-height: 1.4;
  1471.        margin-bottom: 16px;
  1472.    }
  1473.    
  1474.    .blog-title-v2 a {
  1475.        text-decoration: none;
  1476.        transition: color 0.3s ease;
  1477.    }
  1478.    
  1479.    .blog-meta-v2 {
  1480.        display: flex;
  1481.        align-items: center;
  1482.        gap: 12px;
  1483.        margin-bottom: 12px;
  1484.        font-size: 13px;
  1485.    }
  1486.    
  1487.    .blog-author-img {
  1488.        width: 32px;
  1489.        height: 32px;
  1490.        border-radius: 50%;
  1491.        object-fit: cover;
  1492.    }
  1493.    
  1494.    .blog-excerpt-v2 {
  1495.        font-size: 14px;
  1496.        line-height: 1.6;
  1497.        opacity: 0.8;
  1498.    }
  1499.    
  1500.    .section-title-v2 {
  1501.        font-size: 2.5rem;
  1502.        font-weight: 800;
  1503.        text-align: center;
  1504.        margin-bottom: 50px;
  1505.    }
  1506.  
  1507.    @media (max-width: 768px) {
  1508.        .section-title-v2 {
  1509.            font-size: 2rem;
  1510.        }
  1511.        .blog-highlights-v2 {
  1512.            padding: 40px 0;
  1513.        }
  1514.    }
  1515. </style>
  1516.  
  1517. <section class="blog-highlights-v2">
  1518.    <div class="container-fluid fluid-container">
  1519.        <div class="row">
  1520.            <div class="col-12">
  1521.                <h2 class="section-title-v2 top-color">
  1522.                Today's Top Highlights
  1523.                   </h2>
  1524.            </div>
  1525.            
  1526.        </div>
  1527.        
  1528.        <div class="row">
  1529.            <div class="col-lg-8 col-12">
  1530.                <div class="row g-4">
  1531.                    
  1532.                    <div class="col-lg-6 col-md-6 col-12">
  1533.                        <div class="card blog-card-v2 h-100">
  1534.                            <div class="blog-image-v2">
  1535.                                
  1536.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1537.                                
  1538.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1539.                            </div>
  1540.                            <div class="blog-content-v2">
  1541.                                <h3 class="blog-title-v2">
  1542.                                    <a href="/gal%C3%A1pagos-lacked-any-native-amphibians-until-countless-numbers-of-amphibians-invaded/" class="top-color">
  1543.                                    Galápagos Lacked Any Native Amphibians. Until Countless Numbers of Amphibians Invaded
  1544.                                    </a>
  1545.                                </h3>
  1546.                                <div class="blog-meta-v2">
  1547.                                    
  1548.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/66622d78-741f-470c-b6b5-c1bcb0799fe7_profile.png" alt="Leah Zimmerman" style="object-fit: cover;" class="blog-author-img">
  1549.                                    
  1550.                                    
  1551.                                    <span class="top-color">By Leah Zimmerman</span>
  1552.                                    <span class="top-color">20 May 2026</span>
  1553.                                </div>
  1554.                                <p class="blog-excerpt-v2 top-color"> </p>
  1555.                            </div>
  1556.                        </div>
  1557.                    </div>
  1558.                    
  1559.                    <div class="col-lg-6 col-md-6 col-12">
  1560.                        <div class="card blog-card-v2 h-100">
  1561.                            <div class="blog-image-v2">
  1562.                                
  1563.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1564.                                
  1565.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1566.                            </div>
  1567.                            <div class="blog-content-v2">
  1568.                                <h3 class="blog-title-v2">
  1569.                                    <a href="/sharing-a-dugout-with-ferguson-and-being-knocked-out-a-photographers-stories/" class="top-color">
  1570.                                    Sharing a Dugout with Ferguson and Being &#x27;Knocked Out&#x27; – A Photographer&#x27;s Stories
  1571.                                    </a>
  1572.                                </h3>
  1573.                                <div class="blog-meta-v2">
  1574.                                    
  1575.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/66622d78-741f-470c-b6b5-c1bcb0799fe7_profile.png" alt="Leah Zimmerman" style="object-fit: cover;" class="blog-author-img">
  1576.                                    
  1577.                                    
  1578.                                    <span class="top-color">By Leah Zimmerman</span>
  1579.                                    <span class="top-color">20 May 2026</span>
  1580.                                </div>
  1581.                                <p class="blog-excerpt-v2 top-color"> </p>
  1582.                            </div>
  1583.                        </div>
  1584.                    </div>
  1585.                    
  1586.                    <div class="col-lg-6 col-md-6 col-12">
  1587.                        <div class="card blog-card-v2 h-100">
  1588.                            <div class="blog-image-v2">
  1589.                                
  1590.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1591.                                
  1592.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1593.                            </div>
  1594.                            <div class="blog-content-v2">
  1595.                                <h3 class="blog-title-v2">
  1596.                                    <a href="/californias-governor-again-denies-early-release-for-manson-follower-longtime-inmate/" class="top-color">
  1597.                                    California&#x27;s Governor Again Denies Early Release for Manson Follower Longtime Inmate
  1598.                                    </a>
  1599.                                </h3>
  1600.                                <div class="blog-meta-v2">
  1601.                                    
  1602.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/66622d78-741f-470c-b6b5-c1bcb0799fe7_profile.png" alt="Leah Zimmerman" style="object-fit: cover;" class="blog-author-img">
  1603.                                    
  1604.                                    
  1605.                                    <span class="top-color">By Leah Zimmerman</span>
  1606.                                    <span class="top-color">19 May 2026</span>
  1607.                                </div>
  1608.                                <p class="blog-excerpt-v2 top-color"> </p>
  1609.                            </div>
  1610.                        </div>
  1611.                    </div>
  1612.                    
  1613.                    <div class="col-lg-6 col-md-6 col-12">
  1614.                        <div class="card blog-card-v2 h-100">
  1615.                            <div class="blog-image-v2">
  1616.                                
  1617.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1618.                                
  1619.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1620.                            </div>
  1621.                            <div class="blog-content-v2">
  1622.                                <h3 class="blog-title-v2">
  1623.                                    <a href="/person-of-interest-in-brown-university-tragedy-located-deceased-inside-self-storage-unit/" class="top-color">
  1624.                                    Person of Interest in Brown University Tragedy Located Deceased Inside Self-Storage Unit.
  1625.                                    </a>
  1626.                                </h3>
  1627.                                <div class="blog-meta-v2">
  1628.                                    
  1629.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/66622d78-741f-470c-b6b5-c1bcb0799fe7_profile.png" alt="Leah Zimmerman" style="object-fit: cover;" class="blog-author-img">
  1630.                                    
  1631.                                    
  1632.                                    <span class="top-color">By Leah Zimmerman</span>
  1633.                                    <span class="top-color">19 May 2026</span>
  1634.                                </div>
  1635.                                <p class="blog-excerpt-v2 top-color"> </p>
  1636.                            </div>
  1637.                        </div>
  1638.                    </div>
  1639.                    
  1640.                    <div class="col-lg-6 col-md-6 col-12">
  1641.                        <div class="card blog-card-v2 h-100">
  1642.                            <div class="blog-image-v2">
  1643.                                
  1644.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1645.                                
  1646.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1647.                            </div>
  1648.                            <div class="blog-content-v2">
  1649.                                <h3 class="blog-title-v2">
  1650.                                    <a href="/washing-mushrooms-the-great-debate-a-guide-to-preparing-mushrooms/" class="top-color">
  1651.                                    Washing Mushrooms: The Great Debate: A Guide to Preparing Mushrooms
  1652.                                    </a>
  1653.                                </h3>
  1654.                                <div class="blog-meta-v2">
  1655.                                    
  1656.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/66622d78-741f-470c-b6b5-c1bcb0799fe7_profile.png" alt="Leah Zimmerman" style="object-fit: cover;" class="blog-author-img">
  1657.                                    
  1658.                                    
  1659.                                    <span class="top-color">By Leah Zimmerman</span>
  1660.                                    <span class="top-color">19 May 2026</span>
  1661.                                </div>
  1662.                                <p class="blog-excerpt-v2 top-color"> </p>
  1663.                            </div>
  1664.                        </div>
  1665.                    </div>
  1666.                    
  1667.                    <div class="col-lg-6 col-md-6 col-12">
  1668.                        <div class="card blog-card-v2 h-100">
  1669.                            <div class="blog-image-v2">
  1670.                                
  1671.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1672.                                
  1673.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1674.                            </div>
  1675.                            <div class="blog-content-v2">
  1676.                                <h3 class="blog-title-v2">
  1677.                                    <a href="/body-of-competitive-swimmer-presumably-killed-by-predator-recovered-from-california-shore/" class="top-color">
  1678.                                    Body of Competitive Swimmer Presumably Killed by Predator Recovered from California Shore
  1679.                                    </a>
  1680.                                </h3>
  1681.                                <div class="blog-meta-v2">
  1682.                                    
  1683.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/66622d78-741f-470c-b6b5-c1bcb0799fe7_profile.png" alt="Leah Zimmerman" style="object-fit: cover;" class="blog-author-img">
  1684.                                    
  1685.                                    
  1686.                                    <span class="top-color">By Leah Zimmerman</span>
  1687.                                    <span class="top-color">19 May 2026</span>
  1688.                                </div>
  1689.                                <p class="blog-excerpt-v2 top-color"> </p>
  1690.                            </div>
  1691.                        </div>
  1692.                    </div>
  1693.                    
  1694.                    <div class="col-lg-6 col-md-6 col-12">
  1695.                        <div class="card blog-card-v2 h-100">
  1696.                            <div class="blog-image-v2">
  1697.                                
  1698.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1699.                                
  1700.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1701.                            </div>
  1702.                            <div class="blog-content-v2">
  1703.                                <h3 class="blog-title-v2">
  1704.                                    <a href="/iconic-singer-barry-manilow-to-undergo-a-procedure-for-cancer-in-his-lung/" class="top-color">
  1705.                                    Iconic Singer Barry Manilow to Undergo a Procedure for Cancer in His Lung.
  1706.                                    </a>
  1707.                                </h3>
  1708.                                <div class="blog-meta-v2">
  1709.                                    
  1710.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/66622d78-741f-470c-b6b5-c1bcb0799fe7_profile.png" alt="Leah Zimmerman" style="object-fit: cover;" class="blog-author-img">
  1711.                                    
  1712.                                    
  1713.                                    <span class="top-color">By Leah Zimmerman</span>
  1714.                                    <span class="top-color">19 May 2026</span>
  1715.                                </div>
  1716.                                <p class="blog-excerpt-v2 top-color"> </p>
  1717.                            </div>
  1718.                        </div>
  1719.                    </div>
  1720.                    
  1721.                    <div class="col-lg-6 col-md-6 col-12">
  1722.                        <div class="card blog-card-v2 h-100">
  1723.                            <div class="blog-image-v2">
  1724.                                
  1725.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1726.                                
  1727.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1728.                            </div>
  1729.                            <div class="blog-content-v2">
  1730.                                <h3 class="blog-title-v2">
  1731.                                    <a href="/former-uk-serviceman-charged-of-murdering-kenyan-woman-shows-up-in-court/" class="top-color">
  1732.                                    Former UK Serviceman Charged of Murdering Kenyan Woman Shows Up in Court
  1733.                                    </a>
  1734.                                </h3>
  1735.                                <div class="blog-meta-v2">
  1736.                                    
  1737.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/66622d78-741f-470c-b6b5-c1bcb0799fe7_profile.png" alt="Leah Zimmerman" style="object-fit: cover;" class="blog-author-img">
  1738.                                    
  1739.                                    
  1740.                                    <span class="top-color">By Leah Zimmerman</span>
  1741.                                    <span class="top-color">19 May 2026</span>
  1742.                                </div>
  1743.                                <p class="blog-excerpt-v2 top-color"> </p>
  1744.                            </div>
  1745.                        </div>
  1746.                    </div>
  1747.                    
  1748.                    <div class="col-lg-6 col-md-6 col-12">
  1749.                        <div class="card blog-card-v2 h-100">
  1750.                            <div class="blog-image-v2">
  1751.                                
  1752.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1753.                                
  1754.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1755.                            </div>
  1756.                            <div class="blog-content-v2">
  1757.                                <h3 class="blog-title-v2">
  1758.                                    <a href="/us-food-and-drug-administration-grants-approval-to-addyi-a-desire-boosting-treatment-for-postmenopausal/" class="top-color">
  1759.                                    U.S. Food and Drug Administration Grants Approval to Addyi, a Desire-Boosting Treatment for Postmenopausal
  1760.                                    </a>
  1761.                                </h3>
  1762.                                <div class="blog-meta-v2">
  1763.                                    
  1764.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/66622d78-741f-470c-b6b5-c1bcb0799fe7_profile.png" alt="Leah Zimmerman" style="object-fit: cover;" class="blog-author-img">
  1765.                                    
  1766.                                    
  1767.                                    <span class="top-color">By Leah Zimmerman</span>
  1768.                                    <span class="top-color">19 May 2026</span>
  1769.                                </div>
  1770.                                <p class="blog-excerpt-v2 top-color"> </p>
  1771.                            </div>
  1772.                        </div>
  1773.                    </div>
  1774.                    
  1775.                    <div class="col-lg-6 col-md-6 col-12">
  1776.                        <div class="card blog-card-v2 h-100">
  1777.                            <div class="blog-image-v2">
  1778.                                
  1779.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1780.                                
  1781.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1782.                            </div>
  1783.                            <div class="blog-content-v2">
  1784.                                <h3 class="blog-title-v2">
  1785.                                    <a href="/we-need-a-chopper-to-locate-them-13-year-olds-distress-call-to-rescue-relatives-stranded-off-down-under-coast-unveiled/" class="top-color">
  1786.                                    ‘We Need a Chopper to Locate Them’: 13-Year-Old’s Distress Call to Rescue Relatives Stranded Off Down Under Coast Unveiled
  1787.                                    </a>
  1788.                                </h3>
  1789.                                <div class="blog-meta-v2">
  1790.                                    
  1791.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/66622d78-741f-470c-b6b5-c1bcb0799fe7_profile.png" alt="Leah Zimmerman" style="object-fit: cover;" class="blog-author-img">
  1792.                                    
  1793.                                    
  1794.                                    <span class="top-color">By Leah Zimmerman</span>
  1795.                                    <span class="top-color">19 May 2026</span>
  1796.                                </div>
  1797.                                <p class="blog-excerpt-v2 top-color"> </p>
  1798.                            </div>
  1799.                        </div>
  1800.                    </div>
  1801.                    
  1802.                    <div class="col-lg-6 col-md-6 col-12">
  1803.                        <div class="card blog-card-v2 h-100">
  1804.                            <div class="blog-image-v2">
  1805.                                
  1806.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1807.                                
  1808.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1809.                            </div>
  1810.                            <div class="blog-content-v2">
  1811.                                <h3 class="blog-title-v2">
  1812.                                    <a href="/cyclone-disaster-in-sri-lanka-awakens-a-wave-of-volunteerism/" class="top-color">
  1813.                                    Cyclone Disaster in Sri Lanka Awakens a Wave of Volunteerism
  1814.                                    </a>
  1815.                                </h3>
  1816.                                <div class="blog-meta-v2">
  1817.                                    
  1818.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/66622d78-741f-470c-b6b5-c1bcb0799fe7_profile.png" alt="Leah Zimmerman" style="object-fit: cover;" class="blog-author-img">
  1819.                                    
  1820.                                    
  1821.                                    <span class="top-color">By Leah Zimmerman</span>
  1822.                                    <span class="top-color">18 May 2026</span>
  1823.                                </div>
  1824.                                <p class="blog-excerpt-v2 top-color"> </p>
  1825.                            </div>
  1826.                        </div>
  1827.                    </div>
  1828.                    
  1829.                    <div class="col-lg-6 col-md-6 col-12">
  1830.                        <div class="card blog-card-v2 h-100">
  1831.                            <div class="blog-image-v2">
  1832.                                
  1833.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1834.                                
  1835.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1836.                            </div>
  1837.                            <div class="blog-content-v2">
  1838.                                <h3 class="blog-title-v2">
  1839.                                    <a href="/real-madrids-alexander-arnold-could-face-his-former-club-in-upcoming-champions-league-fixture/" class="top-color">
  1840.                                    Real Madrid&#x27;s Alexander-Arnold Could Face His Former Club in Upcoming Champions League Fixture
  1841.                                    </a>
  1842.                                </h3>
  1843.                                <div class="blog-meta-v2">
  1844.                                    
  1845.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/66622d78-741f-470c-b6b5-c1bcb0799fe7_profile.png" alt="Leah Zimmerman" style="object-fit: cover;" class="blog-author-img">
  1846.                                    
  1847.                                    
  1848.                                    <span class="top-color">By Leah Zimmerman</span>
  1849.                                    <span class="top-color">18 May 2026</span>
  1850.                                </div>
  1851.                                <p class="blog-excerpt-v2 top-color"> </p>
  1852.                            </div>
  1853.                        </div>
  1854.                    </div>
  1855.                    
  1856.                    
  1857.  
  1858.                </div>
  1859.            </div>
  1860.            
  1861.          <div class="col col-lg-4 col-12">
  1862.                
  1863.  
  1864.  
  1865.  
  1866.    
  1867.  
  1868.  
  1869. <!-- Blog Sidebar V2 - Focused Design -->
  1870.  <div class="sidebar mb-3">
  1871.    <!-- Recent Posts Section -->
  1872.    <div class="sidebar-widget mb-4">
  1873.      <div class="widget-title-wrapper mb-3">
  1874.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  1875.          <i class="ti-time me-2"></i>Recent Posts
  1876.          <span class="title-arrow-primary"></span>
  1877.        </h4>
  1878.      </div>
  1879.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1880.        <div class="recent-post-list">
  1881.          
  1882.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1883.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1884.                
  1885.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1886.                
  1887.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1888.            </div>
  1889.            <div class="post-content flex-grow-1">
  1890.              <h6 class="post-title mb-2">
  1891.                 <a href="/troubling-memories-resurface-in-davao-as-investigators-trace-bondi-shooting-suspects-movements/" class="text-decoration-none top-color fw-semibold lh-sm">
  1892.                                            Troubling Memories Resurface in Davao as Investigators Trace Bondi Shooting Suspects’ Movements
  1893.                                            </a>
  1894.              </h6>
  1895.              <div class="post-meta mb-3">
  1896.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  1897.                <!-- <small class="text-muted">
  1898.                  <i class="ti-eye me-1"></i>348 views
  1899.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1900.                </small> -->
  1901.              </div>
  1902.            </div>
  1903.          </div>
  1904.          
  1905.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1906.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1907.                
  1908.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1909.                
  1910.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1911.            </div>
  1912.            <div class="post-content flex-grow-1">
  1913.              <h6 class="post-title mb-2">
  1914.                 <a href="/real-algarve-exploring-portugal-beyond-the-beach/" class="text-decoration-none top-color fw-semibold lh-sm">
  1915.                                            Real Algarve: Exploring Portugal Beyond the Beach
  1916.                                            </a>
  1917.              </h6>
  1918.              <div class="post-meta mb-3">
  1919.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  1920.                <!-- <small class="text-muted">
  1921.                  <i class="ti-eye me-1"></i>348 views
  1922.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1923.                </small> -->
  1924.              </div>
  1925.            </div>
  1926.          </div>
  1927.          
  1928.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1929.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1930.                
  1931.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1932.                
  1933.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1934.            </div>
  1935.            <div class="post-content flex-grow-1">
  1936.              <h6 class="post-title mb-2">
  1937.                 <a href="/arsenals-goalkeeper-backs-teams-strength-as-vital-to-silverware-pursuit/" class="text-decoration-none top-color fw-semibold lh-sm">
  1938.                                            Arsenal&#x27;s goalkeeper Backs Team&#x27;s Strength as Vital to Silverware Pursuit
  1939.                                            </a>
  1940.              </h6>
  1941.              <div class="post-meta mb-3">
  1942.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  1943.                <!-- <small class="text-muted">
  1944.                  <i class="ti-eye me-1"></i>348 views
  1945.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1946.                </small> -->
  1947.              </div>
  1948.            </div>
  1949.          </div>
  1950.          
  1951.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1952.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1953.                
  1954.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1955.                
  1956.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1957.            </div>
  1958.            <div class="post-content flex-grow-1">
  1959.              <h6 class="post-title mb-2">
  1960.                 <a href="/will-the-all-blacks-regain-their-magic-during-the-fall-tour/" class="text-decoration-none top-color fw-semibold lh-sm">
  1961.                                            Will the All Blacks regain their magic during the fall tour?
  1962.                                            </a>
  1963.              </h6>
  1964.              <div class="post-meta mb-3">
  1965.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  1966.                <!-- <small class="text-muted">
  1967.                  <i class="ti-eye me-1"></i>348 views
  1968.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1969.                </small> -->
  1970.              </div>
  1971.            </div>
  1972.          </div>
  1973.          
  1974.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1975.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1976.                
  1977.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1978.                
  1979.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1980.            </div>
  1981.            <div class="post-content flex-grow-1">
  1982.              <h6 class="post-title mb-2">
  1983.                 <a href="/his-dominant-shadow-in-athletics-hit-a-peak-in-last-year-the-coming-year-threatens-to-take-it-further/" class="text-decoration-none top-color fw-semibold lh-sm">
  1984.                                            His Dominant Shadow in Athletics Hit A Peak in Last Year. The Coming Year Threatens to Take It Further.
  1985.                                            </a>
  1986.              </h6>
  1987.              <div class="post-meta mb-3">
  1988.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  1989.                <!-- <small class="text-muted">
  1990.                  <i class="ti-eye me-1"></i>348 views
  1991.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1992.                </small> -->
  1993.              </div>
  1994.            </div>
  1995.          </div>
  1996.          
  1997.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1998.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1999.                
  2000.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2001.                
  2002.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2003.            </div>
  2004.            <div class="post-content flex-grow-1">
  2005.              <h6 class="post-title mb-2">
  2006.                 <a href="/we-got-fired-and-we-accept-it-learn-how-to-secure-a-new-role-that-works-you-personally/" class="text-decoration-none top-color fw-semibold lh-sm">
  2007.                                            We Got Fired, and We Accept It – Learn How to Secure a New Role That Works You Personally
  2008.                                            </a>
  2009.              </h6>
  2010.              <div class="post-meta mb-3">
  2011.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2012.                <!-- <small class="text-muted">
  2013.                  <i class="ti-eye me-1"></i>348 views
  2014.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2015.                </small> -->
  2016.              </div>
  2017.            </div>
  2018.          </div>
  2019.          
  2020.  
  2021.        </div>
  2022.  
  2023.        <div class="text-center mt-4 pt-3 border-top border-light">
  2024.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2025.        </div>
  2026.      </div>
  2027.    </div>
  2028.  
  2029.    
  2030.    <div class="sidebar-widget mb-4">
  2031.      <div class="widget-title-wrapper mb-3">
  2032.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2033.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2034.          <span class="title-arrow"></span>
  2035.        </h4>
  2036.      </div>
  2037.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2038.        <div class="blog-roll-list scrollable-sidebar">
  2039.          
  2040.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2041.            <a href="https://www.acu-austria.at/" rel="dofollow" class="text-decoration-none ">
  2042.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2043.                <i class="ti-angle-right me-2 text-primary"></i>
  2044.                online casino
  2045.              </h6>
  2046.            </a>
  2047.          </div>
  2048.          
  2049.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2050.            <a href="https://www.pokerfirma.com/online-casinos-oesterreich" rel="dofollow" class="text-decoration-none ">
  2051.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2052.                <i class="ti-angle-right me-2 text-primary"></i>
  2053.                online casino österreich
  2054.              </h6>
  2055.            </a>
  2056.          </div>
  2057.          
  2058.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2059.            <a href="https://coincierge.de/online-casinos/oesterreich/" rel="dofollow" class="text-decoration-none ">
  2060.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2061.                <i class="ti-angle-right me-2 text-primary"></i>
  2062.                online casino österreich
  2063.              </h6>
  2064.            </a>
  2065.          </div>
  2066.          
  2067.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2068.            <a href="https://99bitcoins.com/de/beste-online-casinos-oesterreich/" rel="dofollow" class="text-decoration-none ">
  2069.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2070.                <i class="ti-angle-right me-2 text-primary"></i>
  2071.                beste casinos
  2072.              </h6>
  2073.            </a>
  2074.          </div>
  2075.          
  2076.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2077.            <a href="https://www.cardplayer.com/de/casinos/online-casinos-oesterreich" rel="dofollow" class="text-decoration-none ">
  2078.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2079.                <i class="ti-angle-right me-2 text-primary"></i>
  2080.                online casino österreich
  2081.              </h6>
  2082.            </a>
  2083.          </div>
  2084.          
  2085.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2086.            <a href="https://www.gamblinginsider.com/de/online-casinos-oesterreich" rel="dofollow" class="text-decoration-none ">
  2087.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2088.                <i class="ti-angle-right me-2 text-primary"></i>
  2089.                online casino österreich
  2090.              </h6>
  2091.            </a>
  2092.          </div>
  2093.          
  2094.      </div>
  2095.    </div>
  2096.    
  2097.    <div class="sidebar-widget mb-4">
  2098.      <div class="widget-title-wrapper mb-3">
  2099.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2100.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2101.          <span class="title-arrow"></span>
  2102.        </h4>
  2103.      </div>
  2104.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2105.        <div class="blog-roll-list scrollable-sidebar">
  2106.          
  2107.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2108.            <a href="https://www.smartbow.at/" rel="dofollow" class="text-decoration-none ">
  2109.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2110.                <i class="ti-angle-right me-2 text-primary"></i>
  2111.                online casino
  2112.              </h6>
  2113.            </a>
  2114.          </div>
  2115.          
  2116.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2117.            <a href="https://x-art.at/" rel="dofollow" class="text-decoration-none ">
  2118.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2119.                <i class="ti-angle-right me-2 text-primary"></i>
  2120.                wettanbieter
  2121.              </h6>
  2122.            </a>
  2123.          </div>
  2124.          
  2125.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2126.            <a href="https://www.jobs-for-ukraine.at/" rel="dofollow" class="text-decoration-none ">
  2127.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2128.                <i class="ti-angle-right me-2 text-primary"></i>
  2129.                bestes online casino österreich
  2130.              </h6>
  2131.            </a>
  2132.          </div>
  2133.          
  2134.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2135.            <a href="https://www.iwb2020.at/" rel="dofollow" class="text-decoration-none ">
  2136.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2137.                <i class="ti-angle-right me-2 text-primary"></i>
  2138.                online casino österreich
  2139.              </h6>
  2140.            </a>
  2141.          </div>
  2142.          
  2143.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2144.            <a href="https://casinoohneoasis.com/" rel="dofollow" class="text-decoration-none ">
  2145.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2146.                <i class="ti-angle-right me-2 text-primary"></i>
  2147.                casino ohne oasis
  2148.              </h6>
  2149.            </a>
  2150.          </div>
  2151.          
  2152.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2153.            <a href="https://craftanddough.co.uk/" rel="dofollow" class="text-decoration-none ">
  2154.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2155.                <i class="ti-angle-right me-2 text-primary"></i>
  2156.                best credit card online casino
  2157.              </h6>
  2158.            </a>
  2159.          </div>
  2160.          
  2161.      </div>
  2162.    </div>
  2163.    
  2164.    <div class="sidebar-widget mb-4">
  2165.      <div class="widget-title-wrapper mb-3">
  2166.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2167.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2168.          <span class="title-arrow"></span>
  2169.        </h4>
  2170.      </div>
  2171.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2172.        <div class="blog-roll-list scrollable-sidebar">
  2173.          
  2174.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2175.            <a href="https://www.sti-innsbruck.at/" rel="dofollow" class="text-decoration-none ">
  2176.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2177.                <i class="ti-angle-right me-2 text-primary"></i>
  2178.                sportwetten anbieter österreich
  2179.              </h6>
  2180.            </a>
  2181.          </div>
  2182.          
  2183.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2184.            <a href="https://avco.at/" rel="dofollow" class="text-decoration-none ">
  2185.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2186.                <i class="ti-angle-right me-2 text-primary"></i>
  2187.                wettanbieter österreich online
  2188.              </h6>
  2189.            </a>
  2190.          </div>
  2191.          
  2192.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2193.            <a href="https://avco.at/" rel="dofollow" class="text-decoration-none ">
  2194.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2195.                <i class="ti-angle-right me-2 text-primary"></i>
  2196.                neue wettanbieter österreich
  2197.              </h6>
  2198.            </a>
  2199.          </div>
  2200.          
  2201.      </div>
  2202.    </div>
  2203.    
  2204.    <div class="sidebar-widget mb-4">
  2205.      <div class="widget-title-wrapper mb-3">
  2206.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2207.          <i class="ti-calendar me-2"></i>January 2026 Blog Roll
  2208.          <span class="title-arrow"></span>
  2209.        </h4>
  2210.      </div>
  2211.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2212.        <div class="blog-roll-list scrollable-sidebar">
  2213.          
  2214.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2215.            <a href="https://www.stayinlodges.co.uk/" rel="dofollow" class="text-decoration-none ">
  2216.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2217.                <i class="ti-angle-right me-2 text-primary"></i>
  2218.                Non Gamstop Casino
  2219.              </h6>
  2220.            </a>
  2221.          </div>
  2222.          
  2223.      </div>
  2224.    </div>
  2225.    
  2226.    <div class="sidebar-widget mb-4">
  2227.      <div class="widget-title-wrapper mb-3">
  2228.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2229.          <i class="ti-calendar me-2"></i>November 2025 Blog Roll
  2230.          <span class="title-arrow"></span>
  2231.        </h4>
  2232.      </div>
  2233.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2234.        <div class="blog-roll-list scrollable-sidebar">
  2235.          
  2236.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2237.            <a href="https://www.jugend-in-aktion.de/" rel="dofollow" class="text-decoration-none ">
  2238.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2239.                <i class="ti-angle-right me-2 text-primary"></i>
  2240.                neue online casinos mit bonus ohne einzahlung
  2241.              </h6>
  2242.            </a>
  2243.          </div>
  2244.          
  2245.      </div>
  2246.    </div>
  2247.    
  2248.  </div>
  2249.  
  2250. <!-- Sidebar V2 Styles -->
  2251. <style>
  2252.  .sidebar-widget {
  2253.    position: relative;
  2254.  }
  2255.  
  2256.  .widget-title {
  2257.    font-size: 1.1rem;
  2258.    font-weight: 700;
  2259.    display: inline-block;
  2260.    position: relative;
  2261.    z-index: 2;
  2262.    border-radius: 0;
  2263.  }
  2264.  
  2265.  /* Green arrow for August Blog Roll */
  2266.  .title-arrow::after {
  2267.    content: '';
  2268.    position: absolute;
  2269.    top: 0;
  2270.    right: -22px;
  2271.    width: 0;
  2272.    height: 0;
  2273.    border-left: 22px solid var(--bs-primary);
  2274.    border-top: 22px solid transparent;
  2275.    border-bottom: 22px solid transparent;
  2276.    z-index: 1;
  2277.  }
  2278.  
  2279.  /* Blue arrow for Recent Posts */
  2280.  .title-arrow-primary::after {
  2281.    content: '';
  2282.    position: absolute;
  2283.    top: 0;
  2284.    right: -22px;
  2285.    width: 0;
  2286.    height: 0;
  2287.    border-left: 22px solid var(--bs-primary);
  2288.    border-top: 22px solid transparent;
  2289.    border-bottom: 22px solid transparent;
  2290.    z-index: 1;
  2291.  }
  2292.  
  2293.  .widget-content {
  2294.    margin-top: -1px;
  2295.    position: relative;
  2296.    z-index: 1;
  2297.     background-color: var(--card-bg);
  2298.  }
  2299.  
  2300.  /* Blog Roll Items Hover Effects */
  2301.  .blog-roll-item:hover .blog-title {
  2302.    color: #198754 !important;
  2303.    transform: translateX(5px);
  2304.    transition: all 0.3s ease;
  2305.  }
  2306.  
  2307.  /* Recent Post Items Hover Effects */
  2308.  .recent-post-item:hover .post-title a {
  2309.    color: #0d6efd !important;
  2310.    transition: color 0.3s ease;
  2311.  }
  2312.  
  2313.  .recent-post-item:hover .post-image img {
  2314.    transform: scale(1.05);
  2315.    transition: transform 0.3s ease;
  2316.  }
  2317.  
  2318.  /* Button Hover Effects */
  2319.  .btn:hover {
  2320.    transform: translateY(-2px);
  2321.    transition: all 0.3s ease;
  2322.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  2323.  }
  2324.  
  2325.  /* Badge Hover Effects */
  2326.  .badge:hover {
  2327.    transform: scale(1.05);
  2328.    transition: transform 0.3s ease;
  2329.  }
  2330.  
  2331.  @media (max-width: 991px) {
  2332.    .sidebar {
  2333.      margin-top: 3rem;
  2334.    }
  2335.  }
  2336.  
  2337.  @media (max-width: 576px) {
  2338.    .widget-title {
  2339.      font-size: 1rem;
  2340.      padding: 0.75rem 1rem !important;
  2341.    }
  2342.  
  2343.    .title-arrow::after,
  2344.    .title-arrow-primary::after {
  2345.      right: -18px;
  2346.      border-left-width: 18px;
  2347.      border-top-width: 18px;
  2348.      border-bottom-width: 18px;
  2349.    }
  2350.  
  2351.    .post-image {
  2352.      width: 70px !important;
  2353.      height: 55px !important;
  2354.    }
  2355.  
  2356.    .blog-meta {
  2357.      flex-direction: column !important;
  2358.      align-items: flex-start !important;
  2359.      gap: 0.5rem;
  2360.    }
  2361.  }
  2362. </style>
  2363.  
  2364.    
  2365.            </div>
  2366.        </div>
  2367.    </div>
  2368. </section>
  2369.  
  2370.    
  2371.        
  2372.        <!-- end wpo-blog-highlights-section -->
  2373.        <!-- start wpo-blog-sponsored-section -->
  2374.        
  2375.  
  2376.  
  2377.  
  2378.    
  2379.  
  2380.  
  2381.  
  2382. <style>
  2383.    .sponsored-section-v3 {
  2384.        padding: 0 0 50px;
  2385.    }
  2386.    
  2387.    .sponsored-card-v3 {
  2388.        background: white;
  2389.        border: 1px solid var(--border-color);
  2390.        border-radius: 0;
  2391.        overflow: hidden;
  2392.        transition: all 0.3s ease;
  2393.        height: 100%;
  2394.        position: relative;
  2395.    }
  2396.    
  2397.    .sponsored-card-v3:hover {
  2398.        border-color: #dee2e6;
  2399.        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  2400.    }
  2401.    
  2402.    .sponsored-image-v3 {
  2403.        position: relative;
  2404.        overflow: hidden;
  2405.        height: 160px;
  2406.    }
  2407.    
  2408.    .sponsored-image-v3 img {
  2409.        width: 100%;
  2410.        height: 100%;
  2411.        object-fit: cover;
  2412.        filter: grayscale(20%);
  2413.        transition: filter 0.3s ease;
  2414.    }
  2415.    
  2416.    .sponsored-card-v3:hover .sponsored-image-v3 img {
  2417.        filter: grayscale(0%);
  2418.    }
  2419.    
  2420.    .sponsored-badge-v3 {
  2421.        position: absolute;
  2422.        bottom: auto;
  2423.        left: auto;
  2424.        right: 10px;
  2425.        top: 10px;
  2426.        padding: 8px;
  2427.        font-size: 10px;
  2428.        font-weight: 700;
  2429.        text-transform: uppercase;
  2430.        letter-spacing: 1px;
  2431.        text-align: center;
  2432.    }
  2433.    
  2434.    .sponsored-content-v3 {
  2435.        position: relative;
  2436.        padding: 24px 20px;
  2437.    }
  2438.    
  2439.    .sponsored-title-v3 {
  2440.        font-size: 15px;
  2441.        font-weight: 700;
  2442.        line-height: 1.5;
  2443.        margin-bottom: 18px;
  2444.        min-height: 45px;
  2445.        text-transform: uppercase;
  2446.        letter-spacing: 0.5px;
  2447.    }
  2448.    
  2449.    .sponsored-title-v3 a {
  2450.        text-decoration: none;
  2451.        transition: opacity 0.3s ease;
  2452.    }
  2453.    
  2454.    .sponsored-title-v3 a:hover {
  2455.        opacity: 0.8;
  2456.    }
  2457.    
  2458.    .sponsored-meta-v3 {
  2459.        display: flex;
  2460.        align-items: center;
  2461.        justify-content: space-between;
  2462.        font-size: 11px;
  2463.        font-weight: 600;
  2464.        text-transform: uppercase;
  2465.        letter-spacing: 0.5px;
  2466.        padding-top: 12px;
  2467.        border-top: 1px solid #f1f3f4;
  2468.    }
  2469.    
  2470.    .author-info-v3 {
  2471.        display: flex;
  2472.        align-items: center;
  2473.        gap: 8px;
  2474.    }
  2475.    
  2476.    .sponsored-author-img-v3 {
  2477.        width: 30px;
  2478.        height: 30px;
  2479.        border-radius: 50%;
  2480.        object-fit: cover;
  2481.    }
  2482.    
  2483.    .section-title-sponsored-v3 {
  2484.        font-size: 2.5rem;
  2485.        font-weight: 900;
  2486.        text-align: left;
  2487.        margin-bottom: 30px;
  2488.        letter-spacing: 2px;
  2489.        border-left: 8px solid var(--bs-primary);
  2490.        padding-left: 20px;
  2491.    }
  2492.    
  2493.    .sponsored-overlay-v3 {
  2494.        position: absolute;
  2495.        top: 0;
  2496.        left: 0;
  2497.        right: 0;
  2498.        bottom: 0;
  2499.        background: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.1) 100%);
  2500.        opacity: 0;
  2501.        transition: opacity 0.3s ease;
  2502.    }
  2503.    
  2504.    .sponsored-card-v3:hover .sponsored-overlay-v3 {
  2505.        opacity: 1;
  2506.    }
  2507.  
  2508.    @media (max-width: 768px) {
  2509.        .sponsored-section-v3 {
  2510.            padding: 0px 0 40px;
  2511.        }
  2512.        .section-title-sponsored-v3 {
  2513.            font-size: 2.2rem;
  2514.            text-align: center;
  2515.            border-left: none;
  2516.            border-bottom: 4px solid;
  2517.            padding-left: 0;
  2518.            padding-bottom: 10px;
  2519.        }
  2520.        .sponsored-content-v3 {
  2521.            padding: 20px 16px;
  2522.        }
  2523.    }
  2524. </style>
  2525.  
  2526. <section class="sponsored-section-v3">
  2527.    <div class="container-fluid fluid-container mt-5">
  2528.        <div class="row">
  2529.            <div class="col-12">
  2530.                <h2 class="section-title-sponsored-v3 ">Sponsored News</h2>
  2531.            </div>
  2532.        </div>
  2533.        
  2534.        <div class="row g-3">
  2535.            
  2536.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2537.                <div class="card sponsored-card-v3">
  2538.                    <div class="sponsored-overlay-v3"></div>
  2539.                    <div class="sponsored-image-v3">
  2540.                        
  2541.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2542.                        
  2543.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  2544.                    </div>
  2545.                    <div class="sponsored-content-v3">
  2546.                        <h3 class="sponsored-title-v3">
  2547.                            <a href="/troubling-memories-resurface-in-davao-as-investigators-trace-bondi-shooting-suspects-movements/" class="top-color">
  2548.                            Troubling Memories Resurface in Davao as Investigators Trace Bondi Shooting Suspects’ Movements
  2549.                            </a>
  2550.                        </h3>
  2551.                        <div class="sponsored-meta-v3">
  2552.                            <div class="author-info-v3">
  2553.                                
  2554.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/66622d78-741f-470c-b6b5-c1bcb0799fe7_profile.png" alt="Leah Zimmerman" style="object-fit: cover;" class="sponsored-author-img-v3">
  2555.                                
  2556.                                <span class="top-color">
  2557.                                    Leah Zimmerman
  2558.                                </span>
  2559.                            </div>
  2560.                            <span class="top-color">18 May 2026</span>
  2561.                        </div>
  2562.                    </div>
  2563.                </div>
  2564.            </div>
  2565.            
  2566.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2567.                <div class="card sponsored-card-v3">
  2568.                    <div class="sponsored-overlay-v3"></div>
  2569.                    <div class="sponsored-image-v3">
  2570.                        
  2571.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2572.                        
  2573.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  2574.                    </div>
  2575.                    <div class="sponsored-content-v3">
  2576.                        <h3 class="sponsored-title-v3">
  2577.                            <a href="/real-algarve-exploring-portugal-beyond-the-beach/" class="top-color">
  2578.                            Real Algarve: Exploring Portugal Beyond the Beach
  2579.                            </a>
  2580.                        </h3>
  2581.                        <div class="sponsored-meta-v3">
  2582.                            <div class="author-info-v3">
  2583.                                
  2584.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/66622d78-741f-470c-b6b5-c1bcb0799fe7_profile.png" alt="Leah Zimmerman" style="object-fit: cover;" class="sponsored-author-img-v3">
  2585.                                
  2586.                                <span class="top-color">
  2587.                                    Leah Zimmerman
  2588.                                </span>
  2589.                            </div>
  2590.                            <span class="top-color">18 May 2026</span>
  2591.                        </div>
  2592.                    </div>
  2593.                </div>
  2594.            </div>
  2595.            
  2596.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2597.                <div class="card sponsored-card-v3">
  2598.                    <div class="sponsored-overlay-v3"></div>
  2599.                    <div class="sponsored-image-v3">
  2600.                        
  2601.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2602.                        
  2603.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  2604.                    </div>
  2605.                    <div class="sponsored-content-v3">
  2606.                        <h3 class="sponsored-title-v3">
  2607.                            <a href="/arsenals-goalkeeper-backs-teams-strength-as-vital-to-silverware-pursuit/" class="top-color">
  2608.                            Arsenal&#x27;s goalkeeper Backs Team&#x27;s Strength as Vital to Silverware Pursuit
  2609.                            </a>
  2610.                        </h3>
  2611.                        <div class="sponsored-meta-v3">
  2612.                            <div class="author-info-v3">
  2613.                                
  2614.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/66622d78-741f-470c-b6b5-c1bcb0799fe7_profile.png" alt="Leah Zimmerman" style="object-fit: cover;" class="sponsored-author-img-v3">
  2615.                                
  2616.                                <span class="top-color">
  2617.                                    Leah Zimmerman
  2618.                                </span>
  2619.                            </div>
  2620.                            <span class="top-color">18 May 2026</span>
  2621.                        </div>
  2622.                    </div>
  2623.                </div>
  2624.            </div>
  2625.            
  2626.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2627.                <div class="card sponsored-card-v3">
  2628.                    <div class="sponsored-overlay-v3"></div>
  2629.                    <div class="sponsored-image-v3">
  2630.                        
  2631.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2632.                        
  2633.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  2634.                    </div>
  2635.                    <div class="sponsored-content-v3">
  2636.                        <h3 class="sponsored-title-v3">
  2637.                            <a href="/will-the-all-blacks-regain-their-magic-during-the-fall-tour/" class="top-color">
  2638.                            Will the All Blacks regain their magic during the fall tour?
  2639.                            </a>
  2640.                        </h3>
  2641.                        <div class="sponsored-meta-v3">
  2642.                            <div class="author-info-v3">
  2643.                                
  2644.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/66622d78-741f-470c-b6b5-c1bcb0799fe7_profile.png" alt="Leah Zimmerman" style="object-fit: cover;" class="sponsored-author-img-v3">
  2645.                                
  2646.                                <span class="top-color">
  2647.                                    Leah Zimmerman
  2648.                                </span>
  2649.                            </div>
  2650.                            <span class="top-color">18 May 2026</span>
  2651.                        </div>
  2652.                    </div>
  2653.                </div>
  2654.            </div>
  2655.            
  2656.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2657.                <div class="card sponsored-card-v3">
  2658.                    <div class="sponsored-overlay-v3"></div>
  2659.                    <div class="sponsored-image-v3">
  2660.                        
  2661.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2662.                        
  2663.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  2664.                    </div>
  2665.                    <div class="sponsored-content-v3">
  2666.                        <h3 class="sponsored-title-v3">
  2667.                            <a href="/his-dominant-shadow-in-athletics-hit-a-peak-in-last-year-the-coming-year-threatens-to-take-it-further/" class="top-color">
  2668.                            His Dominant Shadow in Athletics Hit A Peak in Last Year. The Coming Year Threatens to Take It Further.
  2669.                            </a>
  2670.                        </h3>
  2671.                        <div class="sponsored-meta-v3">
  2672.                            <div class="author-info-v3">
  2673.                                
  2674.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/66622d78-741f-470c-b6b5-c1bcb0799fe7_profile.png" alt="Leah Zimmerman" style="object-fit: cover;" class="sponsored-author-img-v3">
  2675.                                
  2676.                                <span class="top-color">
  2677.                                    Leah Zimmerman
  2678.                                </span>
  2679.                            </div>
  2680.                            <span class="top-color">18 May 2026</span>
  2681.                        </div>
  2682.                    </div>
  2683.                </div>
  2684.            </div>
  2685.            
  2686.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2687.                <div class="card sponsored-card-v3">
  2688.                    <div class="sponsored-overlay-v3"></div>
  2689.                    <div class="sponsored-image-v3">
  2690.                        
  2691.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2692.                        
  2693.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  2694.                    </div>
  2695.                    <div class="sponsored-content-v3">
  2696.                        <h3 class="sponsored-title-v3">
  2697.                            <a href="/we-got-fired-and-we-accept-it-learn-how-to-secure-a-new-role-that-works-you-personally/" class="top-color">
  2698.                            We Got Fired, and We Accept It – Learn How to Secure a New Role That Works You Personally
  2699.                            </a>
  2700.                        </h3>
  2701.                        <div class="sponsored-meta-v3">
  2702.                            <div class="author-info-v3">
  2703.                                
  2704.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/66622d78-741f-470c-b6b5-c1bcb0799fe7_profile.png" alt="Leah Zimmerman" style="object-fit: cover;" class="sponsored-author-img-v3">
  2705.                                
  2706.                                <span class="top-color">
  2707.                                    Leah Zimmerman
  2708.                                </span>
  2709.                            </div>
  2710.                            <span class="top-color">18 May 2026</span>
  2711.                        </div>
  2712.                    </div>
  2713.                </div>
  2714.            </div>
  2715.            
  2716.        </div>
  2717.    </div>
  2718. </section>
  2719.  
  2720.  
  2721.    
  2722.        <!-- end wpo-blog-sponsored-section -->
  2723.        <!-- start wpo-subscribe-section -->
  2724.        
  2725.        <!-- end subscribe-section -->
  2726.        <!-- start of wpo-site-footer-section -->
  2727.        
  2728.  
  2729.  
  2730.  
  2731.  
  2732.  
  2733.  
  2734. <footer class="wpo-site-footer-v2 ">
  2735.    
  2736.    <!-- Main Footer Content -->
  2737.    <div class="container-fluid fluid-container">
  2738.        
  2739.        <!-- Step 1: Brand Section -->
  2740.        <div class="footer-brand-section">
  2741.            <div class="row justify-content-center">
  2742.                <div class="col-lg-8 col-md-10 col-12 text-center">
  2743.                    <div class="brand-wrapper">
  2744.                        
  2745.                            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/4afb133a-4f06-4ba1-8103-b0ef65215938_logo.png" alt="Geschmackswelt" class="footer-logo mb-3" loading="lazy">
  2746.                        
  2747.                        <h2 class="brand-title">Geschmackswelt</h2>
  2748.                        <p class="brand-description">Willkommen auf Geschmackswelt, Ihrem Blog für köstliche Rezepte, kulinarische Tipps und Food-Trends. Tauchen Sie ein in die Welt des Geschmacks und entdecken Sie neue Inspirationen für Ihre Küche.</p>
  2749.                        
  2750.                    </div>
  2751.                </div>
  2752.            </div>
  2753.        </div>
  2754.  
  2755.        <!-- Step 2: Content Columns with Separators -->
  2756.        <div class="footer-content-section">
  2757.            <div class="content-divider"></div>
  2758.            
  2759.            <div class="row">
  2760.                
  2761.                <!-- Column 1: Important Links -->
  2762.                <div class="col-lg-6 col-md-6 col-12">
  2763.                    <div class="footer-column">
  2764.                        <div class="column-header">
  2765.                            <span class="column-number bg-primary-gradient">01</span>
  2766.                            <h6 class="column-title">Important Pages</h6>
  2767.                        </div>
  2768.                        <div class="column-content">
  2769.                            <ul class="footer-links">
  2770.                                
  2771.                                <li>
  2772.                                    <a href="/who-is-the-politician-al-carns-ex-royal-marine-and-government-minister-with-ambitions-on-leadership/" class="footer-link">
  2773.                                        Who is the Politician Al Carns? Ex-Royal Marine and Government Minister with Ambitions on Leadership
  2774.                                    </a>
  2775.                                </li>
  2776.                                
  2777.                                <li>
  2778.                                    <a href="/swiss-ski-resort-blaze-survivors-receive-care-in-burns-units-across-europe/" class="footer-link">
  2779.                                        Swiss Ski Resort Blaze Survivors Receive Care in Burns Units Across Europe
  2780.                                    </a>
  2781.                                </li>
  2782.                                
  2783.                                <li>
  2784.                                    <a href="/titans-acknowledge-queens-as-trump-extends-mamdani-a-friendly-greeting/" class="footer-link">
  2785.                                        Titans Acknowledge Queens as Trump Extends Mamdani a Friendly Greeting
  2786.                                    </a>
  2787.                                </li>
  2788.                                
  2789.                                <li>
  2790.                                    <a href="/the-decade-of-desire-from-erin-somers-a-midlife-adultery-tale-our-era-needs/" class="footer-link">
  2791.                                        The Decade of Desire from Erin Somers: A Midlife Adultery Tale Our Era Needs.
  2792.                                    </a>
  2793.                                </li>
  2794.                                
  2795.                                <li>
  2796.                                    <a href="/president-zelenskyy-says-ukraine-was-ten-percent-away-from-a-peace-deal-but-not-at-any-cost/" class="footer-link">
  2797.                                        President Zelenskyy Says Ukraine Was Ten Percent Away from a Peace Deal, But Not at Any Cost
  2798.                                    </a>
  2799.                                </li>
  2800.                                
  2801.                                <li>
  2802.                                    <a href="/the-mighty-neins-opening-sequence-selected-the-incorrect-popular-rpg-show-track/" class="footer-link">
  2803.                                        The Mighty Nein&#x27;s Opening Sequence Selected the Incorrect Popular RPG Show Track
  2804.                                    </a>
  2805.                                </li>
  2806.                                
  2807.                            </ul>
  2808.                        </div>
  2809.                    </div>
  2810.                </div>
  2811.  
  2812.                <!-- Column 2: External Links -->
  2813.                 <div class="col-lg-6 col-md-6 col-12">
  2814.                    <div class="footer-column">
  2815.                        <div class="column-header">
  2816.                            <span class="column-number bg-primary-gradient">02</span>
  2817.                            <h6 class="column-title">External Resources</h6>
  2818.                        </div>
  2819.                       <div class="column-content">
  2820.    <ul class="footer-links" id="footerLinks">
  2821.        
  2822.        
  2823.  
  2824.        
  2825.        
  2826.        
  2827.        
  2828.    </ul>
  2829. </div>
  2830.  
  2831.                    </div>
  2832.                </div>
  2833.  
  2834.                <!-- Column 3: Categories -->
  2835.                <div class="col-lg-6 col-md-6 col-12">
  2836.                    <div class="footer-column">
  2837.                        <div class="column-header">
  2838.                            <span class="column-number bg-primary-gradient">02</span>
  2839.                            <h6 class="column-title">Categories</h6>
  2840.                        </div>
  2841.                        <div class="column-content">
  2842.                            <ul class="footer-links">
  2843.                                
  2844.                                <li>
  2845.                                    <a href="/category/all-posts/" class="footer-link">
  2846.                                        All Posts
  2847.                                    </a>
  2848.                                </li>
  2849.                                
  2850.                                <li>
  2851.                                    <a href="/category/business/" class="footer-link">
  2852.                                        Business
  2853.                                    </a>
  2854.                                </li>
  2855.                                
  2856.                                <li>
  2857.                                    <a href="/category/esports/" class="footer-link">
  2858.                                        Esports
  2859.                                    </a>
  2860.                                </li>
  2861.                                
  2862.                                <li>
  2863.                                    <a href="/category/fashion/" class="footer-link">
  2864.                                        Fashion
  2865.                                    </a>
  2866.                                </li>
  2867.                                
  2868.                                <li>
  2869.                                    <a href="/category/featured/" class="footer-link">
  2870.                                        Featured
  2871.                                    </a>
  2872.                                </li>
  2873.                                
  2874.                                <li>
  2875.                                    <a href="/category/gaming/" class="footer-link">
  2876.                                        Gaming
  2877.                                    </a>
  2878.                                </li>
  2879.                                
  2880.                            </ul>
  2881.                        </div>
  2882.                    </div>
  2883.                </div>
  2884.  
  2885.            </div>
  2886.        </div>
  2887.  
  2888.        <!-- Step 3: Footer Bottom -->
  2889.        <div class="footer-bottom-section">
  2890.            <div class="bottom-divider"></div>
  2891.            <div class="d-flex justify-content-between flex-wrap">
  2892.                <div class="">
  2893.                    <p class="copyright-text">
  2894.                        &copy; 2026 <strong>Geschmackswelt</strong> • All rights reserved
  2895.                    </p>
  2896.                </div>
  2897.                <div class="">
  2898.                    <nav class="footer-nav">
  2899.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  2900.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  2901.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  2902.                    </nav>
  2903.                </div>
  2904.            </div>
  2905.        </div>
  2906.  
  2907.    </div>
  2908.  
  2909.    <!-- Background Elements -->
  2910.    <div class="footer-bg-elements">
  2911.        <div class="bg-circle circle-1"></div>
  2912.        <div class="bg-circle circle-2"></div>
  2913.        <div class="bg-line line-1"></div>
  2914.        <div class="bg-line line-2"></div>
  2915.    </div>
  2916.  
  2917. </footer>
  2918.  
  2919. <style>
  2920. /* Footer V2 - Clean Blog Design */
  2921. .wpo-site-footer-v2 {
  2922.    color: var(--footer-color);
  2923.    background-color: var(--card-bg);
  2924.    margin-top: 100px;
  2925. }
  2926.  
  2927.  
  2928.  
  2929. /* Step 2: Brand Section */
  2930. .footer-brand-section {
  2931.    position: relative;
  2932.    z-index: 2;
  2933.    padding: 120px 0 60px;
  2934. }
  2935.  
  2936. .brand-wrapper {
  2937.    max-width: 600px;
  2938.    margin: 0 auto;
  2939. }
  2940.  
  2941. .footer-logo {
  2942.    max-height: 60px;
  2943.    width: auto;
  2944.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  2945. }
  2946.  
  2947. .brand-title {
  2948.    font-size: 2.2rem;
  2949.    font-weight: 800;
  2950.    color: var(--footer-color);
  2951.    margin-bottom: 1rem;
  2952.    letter-spacing: -0.02em;
  2953. }
  2954.  
  2955. .brand-description {
  2956.    font-size: 1.1rem;
  2957.    color: var(--footer-color);
  2958.    line-height: 1.6;
  2959.    opacity: .7;
  2960.    margin-bottom: 0;
  2961. }
  2962.  
  2963. /* Step 3: Content Section */
  2964. .footer-content-section {
  2965.    position: relative;
  2966.    z-index: 2;
  2967.    padding: 60px 0;
  2968. }
  2969.  
  2970.  
  2971. .footer-column {
  2972.    margin-bottom: 40px;
  2973.    padding: 0 20px;
  2974. }
  2975.  
  2976. .column-header {
  2977.    display: flex;
  2978.    align-items: center;
  2979.    margin-bottom: 25px;
  2980.    padding-bottom: 15px;
  2981.    border-bottom: 2px solid var(--border-color);
  2982. }
  2983.  
  2984. .column-number {
  2985.    width: 35px;
  2986.    height: 35px;
  2987.    border-radius: 10px;
  2988.    display: flex;
  2989.    align-items: center;
  2990.    justify-content: center;
  2991.    font-weight: 700;
  2992.    font-size: 0.9rem;
  2993.    margin-right: 15px;
  2994. }
  2995.  
  2996. .column-title {
  2997.    font-size: 1.1rem;
  2998.    font-weight: 700;
  2999.    color: var(--footer-color) !important;
  3000.    margin: 0;
  3001. }
  3002.  
  3003. .column-content {
  3004.    padding-left: 50px;
  3005. }
  3006.  
  3007. /* Footer Links */
  3008. .footer-links {
  3009.    list-style: none;
  3010.    padding: 0;
  3011.    margin: 0;
  3012. }
  3013.  
  3014. .footer-links li {
  3015.    margin-bottom: 12px;
  3016.    position: relative;
  3017. }
  3018.  
  3019. .footer-link {
  3020.    color: var(--footer-color) !important;
  3021.    text-decoration: none;
  3022.    font-size: 0.95rem;
  3023.    line-height: 1.5;
  3024.    transition: all 0.8s ease;
  3025.    position: relative;
  3026.    display: inline-flex;
  3027.    align-items: center;
  3028. }
  3029.  
  3030. .footer-link:hover {
  3031.    color: var(--bs-primary);
  3032.    padding-left: 8px;
  3033. }
  3034.  
  3035. .footer-link::before {
  3036.    content: '';
  3037.    position: absolute;
  3038.    left: -15px;
  3039.    top: 50%;
  3040.    transform: translateY(-50%);
  3041.    width: 4px;
  3042.    height: 4px;
  3043.    background: var(--bs-primary);
  3044.    border-radius: 50%;
  3045.    opacity: 0;
  3046.    transition: opacity 0.3s ease;
  3047. }
  3048.  
  3049. .footer-link:hover::before {
  3050.    opacity: 1;
  3051. }
  3052.  
  3053. /* Step 4: Footer Bottom */
  3054. .footer-bottom-section {
  3055.    position: relative;
  3056.    z-index: 2;
  3057.    padding: 30px 0;
  3058. }
  3059.  
  3060. .bottom-divider {
  3061.    width: 100%;
  3062.    height: 1px;
  3063.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  3064.    margin-bottom: 30px;
  3065. }
  3066.  
  3067. .copyright-text {
  3068.    color: var(--footer-color);
  3069.    font-size: 0.9rem;
  3070.    margin: 0;
  3071.    line-height: 1.6;
  3072. }
  3073.  
  3074. .footer-nav {
  3075.    display: flex;
  3076.    align-items: center;
  3077.    gap: 20px;
  3078.    justify-content: center;
  3079. }
  3080.  
  3081. .footer-nav-link {
  3082.    color: var(--footer-color) !important;
  3083.    text-decoration: none;
  3084.    font-size: 0.9rem;
  3085.    font-weight: 500;
  3086.    transition: color 0.3s ease;
  3087.    position: relative;
  3088. }
  3089.  
  3090. .footer-nav-link:hover {
  3091.    color: var(--bs-primary);
  3092. }
  3093.  
  3094. .footer-nav-link::after {
  3095.    content: '';
  3096.    position: absolute;
  3097.    bottom: -5px;
  3098.    left: 0;
  3099.    width: 0;
  3100.    height: 2px;
  3101.    background: var(--bs-primary) !important;
  3102.    transition: width 0.3s ease;
  3103. }
  3104.  
  3105. .footer-nav-link:hover::after {
  3106.    width: 100%;
  3107. }
  3108.  
  3109. /* Responsive Design */
  3110. @media (max-width: 992px) {
  3111.    .footer-brand-section {
  3112.        padding: 100px 0 50px;
  3113.    }
  3114.    
  3115.    .brand-title {
  3116.        font-size: 1.8rem;
  3117.    }
  3118.    
  3119.    .column-content {
  3120.        padding-left: 0;
  3121.        padding-top: 10px;
  3122.    }
  3123.    
  3124.    .column-header {
  3125.        flex-direction: column;
  3126.        align-items: flex-start;
  3127.        gap: 10px;
  3128.    }
  3129.    
  3130.    .column-number {
  3131.        align-self: center;
  3132.    }
  3133. }
  3134.  
  3135. @media (max-width: 768px) {
  3136.    .footer-brand-section {
  3137.        padding: 80px 0 40px;
  3138.    }
  3139.    
  3140.    .brand-title {
  3141.        font-size: 1.6rem;
  3142.    }
  3143.    
  3144.    .newsletter-inline {
  3145.        padding: 1.5rem;
  3146.        margin: 0 15px;
  3147.    }
  3148.    
  3149.    .newsletter-form .input-group {
  3150.        flex-direction: column;
  3151.    }
  3152.    
  3153.    .btn-newsletter {
  3154.        border-radius: 0 0 12px 12px;
  3155.    }
  3156.    
  3157.    .newsletter-input {
  3158.        border-radius: 12px 12px 0 0;
  3159.    }
  3160.    
  3161.    .footer-column {
  3162.        padding: 0 15px;
  3163.        margin-bottom: 35px;
  3164.    }
  3165.    
  3166.    .footer-nav {
  3167.        flex-direction: column;
  3168.        gap: 15px;
  3169.        margin-top: 20px;
  3170.    }
  3171. }
  3172.  
  3173. @media (max-width: 576px) {
  3174.    .footer-brand-section {
  3175.        padding: 60px 0 30px;
  3176.    }
  3177.    
  3178.    .brand-title {
  3179.        font-size: 1.4rem;
  3180.    }
  3181.    
  3182.    .brand-description {
  3183.        font-size: 1rem;
  3184.    }
  3185.    
  3186.    .newsletter-title {
  3187.        font-size: 1.1rem;
  3188.    }
  3189.    
  3190.    .column-title {
  3191.        font-size: 1rem;
  3192.    }
  3193.    
  3194.    .footer-column {
  3195.        padding: 0 10px;
  3196.    }
  3197.    
  3198.    .bg-circle, .bg-line {
  3199.        display: none;
  3200.    }
  3201. }
  3202.  
  3203. /* Minimal Animation */
  3204. .footer-column {
  3205.    transition: opacity 0.3s ease;
  3206. }
  3207.  
  3208. .footer-column:hover {
  3209.    opacity: 0.9;
  3210. }
  3211. </style>
  3212.  
  3213. <!-- Bootstrap 5 JS -->
  3214.  
  3215. <script>
  3216. // Scroll to Top Function
  3217. function scrollToTop() {
  3218.    window.scrollTo({
  3219.        top: 0,
  3220.        behavior: 'smooth'
  3221.    });
  3222. }
  3223.  
  3224. // Initialize Footer V2 Features
  3225. document.addEventListener('DOMContentLoaded', function() {
  3226.    
  3227.    // Newsletter Form Enhancement
  3228.    const newsletterForm = document.querySelector('.newsletter-form');
  3229.    if (newsletterForm) {
  3230.        newsletterForm.addEventListener('submit', function(e) {
  3231.            e.preventDefault(); // Remove this in actual implementation
  3232.            
  3233.            const submitBtn = this.querySelector('.btn-newsletter');
  3234.            const originalText = submitBtn.textContent;
  3235.            
  3236.            submitBtn.textContent = 'Subscribing...';
  3237.            submitBtn.disabled = true;
  3238.            
  3239.            // Simulate form processing
  3240.            setTimeout(() => {
  3241.                submitBtn.textContent = 'Subscribed!';
  3242.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  3243.                
  3244.                setTimeout(() => {
  3245.                    submitBtn.textContent = originalText;
  3246.                    submitBtn.disabled = false;
  3247.                    submitBtn.style.background = '';
  3248.                    this.reset();
  3249.                }, 2000);
  3250.            }, 1500);
  3251.        });
  3252.    }
  3253.    
  3254.    // Smooth reveal for columns on scroll
  3255.    const observerOptions = {
  3256.        threshold: 0.1,
  3257.        rootMargin: '0px 0px -50px 0px'
  3258.    };
  3259.    
  3260.    const observer = new IntersectionObserver((entries) => {
  3261.        entries.forEach(entry => {
  3262.            if (entry.isIntersecting) {
  3263.                entry.target.style.opacity = '1';
  3264.                entry.target.style.transform = 'translateY(0)';
  3265.            }
  3266.        });
  3267.    }, observerOptions);
  3268.    
  3269.    // Initially hide columns for animation
  3270.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  3271.        column.style.opacity = '0';
  3272.        column.style.transform = 'translateY(20px)';
  3273.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  3274.        observer.observe(column);
  3275.    });
  3276.    
  3277.    // Prevent default for placeholder links
  3278.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3279.        link.addEventListener('click', function(e) {
  3280.            e.preventDefault();
  3281.        });
  3282.    });
  3283. });
  3284.  
  3285. document.addEventListener('DOMContentLoaded', function () {
  3286.    var btn = document.getElementById('toggleFooterLinks');
  3287.    if (!btn) return; // No extra links, no button
  3288.  
  3289.    var extras = document.querySelectorAll('#footerLinks li.extra');
  3290.  
  3291.    btn.addEventListener('click', function () {
  3292.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3293.            return li.classList.contains('d-none');
  3294.        });
  3295.  
  3296.        extras.forEach(function (li) {
  3297.            if (anyHidden) {
  3298.                li.classList.remove('d-none');
  3299.                li.classList.add('show');
  3300.            } else {
  3301.                li.classList.add('d-none');
  3302.                li.classList.remove('show');
  3303.            }
  3304.        });
  3305.  
  3306.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3307.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3308.    });
  3309. });
  3310.  
  3311. </script>
  3312.  
  3313.        <!-- end of wpo-site-footer-section -->
  3314.    </div>
  3315.    <!-- end of page-wrapper -->
  3316.  
  3317.    <!-- All JavaScript files
  3318.    ================================================== -->
  3319.    
  3320.  
  3321. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3322. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3323. <!-- Plugins for this template -->
  3324. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3325. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3326. <!-- Custom script for this template -->
  3327. <script src="/static/blogapp/assets/js/script.js"></script>
  3328.  
  3329. <script>
  3330. (function () {
  3331. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3332. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3333.  
  3334. function applyFallback(img) {
  3335. if (!img || img.dataset.fallbackApplied === "1") {
  3336. return;
  3337. }
  3338. var failedSrc = img.currentSrc || img.src || "";
  3339. img.dataset.fallbackApplied = "1";
  3340. img.onerror = null;
  3341. img.src = fallbackImageSrc;
  3342. console.warn("[ImageFallback] Replaced broken image:", {
  3343. failedSrc: failedSrc,
  3344. fallbackSrc: fallbackImageSrc,
  3345. alt: img.alt || "",
  3346. });
  3347. }
  3348.  
  3349. document.querySelectorAll("img").forEach(function (img) {
  3350. if (img.complete && img.naturalWidth === 0) {
  3351. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3352. failedSrc: img.currentSrc || img.src || "",
  3353. alt: img.alt || "",
  3354. });
  3355. applyFallback(img);
  3356. }
  3357. });
  3358.  
  3359. document.addEventListener(
  3360. "error",
  3361. function (event) {
  3362. var target = event.target;
  3363. if (target && target.tagName === "IMG") {
  3364. applyFallback(target);
  3365. }
  3366. },
  3367. true
  3368. );
  3369. })();
  3370. </script>
  3371.  
  3372. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3373.  
  3374.  
  3375.  
  3376. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"579f117609e7416787d6085f508ed52b","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3377. </body>
  3378.  
  3379. </html>
  3380.  
  3381.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda