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://plainlybulletin.us

  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_-_2025-04-28T180824.616_K0enDE3_sNju2rJ_xMJT9Fh.png">
  14.    
  15.  
  16.    <title>Plainly Bulletin: Daily News Updates and In-Depth Analysis</title>
  17.    <meta name="description" content="Plainly Bulletin delivers concise daily news updates and in-depth analysis on current events, politics, and global affairs. Stay informed with reliable reporting.">
  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://plainlybulletin.us/">
  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.            <!-- end preloader -->
  397.        
  398.        <!-- Start header -->
  399.        <header id="header" class="wpo-site-header">
  400.            
  401.  
  402.  
  403.    
  404.  
  405.  
  406.  
  407. <div class="topbar d-sm-flex d-none">
  408.  <div class="container-fluid fluid-container">
  409.    <div class="row  ">
  410.      <div>
  411.        <div class="pt-2 d-flex gap-2 pb-0">
  412.          <div class="">
  413.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  414.          </div>
  415.  
  416.          <!-- Add an id to the marquee -->
  417.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  418.            <p class="text-center">
  419.              
  420.               <a href="/the-ultimate-guide-to-casino-etiquette-key-dos-and-donts/" class="px-5 top-color">
  421.                    The Ultimate Guide to Casino Etiquette: Key Do&#x27;s and Don&#x27;ts
  422.                  </a>
  423.              
  424.            </p>
  425.          </marquee>
  426.        </div>
  427.      </div>
  428.    </div>
  429.  </div>
  430. </div>
  431. <style>
  432.  .tilt-button {
  433.  padding: 0.5rem 1rem;
  434.  white-space: nowrap;
  435.  font-weight: bold;
  436.  display: inline-block;
  437.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  438.  transition: background 0.3s ease;
  439. }
  440.  
  441.  
  442. </style>
  443. <script>
  444.  // Stop/start marquee when hovering or focusing links inside it
  445.  document.addEventListener("DOMContentLoaded", function () {
  446.    const marquee = document.getElementById("newsMarquee");
  447.    if (!marquee) return;
  448.  
  449.    marquee.querySelectorAll("a").forEach((link) => {
  450.      link.addEventListener("mouseenter", () => marquee.stop());
  451.      link.addEventListener("mouseleave", () => marquee.start());
  452.      // keyboard accessibility
  453.      link.addEventListener("focus", () => marquee.stop());
  454.      link.addEventListener("blur", () => marquee.start());
  455.    });
  456.  });
  457. </script>
  458.  
  459.  
  460.  
  461.            
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468. <header class="custom-header mb-4">
  469.    <!-- Logo Section - Top Centered -->
  470.    <div class="logo-container">
  471.        <div class="container-fluid fluid-container">
  472.            <a class="brand-link" href="/">
  473.                
  474.                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/7f8c13b4-1930-43ac-8836-3e7a0e654a73_logo.png" alt="Plainly Bulletin" />
  475.                
  476.            </a>
  477.        </div>
  478.    </div>
  479.  
  480.    <!-- Navigation Section -->
  481.    <div class="navigation-container">
  482.        <div class="container-fluid fluid-container">
  483.            <div class="nav-content">
  484.                <!-- Mobile toggle button -->
  485.                <button class="mobile-nav-toggle" type="button" onclick="toggleNav()">
  486.                    <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  487.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  488.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  489.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  490.                    </svg>
  491.                </button>
  492.  
  493.                <!-- Navigation Links - Left Side -->
  494.                <nav class="primary-nav navbar navbar-expand-lg">
  495.                    <ul class="navbar-nav align-items-center me-auto mb-2 mb-lg-0">
  496.  
  497.                        
  498.                        <li class="nav-item">
  499.                            <a href="/" class="nav-link active">HOME</a>
  500.                        </li>
  501.                        
  502.                        
  503.                         <li class="nav-item">
  504.                            <a href="/category/all-posts/" class="nav-link">
  505.                                ALL POSTS
  506.                            </a>
  507.                            </li>
  508.  
  509.                            
  510.  
  511.                                    
  512.                                    
  513.                            
  514.                         <li class="nav-item">
  515.                            <a href="/category/business/" class="nav-link">
  516.                                BUSINESS
  517.                            </a>
  518.                            </li>
  519.  
  520.                            
  521.  
  522.                                    
  523.                                    
  524.                            
  525.                         <li class="nav-item">
  526.                            <a href="/category/esports/" class="nav-link">
  527.                                ESPORTS
  528.                            </a>
  529.                            </li>
  530.  
  531.                            
  532.  
  533.                                    
  534.                                    
  535.                            
  536.                         <li class="nav-item">
  537.                            <a href="/category/fashion/" class="nav-link">
  538.                                FASHION
  539.                            </a>
  540.                            </li>
  541.  
  542.                            
  543.  
  544.                                    
  545.                                    
  546.                            
  547.                         <li class="nav-item">
  548.                            <a href="/category/featured/" class="nav-link">
  549.                                FEATURED
  550.                            </a>
  551.                            </li>
  552.  
  553.                            
  554.  
  555.                                    
  556.                                    
  557.                            
  558.                        
  559.                            
  560.                            <li class="nav-item dropdown">
  561.                                <a class="nav-link dropdown-toggle" href="#" id="moreDropdown" role="button"
  562.                                    data-bs-toggle="dropdown" aria-expanded="false">
  563.                                    More
  564.                                </a>
  565.                                <ul class="dropdown-menu" aria-labelledby="moreDropdown">
  566.                                    <li>
  567.                                        <a class="dropdown-item"
  568.                                            href="/category/gaming/">
  569.                                            GAMING
  570.                                        </a>
  571.                                    </li>
  572.  
  573.                                    
  574.  
  575.                                    
  576.                                    
  577.                            
  578.                        
  579.                                    <li>
  580.                                        <a class="dropdown-item"
  581.                                            href="/category/health/">
  582.                                            HEALTH
  583.                                        </a>
  584.                                    </li>
  585.                                    
  586.  
  587.                                    
  588.                                    
  589.                            
  590.                        
  591.                                    <li>
  592.                                        <a class="dropdown-item"
  593.                                            href="/category/life-fitness/">
  594.                                            LIFE &amp; FITNESS
  595.                                        </a>
  596.                                    </li>
  597.                                    
  598.  
  599.                                    
  600.                                    
  601.                            
  602.                        
  603.                                    <li>
  604.                                        <a class="dropdown-item"
  605.                                            href="/category/lifestyle/">
  606.                                            LIFESTYLE
  607.                                        </a>
  608.                                    </li>
  609.                                    
  610.  
  611.                                    
  612.                                    
  613.                            
  614.                        
  615.                                    <li>
  616.                                        <a class="dropdown-item"
  617.                                            href="/category/news/">
  618.                                            NEWS
  619.                                        </a>
  620.                                    </li>
  621.                                    
  622.  
  623.                                    
  624.                                    
  625.                            
  626.                        
  627.                                    <li>
  628.                                        <a class="dropdown-item"
  629.                                            href="/category/others/">
  630.                                            OTHERS
  631.                                        </a>
  632.                                    </li>
  633.                                    
  634.  
  635.                                    
  636.                                    
  637.                            
  638.                        
  639.                                    <li>
  640.                                        <a class="dropdown-item"
  641.                                            href="/category/politics/">
  642.                                            POLITICS
  643.                                        </a>
  644.                                    </li>
  645.                                    
  646.  
  647.                                    
  648.                                    
  649.                            
  650.                        
  651.                                    <li>
  652.                                        <a class="dropdown-item"
  653.                                            href="/category/sports/">
  654.                                            SPORTS
  655.                                        </a>
  656.                                    </li>
  657.                                    
  658.  
  659.                                    
  660.                                    
  661.                            
  662.                        
  663.                                    <li>
  664.                                        <a class="dropdown-item"
  665.                                            href="/category/tech/">
  666.                                            TECH
  667.                                        </a>
  668.                                    </li>
  669.                                    
  670.  
  671.                                    
  672.                                    
  673.                            
  674.                        
  675.                                    <li>
  676.                                        <a class="dropdown-item"
  677.                                            href="/category/travel/">
  678.                                            TRAVEL
  679.                                        </a>
  680.                                    </li>
  681.                                    
  682.  
  683.                                    
  684.                                    
  685.                                </ul>
  686.                            </li>
  687.                            
  688.                            
  689. <li>
  690.                  <a href="/page/contact-us/">
  691.                     Contact Us
  692.                  </a>
  693.              </li>
  694.                    </ul>
  695.                </nav>
  696.  
  697.  
  698.                <!-- Search - Right Side -->
  699.                <div class="search-wrapper">
  700.                    <input type="search" class="search-input-field" placeholder="Search...">
  701.                    <!-- <button class="search-submit-btn" type="submit">
  702.                        <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  703.                            stroke-width="2">
  704.                            <circle cx="11" cy="11" r="8"></circle>
  705.                            <path d="m21 21-4.35-4.35"></path>
  706.                        </svg>
  707.                    </button> -->
  708.                        <!-- The search results will be displayed here -->
  709.          <div id="search-results" class="search-results-container search-v1"></div>
  710.                </div>
  711.            </div>
  712.        </div>
  713.    </div>
  714. </header>
  715.  
  716.  
  717. <script>
  718.    function toggleNav() {
  719.        const nav = document.getElementById('primaryNav');
  720.        const toggle = document.querySelector('.mobile-nav-toggle');
  721.  
  722.        nav.classList.toggle('show');
  723.        toggle.classList.toggle('active');
  724.    }
  725.  
  726.    // Close nav when clicking outside
  727.    document.addEventListener('click', function (event) {
  728.        const nav = document.getElementById('primaryNav');
  729.        const toggle = document.querySelector('.mobile-nav-toggle');
  730.  
  731.        if (!nav.contains(event.target) && !toggle.contains(event.target)) {
  732.            nav.classList.remove('show');
  733.            toggle.classList.remove('active');
  734.        }
  735.    });
  736.  
  737.    // Close nav when window is resized to desktop
  738.    window.addEventListener('resize', function () {
  739.        if (window.innerWidth > 768) {
  740.            document.getElementById('primaryNav').classList.remove('show');
  741.            document.querySelector('.mobile-nav-toggle').classList.remove('active');
  742.        }
  743.    });
  744.  
  745. </script>
  746.  
  747. <style>
  748.    .custom-header {
  749.        background: var(--navbar-bg);
  750.        border-bottom: 1px solid var(--border-color);
  751.        position: sticky;
  752.        top: 0;
  753.        z-index: 1000;
  754.        padding: 0px 10px;
  755.    }
  756.  
  757.    /* Logo Section - Top Centered */
  758.    .logo-container {
  759.        text-align: center;
  760.        padding: 10px 0;
  761.        background: var(--navbar-bg);
  762.        border-bottom: 1px solid var(--border-color);
  763.    }
  764.  
  765.    .brand-link {
  766.        display: inline-flex;
  767.        align-items: center;
  768.        text-decoration: none;
  769.    }
  770.  
  771.    .brand-link img {
  772.        height: 100px;
  773.        width: auto;
  774.    }
  775.  
  776.    /* Navigation Section */
  777.    .navigation-container {
  778.        background: var(--navbar-bg);
  779.        padding: 0;
  780.    }
  781.  
  782.    .nav-content {
  783.        display: flex;
  784.        align-items: center;
  785.        justify-content: space-between;
  786.        min-height: 60px;
  787.        position: relative;
  788.    }
  789.  
  790.    /* Mobile toggle button */
  791.    .mobile-nav-toggle {
  792.        display: none;
  793.        background: var(--navbar-bg);
  794.        border: 2px solid var(--bs-primary);
  795.        color: var(--navbar-color);
  796.        padding: 8px;
  797.        border-radius: 12px;
  798.        cursor: pointer;
  799.        transition: all 0.3s ease;
  800.    }
  801.  
  802.    .mobile-nav-toggle:hover {
  803.        background: var(--bs-primary);
  804.        color: var(--link-color) !important;
  805.    }
  806.  
  807.    /* Navigation Links - Left Side */
  808.    .primary-nav {
  809.        flex: 1;
  810.    }
  811.  
  812.    .nav-links-list {
  813.        display: flex;
  814.        list-style: none;
  815.        margin: 0;
  816.        padding: 0;
  817.        gap: 5px;
  818.        align-items: center;
  819.    }
  820.  
  821.    .nav-item {
  822.        display: block;
  823.        padding: 8px 16px;
  824.        color: #333;
  825.        text-decoration: none;
  826.        font-weight: 500;
  827.        font-size: 14px;
  828.        text-transform: uppercase;
  829.        letter-spacing: 0.5px;
  830.        border-radius: 12px;
  831.        transition: all 0.3s ease;
  832.        white-space: nowrap;
  833.    }
  834.  
  835.    .nav-item:hover {
  836.        background: rgba(0, 123, 255, 0.19);
  837.        color: var(--navbar-color);
  838.    }
  839.  
  840.    .nav-item.active {
  841.        background: var(--bs-primary);
  842.        color: var(--link-color) !important;
  843.        box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
  844.    }
  845.  
  846.    /* Search Container - Right Side */
  847.    .search-wrapper {
  848.        display: flex;
  849.        align-items: center;
  850.        gap: 8px;
  851.    }
  852.  
  853.    .search-input-field {
  854.        padding: 12px 18px;
  855.        border: 2px solid var(--border-color);
  856.        border-radius: 12px;
  857.        background: var(--navbar-bg);
  858.        color: var(--navbar-color);
  859.        font-size: 14px;
  860.        width: 250px;
  861.        transition: all 0.3s ease;
  862.    }
  863.  
  864.    .search-input-field::placeholder {
  865.        color: #6c757d;
  866.    }
  867.  
  868.    .search-input-field:focus {
  869.        outline: none;
  870.        background: white;
  871.        border-color: var(--bs-primary);
  872.        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  873.    }
  874.  
  875.    .search-submit-btn {
  876.        background: var(--bs-primary);
  877.        border: none;
  878.        color: white;
  879.        padding: 12px;
  880.        border-radius: 12px;
  881.        cursor: pointer;
  882.        transition: all 0.3s ease;
  883.        display: flex;
  884.        align-items: center;
  885.        justify-content: center;
  886.    }
  887.  
  888.    .search-submit-btn:hover {
  889.        transform: scale(1.05);
  890.        opacity: 0.7;
  891.    }
  892.  
  893.    /* Tablet responsiveness */
  894.    @media (max-width: 1200px) {
  895.        .nav-item {
  896.            font-size: 13px;
  897.        }
  898.  
  899.        .search-input-field {
  900.            width: 220px;
  901.        }
  902.    }
  903.  
  904.    @media (max-width: 1024px) {
  905.        .nav-item {
  906.            font-size: 13px;
  907.        }
  908.  
  909.        .search-input-field {
  910.            width: 200px;
  911.        }
  912.    }
  913.  
  914.    @media (max-width: 900px) {
  915.        .nav-item {
  916.            font-size: 12px;
  917.        }
  918.  
  919.        .search-input-field {
  920.            width: 180px;
  921.        }
  922.    }
  923.  
  924.    /* Mobile responsiveness */
  925.    @media (max-width: 768px) {
  926.        .container-fluid {
  927.            padding: 0 15px;
  928.        }
  929.  
  930.        .logo-container {
  931.            padding: 15px 0;
  932.        }
  933.  
  934.        .brand-link img {
  935.            height: 40px;
  936.        }
  937.  
  938.        /* Show mobile toggle */
  939.        .mobile-nav-toggle {
  940.            display: block;
  941.        }
  942.  
  943.        .nav-content {
  944.            min-height: 50px;
  945.            padding: 10px 0;
  946.        }
  947.  
  948.        /* Hide navigation on mobile by default */
  949.        .primary-nav {
  950.            position: absolute;
  951.            top: 100%;
  952.            left: 0;
  953.            right: 0;
  954.            background: var(--navbar-bg);
  955.            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  956.            border-radius: 0 0 10px 10px;
  957.            transform: translateY(-100%);
  958.            opacity: 0;
  959.            visibility: hidden;
  960.            transition: all 0.3s ease;
  961.            z-index: 999;
  962.        }
  963.  
  964.        /* Show navigation when toggled */
  965.        .primary-nav.show {
  966.            transform: translateY(0);
  967.            opacity: 1;
  968.            visibility: visible;
  969.        }
  970.  
  971.        .nav-links-list {
  972.            flex-direction: column;
  973.            gap: 0;
  974.            padding: 15px 0;
  975.        }
  976.  
  977.        .nav-item {
  978.            border-bottom: 1px solid #eee;
  979.            text-align: left;
  980.            border-radius: 0;
  981.            width: 100%;
  982.        }
  983.  
  984.        .nav-item:last-child {
  985.            border-bottom: none;
  986.        }
  987.  
  988.        /* Search stays visible on mobile - right side */
  989.        .search-wrapper {
  990.            margin-left: auto;
  991.        }
  992.  
  993.        .search-input-field {
  994.            width: 160px;
  995.            padding: 10px 15px;
  996.            font-size: 13px;
  997.        }
  998.  
  999.        .search-submit-btn {
  1000.            padding: 10px;
  1001.        }
  1002.    }
  1003.  
  1004.    @media (max-width: 576px) {
  1005.        .logo-container {
  1006.            padding: 12px 0;
  1007.        }
  1008.  
  1009.        .brand-link img {
  1010.            height: 35px;
  1011.        }
  1012.  
  1013.        .search-input-field {
  1014.            width: 140px;
  1015.            font-size: 12px;
  1016.        }
  1017.  
  1018.        .nav-content {
  1019.            gap: 10px;
  1020.        }
  1021.    }
  1022.  
  1023.    @media (max-width: 480px) {
  1024.        .container-fluid {
  1025.            padding: 0 10px;
  1026.        }
  1027.  
  1028.        .search-input-field {
  1029.            width: 120px;
  1030.        }
  1031.  
  1032.        .mobile-nav-toggle {
  1033.            padding: 6px;
  1034.        }
  1035.  
  1036.        .nav-item {
  1037.            font-size: 13px;
  1038.        }
  1039.    }
  1040.  
  1041.    @media (max-width: 400px) {
  1042.        .search-input-field {
  1043.            width: 100px;
  1044.            font-size: 11px;
  1045.            padding: 8px 12px;
  1046.        }
  1047.  
  1048.        .search-submit-btn {
  1049.            padding: 8px;
  1050.        }
  1051.  
  1052.        .search-submit-btn svg {
  1053.            width: 14px;
  1054.            height: 14px;
  1055.        }
  1056.    }
  1057.  
  1058.      /* search field */
  1059.  .search-results-container {
  1060.  position: absolute;
  1061.  top: 100%; /* Position it below the input field */
  1062.  left: 0;
  1063.  right: 0;
  1064.  background-color: white;
  1065.  border: 1px solid #ddd;
  1066.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1067.  max-height: 300px;
  1068.  overflow-y: auto;
  1069.  z-index: 1000;
  1070.  display: none; /* Initially hidden */
  1071. }
  1072.  
  1073. .search-results-container p {
  1074.  margin: 0;
  1075. }
  1076.  
  1077. .search-results-container .result-item {
  1078.  padding: 10px;
  1079.  cursor: pointer;
  1080. }
  1081.  
  1082. .search-results-container .result-item:hover {
  1083.  background-color: #f0f0f0;
  1084. }
  1085.  
  1086. </style>
  1087.  
  1088. <script>
  1089.  document.addEventListener("DOMContentLoaded", function () {
  1090.    const searchInput = document.querySelector(".search-input-field");
  1091.    const searchResults = document.getElementById("search-results");
  1092.  
  1093.    if (!searchInput || !searchResults) return; // Safety check
  1094.  
  1095.    // 🔍 Handle typing
  1096.    searchInput.addEventListener("keyup", function (e) {
  1097.      e.preventDefault();
  1098.  
  1099.      const query = searchInput.value.trim();
  1100.  
  1101.      if (query === "") {
  1102.        searchResults.innerHTML = "";
  1103.        searchResults.style.display = "none";
  1104.        return;
  1105.      }
  1106.  
  1107.      searchResults.style.display = "block";
  1108.  
  1109.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1110.        method: "GET",
  1111.        headers: {
  1112.          "X-Requested-With": "XMLHttpRequest",
  1113.        },
  1114.      })
  1115.        .then(response => response.json())
  1116.        .then(data => {
  1117.          if (data.html) {
  1118.            searchResults.innerHTML = data.html;
  1119.          } else {
  1120.            searchResults.innerHTML = "<p>No results found.</p>";
  1121.          }
  1122.        })
  1123.        .catch(error => {
  1124.          console.error("Error fetching search results:", error);
  1125.        });
  1126.    });
  1127.  
  1128.    // 🖱️ Close results when clicking outside
  1129.    document.addEventListener("click", function (e) {
  1130.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1131.        searchResults.style.display = "none";
  1132.      }
  1133.    });
  1134.  
  1135.    // ⌨️ Close results when pressing Escape
  1136.    document.addEventListener("keydown", function (e) {
  1137.      if (e.key === "Escape") {
  1138.        searchResults.style.display = "none";
  1139.      }
  1140.    });
  1141.  });
  1142. </script>
  1143.  
  1144.        </header>
  1145.        <!-- end of header -->
  1146.        <!-- start of wpo-blog-hero -->
  1147.        
  1148.  
  1149.  
  1150.  
  1151.  
  1152.  
  1153.  
  1154.  
  1155. <div class="blog-hero-v5">
  1156.  <div class="container-fluid fluid-container">
  1157.    <!-- Hero Header -->
  1158.  
  1159.    <!-- Main Content Grid -->
  1160.    <div class="row g-4">
  1161.      <!-- Large Featured Post - Left Side -->
  1162.      <div class="col-lg-6 col-md-12">
  1163.        
  1164.        
  1165.          
  1166.        <div class="large-featured-card">
  1167.          <div class="card-image-wrapper">
  1168.            
  1169.                <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="card-image">
  1170.            
  1171.            <div class="image-overlay">
  1172.              <span class="category-pill fashion bg-primary-gradient">Esports</span>
  1173.            </div>
  1174.          </div>
  1175.          <div class="card-content">
  1176.            <h2 class="card-title"><a class="top-color" href="/understanding-the-inner-workings-behind-casino-design-and-its-effect-on-players/">
  1177.                                        Understanding the Inner Workings Behind Casino Design and its Effect on Players
  1178.                                    </a></h2>
  1179.            <p class="card-description"></p>
  1180.            <div class="card-footer">
  1181.              <div class="author-section">
  1182.                <div class="author-avatar">
  1183.                  
  1184.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3f23608b-f41e-46d6-802f-ea3fe320ccc6_profile.png" alt="Anthony Clark" style="object-fit: cover;" class="author-img">
  1185.                    
  1186.                </div>
  1187.                <div class="author-details">
  1188.                  <span class="author-name">Anthony Clark</span>
  1189.                  <span class="publish-date">19 Jan 2026</span>
  1190.                </div>
  1191.              </div>
  1192.              <div class="read-time">
  1193.                <!-- <span>9 min read</span> -->
  1194.              </div>
  1195.            </div>
  1196.          </div>
  1197.        </div>
  1198.  
  1199.        
  1200.      </div>
  1201.      
  1202.  
  1203.      <!-- Right Side - Grid of Posts -->
  1204.      <div class="col-lg-6 col-md-12">
  1205.        <div class="row h-100">
  1206.          
  1207.          
  1208.          
  1209.  
  1210.          
  1211.  
  1212.        </div>
  1213.      </div>
  1214.    </div>
  1215.  </div>
  1216. </div>
  1217.  
  1218. <style>
  1219.  /* Blog Hero V5 - Clean Card Grid Design */
  1220.  :root {
  1221.    --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  1222.    --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1223.    --shadow-heavy: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  1224.  
  1225.    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  1226.  }
  1227.  
  1228.  .blog-hero-v5 {
  1229.    padding: 4rem 0;
  1230.  }
  1231.  
  1232.  /* Hero Header */
  1233.  .hero-header {
  1234.    margin-bottom: 2rem;
  1235.  }
  1236.  
  1237.  .hero-title {
  1238.    font-size: 3.5rem;
  1239.    font-weight: 800;
  1240.    color: var(--text-dark);
  1241.    margin-bottom: 1rem;
  1242.    letter-spacing: -0.025em;
  1243.    line-height: 1.1;
  1244.  }
  1245.  
  1246.  .hero-subtitle {
  1247.    font-size: 1.25rem;
  1248.    color: var(--text-light);
  1249.    font-weight: 400;
  1250.    max-width: 600px;
  1251.    margin: 0 auto;
  1252.  }
  1253.  
  1254.  /* Large Featured Card */
  1255.  .large-featured-card {
  1256.    background: var(--card-bg);
  1257.    border-radius: var(--border-radius);
  1258.    box-shadow: var(--shadow-medium);
  1259.    overflow: hidden;
  1260.    height: 100%;
  1261.    transition: var(--transition);
  1262.    border: 1px solid var(--border-color);
  1263.  }
  1264.  
  1265.  .large-featured-card:hover {
  1266.    transform: translateY(-8px);
  1267.    box-shadow: var(--shadow-heavy);
  1268.  }
  1269.  
  1270.  .card-image-wrapper {
  1271.    position: relative;
  1272.    height: 280px;
  1273.    overflow: hidden;
  1274.  }
  1275.  
  1276.  .card-image {
  1277.    width: 100%;
  1278.    height: 100%;
  1279.    object-fit: cover;
  1280.    transition: var(--transition);
  1281.  }
  1282.  
  1283.  .large-featured-card:hover .card-image {
  1284.    transform: scale(1.05);
  1285.  }
  1286.  
  1287.  .image-overlay {
  1288.    position: absolute;
  1289.    top: 1.5rem;
  1290.    left: 1.5rem;
  1291.  }
  1292.  
  1293.  .card-content {
  1294.    padding: 2rem;
  1295.  }
  1296.  
  1297.  .card-title {
  1298.    font-size: 1.75rem;
  1299.    font-weight: 700;
  1300.    color: var(--text-dark);
  1301.    margin-bottom: 1rem;
  1302.    line-height: 1.3;
  1303.  }
  1304.  
  1305.  .card-description {
  1306.    color: var(--text-light);
  1307.    font-size: 1rem;
  1308.    line-height: 1.6;
  1309.    margin-bottom: 2rem;
  1310.  }
  1311.  
  1312.  .card-footer {
  1313.    display: flex;
  1314.    align-items: center;
  1315.    justify-content: space-between;
  1316.  }
  1317.  
  1318.  .author-section {
  1319.    display: flex;
  1320.    align-items: center;
  1321.    gap: 1rem;
  1322.  }
  1323.  
  1324.  .author-avatar {
  1325.    width: 48px;
  1326.    height: 48px;
  1327.    border-radius: 50%;
  1328.    overflow: hidden;
  1329.    border: 2px solid var(--border-color);
  1330.  }
  1331.  
  1332.  .author-avatar img {
  1333.    width: 100%;
  1334.    height: 100%;
  1335.    object-fit: cover;
  1336.  }
  1337.  
  1338.  .author-details {
  1339.    display: flex;
  1340.    flex-direction: column;
  1341.  }
  1342.  
  1343.  .author-name {
  1344.    font-weight: 600;
  1345.    color: var(--text-dark);
  1346.    font-size: 0.95rem;
  1347.  }
  1348.  
  1349.  .publish-date {
  1350.    color: var(--text-light);
  1351.    font-size: 0.875rem;
  1352.  }
  1353.  
  1354.  .read-time {
  1355.    background: var(--card-bg);
  1356.    padding: 0.5rem 1rem;
  1357.    border-radius: 20px;
  1358.    font-size: 0.875rem;
  1359.    color: var(--text-light);
  1360.    font-weight: 500;
  1361.  }
  1362.  
  1363.  /* Category Pills */
  1364.  .category-pill {
  1365.    display: inline-block;
  1366.    padding: 0.5rem 1rem;
  1367.    font-size: 0.75rem;
  1368.    font-weight: 600;
  1369.    text-transform: uppercase;
  1370.    letter-spacing: 0.05em;
  1371.    border-radius: 20px;
  1372.    color: white;
  1373.  }
  1374.  
  1375.  
  1376.  /* Medium Featured Card */
  1377.  .medium-featured-card {
  1378.    background: var(--card-bg);
  1379.    border-radius: var(--border-radius);
  1380.    box-shadow: var(--shadow-light);
  1381.    overflow: hidden;
  1382.    height: 220px;
  1383.    transition: var(--transition);
  1384.    border: 1px solid var(--border-color);
  1385.  }
  1386.  
  1387.  .medium-featured-card:hover {
  1388.    transform: translateY(-4px);
  1389.    box-shadow: var(--shadow-medium);
  1390.  }
  1391.  
  1392.  .medium-image-wrapper {
  1393.    position: relative;
  1394.    height: 100%;
  1395.    overflow: hidden;
  1396.  }
  1397.  
  1398.  .medium-image-wrapper img {
  1399.    width: 100%;
  1400.    height: 100%;
  1401.    object-fit: cover;
  1402.    transition: var(--transition);
  1403.  }
  1404.  
  1405.  .medium-featured-card:hover .medium-image-wrapper img {
  1406.    transform: scale(1.05);
  1407.  }
  1408.  
  1409.  .medium-overlay {
  1410.    position: absolute;
  1411.    top: 1rem;
  1412.    left: 1rem;
  1413.  }
  1414.  
  1415.  .medium-content {
  1416.    padding: 1.5rem;
  1417.    display: flex;
  1418.    flex-direction: column;
  1419.    justify-content: space-between;
  1420.    height: 100%;
  1421.  }
  1422.  
  1423.  .medium-title {
  1424.    font-size: 1.25rem;
  1425.    font-weight: 600;
  1426.    color: var(--text-dark);
  1427.    margin-bottom: 0.75rem;
  1428.    line-height: 1.3;
  1429.  }
  1430.  
  1431.  .medium-excerpt {
  1432.    color: var(--text-light);
  1433.    font-size: 0.9rem;
  1434.    line-height: 1.5;
  1435.    margin-bottom: 1rem;
  1436.    flex-grow: 1;
  1437.  }
  1438.  
  1439.  .medium-meta {
  1440.    display: flex;
  1441.    flex-direction: column;
  1442.    gap: 0.25rem;
  1443.    font-size: 0.8rem;
  1444.  }
  1445.  
  1446.  /* Small Cards */
  1447.  .small-card {
  1448.    background: var(--card-bg);
  1449.    border-radius: var(--border-radius);
  1450.    box-shadow: var(--shadow-light);
  1451.    overflow: hidden;
  1452.    transition: var(--transition);
  1453.    border: 1px solid var(--border-color);
  1454.    display: flex;
  1455.    flex-direction: column;
  1456.  }
  1457.  
  1458.  .small-card:hover {
  1459.    transform: translateY(-4px);
  1460.    box-shadow: var(--shadow-medium);
  1461.  }
  1462.  
  1463.  .small-image-wrapper {
  1464.    position: relative;
  1465.    height: 140px;
  1466.    overflow: hidden;
  1467.    flex-shrink: 0;
  1468.  }
  1469.  
  1470.  .small-image-wrapper img {
  1471.    width: 100%;
  1472.    height: 100%;
  1473.    object-fit: cover;
  1474.    transition: var(--transition);
  1475.  }
  1476.  
  1477.  .small-card:hover .small-image-wrapper img {
  1478.    transform: scale(1.05);
  1479.  }
  1480.  
  1481.  .small-category {
  1482.    position: absolute;
  1483.    top: 0.75rem;
  1484.    left: 0.75rem;
  1485.    padding: 0.25rem 0.75rem;
  1486.    font-size: 0.7rem;
  1487.    font-weight: 600;
  1488.    text-transform: uppercase;
  1489.    border-radius: 12px;
  1490.    color: white;
  1491.  }
  1492.  
  1493.  
  1494.  .small-content {
  1495.    padding: 1rem;
  1496.    flex-grow: 1;
  1497.    display: flex;
  1498.    flex-direction: column;
  1499.    justify-content: space-between;
  1500.  }
  1501.  
  1502.  .small-title {
  1503.    font-size: 1rem;
  1504.    font-weight: 600;
  1505.    color: var(--text-dark);
  1506.    margin-bottom: 0.75rem;
  1507.    line-height: 1.3;
  1508.  }
  1509.  
  1510.  .small-meta {
  1511.    display: flex;
  1512.    justify-content: space-between;
  1513.    font-size: 0.75rem;
  1514.    color: var(--text-light);
  1515.  }
  1516.  
  1517.  /* Stats Section - Removed */
  1518.  
  1519.  /* Responsive Design */
  1520.  @media (max-width: 992px) {
  1521.    .hero-title {
  1522.      font-size: 2.5rem;
  1523.    }
  1524.  
  1525.    .card-content {
  1526.      padding: 1.5rem;
  1527.    }
  1528.  
  1529.    .card-title {
  1530.      font-size: 1.5rem;
  1531.    }
  1532.  
  1533.    .medium-featured-card {
  1534.      height: auto;
  1535.    }
  1536.  
  1537.    .medium-content {
  1538.      height: auto;
  1539.    }
  1540.  }
  1541.  
  1542.  @media (max-width: 768px) {
  1543.    .blog-hero-v5 {
  1544.      padding: 2rem 0;
  1545.    }
  1546.  
  1547.    .hero-title {
  1548.      font-size: 2rem;
  1549.    }
  1550.  
  1551.    .hero-subtitle {
  1552.      font-size: 1rem;
  1553.    }
  1554.  
  1555.    .card-image-wrapper {
  1556.      height: 200px;
  1557.    }
  1558.  
  1559.    .medium-featured-card {
  1560.      height: auto;
  1561.    }
  1562.  
  1563.    .medium-image-wrapper {
  1564.      height: 150px;
  1565.    }
  1566.  
  1567.    .small-image-wrapper {
  1568.      height: 120px;
  1569.    }
  1570.  }
  1571.  
  1572.  @media (max-width: 576px) {
  1573.    .card-footer {
  1574.      flex-direction: column;
  1575.      align-items: flex-start;
  1576.      gap: 1rem;
  1577.    }
  1578.  
  1579.    .stat-number {
  1580.      font-size: 1.5rem;
  1581.    }
  1582.  }
  1583. </style>
  1584.  
  1585.  
  1586.  
  1587.  
  1588.  
  1589.        <!-- end of wpo-blog-hero -->
  1590.  
  1591.        <!-- start of wpo-breacking-news -->
  1592.        
  1593.        <!-- end of wpo-breacking-news -->
  1594.        
  1595.        <!-- start wpo-blog-highlights-section -->
  1596.        
  1597.  
  1598.  
  1599.  
  1600.    
  1601.  
  1602.  
  1603.  
  1604. <style>
  1605.    /* General Section Styling */
  1606.    .blog-highlights-v10 {
  1607.        padding: 20px 0;  /* Adjusted padding for distinction */
  1608.        position: relative;
  1609.    }
  1610.  
  1611.    /* Section Header */
  1612.    .section-header-v10 {
  1613.        text-align: left;  /* Left-aligned for uniqueness */
  1614.        margin-bottom: 50px;
  1615.        padding-left: 15px;
  1616.    }
  1617.  
  1618.    .section-title-v10 {
  1619.        font-size: 2.9rem;  /* Slightly smaller than v9 for variety */
  1620.        font-weight: 800;
  1621.        color: #1a1a1a;
  1622.        margin-bottom: 15px;
  1623.        text-transform: none;  /* No uppercase for modern look */
  1624.    }
  1625.  
  1626.    .section-subtitle-v10 {
  1627.        font-size: 1.05rem;
  1628.        color: #555;
  1629.        max-width: 650px;
  1630.        line-height: 1.6;
  1631.    }
  1632.  
  1633.  
  1634.    /* Blog Card */
  1635.    .blog-card-v10 {
  1636.        background: var(--card-bg);
  1637.        border-radius: 10px;  /* Softer corners */
  1638.        margin-bottom: 35px;
  1639.        overflow: hidden;
  1640.        opacity: 0;  /* Initially hidden for animation */
  1641.        transform: rotate(1.5deg);  /* Subtle tilt for animation */
  1642.        transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
  1643.        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  1644.    }
  1645.  
  1646.    .blog-card-v10.visible {
  1647.        opacity: 1;
  1648.        transform: rotate(0deg);  /* Straighten on appearance */
  1649.    }
  1650.  
  1651.    @keyframes fadeRotateIn {
  1652.        from {
  1653.            opacity: 0;
  1654.            transform: rotate(1.5deg);
  1655.        }
  1656.        to {
  1657.            opacity: 1;
  1658.            transform: rotate(0deg);
  1659.        }
  1660.    }
  1661.  
  1662.    .blog-card-v10:hover {
  1663.        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);  /* Subtle hover shadow */
  1664.    }
  1665.  
  1666.    /* Blog Image */
  1667.    .blog-image-container-v10 {
  1668.        width: 100%;
  1669.        height: 240px;  /* Unique height for v10 */
  1670.        overflow: hidden;
  1671.        position: relative;
  1672.    }
  1673.  
  1674.    .blog-image-v10 img {
  1675.        width: 100%;
  1676.        height: 100%;
  1677.        object-fit: cover;
  1678.    }
  1679.  
  1680.    /* Blog Content */
  1681.    .blog-content-v10 {
  1682.        padding: 20px 22px;  /* Adjusted padding */
  1683.        text-align: left;
  1684.    }
  1685.  
  1686.    .blog-title-v10 {
  1687.        font-size: 1.55rem;  /* Slightly larger than v9 */
  1688.        font-weight: 700;
  1689.        margin-bottom: 12px;
  1690.        color: #1a1a1a;
  1691.    }
  1692.  
  1693.    .blog-meta-v10 {
  1694.        font-size: 0.85rem;
  1695.        color: #777;
  1696.        margin-bottom: 12px;
  1697.        font-style: italic;  /* Italic for distinction */
  1698.    }
  1699.  
  1700.    .blog-excerpt-v10 {
  1701.        font-size: 0.95rem;
  1702.        color: #555;
  1703.        margin-bottom: 15px;
  1704.        line-height: 1.6;
  1705.    }
  1706.  
  1707.    .blog-actions-v10 {
  1708.        display: inline-block;
  1709.    }
  1710.  
  1711.    .blog-read-more-v10 {
  1712.        font-size: 0.95rem;
  1713.        color: #e74c3c;  /* Red accent for uniqueness */
  1714.        text-decoration: none;
  1715.        font-weight: 600;
  1716.        transition: color 0.3s ease;
  1717.    }
  1718.  
  1719.    .blog-read-more-v10:hover {
  1720.        color: #c0392b;  /* Darker red on hover */
  1721.    }
  1722.    /* Responsive Design */
  1723.    @media (max-width: 768px) {
  1724.        .section-title-v10 {
  1725.            font-size: 2.4rem;
  1726.        }
  1727.  
  1728.        .section-header-v10 {
  1729.            padding-left: 10px;
  1730.        }
  1731.        
  1732.        .blog-card-v10 {
  1733.            margin-bottom: 20px;
  1734.        }
  1735.  
  1736.        .blog-meta-v10 {
  1737.            font-size: 0.75rem;
  1738.        }
  1739.  
  1740.        .blog-image-container-v10 {
  1741.            height: 170px;  /* Adjusted for mobile */
  1742.        }
  1743.  
  1744.        .sidebar-v10 {
  1745.            padding: 15px;
  1746.        }
  1747.    }
  1748. </style>
  1749.  
  1750. <section class="blog-highlights-v10">
  1751.    <div class="container-fluid fluid-container">
  1752.        <!-- Section Header -->
  1753.        <div class="row">
  1754.            <div class="col-12 col-lg-10">  
  1755.                <div class="section-header-v10">
  1756.                    <h2 class="section-title-v10">
  1757.                Today's Top Highlights
  1758.                   </h2>
  1759.                    <p class="section-subtitle-v10">Discover how technology and creativity intertwine to shape storytelling in the digital age.</p>
  1760.                </div>
  1761.            </div>
  1762.        </div>
  1763.        
  1764.        <!-- Blog Grid and Sidebar -->
  1765.        <div class="row">
  1766.            <div class="col-lg-8">
  1767.                <div class="row">
  1768.                    
  1769.                    
  1770.  
  1771.                </div>
  1772.            </div>
  1773.  
  1774.            <!-- Sidebar -->
  1775.                   <div class="col col-lg-4 col-12">
  1776.                <div class="sidebar-v10">
  1777.                      
  1778.  
  1779.  
  1780.  
  1781.    
  1782.  
  1783.  
  1784. <!-- Blog Sidebar V2 - Focused Design -->
  1785.  <div class="sidebar mb-3">
  1786.    <!-- Recent Posts Section -->
  1787.    <div class="sidebar-widget mb-5">
  1788.      <div class="widget-title-wrapper mb-3">
  1789.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  1790.          <i class="ti-time me-2"></i>Recent Posts
  1791.          <span class="title-arrow-primary"></span>
  1792.        </h4>
  1793.      </div>
  1794.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1795.        <div class="recent-post-list">
  1796.          
  1797.        </div>
  1798.  
  1799.        <div class="text-center mt-4 pt-3 border-top border-light">
  1800.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  1801.        </div>
  1802.      </div>
  1803.    </div>
  1804.  
  1805.    
  1806.    <div class="sidebar-widget mb-4">
  1807.      <div class="widget-title-wrapper mb-3">
  1808.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  1809.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  1810.          <span class="title-arrow"></span>
  1811.        </h4>
  1812.      </div>
  1813.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1814.        <div class="blog-roll-list scrollable-sidebar">
  1815.          
  1816.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1817.            <a href="https://daneel.io/" class="text-decoration-none " rel="dofollow">
  1818.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1819.                <i class="ti-angle-right me-2 text-primary"></i>
  1820.                crypto casino vpn
  1821.              </h6>
  1822.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1823.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1824.              </div> -->
  1825.            </a>
  1826.          </div>
  1827.          
  1828.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1829.            <a href="https://greatlakesrestoration.us/" class="text-decoration-none " rel="dofollow">
  1830.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1831.                <i class="ti-angle-right me-2 text-primary"></i>
  1832.                online casino
  1833.              </h6>
  1834.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1835.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1836.              </div> -->
  1837.            </a>
  1838.          </div>
  1839.          
  1840.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1841.            <a href="https://leyacawilliamsburg.com/" class="text-decoration-none " rel="dofollow">
  1842.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1843.                <i class="ti-angle-right me-2 text-primary"></i>
  1844.                sweeps coins casino
  1845.              </h6>
  1846.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1847.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1848.              </div> -->
  1849.            </a>
  1850.          </div>
  1851.          
  1852.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1853.            <a href="https://www.fortcollinsbrewery.com/" class="text-decoration-none " rel="dofollow">
  1854.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1855.                <i class="ti-angle-right me-2 text-primary"></i>
  1856.                super bowl betting
  1857.              </h6>
  1858.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1859.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1860.              </div> -->
  1861.            </a>
  1862.          </div>
  1863.          
  1864.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1865.            <a href="https://www.uthr.org/" class="text-decoration-none " rel="dofollow">
  1866.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1867.                <i class="ti-angle-right me-2 text-primary"></i>
  1868.                us best online casinos
  1869.              </h6>
  1870.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1871.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1872.              </div> -->
  1873.            </a>
  1874.          </div>
  1875.          
  1876.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1877.            <a href="https://www.valuewalk.com/" class="text-decoration-none " rel="dofollow">
  1878.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1879.                <i class="ti-angle-right me-2 text-primary"></i>
  1880.                online casino
  1881.              </h6>
  1882.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1883.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1884.              </div> -->
  1885.            </a>
  1886.          </div>
  1887.          
  1888.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1889.            <a href="https://augustafreepress.com/betting/cash-out-betting-sites/" class="text-decoration-none " rel="dofollow">
  1890.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1891.                <i class="ti-angle-right me-2 text-primary"></i>
  1892.                betting sites
  1893.              </h6>
  1894.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1895.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1896.              </div> -->
  1897.            </a>
  1898.          </div>
  1899.          
  1900.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1901.            <a href="https://northwesternorthopaedicinstitute.com/" class="text-decoration-none " rel="dofollow">
  1902.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1903.                <i class="ti-angle-right me-2 text-primary"></i>
  1904.                illinois online casino
  1905.              </h6>
  1906.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1907.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1908.              </div> -->
  1909.            </a>
  1910.          </div>
  1911.          
  1912.  
  1913.        </div>
  1914. <!--
  1915.        <div class="text-center mt-4 pt-3 border-top border-light">
  1916.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  1917.        </div> -->
  1918.      </div>
  1919.    </div>
  1920.    
  1921.    <div class="sidebar-widget mb-4">
  1922.      <div class="widget-title-wrapper mb-3">
  1923.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  1924.          <i class="ti-calendar me-2"></i>January 2026 Blog Roll
  1925.          <span class="title-arrow"></span>
  1926.        </h4>
  1927.      </div>
  1928.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1929.        <div class="blog-roll-list scrollable-sidebar">
  1930.          
  1931.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1932.            <a href="https://www.wearecognitive.com/" class="text-decoration-none " rel="dofollow">
  1933.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1934.                <i class="ti-angle-right me-2 text-primary"></i>
  1935.                real money poker
  1936.              </h6>
  1937.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1938.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1939.              </div> -->
  1940.            </a>
  1941.          </div>
  1942.          
  1943.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1944.            <a href="https://csinvesting.org/" class="text-decoration-none " rel="dofollow">
  1945.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1946.                <i class="ti-angle-right me-2 text-primary"></i>
  1947.                online poker real money
  1948.              </h6>
  1949.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1950.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1951.              </div> -->
  1952.            </a>
  1953.          </div>
  1954.          
  1955.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1956.            <a href="https://theemeraldcup.com/" class="text-decoration-none " rel="dofollow">
  1957.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1958.                <i class="ti-angle-right me-2 text-primary"></i>
  1959.                best online slots
  1960.              </h6>
  1961.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1962.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1963.              </div> -->
  1964.            </a>
  1965.          </div>
  1966.          
  1967.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1968.            <a href="https://www.theprojectlotus.org/" class="text-decoration-none " rel="dofollow">
  1969.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1970.                <i class="ti-angle-right me-2 text-primary"></i>
  1971.                sweepstakes casino
  1972.              </h6>
  1973.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1974.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1975.              </div> -->
  1976.            </a>
  1977.          </div>
  1978.          
  1979.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1980.            <a href="https://www.seattlehockey.net/" class="text-decoration-none " rel="dofollow">
  1981.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1982.                <i class="ti-angle-right me-2 text-primary"></i>
  1983.                best sports betting apps
  1984.              </h6>
  1985.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1986.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1987.              </div> -->
  1988.            </a>
  1989.          </div>
  1990.          
  1991.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1992.            <a href="https://www.steamidfinder.com/" class="text-decoration-none " rel="dofollow">
  1993.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1994.                <i class="ti-angle-right me-2 text-primary"></i>
  1995.                online slots real money
  1996.              </h6>
  1997.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1998.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1999.              </div> -->
  2000.            </a>
  2001.          </div>
  2002.          
  2003.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2004.            <a href="https://www.sportscasting.com/online-poker-sites/" class="text-decoration-none " rel="dofollow">
  2005.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2006.                <i class="ti-angle-right me-2 text-primary"></i>
  2007.                online poker
  2008.              </h6>
  2009.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2010.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2011.              </div> -->
  2012.            </a>
  2013.          </div>
  2014.          
  2015.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2016.            <a href="https://www.valuewalk.com/" class="text-decoration-none " rel="dofollow">
  2017.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2018.                <i class="ti-angle-right me-2 text-primary"></i>
  2019.                online casinos
  2020.              </h6>
  2021.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2022.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2023.              </div> -->
  2024.            </a>
  2025.          </div>
  2026.          
  2027.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2028.            <a href="https://www.vacantstovalue.org/" class="text-decoration-none " rel="dofollow">
  2029.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2030.                <i class="ti-angle-right me-2 text-primary"></i>
  2031.                maryland sportsbooks
  2032.              </h6>
  2033.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2034.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2035.              </div> -->
  2036.            </a>
  2037.          </div>
  2038.          
  2039.  
  2040.        </div>
  2041. <!--
  2042.        <div class="text-center mt-4 pt-3 border-top border-light">
  2043.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2044.        </div> -->
  2045.      </div>
  2046.    </div>
  2047.    
  2048.  </div>
  2049.  
  2050. <!-- Sidebar V2 Styles -->
  2051. <style>
  2052.  .sidebar-widget {
  2053.    position: relative;
  2054.  }
  2055.  
  2056.  .widget-title {
  2057.    font-size: 1.1rem;
  2058.    font-weight: 700;
  2059.    display: inline-block;
  2060.    position: relative;
  2061.    z-index: 2;
  2062.    border-radius: 0;
  2063.  }
  2064.  
  2065.  /* Green arrow for August Blog Roll */
  2066.  .title-arrow::after {
  2067.    content: '';
  2068.    position: absolute;
  2069.    top: 0;
  2070.    right: -22px;
  2071.    width: 0;
  2072.    height: 0;
  2073.    border-left: 22px solid var(--bs-primary);
  2074.    border-top: 22px solid transparent;
  2075.    border-bottom: 22px solid transparent;
  2076.    z-index: 1;
  2077.  }
  2078.  
  2079.  /* Blue arrow for Recent Posts */
  2080.  .title-arrow-primary::after {
  2081.    content: '';
  2082.    position: absolute;
  2083.    top: 0;
  2084.    right: -22px;
  2085.    width: 0;
  2086.    height: 0;
  2087.    border-left: 22px solid var(--bs-primary);
  2088.    border-top: 22px solid transparent;
  2089.    border-bottom: 22px solid transparent;
  2090.    z-index: 1;
  2091.  }
  2092.  
  2093.  .widget-content {
  2094.    margin-top: -1px;
  2095.    position: relative;
  2096.    z-index: 1;
  2097.     background-color: var(--card-bg);
  2098.  }
  2099.  
  2100.  /* Blog Roll Items Hover Effects */
  2101.  .blog-roll-item:hover .blog-title {
  2102.    color: #198754 !important;
  2103.    transform: translateX(5px);
  2104.    transition: all 0.3s ease;
  2105.  }
  2106.  
  2107.  /* Recent Post Items Hover Effects */
  2108.  .recent-post-item:hover .post-title a {
  2109.    color: #0d6efd !important;
  2110.    transition: color 0.3s ease;
  2111.  }
  2112.  
  2113.  .recent-post-item:hover .post-image img {
  2114.    transform: scale(1.05);
  2115.    transition: transform 0.3s ease;
  2116.  }
  2117.  
  2118.  /* Button Hover Effects */
  2119.  .btn:hover {
  2120.    transform: translateY(-2px);
  2121.    transition: all 0.3s ease;
  2122.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  2123.  }
  2124.  
  2125.  /* Badge Hover Effects */
  2126.  .badge:hover {
  2127.    transform: scale(1.05);
  2128.    transition: transform 0.3s ease;
  2129.  }
  2130.  
  2131.  @media (max-width: 991px) {
  2132.    .sidebar {
  2133.      margin-top: 3rem;
  2134.    }
  2135.  }
  2136.  
  2137.  @media (max-width: 576px) {
  2138.    .widget-title {
  2139.      font-size: 1rem;
  2140.      padding: 0.75rem 1rem !important;
  2141.    }
  2142.  
  2143.    .title-arrow::after,
  2144.    .title-arrow-primary::after {
  2145.      right: -18px;
  2146.      border-left-width: 18px;
  2147.      border-top-width: 18px;
  2148.      border-bottom-width: 18px;
  2149.    }
  2150.  
  2151.    .post-image {
  2152.      width: 70px !important;
  2153.      height: 55px !important;
  2154.    }
  2155.  
  2156.    .blog-meta {
  2157.      flex-direction: column !important;
  2158.      align-items: flex-start !important;
  2159.      gap: 0.5rem;
  2160.    }
  2161.  }
  2162. </style>
  2163.  
  2164.    
  2165.                </div>
  2166.            </div>
  2167.        </div>
  2168.    </div>
  2169. </section>
  2170.  
  2171. <script>
  2172.    // Intersection Observer for Fade-in with Slight Rotation
  2173.    document.addEventListener('DOMContentLoaded', function() {
  2174.        const observerOptions = {
  2175.            threshold: 0.15, // Trigger when 15% of the card is visible
  2176.            rootMargin: '0px 0px -50px 0px',
  2177.        };
  2178.  
  2179.        const observer = new IntersectionObserver(function(entries, observer) {
  2180.            entries.forEach(entry => {
  2181.                if (entry.isIntersecting) {
  2182.                    entry.target.classList.add('visible');
  2183.                    observer.unobserve(entry.target);
  2184.                }
  2185.            });
  2186.        }, observerOptions);
  2187.  
  2188.        document.querySelectorAll('.blog-card-v10').forEach(card => {
  2189.            observer.observe(card);
  2190.        });
  2191.    });
  2192. </script>
  2193.  
  2194.    
  2195.        
  2196.        <!-- end wpo-blog-highlights-section -->
  2197.        <!-- start wpo-blog-sponsored-section -->
  2198.        
  2199.  
  2200.  
  2201.  
  2202.    
  2203.  
  2204.  
  2205.  
  2206.    
  2207.        <!-- end wpo-blog-sponsored-section -->
  2208.        <!-- start wpo-subscribe-section -->
  2209.        
  2210.        <!-- end subscribe-section -->
  2211.        <!-- start of wpo-site-footer-section -->
  2212.        
  2213.  
  2214.  
  2215.  
  2216.  
  2217.  
  2218.  
  2219. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  2220. <footer class="footer-v5 bg-primary-gradient border-top">
  2221.    
  2222.    <!-- Main Footer Content -->
  2223.    <div class="container-fluid py-5">
  2224.        
  2225.        <!-- Top Section with Logo and Description -->
  2226.        <div class="row mb-5">
  2227.            <div class="col-12 text-center">
  2228.                <div class="footer-brand mb-4">
  2229.                    
  2230.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/7f8c13b4-1930-43ac-8836-3e7a0e654a73_logo.png" alt="Plainly Bulletin" class="footer-logo mb-3" height="60">
  2231.                    
  2232.                    <h4 class="fw-bold footer-color mb-2">Plainly Bulletin</h4>
  2233.                    <p class="footer-color opacity-50">Plainly Bulletin delivers concise daily news updates and in-depth analysis on current events, politics, and global affairs. Stay informed with reliable reporting.</p>
  2234.                </div>
  2235.            </div>
  2236.        </div>
  2237.  
  2238.        <!-- Content Grid -->
  2239.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  2240.            
  2241.            <!-- Quick Links Column -->
  2242.            <div class="">
  2243.                <div class="footer-section">
  2244.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  2245.                        Quick Links
  2246.                    </h6>
  2247.                    <ul class="list-unstyled footer-links">
  2248.                        
  2249.                        <li class="">No featured posts available</li>
  2250.                        
  2251.                    </ul>
  2252.                </div>
  2253.            </div>
  2254.  
  2255.            <!-- Resources Column -->
  2256.            <div class="">
  2257.                <div class="footer-section">
  2258.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  2259.                        Resources
  2260.                    </h6>
  2261.                   <ul class="footer-links" id="footerLinks">
  2262.        
  2263.        
  2264.  
  2265.        
  2266.        
  2267.        
  2268.        
  2269.    </ul>
  2270.                </div>
  2271.            </div>
  2272.  
  2273.            <!-- Categories Column -->
  2274.            <div class="">
  2275.                <div class="footer-section">
  2276.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  2277.                        Categories
  2278.                    </h6>
  2279.                    <div class="category-tags">
  2280.                      
  2281.                                <li>
  2282.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  2283.                                        All Posts
  2284.                                    </a>
  2285.                                </li>
  2286.                                
  2287.                                <li>
  2288.                                    <a href="/category/business/" class="footer-link footer-color">
  2289.                                        Business
  2290.                                    </a>
  2291.                                </li>
  2292.                                
  2293.                                <li>
  2294.                                    <a href="/category/esports/" class="footer-link footer-color">
  2295.                                        Esports
  2296.                                    </a>
  2297.                                </li>
  2298.                                
  2299.                                <li>
  2300.                                    <a href="/category/fashion/" class="footer-link footer-color">
  2301.                                        Fashion
  2302.                                    </a>
  2303.                                </li>
  2304.                                
  2305.                                <li>
  2306.                                    <a href="/category/featured/" class="footer-link footer-color">
  2307.                                        Featured
  2308.                                    </a>
  2309.                                </li>
  2310.                                
  2311.                                <li>
  2312.                                    <a href="/category/gaming/" class="footer-link footer-color">
  2313.                                        Gaming
  2314.                                    </a>
  2315.                                </li>
  2316.                                
  2317.                    </div>
  2318.                </div>
  2319.            </div>
  2320.  
  2321.        </div>
  2322.  
  2323.    </div>
  2324.  
  2325.    <!-- Footer Bottom -->
  2326.    <div class="footer-bottom  border-top py-3">
  2327.        <div class="container-fluid fluid-container">
  2328.            <div class=" d-flex justify-content-between flex-wrap">
  2329.                <div class="">
  2330.                    <p class="mb-0 footer-color  ">
  2331.                        © 2026 <span class="fw-semibold footer-color">Plainly Bulletin</span>. All rights reserved.
  2332.                    </p>
  2333.                </div>
  2334.                <div class="">
  2335.                    <div class="footer-nav">
  2336.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  2337.                            <i class="bi bi-file-text me-1"></i>Write For Us
  2338.                        </a>
  2339.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  2340.                            <i class="bi bi-file-text me-1"></i>Terms
  2341.                        </a>
  2342.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  2343.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  2344.                        </a>
  2345.                    </div>
  2346.                </div>
  2347.            </div>
  2348.        </div>
  2349.    </div>
  2350.  
  2351. </footer>
  2352.  
  2353. <style>
  2354. /* Footer V5 - Clean Minimalist Bootstrap Design */
  2355.  
  2356.  
  2357.  
  2358.  
  2359. .footer-logo {
  2360.    border-radius: 8px;
  2361. }
  2362.  
  2363. /* Footer Sections */
  2364. .footer-section {
  2365.    padding: 0 15px;
  2366. }
  2367.  
  2368. .footer-section h6 {
  2369.    position: relative;
  2370.    padding-bottom: 8px;
  2371. }
  2372.  
  2373. .footer-section h6::after {
  2374.    content: '';
  2375.    position: absolute;
  2376.    bottom: 0;
  2377.    left: 0;
  2378.    width: 30px;
  2379.    height: 2px;
  2380.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  2381.    border-radius: 1px;
  2382. }
  2383.  
  2384. /* Links Styling */
  2385. .footer-links a {
  2386.    transition: all 0.3s ease;
  2387.    padding: 4px 0;
  2388.    border-radius: 4px;
  2389. }
  2390.  
  2391. .footer-links a:hover {
  2392.    color: var(--bs-primary) !important;
  2393.    padding-left: 8px;
  2394. }
  2395.  
  2396. .footer-links a:hover i {
  2397.    transform: translateX(2px);
  2398. }
  2399.  
  2400. /* Category Tags */
  2401. .category-tag {
  2402.    transition: all 0.3s ease;
  2403.    padding: 6px 12px !important;
  2404.    font-size: 0.875rem;
  2405. }
  2406.  
  2407.  
  2408.  
  2409. /* Footer Bottom */
  2410. .footer-bottom {
  2411.    backdrop-filter: blur(10px);
  2412. }
  2413.  
  2414. /* Responsive Design */
  2415. @media (max-width: 768px) {
  2416.    .footer-v5 {
  2417.        margin-top: 60px;
  2418.    }
  2419.    
  2420.    .footer-section {
  2421.        text-align:start;
  2422.        margin-bottom: 40px;
  2423.    }
  2424.    
  2425.    .footer-links a,
  2426.    .category-tags {
  2427.        justify-content:start;
  2428.    }
  2429.    
  2430.    .social-links .d-flex {
  2431.        justify-content:start;
  2432.    }
  2433. }
  2434.  
  2435. @media (max-width: 576px) {
  2436.    .footer-brand h4 {
  2437.        font-size: 1.25rem;
  2438.    }
  2439.    
  2440.    .stats-item h5 {
  2441.        font-size: 1.1rem;
  2442.    }
  2443.    
  2444.    .newsletter-form .btn {
  2445.        padding: 8px 12px;
  2446.    }
  2447. }
  2448.  
  2449. /* Animation Classes */
  2450. .fade-in {
  2451.    animation: fadeIn 0.6s ease-in;
  2452. }
  2453.  
  2454. @keyframes fadeIn {
  2455.    from { opacity: 0; transform: translateY(20px); }
  2456.    to { opacity: 1; transform: translateY(0); }
  2457. }
  2458.  
  2459. /* Loading State */
  2460. .loading {
  2461.    pointer-events: none;
  2462.    opacity: 0.7;
  2463. }
  2464.  
  2465. .loading .btn {
  2466.    position: relative;
  2467. }
  2468.  
  2469. .loading .btn::after {
  2470.    content: '';
  2471.    position: absolute;
  2472.    top: 50%;
  2473.    left: 50%;
  2474.    width: 16px;
  2475.    height: 16px;
  2476.    margin: -8px 0 0 -8px;
  2477.    border: 2px solid transparent;
  2478.    border-top-color: currentColor;
  2479.    border-radius: 50%;
  2480.    animation: spin 1s linear infinite;
  2481. }
  2482.  
  2483. @keyframes spin {
  2484.    to { transform: rotate(360deg); }
  2485. }
  2486.  
  2487. /* Utility Classes */
  2488. .text-gradient {
  2489.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  2490.    -webkit-background-clip: text;
  2491.    -webkit-text-fill-color: transparent;
  2492.    background-clip: text;
  2493. }
  2494.  
  2495. .hover-lift {
  2496.    transition: transform 0.3s ease;
  2497. }
  2498.  
  2499. .hover-lift:hover {
  2500.    transform: translateY(-2px);
  2501. }
  2502. </style>
  2503.  
  2504.  
  2505. <script>
  2506. document.addEventListener('DOMContentLoaded', function() {
  2507.    
  2508.    // Initialize Bootstrap tooltips
  2509.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  2510.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  2511.        return new bootstrap.Tooltip(tooltipTriggerEl);
  2512.    });
  2513.  
  2514.    // Newsletter form handling
  2515.    const newsletterForm = document.querySelector('.newsletter-form');
  2516.    if (newsletterForm) {
  2517.        newsletterForm.addEventListener('submit', function(e) {
  2518.            e.preventDefault();
  2519.            
  2520.            const email = this.querySelector('input[name="email"]').value.trim();
  2521.            const submitBtn = this.querySelector('button[type="submit"]');
  2522.            const originalContent = submitBtn.innerHTML;
  2523.            
  2524.            // Validate email
  2525.            if (!email || !isValidEmail(email)) {
  2526.                showToast('Please enter a valid email address', 'error');
  2527.                return;
  2528.            }
  2529.            
  2530.            // Show loading state
  2531.            this.classList.add('loading');
  2532.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  2533.            submitBtn.disabled = true;
  2534.            
  2535.            // Simulate API call
  2536.            setTimeout(() => {
  2537.                // Success state
  2538.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  2539.                submitBtn.classList.remove('btn-primary');
  2540.                submitBtn.classList.add('btn-success');
  2541.                
  2542.                showToast('Successfully subscribed to newsletter!', 'success');
  2543.                
  2544.                // Reset form
  2545.                setTimeout(() => {
  2546.                    this.classList.remove('loading');
  2547.                    submitBtn.innerHTML = originalContent;
  2548.                    submitBtn.classList.remove('btn-success');
  2549.                    submitBtn.classList.add('btn-primary');
  2550.                    submitBtn.disabled = false;
  2551.                    this.reset();
  2552.                }, 2000);
  2553.                
  2554.            }, 1500);
  2555.        });
  2556.    }
  2557.    
  2558.    // Email validation function
  2559.    function isValidEmail(email) {
  2560.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  2561.        return emailRegex.test(email);
  2562.    }
  2563.    
  2564.    // Toast notification function
  2565.    function showToast(message, type = 'info') {
  2566.        // Remove existing toasts
  2567.        const existingToasts = document.querySelectorAll('.custom-toast');
  2568.        existingToasts.forEach(toast => toast.remove());
  2569.        
  2570.        // Create toast
  2571.        const toast = document.createElement('div');
  2572.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  2573.        toast.style.zIndex = '9999';
  2574.        toast.innerHTML = `
  2575.            <div class="d-flex align-items-center">
  2576.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  2577.                <span>${message}</span>
  2578.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  2579.            </div>
  2580.        `;
  2581.        
  2582.        document.body.appendChild(toast);
  2583.        
  2584.        // Auto remove after 4 seconds
  2585.        setTimeout(() => {
  2586.            if (toast && toast.parentNode) {
  2587.                toast.remove();
  2588.            }
  2589.        }, 4000);
  2590.    }
  2591.    
  2592.    // Smooth scroll for internal links
  2593.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  2594.        anchor.addEventListener('click', function(e) {
  2595.            e.preventDefault();
  2596.            const target = document.querySelector(this.getAttribute('href'));
  2597.            if (target) {
  2598.                target.scrollIntoView({
  2599.                    behavior: 'smooth',
  2600.                    block: 'start'
  2601.                });
  2602.            }
  2603.        });
  2604.    });
  2605.    
  2606.    // Add fade-in animation to footer sections on scroll
  2607.    const observerOptions = {
  2608.        threshold: 0.1,
  2609.        rootMargin: '0px 0px -50px 0px'
  2610.    };
  2611.    
  2612.    const sectionObserver = new IntersectionObserver((entries) => {
  2613.        entries.forEach(entry => {
  2614.            if (entry.isIntersecting) {
  2615.                entry.target.classList.add('fade-in');
  2616.            }
  2617.        });
  2618.    }, observerOptions);
  2619.    
  2620.    // Observe footer sections
  2621.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  2622.        sectionObserver.observe(section);
  2623.    });
  2624.    
  2625.    // Enhanced hover effects for category tags
  2626.    document.querySelectorAll('.category-tag').forEach(tag => {
  2627.        tag.addEventListener('mouseenter', function() {
  2628.            this.style.transform = 'translateY(-2px) scale(1.02)';
  2629.        });
  2630.        
  2631.        tag.addEventListener('mouseleave', function() {
  2632.            this.style.transform = 'translateY(0) scale(1)';
  2633.        });
  2634.    });
  2635.    
  2636.    // Prevent default for demo links
  2637.    document.querySelectorAll('a[href="#"]').forEach(link => {
  2638.        link.addEventListener('click', function(e) {
  2639.            e.preventDefault();
  2640.        });
  2641.    });
  2642.    
  2643.    // Add click ripple effect to buttons
  2644.    document.querySelectorAll('.btn').forEach(btn => {
  2645.        btn.addEventListener('click', function(e) {
  2646.            const ripple = document.createElement('span');
  2647.            const rect = this.getBoundingClientRect();
  2648.            const size = Math.max(rect.width, rect.height);
  2649.            const x = e.clientX - rect.left - size / 2;
  2650.            const y = e.clientY - rect.top - size / 2;
  2651.            
  2652.            ripple.style.cssText = `
  2653.                position: absolute;
  2654.                left: ${x}px;
  2655.                top: ${y}px;
  2656.                width: ${size}px;
  2657.                height: ${size}px;
  2658.                border-radius: 50%;
  2659.                background: rgba(255, 255, 255, 0.4);
  2660.                transform: scale(0);
  2661.                animation: ripple-effect 0.6s linear;
  2662.                pointer-events: none;
  2663.            `;
  2664.            
  2665.            this.style.position = 'relative';
  2666.            this.style.overflow = 'hidden';
  2667.            this.appendChild(ripple);
  2668.            
  2669.            setTimeout(() => ripple.remove(), 600);
  2670.        });
  2671.    });
  2672.    
  2673. });
  2674.  
  2675. // Add ripple animation CSS
  2676. const rippleCSS = document.createElement('style');
  2677. rippleCSS.textContent = `
  2678.    @keyframes ripple-effect {
  2679.        to {
  2680.            transform: scale(4);
  2681.            opacity: 0;
  2682.        }
  2683.    }
  2684. `;
  2685. document.head.appendChild(rippleCSS);
  2686.  
  2687. document.addEventListener('DOMContentLoaded', function () {
  2688.    var btn = document.getElementById('toggleFooterLinks');
  2689.    if (!btn) return; // No extra links, no button
  2690.  
  2691.    var extras = document.querySelectorAll('#footerLinks li.extra');
  2692.  
  2693.    btn.addEventListener('click', function () {
  2694.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  2695.            return li.classList.contains('d-none');
  2696.        });
  2697.  
  2698.        extras.forEach(function (li) {
  2699.            if (anyHidden) {
  2700.                li.classList.remove('d-none');
  2701.                li.classList.add('show');
  2702.            } else {
  2703.                li.classList.add('d-none');
  2704.                li.classList.remove('show');
  2705.            }
  2706.        });
  2707.  
  2708.        btn.textContent = anyHidden ? 'View less' : 'View more';
  2709.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  2710.    });
  2711. });
  2712.  
  2713. </script>
  2714.  
  2715.        <!-- end of wpo-site-footer-section -->
  2716.    </div>
  2717.    <!-- end of page-wrapper -->
  2718.  
  2719.    <!-- All JavaScript files
  2720.    ================================================== -->
  2721.    
  2722.  
  2723. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  2724. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  2725. <!-- Plugins for this template -->
  2726. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  2727. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  2728. <!-- Custom script for this template -->
  2729. <script src="/static/blogapp/assets/js/script.js"></script>
  2730.  
  2731. <script>
  2732. (function () {
  2733. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  2734. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  2735.  
  2736. function applyFallback(img) {
  2737. if (!img || img.dataset.fallbackApplied === "1") {
  2738. return;
  2739. }
  2740. var failedSrc = img.currentSrc || img.src || "";
  2741. img.dataset.fallbackApplied = "1";
  2742. img.onerror = null;
  2743. img.src = fallbackImageSrc;
  2744. console.warn("[ImageFallback] Replaced broken image:", {
  2745. failedSrc: failedSrc,
  2746. fallbackSrc: fallbackImageSrc,
  2747. alt: img.alt || "",
  2748. });
  2749. }
  2750.  
  2751. document.querySelectorAll("img").forEach(function (img) {
  2752. if (img.complete && img.naturalWidth === 0) {
  2753. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  2754. failedSrc: img.currentSrc || img.src || "",
  2755. alt: img.alt || "",
  2756. });
  2757. applyFallback(img);
  2758. }
  2759. });
  2760.  
  2761. document.addEventListener(
  2762. "error",
  2763. function (event) {
  2764. var target = event.target;
  2765. if (target && target.tagName === "IMG") {
  2766. applyFallback(target);
  2767. }
  2768. },
  2769. true
  2770. );
  2771. })();
  2772. </script>
  2773.  
  2774. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  2775.  
  2776.  
  2777.  
  2778. <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":"85f2e7e7e33f49ef94641f448ccf2664","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  2779. </body>
  2780.  
  2781. </html>
  2782.  
  2783.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda