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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="ibmp">
  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_26_J97nAjj_lmvZuFm_0JaJAo9_OfN1O8r_YT47fuh.png">
  14.    
  15.  
  16.    <title>Calm Digest: Wellness, Mindfulness, and Mental Health Insights</title>
  17.    <meta name="description" content="Explore expert articles on wellness, mindfulness, and mental health. Discover practical tips, research-backed advice, and inspiring stories to enhance your daily life and well-being.">
  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://calmdigest.us/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #9d4edd;
  42.        --bs-primary-rgb: 9d4edd;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #f3e8ff;
  49.        --bs-dark: #4a0d67;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #9d4edd;
  53.        --theme-primary-color-s2: #9d4edd;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #4a0d67;
  57.        --text-light-color: #676767;
  58.        --heading-color: #4a0d67;
  59.        --border-color: #ddd6fe;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #e9d5ff;
  75.        --navbar-color: #4a0d67;
  76.        --topbar-bg: #f3e8ff;
  77.        --topbar-color: #4a0d67;
  78.        --footer-bg: #4a0d67;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #ddd6fe;
  82.        --card-radius: 14px;
  83.        --link-color: #9d4edd;
  84.        --link-hover: #7e3ec4;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(157, 78, 221, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_33">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <div class="top-bg">
  406.    <div class="unique-topbar d-sm-flex d-none container-fluid fluid-container">
  407.        <button class="unique-menu-btn bg-primary-gradient">Latest Update</button>        
  408.        
  409.        <div class="unique-news-container">
  410.            <div class="unique-news-wrapper" id="newsWrapper">
  411.                <!-- News items injected via JS -->
  412.            </div>
  413.        </div>
  414.    
  415.        <div class="contact-info">
  416.            <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  417.                <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  418.                <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  419.                <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  420.                <li><a href="#"><i class="top-color ti-google"></i></a></li>
  421.            </ul>
  422.        </div>
  423.    </div>
  424. </div>
  425.  
  426. <script>
  427.    // Build array dynamically from Django context
  428.    const newsItems = [
  429.        
  430.            { title: "The Rise of Virtual Gaming Platforms: A Transformational Trend", url: "/the-rise-of-virtual-gaming-platforms-a-transformational-trend/" }
  431.        
  432.    ];
  433.  
  434.    let currentNewsIndex = 0;
  435.    const newsWrapper = document.getElementById('newsWrapper');
  436.    let newsElements = [];
  437.  
  438.    // Create news elements dynamically with links
  439.    function createNewsElements() {
  440.        newsItems.forEach((news, index) => {
  441.            const newsElement = document.createElement('div');
  442.            newsElement.className = 'unique-news-item';
  443.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  444.            newsWrapper.appendChild(newsElement);
  445.            newsElements.push(newsElement);
  446.        });
  447.  
  448.        if (newsElements.length > 0) {
  449.            newsElements[0].classList.add('active');
  450.        }
  451.    }
  452.  
  453.    function changeNews() {
  454.        const currentElement = newsElements[currentNewsIndex];
  455.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  456.        const nextElement = newsElements[nextIndex];
  457.  
  458.        currentElement.classList.remove('active');
  459.        currentElement.classList.add('exit-up');
  460.  
  461.        setTimeout(() => {
  462.            nextElement.classList.add('active');
  463.            currentNewsIndex = nextIndex;
  464.  
  465.            setTimeout(() => {
  466.                currentElement.classList.remove('exit-up');
  467.            }, 100);
  468.        }, 250);
  469.    }
  470.  
  471.    function startNewsRotation() {
  472.        setInterval(changeNews, 5000);
  473.    }
  474.  
  475.    window.onload = function() {
  476.        createNewsElements();
  477.        startNewsRotation();
  478.    };
  479. </script>
  480.  
  481.  
  482.  
  483.            
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490. <header class="header-v7 py-2 mb-4">
  491.    <!-- Top Bar -->
  492.    <div class="top-bar-v7">
  493.        <div class="container-fluid fluid-container">
  494.            <div class="row align-items-center justify-content-center">
  495.                <div class="col-lg-3 col-md-4">
  496.                    <div class="logo-section-v7">
  497.                        <a class="brand-link-v7" href="/">
  498.                            
  499.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/77a69a1d-5d17-4d4d-b9e4-1e5e45b4d35f_logo.png" alt="Calm Digest" class="logo-img-v7" />
  500.                            
  501.                        </a>
  502.                    </div>
  503.                </div>
  504.                <div class="col-lg-6 col-md-5">
  505.                    <div class="search-bar-v7">
  506.                        <form class="search-form-v7" action="#" method="get">
  507.                            <div class="search-container-v7">
  508.                                <input id="search-input" type="search" class="search-input-v7"
  509.                                    placeholder="Search articles, tutorials, news..." name="q">
  510.                                <button type="submit" class="search-btn-v7">
  511.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  512.                                        stroke-width="2">
  513.                                        <circle cx="11" cy="11" r="8"></circle>
  514.                                        <path d="m21 21-4.35-4.35"></path>
  515.                                    </svg>
  516.                                </button>
  517.                            </div>
  518.                            <div id="search-results" class="search-results-container search-v1"></div>
  519.                        </form>
  520.                    </div>
  521.                </div>
  522.                <div class="col-lg-3 col-md-3">
  523.                    <!-- Empty column for spacing -->
  524.                </div>
  525.            </div>
  526.        </div>
  527.    </div>
  528.  
  529.    <!-- Main Navigation -->
  530.    <div class="main-nav-v7">
  531.        <div class="container-fluid">
  532.            <div class="nav-wrapper-v7">
  533.  
  534.                <!-- Sidebar Navigation -->
  535.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  536.                    <div class="nav-header-v7">
  537.                        <h6 class="nav-title-v7">Navigation</h6>
  538.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  539.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  540.                                stroke-width="2">
  541.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  542.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  543.                            </svg>
  544.                        </button>
  545.                    </div>
  546.  
  547.                    <ul class="sidebar-menu-v7">
  548.                        <li class="sidebar-item-v7">
  549.                            <a href='/' class="sidebar-link-v7 active-v7">
  550.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  551.                                    stroke="currentColor" stroke-width="2">
  552.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  553.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  554.                                </svg>
  555.                                Home
  556.                            </a>
  557.                        </li>
  558.  
  559.                        <li class="sidebar-item-v7 has-submenu-v7">
  560.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  561.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  562.                                    stroke="currentColor" stroke-width="2">
  563.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  564.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  565.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  566.                                </svg>
  567.                                Technology
  568.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  569.                                    stroke="currentColor" stroke-width="2">
  570.                                    <polyline points="6,9 12,15 18,9"></polyline>
  571.                                </svg>
  572.                            </a>
  573.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  574.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  575.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  576.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  577.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  578.                            </ul>
  579.                        </li>
  580.  
  581.                        <li class="sidebar-item-v7 has-submenu-v7">
  582.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  583.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  584.                                    stroke="currentColor" stroke-width="2">
  585.                                    <path
  586.                                        d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z">
  587.                                    </path>
  588.                                </svg>
  589.                                Business
  590.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  591.                                    stroke="currentColor" stroke-width="2">
  592.                                    <polyline points="6,9 12,15 18,9"></polyline>
  593.                                </svg>
  594.                            </a>
  595.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  596.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  597.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  598.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  599.                            </ul>
  600.                        </li>
  601.  
  602.                        <li class="sidebar-item-v7">
  603.                            <a href="#" class="sidebar-link-v7">
  604.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  605.                                    stroke="currentColor" stroke-width="2">
  606.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  607.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  608.                                </svg>
  609.                                Tutorials
  610.                            </a>
  611.                        </li>
  612.  
  613.                        <li class="sidebar-item-v7">
  614.                            <a href="#" class="sidebar-link-v7">
  615.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  616.                                    stroke="currentColor" stroke-width="2">
  617.                                    <polygon
  618.                                        points="12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26">
  619.                                    </polygon>
  620.                                </svg>
  621.                                Reviews
  622.                            </a>
  623.                        </li>
  624.  
  625.                        <li class="sidebar-item-v7">
  626.                            <a href="#" class="sidebar-link-v7">
  627.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  628.                                    stroke="currentColor" stroke-width="2">
  629.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  630.                                </svg>
  631.                                News
  632.                            </a>
  633.                        </li>
  634.  
  635.                        <li class="sidebar-item-v7">
  636.                            <a href="#" class="sidebar-link-v7">
  637.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  638.                                    stroke="currentColor" stroke-width="2">
  639.                                    <circle cx="12" cy="12" r="3"></circle>
  640.                                    <path
  641.                                        d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1 1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z">
  642.                                    </path>
  643.                                </svg>
  644.                                About
  645.                            </a>
  646.                        </li>
  647.  
  648.                        <li class="sidebar-item-v7">
  649.                            <a href="#" class="sidebar-link-v7">
  650.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  651.                                    stroke="currentColor" stroke-width="2">
  652.                                    <path
  653.                                        d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z">
  654.                                    </path>
  655.                                    <polyline points="22,6 12,13 2,6"></polyline>
  656.                                </svg>
  657.                                Contact
  658.                            </a>
  659.                        </li>
  660.                    </ul>
  661.                </nav>
  662.                <div class="sidebar-blur"></div>
  663.  
  664.                <!-- Main Content Area -->
  665.                <div class="content-area-v7">
  666.                    <!-- Horizontal Nav for Desktop -->
  667.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  668.                        <ul class="horizontal-menu-v7">
  669.  
  670.                            
  671.                            <li class="horizontal-item-v7">
  672.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  673.                            </li>
  674.  
  675.                            
  676.                            
  677.                             <li class="horizontal-item-v7">
  678.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  679.                                    All Posts
  680.                                </a>
  681.                                </li>
  682.  
  683.                                
  684.  
  685.                                        
  686.                                        
  687.                                
  688.                             <li class="horizontal-item-v7">
  689.                                <a href="/category/business/" class="horizontal-link-v7">
  690.                                    Business
  691.                                </a>
  692.                                </li>
  693.  
  694.                                
  695.  
  696.                                        
  697.                                        
  698.                                
  699.                             <li class="horizontal-item-v7">
  700.                                <a href="/category/esports/" class="horizontal-link-v7">
  701.                                    Esports
  702.                                </a>
  703.                                </li>
  704.  
  705.                                
  706.  
  707.                                        
  708.                                        
  709.                                
  710.                             <li class="horizontal-item-v7">
  711.                                <a href="/category/fashion/" class="horizontal-link-v7">
  712.                                    Fashion
  713.                                </a>
  714.                                </li>
  715.  
  716.                                
  717.  
  718.                                        
  719.                                        
  720.                                
  721.                             <li class="horizontal-item-v7">
  722.                                <a href="/category/featured/" class="horizontal-link-v7">
  723.                                    Featured
  724.                                </a>
  725.                                </li>
  726.  
  727.                                
  728.  
  729.                                        
  730.                                        
  731.                                
  732.                             <li class="horizontal-item-v7">
  733.                                <a href="/category/gaming/" class="horizontal-link-v7">
  734.                                    Gaming
  735.                                </a>
  736.                                </li>
  737.  
  738.                                
  739.  
  740.                                        
  741.                                        
  742.                                
  743.                             <li class="horizontal-item-v7">
  744.                                <a href="/category/health/" class="horizontal-link-v7">
  745.                                    Health
  746.                                </a>
  747.                                </li>
  748.  
  749.                                
  750.  
  751.                                        
  752.                                        
  753.                                
  754.                            
  755.                                
  756.                                <li class="horizontal-item-v7 dropdown-v7">
  757.                                    <a href="#" class="horizontal-link-v7">More</a>
  758.                                    <div class="horizontal-dropdown-v7">
  759.                                        <a href="/category/life-fitness/"
  760.                                            class="dropdown-item-v7">
  761.                                            Life &amp; Fitness
  762.                                        </a>
  763.                                        
  764.  
  765.                                        
  766.                                        
  767.                                
  768.                            
  769.                                        <a href="/category/lifestyle/"
  770.                                            class="dropdown-item-v7">
  771.                                            Lifestyle
  772.                                        </a>
  773.                                        
  774.  
  775.                                        
  776.                                        
  777.                                
  778.                            
  779.                                        <a href="/category/news/"
  780.                                            class="dropdown-item-v7">
  781.                                            News
  782.                                        </a>
  783.                                        
  784.  
  785.                                        
  786.                                        
  787.                                
  788.                            
  789.                                        <a href="/category/others/"
  790.                                            class="dropdown-item-v7">
  791.                                            Others
  792.                                        </a>
  793.                                        
  794.  
  795.                                        
  796.                                        
  797.                                
  798.                            
  799.                                        <a href="/category/politics/"
  800.                                            class="dropdown-item-v7">
  801.                                            Politics
  802.                                        </a>
  803.                                        
  804.  
  805.                                        
  806.                                        
  807.                                
  808.                            
  809.                                        <a href="/category/sports/"
  810.                                            class="dropdown-item-v7">
  811.                                            Sports
  812.                                        </a>
  813.                                        
  814.  
  815.                                        
  816.                                        
  817.                                
  818.                            
  819.                                        <a href="/category/tech/"
  820.                                            class="dropdown-item-v7">
  821.                                            Tech
  822.                                        </a>
  823.                                        
  824.  
  825.                                        
  826.                                        
  827.                                
  828.                            
  829.                                        <a href="/category/travel/"
  830.                                            class="dropdown-item-v7">
  831.                                            Travel
  832.                                        </a>
  833.                                        
  834.  
  835.                                        
  836.                                        
  837.                                    </div>
  838.                                </li>
  839.                                
  840.                                
  841. <li>
  842.                  <a href="/page/contact-us/">
  843.                     Contact Us
  844.                  </a>
  845.              </li>
  846.                        </ul>
  847.                    </nav>
  848.  
  849.  
  850.                    <!-- Mobile Menu Button -->
  851.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  852.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  853.                            stroke-width="2">
  854.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  855.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  856.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  857.                        </svg>
  858.                        Menu
  859.                    </button>
  860.                </div>
  861.            </div>
  862.        </div>
  863.    </div>
  864.  
  865.    <!-- Overlay for mobile sidebar -->
  866.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  867. </header>
  868.  
  869. <style>
  870.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  871.    .header-v7 {
  872.        position: relative;
  873.        background: var(--navbar-bg);
  874.    }
  875.  
  876.    /* Top Bar Styles */
  877.    .top-bar-v7 {
  878.        padding: 15px 0;
  879.        border-bottom: 1px solid var(--border-color);
  880.        background: var(--navbar-bg);
  881.    }
  882.  
  883.    .logo-img-v7 {
  884.        max-height: 70px;
  885.        transition: transform 0.3s ease;
  886.    }
  887.  
  888.    .logo-img-v7:hover {
  889.        transform: scale(1.05);
  890.    }
  891.  
  892.    /* Search Bar Styles */
  893.    .search-container-v7 {
  894.        position: relative;
  895.        display: flex;
  896.        align-items: center;
  897.        background: transparent;
  898.        border: 2px solid var(--border-color);
  899.        border-radius: 8px;
  900.        overflow: hidden;
  901.        transition: all 0.3s ease;
  902.    }
  903.  
  904.    .search-container-v7:focus-within {
  905.        border-color: #007bff33;
  906.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  907.    }
  908.  
  909.    .search-input-v7 {
  910.        color: var(--topbar-color) !important;
  911.        flex: 1;
  912.        border: none;
  913.        padding: 12px 16px;
  914.        font-size: 14px;
  915.        outline: none;
  916.        background: transparent;
  917.    }
  918.  
  919.    .search-input-v7::placeholder {
  920.        color: #a0aec0;
  921.    }
  922.  
  923.    .search-btn-v7 {
  924.        background: var(--bs-primary);
  925.        color: white;
  926.        border: none;
  927.        padding: 12px 16px;
  928.        cursor: pointer;
  929.        transition: background 0.3s ease;
  930.    }
  931.  
  932.    .search-btn-v7:hover {
  933.        background: #3182ce;
  934.    }
  935.  
  936.    /* Header Actions */
  937.    .header-actions-v7 {
  938.        display: flex;
  939.        align-items: center;
  940.        gap: 15px;
  941.        justify-content: flex-end;
  942.    }
  943.  
  944.    .notification-btn-v7,
  945.    .profile-btn-v7 {
  946.        background: none;
  947.        border: none;
  948.        padding: 8px;
  949.        border-radius: 8px;
  950.        cursor: pointer;
  951.        transition: background 0.3s ease;
  952.        position: relative;
  953.    }
  954.  
  955.    .notification-btn-v7:hover,
  956.    .profile-btn-v7:hover {
  957.        background: #f1f5f9;
  958.    }
  959.  
  960.    .notification-badge-v7 {
  961.        position: absolute;
  962.        top: 2px;
  963.        right: 2px;
  964.        background: #e53e3e;
  965.        color: white;
  966.        font-size: 16px;
  967.        font-weight: 600;
  968.        width: 16px;
  969.        height: 16px;
  970.        border-radius: 50%;
  971.        display: flex;
  972.        align-items: center;
  973.        justify-content: center;
  974.    }
  975.  
  976.    .profile-avatar-v7 {
  977.        width: 32px;
  978.        height: 32px;
  979.        background: var(--border-color);
  980.        border-radius: 50%;
  981.        display: flex;
  982.        align-items: center;
  983.        justify-content: center;
  984.    }
  985.  
  986.    /* Main Navigation */
  987.    .main-nav-v7 {
  988.        background: var(--navbar-bg);
  989.    }
  990.  
  991.    .nav-wrapper-v7 {
  992.        display: flex;
  993.        align-items: center;
  994.        justify-content: center;
  995.        min-height: 60px;
  996.    }
  997.  
  998.    /* Sidebar Navigation */
  999.    .sidebar-nav-v7 {
  1000.        position: fixed;
  1001.        top: 0;
  1002.        left: -350px;
  1003.        width: 350px;
  1004.        height: 100vh;
  1005.        background: var(--navbar-bg);
  1006.        z-index: 1000;
  1007.        transition: left 0.3s ease;
  1008.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  1009.        overflow-y: auto;
  1010.    }
  1011.  
  1012.    .sidebar-nav-v7.show-v7 {
  1013.        left: 0;
  1014.    }
  1015.  
  1016.    .nav-header-v7 {
  1017.        display: flex;
  1018.        align-items: center;
  1019.        justify-content: space-between;
  1020.        padding: 20px 25px;
  1021.        border-bottom: 1px solid var(--border-color);
  1022.        background: var(--navbar-bg);
  1023.    }
  1024.  
  1025.    .nav-title-v7 {
  1026.        font-size: 16px;
  1027.        font-weight: 600;
  1028.        color: #2d3748;
  1029.        margin: 0;
  1030.    }
  1031.  
  1032.    .sidebar-close-v7 {
  1033.        background: none;
  1034.        border: none;
  1035.        padding: 8px;
  1036.        cursor: pointer;
  1037.        border-radius: 6px;
  1038.        transition: background 0.3s ease;
  1039.    }
  1040.  
  1041.    .sidebar-close-v7:hover {
  1042.        background: var(--border-color);
  1043.    }
  1044.  
  1045.    .sidebar-menu-v7 {
  1046.        list-style: none;
  1047.        padding: 20px 0;
  1048.        margin: 0;
  1049.    }
  1050.  
  1051.    .sidebar-item-v7 {
  1052.        margin-bottom: 5px;
  1053.    }
  1054.  
  1055.    .sidebar-link-v7 {
  1056.        display: flex;
  1057.        align-items: center;
  1058.        color: #4a5568;
  1059.        text-decoration: none;
  1060.        padding: 15px 25px;
  1061.        font-size: 15px;
  1062.        font-weight: 500;
  1063.        transition: all 0.3s ease;
  1064.        position: relative;
  1065.    }
  1066.  
  1067.    .sidebar-link-v7:hover,
  1068.    .sidebar-link-v7.active-v7 {
  1069.        color: #007bff;
  1070.        background: var(--border-color);
  1071.    }
  1072.  
  1073.    .sidebar-link-v7.active-v7::before {
  1074.        content: '';
  1075.        position: absolute;
  1076.        left: 0;
  1077.        top: 0;
  1078.        bottom: 0;
  1079.        width: 4px;
  1080.        background: #007bff;
  1081.    }
  1082.  
  1083.    .sidebar-icon-v7 {
  1084.        margin-right: 12px;
  1085.        color: currentColor;
  1086.    }
  1087.  
  1088.    .submenu-arrow-v7 {
  1089.        margin-left: auto;
  1090.        transition: transform 0.3s ease;
  1091.    }
  1092.  
  1093.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1094.        transform: rotate(180deg);
  1095.    }
  1096.  
  1097.    .sidebar-submenu-v7 {
  1098.        list-style: none;
  1099.        padding: 0;
  1100.        margin: 0;
  1101.        max-height: 0;
  1102.        overflow: hidden;
  1103.        transition: max-height 0.3s ease;
  1104.        background: var(--navbar-bg);
  1105.    }
  1106.  
  1107.    .sidebar-submenu-v7.show-v7 {
  1108.        max-height: 300px;
  1109.        padding: 10px 0;
  1110.    }
  1111.  
  1112.    .sidebar-sublink-v7 {
  1113.        display: block;
  1114.        color: #718096;
  1115.        text-decoration: none;
  1116.        padding: 10px 25px 10px 55px;
  1117.        font-size: 14px;
  1118.        transition: all 0.3s ease;
  1119.    }
  1120.  
  1121.    .sidebar-sublink-v7:hover {
  1122.        color: #007bff;
  1123.        background: var(--border-color);
  1124.    }
  1125.  
  1126.    /* Sidebar Footer */
  1127.    .sidebar-footer-v7 {
  1128.        padding: 25px;
  1129.        margin-top: auto;
  1130.        border-top: 1px solid var(--border-color);
  1131.    }
  1132.  
  1133.    .sidebar-cta-v7 {
  1134.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1135.        padding: 20px;
  1136.        border-radius: 12px;
  1137.        text-align: center;
  1138.        color: white;
  1139.    }
  1140.  
  1141.    .cta-title-v7 {
  1142.        font-size: 14px;
  1143.        font-weight: 600;
  1144.        margin: 0 0 5px 0;
  1145.    }
  1146.  
  1147.    .cta-text-v7 {
  1148.        font-size: 12px;
  1149.        margin: 0 0 15px 0;
  1150.        opacity: 0.9;
  1151.    }
  1152.  
  1153.    .cta-btn-v7 {
  1154.        background: rgba(255, 255, 255, 0.2);
  1155.        color: white;
  1156.        border: 1px solid rgba(255, 255, 255, 0.3);
  1157.        padding: 8px 20px;
  1158.        border-radius: 20px;
  1159.        font-size: 12px;
  1160.        font-weight: 500;
  1161.        cursor: pointer;
  1162.        transition: all 0.3s ease;
  1163.    }
  1164.  
  1165.    .cta-btn-v7:hover {
  1166.        background: rgba(255, 255, 255, 0.3);
  1167.    }
  1168.  
  1169.    /* Horizontal Navigation for Desktop */
  1170.    .horizontal-nav-v7 {
  1171.        flex: 1;
  1172.        display: flex;
  1173.        justify-content: center;
  1174.    }
  1175.  
  1176.    .horizontal-menu-v7 {
  1177.        list-style: none;
  1178.        padding: 0;
  1179.        margin: 0;
  1180.        display: flex;
  1181.        align-items: center;
  1182.    }
  1183.  
  1184.    .horizontal-item-v7 {
  1185.        position: relative;
  1186.        margin-right: 30px;
  1187.    }
  1188.  
  1189.    .horizontal-link-v7 {
  1190.        color: #4a5568;
  1191.        text-decoration: none;
  1192.        font-size: 16px;
  1193.        font-weight: 500;
  1194.        padding: 20px 0;
  1195.        position: relative;
  1196.        transition: color 0.3s ease;
  1197.    }
  1198.  
  1199.    .horizontal-link-v7::after {
  1200.        content: '';
  1201.        position: absolute;
  1202.        bottom: 0;
  1203.        left: 0;
  1204.        width: 0;
  1205.        height: 2px;
  1206.        background: #007bff;
  1207.        transition: width 0.3s ease;
  1208.    }
  1209.  
  1210.    .horizontal-link-v7:hover,
  1211.    .horizontal-link-v7.active-v7 {
  1212.        color: #007bff;
  1213.        font-weight: 600;
  1214.    }
  1215.  
  1216.    .horizontal-link-v7:hover::after,
  1217.    .horizontal-link-v7.active-v7::after {
  1218.        width: 100%;
  1219.    }
  1220.  
  1221.    /* Horizontal Dropdown */
  1222.    .horizontal-dropdown-v7 {
  1223.        position: absolute;
  1224.        top: 100%;
  1225.        left: 0;
  1226.        background: var(--navbar-bg);
  1227.        min-width: 200px;
  1228.        border-radius: 8px;
  1229.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1230.        opacity: 0;
  1231.        visibility: hidden;
  1232.        transform: translateY(-10px);
  1233.        transition: all 0.3s ease;
  1234.        padding: 10px 0;
  1235.        z-index: 100;
  1236.    }
  1237.  
  1238.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1239.        opacity: 1;
  1240.        visibility: visible;
  1241.        transform: translateY(0);
  1242.    }
  1243.  
  1244.    .dropdown-item-v7 {
  1245.        display: block;
  1246.        color: #4a5568;
  1247.        text-decoration: none;
  1248.        padding: 12px 20px;
  1249.        font-size: 14px;
  1250.        transition: all 0.3s ease;
  1251.    }
  1252.  
  1253.    .dropdown-item-v7:hover {
  1254.        color: #007bff;
  1255.        background: #565758ff;
  1256.    }
  1257.  
  1258.    /* Mobile Menu Button */
  1259.    .mobile-menu-btn-v7 {
  1260.        background: none;
  1261.        border: 1px solid var(--border-color);
  1262.        padding: 10px 15px;
  1263.        border-radius: 8px;
  1264.        cursor: pointer;
  1265.        display: flex;
  1266.        align-items: center;
  1267.        gap: 8px;
  1268.        font-size: 14px;
  1269.        font-weight: 500;
  1270.        color: #4a5568;
  1271.        transition: all 0.3s ease;
  1272.        margin: 0 auto;
  1273.    }
  1274.  
  1275.    .mobile-menu-btn-v7:hover {
  1276.        border-color: #cbd5e0;
  1277.        opacity: 0.7;
  1278.    }
  1279.  
  1280.    /* Sidebar Overlay */
  1281.    .sidebar-overlay-v7 {
  1282.        position: fixed;
  1283.        top: 0;
  1284.        left: 0;
  1285.        right: 0;
  1286.        bottom: 0;
  1287.        background: rgba(0, 0, 0, 0.5);
  1288.        z-index: 999;
  1289.        opacity: 0;
  1290.        visibility: hidden;
  1291.        transition: all 0.3s ease;
  1292.    }
  1293.  
  1294.    .sidebar-overlay-v7.show-v7 {
  1295.        opacity: 1;
  1296.        visibility: visible;
  1297.    }
  1298.  
  1299.    /* Responsive Design */
  1300.    @media (max-width: 991px) {
  1301.        .top-bar-v7 .col-lg-6 {
  1302.            order: 3;
  1303.            margin-top: 15px;
  1304.        }
  1305.  
  1306.        .header-actions-v7 {
  1307.            justify-content: flex-start;
  1308.        }
  1309.    }
  1310.  
  1311.    @media (max-width: 768px) {
  1312.        .sidebar-nav-v7 {
  1313.            width: 300px;
  1314.            left: -300px;
  1315.        }
  1316.  
  1317.        .search-container-v7 {
  1318.            margin-top: 10px;
  1319.        }
  1320.    }
  1321. </style>
  1322.  
  1323. <script>
  1324.    function openSidebarV7() {
  1325.        const sidebar = document.getElementById('sidebarNavV7');
  1326.        const overlay = document.getElementById('sidebarOverlayV7');
  1327.  
  1328.        sidebar.classList.add('show-v7');
  1329.        overlay.classList.add('show-v7');
  1330.        document.body.style.overflow = 'hidden';
  1331.    }
  1332.  
  1333.    function closeSidebarV7() {
  1334.        const sidebar = document.getElementById('sidebarNavV7');
  1335.        const overlay = document.getElementById('sidebarOverlayV7');
  1336.  
  1337.        sidebar.classList.remove('show-v7');
  1338.        overlay.classList.remove('show-v7');
  1339.        document.body.style.overflow = '';
  1340.    }
  1341.  
  1342.    function toggleSubmenuV7(submenuId) {
  1343.        const submenu = document.getElementById(submenuId);
  1344.        const parentItem = submenu.closest('.sidebar-item-v7');
  1345.  
  1346.        // Close other open submenus
  1347.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1348.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1349.  
  1350.        allSubmenus.forEach(menu => {
  1351.            if (menu.id !== submenuId) {
  1352.                menu.classList.remove('show-v7');
  1353.            }
  1354.        });
  1355.  
  1356.        allParentItems.forEach(item => {
  1357.            if (item !== parentItem) {
  1358.                item.classList.remove('open-v7');
  1359.            }
  1360.        });
  1361.  
  1362.        // Toggle current submenu
  1363.        submenu.classList.toggle('show-v7');
  1364.        parentItem.classList.toggle('open-v7');
  1365.    }
  1366.  
  1367.    // Close sidebar when clicking outside
  1368.    document.addEventListener('click', function (event) {
  1369.        const sidebar = document.getElementById('sidebarNavV7');
  1370.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1371.  
  1372.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1373.            closeSidebarV7();
  1374.        }
  1375.    });
  1376.  
  1377.    // Handle window resize
  1378.    window.addEventListener('resize', function () {
  1379.        if (window.innerWidth >= 992) {
  1380.            closeSidebarV7();
  1381.        }
  1382.    });
  1383. </script>
  1384.  
  1385. <script>
  1386.  document.addEventListener("DOMContentLoaded", function () {
  1387.    console.log("loaded");
  1388.  
  1389.     const searchInput = document.getElementById("search-input")
  1390.    const searchResults = document.getElementById("search-results");
  1391.  
  1392.    if (!searchInput || !searchResults) {
  1393.      console.error("Search input/results not found");
  1394.      return;
  1395.    }
  1396.  
  1397.    // Prevent form submission
  1398.    if (searchInput.form) {
  1399.      searchInput.form.addEventListener("submit", function (e) {
  1400.        e.preventDefault();
  1401.      });
  1402.    }
  1403.  
  1404.    // Add event listener for keyup
  1405.    searchInput.addEventListener("keyup", function (e) {
  1406.      console.log("Key pressed:", e.key);
  1407.      e.preventDefault();
  1408.  
  1409.      const query = searchInput.value.trim();
  1410.      console.log("User is typing: " + query);
  1411.  
  1412.      // If empty → clear and hide
  1413.      if (query === "") {
  1414.        searchResults.innerHTML = "";
  1415.        searchResults.style.display = "none";
  1416.        return;
  1417.      }
  1418.  
  1419.      // Show results
  1420.      searchResults.style.display = "block";
  1421.  
  1422.      // Fetch search results
  1423.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1424.        method: "GET",
  1425.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1426.      })
  1427.        .then(response => {
  1428.          console.log("Response Status:", response.status);
  1429.          return response.json();
  1430.        })
  1431.        .then(data => {
  1432.          console.log("Data received:", data);
  1433.          if (data.html) {
  1434.            searchResults.innerHTML = data.html;
  1435.          } else {
  1436.            searchResults.innerHTML = "<p>No results found.</p>";
  1437.          }
  1438.        })
  1439.        .catch(error => {
  1440.          console.error("Error fetching search results:", error);
  1441.        });
  1442.    });
  1443.  
  1444.    // Close results when clicking outside
  1445.    document.addEventListener("click", function (e) {
  1446.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1447.        searchResults.style.display = "none";
  1448.      }
  1449.    });
  1450.  
  1451.    // Close results on ESC key
  1452.    document.addEventListener("keydown", function (e) {
  1453.      if (e.key === "Escape") {
  1454.        searchResults.style.display = "none";
  1455.      }
  1456.    });
  1457.  });
  1458. </script>
  1459.  
  1460. <style>
  1461.        /* search field */
  1462.  .search-results-container {
  1463.  position: absolute;
  1464.  top: 100%; /* Position it below the input field */
  1465.  left: 10px;
  1466.  right: 10px;
  1467.  background-color: white;
  1468.  border: 1px solid #ddd;
  1469.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1470.  max-height: 300px;
  1471.  overflow-y: auto;
  1472.  z-index: 1000;
  1473.  display: none; /* Initially hidden */
  1474. }
  1475.  
  1476. .search-results-container p {
  1477.  margin: 0;
  1478. }
  1479.  
  1480. .search-results-container .result-item {
  1481.  padding: 10px;
  1482.  cursor: pointer;
  1483. }
  1484.  
  1485. .search-results-container .result-item:hover {
  1486.  background-color: #f0f0f0;
  1487. }
  1488. </style>
  1489.  
  1490.        </header>
  1491.        <!-- end of header -->
  1492.        <!-- start of wpo-blog-hero -->
  1493.        
  1494.  
  1495.  
  1496.  
  1497.  
  1498.  
  1499.  
  1500.  
  1501. <div class="blog-hero-v3 pt-3">
  1502.    <div class="container-fluid fluid-container">
  1503.        <div class="row g-4">
  1504.            
  1505.            
  1506.              
  1507.            <!-- Left Column -->
  1508.            <div class="col-lg-4 col-md-6">
  1509.                <div class="magazine-card tall-card h-100">
  1510.                    <div class="card-image">
  1511.                        
  1512.                            <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1513.                        
  1514.                        <div class="image-overlay"></div>
  1515.                    </div>
  1516.                    <div class="card-content">
  1517.                        <div class="category-pill bg-primary-gradient">Esports</div>
  1518.                        <h2> <a href="/revealing-the-truth-about-casino-addiction-a-closer-look/">
  1519.                                        Revealing the Truth About Casino Addiction: A Closer Look
  1520.                                    </a></h2>
  1521.                        <p></p>
  1522.                        <div class="author-section">
  1523.                            
  1524.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/9c7e9ed9-859a-4457-bffe-a5d9a2d5dc0c_profile.png" alt="James Davis" style="object-fit: cover;" class="author-img">
  1525.                            
  1526.                            <div class="author-details">
  1527.                                <span class="author-name">James Davis</span>
  1528.                                <span class="publish-date">23 Jan 2026</span>
  1529.                            </div>
  1530.                        </div>
  1531.                    </div>
  1532.                </div>
  1533.            </div>
  1534.  
  1535.            
  1536.            
  1537.  
  1538.            <!-- Center Column -->
  1539.            <div class="col-lg-4 col-md-6">
  1540.                <div class="row g-4">
  1541.                    
  1542.  
  1543.                </div>
  1544.            </div>
  1545.            
  1546.            
  1547.            
  1548.        </div>
  1549.    </div>
  1550. </div>
  1551.  
  1552. <style>
  1553. /* Blog Hero V3 - Magazine Style */
  1554. .blog-hero-v3 {
  1555.    padding: 80px 0;
  1556.    position: relative;
  1557. }
  1558.  
  1559. /* Magazine Cards */
  1560. .magazine-card {
  1561.    background: var(--card-bg);
  1562.    border-radius: 20px;
  1563.    overflow: hidden;
  1564.    position: relative;
  1565.    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1566.    border: 1px solid var(--border-color);
  1567. }
  1568.  
  1569. .magazine-card:hover {
  1570.    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  1571. }
  1572.  
  1573. /* Tall Card (Left Column) */
  1574. .tall-card {
  1575.    display: flex;
  1576.    flex-direction: column;
  1577. }
  1578.  
  1579. .tall-card .card-image {
  1580.    height: 300px;
  1581.    position: relative;
  1582.    overflow: hidden;
  1583. }
  1584.  
  1585. .tall-card .card-image img {
  1586.    width: 100%;
  1587.    height: 100%;
  1588.    object-fit: cover;
  1589.    transition: transform 0.6s ease;
  1590. }
  1591.  
  1592. .tall-card:hover .card-image img {
  1593.    transform: scale(1.1) rotate(-2deg);
  1594. }
  1595.  
  1596. .image-overlay {
  1597.    position: absolute;
  1598.    top: 0;
  1599.    left: 0;
  1600.    right: 0;
  1601.    bottom: 0;
  1602.    opacity: 0;
  1603.    transition: opacity 0.3s ease;
  1604. }
  1605.  
  1606. .tall-card:hover .image-overlay {
  1607.    opacity: 1;
  1608. }
  1609.  
  1610. .tall-card .card-content {
  1611.    padding: 20px;
  1612.    flex-grow: 1;
  1613.    display: flex;
  1614.    flex-direction: column;
  1615. }
  1616.  
  1617. .tall-card h2 {
  1618.    font-size: 1.5rem;
  1619.    font-weight: 700;
  1620.    color: #2c3e50;
  1621.    margin: 12px 0;
  1622.    line-height: 1.3;
  1623. }
  1624.  
  1625. .tall-card p {
  1626.    color: #7f8c8d;
  1627.    line-height: 1.6;
  1628.    margin-bottom: 1rem;
  1629.    flex-grow: 1;
  1630. }
  1631.  
  1632. /* Square Cards (Center Column) */
  1633. .square-card {
  1634.    position: relative;
  1635.    overflow: hidden;
  1636. }
  1637.  
  1638. .square-card .card-image {
  1639.    height: 180px;
  1640.    position: relative;
  1641. }
  1642.  
  1643. .square-card .card-image img {
  1644.    width: 100%;
  1645.    height: 100%;
  1646.    object-fit: cover;
  1647.    filter: brightness(1.1) saturate(1.2);
  1648.    transition: all 0.4s ease;
  1649. }
  1650.  
  1651. .square-card:hover .card-image img {
  1652.    transform: scale(1.15);
  1653.    filter: brightness(1.2) saturate(1.4);
  1654. }
  1655.  
  1656. .floating-category {
  1657.    position: absolute;
  1658.    top: 15px;
  1659.    right: 15px;
  1660.    padding: 8px 15px;
  1661.    border-radius: 20px;
  1662.    font-size: 0.75rem;
  1663.    text-transform: uppercase;
  1664.    letter-spacing: 1px;
  1665.    backdrop-filter: blur(10px);
  1666.    border: 1px solid rgba(255, 255, 255, 0.3);
  1667. }
  1668.  
  1669. .square-card .card-content.compact {
  1670.    padding: 1.2rem;
  1671. }
  1672.  
  1673. .square-card h3 {
  1674.    font-size: 1.1rem;
  1675.    font-weight: 600;
  1676.    color: #2c3e50;
  1677.    margin-bottom: 10px;
  1678.    line-height: 1.3;
  1679. }
  1680.  
  1681. .mini-meta {
  1682.    font-size: 0.85rem;
  1683.    color: #95a5a6;
  1684. }
  1685.  
  1686. .date-dot {
  1687.    margin-left: 8px;
  1688. }
  1689.  
  1690. /* Featured Card (Right Column) */
  1691. .featured-card {
  1692.    color: white;
  1693.    position: relative;
  1694.    overflow: hidden;
  1695. }
  1696.  
  1697. .featured-card::before {
  1698.    content: '';
  1699.    position: absolute;
  1700.    top: -50%;
  1701.    right: -50%;
  1702.    width: 200%;
  1703.    height: 200%;
  1704.    pointer-events: none;
  1705. }
  1706.  
  1707.  
  1708.  
  1709. .featured-header {
  1710.    padding: 25px 25px 0;
  1711.    position: relative;
  1712. }
  1713.  
  1714. .featured-header h4 {
  1715.    font-size: 0.9rem;
  1716.    text-transform: uppercase;
  1717.    letter-spacing: 2px;
  1718.    margin: 0;
  1719.    opacity: 0.9;
  1720. }
  1721.  
  1722. .featured-line {
  1723.    width: 50px;
  1724.    height: 2px;
  1725.    background: rgba(255, 255, 255, 0.6);
  1726.    margin-top: 10px;
  1727. }
  1728.  
  1729. .featured-img {
  1730.    height: 200px;
  1731.    margin: 1rem;
  1732.    border-radius: 15px;
  1733.    overflow: hidden;
  1734.    position: relative;
  1735. }
  1736.  
  1737. .featured-img img {
  1738.    width: 100%;
  1739.    height: 100%;
  1740.    object-fit: cover;
  1741.    transition: transform 0.5s ease;
  1742. }
  1743.  
  1744. .featured-card:hover .featured-img img {
  1745.    transform: scale(1.1);
  1746. }
  1747.  
  1748. .featured-content {
  1749.    padding: 0 1rem 1.5rem;
  1750. }
  1751.  
  1752. .featured-content h2 {
  1753.    font-size: 1.4rem;
  1754.    font-weight: 700;
  1755.    margin: 15px 0;
  1756.    line-height: 1.3;
  1757. }
  1758.  
  1759. .featured-content p {
  1760.    font-size: 0.95rem;
  1761.    opacity: 0.9;
  1762.    line-height: 1.6;
  1763.    margin-bottom: 1rem;
  1764. }
  1765.  
  1766. /* Category Pills */
  1767. .category-pill {
  1768.    display: inline-block;
  1769.    padding: 6px 16px;
  1770.    border-radius: 20px;
  1771.    font-size: 0.75rem;
  1772.    text-transform: uppercase;
  1773.    letter-spacing: 1px;
  1774.    margin-bottom: 10px;
  1775.    width: fit-content;
  1776. }
  1777.  
  1778. /* Author Sections */
  1779. .author-section {
  1780.    display: flex;
  1781.    align-items: center;
  1782.    gap: 15px;
  1783.    margin-top: auto;
  1784. }
  1785.  
  1786. .author-img {
  1787.    width: 60px;
  1788.    height: 60px;
  1789.    border-radius: 50%;
  1790.    object-fit: cover;
  1791. }
  1792.  
  1793. .author-details {
  1794.    display: flex;
  1795.    flex-direction: column;
  1796. }
  1797.  
  1798. .author-name {
  1799.    font-weight: 600;
  1800. color: #95a5a6;
  1801.    font-size: 16px;
  1802. }
  1803.  
  1804. .author-title {
  1805.    font-size: 0.8rem;
  1806. color: #95a5a6;
  1807.    font-weight: 500;
  1808. }
  1809.  
  1810. .publish-date {
  1811.    font-size: 0.8rem;
  1812.    color: #95a5a6;
  1813.    margin-top: 2px;
  1814. }
  1815.  
  1816. /* Featured Stats */
  1817. .featured-stats {
  1818.    display: flex;
  1819.    gap: 30px;
  1820.    margin: 20px 0;
  1821. }
  1822.  
  1823. .stat-item {
  1824.    text-align: center;
  1825. }
  1826.  
  1827. .stat-number {
  1828.    display: block;
  1829.    font-size: 1.5rem;
  1830.    font-weight: 700;
  1831.    color: white;
  1832. }
  1833.  
  1834. .stat-label {
  1835.    font-size: 0.8rem;
  1836.    opacity: 0.8;
  1837.    text-transform: uppercase;
  1838.    letter-spacing: 1px;
  1839. }
  1840.  
  1841. /* Read More Button */
  1842. .read-more-btn {
  1843.    padding: 0 30px 30px;
  1844. }
  1845.  
  1846. .btn-read {
  1847.    display: inline-block;
  1848.    padding: 12px 30px;
  1849.    background: linear-gradient(45deg, #667eea, #764ba2);
  1850.    color: white;
  1851.    text-decoration: none;
  1852.    border-radius: 20px;
  1853.    font-weight: 600;
  1854.    text-transform: uppercase;
  1855.    letter-spacing: 1px;
  1856.    font-size: 0.85rem;
  1857.    transition: all 0.3s ease;
  1858.    position: relative;
  1859.    overflow: hidden;
  1860. }
  1861.  
  1862. .btn-read::before {
  1863.    content: '';
  1864.    position: absolute;
  1865.    top: 0;
  1866.    left: -100%;
  1867.    width: 100%;
  1868.    height: 100%;
  1869.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  1870.    transition: left 0.5s ease;
  1871. }
  1872.  
  1873. .btn-read:hover::before {
  1874.    left: 100%;
  1875. }
  1876.  
  1877. .btn-read:hover {
  1878.    transform: translateY(-2px);
  1879.    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  1880.    color: white;
  1881. }
  1882.  
  1883. /* Trending Bar */
  1884. .trending-bar {
  1885.    background: white;
  1886.    border-radius: 20px;
  1887.    padding: 25px 35px;
  1888.    display: flex;
  1889.    align-items: center;
  1890.    gap: 30px;
  1891.    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  1892.    border-left: 5px solid #667eea;
  1893. }
  1894.  
  1895. .trending-header h5 {
  1896.    margin: 0;
  1897.    font-weight: 700;
  1898.    color: #2c3e50;
  1899.    font-size: 1.1rem;
  1900. }
  1901.  
  1902. .trending-tags {
  1903.    display: flex;
  1904.    flex-wrap: wrap;
  1905.    gap: 15px;
  1906. }
  1907.  
  1908. .trend-tag {
  1909.    padding: 8px 18px;
  1910.    background: #f8f9fa;
  1911.    border: 2px solid #e9ecef;
  1912.    border-radius: 20px;
  1913.    font-size: 0.85rem;
  1914.    font-weight: 500;
  1915.    color: #495057;
  1916.    transition: all 0.3s ease;
  1917.    cursor: pointer;
  1918. }
  1919.  
  1920. .trend-tag:hover {
  1921.    background: #667eea;
  1922.    color: white;
  1923.    border-color: #667eea;
  1924.    transform: translateY(-2px);
  1925. }
  1926.  
  1927. /* Responsive Design */
  1928. @media (max-width: 992px) {
  1929.    .tall-card,
  1930.    .featured-card {
  1931.        height: auto;
  1932.        margin-bottom: 30px;
  1933.    }
  1934.    
  1935.  
  1936.    
  1937.    .trending-bar {
  1938.        flex-direction: column;
  1939.        align-items: flex-start;
  1940.        gap: 20px;
  1941.    }
  1942. }
  1943.  
  1944. @media (max-width: 768px) {
  1945.    .blog-hero-v3 {
  1946.        padding: 40px 0;
  1947.    }
  1948.  
  1949.    
  1950.    .trending-tags {
  1951.        justify-content: center;
  1952.    }
  1953.    
  1954.    .featured-stats {
  1955.        justify-content: center;
  1956.    }
  1957. }
  1958. </style>
  1959.  
  1960.  
  1961.  
  1962.  
  1963.        <!-- end of wpo-blog-hero -->
  1964.  
  1965.        <!-- start of wpo-breacking-news -->
  1966.        
  1967.        <!-- end of wpo-breacking-news -->
  1968.        
  1969.        <!-- start wpo-blog-highlights-section -->
  1970.        
  1971.  
  1972.  
  1973.  
  1974.    
  1975.  
  1976.  
  1977. <section class="wpo-blog-highlights-section">
  1978.    <div class="container-fluid fluid-container">
  1979.        <div class="wpo-section-title">
  1980.            
  1981.                <h2>Today's Top Highlights</h2>
  1982.                    
  1983.        </div>
  1984.        <div class="row">
  1985.            <div class="col col-lg-8 col-12">
  1986.                <!-- start wpo-blog-section -->
  1987.                <div class="wpo-blog-highlights-wrap">
  1988.                    <div class="wpo-blog-items">
  1989.                        <div class="row">
  1990.                            
  1991.                            
  1992.                            <div class="col col-lg-6 col-md-6 col-12">
  1993.                                <div class="wpo-blog-item">
  1994.                                    <div class="wpo-blog-img">
  1995.                                        
  1996.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1997.                                        
  1998.                                        <div class="thumb bg-primary-gradient">Esports</div>
  1999.                                    </div>
  2000.                                    <div class="wpo-blog-content"  >
  2001.                                        <h2>
  2002.                                            <a href="/exclusive-insights-into-the-top-class-casino-destinations-what-sets-them-apart/" class="top-color">
  2003.                                            Exclusive Insights into the Top-Class Casino Destinations: What Sets Them Apart
  2004.                                            </a>
  2005.                                        </h2>
  2006.                                        <ul>
  2007.                                            <li>  
  2008.                                                
  2009.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/9c7e9ed9-859a-4457-bffe-a5d9a2d5dc0c_profile.png" alt="James Davis" style="object-fit: cover;">
  2010.                                                
  2011.                                            </li>
  2012.                                            <li class="top-color">By James Davis</li>
  2013.                                            <li class="top-color">23 Jan 2026</li>
  2014.                                        </ul>
  2015.                                        <p class="top-color"> </p>
  2016.                                    </div>
  2017.                                </div>
  2018.                            </div>
  2019.                        
  2020.                            
  2021.                            
  2022.  
  2023.                        </div>
  2024.                    </div>
  2025.                </div>
  2026.                <!-- end wpo-blog-section -->
  2027.            </div>
  2028.  
  2029.            <div class="col col-lg-4 col-12">
  2030.                
  2031.  
  2032.  
  2033.  
  2034.    
  2035.  
  2036.  
  2037. <!-- Blog Sidebar -->
  2038.  
  2039.    <div class="sidebar mb-3">
  2040.        
  2041.        
  2042.        <div class="sidebar-widget mb-4">
  2043.            <div class="widget-title-wrapper mb-3">
  2044.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2045.                    February 2026 Blog Roll
  2046.                    <span class="title-arrow"></span>
  2047.                </h4>
  2048.            </div>
  2049.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2050.                <ul class="list-unstyled scrollable-sidebar">
  2051.                    
  2052.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2053.                        <a href="https://readwrite.com/gambling/casino/offshore/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2054.                            <i class="ti-angle-right me-2 text-primary"></i>
  2055.                            <span class="fw-semibold">offshore casinos</span>
  2056.                        </a>
  2057.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2058.                    </li>
  2059.                    
  2060.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2061.                        <a href="https://www.photographydirectoryproject.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2062.                            <i class="ti-angle-right me-2 text-primary"></i>
  2063.                            <span class="fw-semibold">fastest payout online casino</span>
  2064.                        </a>
  2065.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2066.                    </li>
  2067.                    
  2068.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2069.                        <a href="https://www.trustblackwomen.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2070.                            <i class="ti-angle-right me-2 text-primary"></i>
  2071.                            <span class="fw-semibold">online casino</span>
  2072.                        </a>
  2073.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2074.                    </li>
  2075.                    
  2076.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2077.                        <a href="https://fairsweepstakescasinos.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2078.                            <i class="ti-angle-right me-2 text-primary"></i>
  2079.                            <span class="fw-semibold">social casino</span>
  2080.                        </a>
  2081.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2082.                    </li>
  2083.                    
  2084.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2085.                        <a href="https://adventuregamers.com/online-casinos"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2086.                            <i class="ti-angle-right me-2 text-primary"></i>
  2087.                            <span class="fw-semibold">online casino</span>
  2088.                        </a>
  2089.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2090.                    </li>
  2091.                    
  2092.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2093.                        <a href="https://www.test2treat.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2094.                            <i class="ti-angle-right me-2 text-primary"></i>
  2095.                            <span class="fw-semibold">college basketball sportsbooks</span>
  2096.                        </a>
  2097.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2098.                    </li>
  2099.                    
  2100.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2101.                        <a href="https://www.quandora.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2102.                            <i class="ti-angle-right me-2 text-primary"></i>
  2103.                            <span class="fw-semibold">sweepstakes casinos</span>
  2104.                        </a>
  2105.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2106.                    </li>
  2107.                    
  2108.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2109.                        <a href="https://batman-news.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2110.                            <i class="ti-angle-right me-2 text-primary"></i>
  2111.                            <span class="fw-semibold">real money online casino</span>
  2112.                        </a>
  2113.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2114.                    </li>
  2115.                    
  2116.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2117.                        <a href="https://www.fortcollinsbrewery.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2118.                            <i class="ti-angle-right me-2 text-primary"></i>
  2119.                            <span class="fw-semibold">betting sites</span>
  2120.                        </a>
  2121.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2122.                    </li>
  2123.                    
  2124.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2125.                        <a href="https://www.uthr.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2126.                            <i class="ti-angle-right me-2 text-primary"></i>
  2127.                            <span class="fw-semibold">top online casinos us</span>
  2128.                        </a>
  2129.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2130.                    </li>
  2131.                    
  2132.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2133.                        <a href="https://gamingamerica.com/online-casinos/poker"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2134.                            <i class="ti-angle-right me-2 text-primary"></i>
  2135.                            <span class="fw-semibold">online poker real money</span>
  2136.                        </a>
  2137.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2138.                    </li>
  2139.                    
  2140.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2141.                        <a href="https://batman-news.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2142.                            <i class="ti-angle-right me-2 text-primary"></i>
  2143.                            <span class="fw-semibold">online casinos</span>
  2144.                        </a>
  2145.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2146.                    </li>
  2147.                    
  2148.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2149.                        <a href="https://theemeraldcup.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2150.                            <i class="ti-angle-right me-2 text-primary"></i>
  2151.                            <span class="fw-semibold">online casino slots</span>
  2152.                        </a>
  2153.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2154.                    </li>
  2155.                    
  2156.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2157.                        <a href="https://readwrite.com/gambling/betting/texas/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2158.                            <i class="ti-angle-right me-2 text-primary"></i>
  2159.                            <span class="fw-semibold">texas betting apps</span>
  2160.                        </a>
  2161.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2162.                    </li>
  2163.                    
  2164.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2165.                        <a href="https://leadmonk.io/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2166.                            <i class="ti-angle-right me-2 text-primary"></i>
  2167.                            <span class="fw-semibold">no kyc crypto casino</span>
  2168.                        </a>
  2169.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2170.                    </li>
  2171.                    
  2172.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2173.                        <a href="https://www.globalwaters.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2174.                            <i class="ti-angle-right me-2 text-primary"></i>
  2175.                            <span class="fw-semibold">cash app casino</span>
  2176.                        </a>
  2177.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2178.                    </li>
  2179.                    
  2180.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2181.                        <a href="https://www.itworldcanada.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2182.                            <i class="ti-angle-right me-2 text-primary"></i>
  2183.                            <span class="fw-semibold">canada casinos online</span>
  2184.                        </a>
  2185.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2186.                    </li>
  2187.                    
  2188.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2189.                        <a href="https://www.california-partnership.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2190.                            <i class="ti-angle-right me-2 text-primary"></i>
  2191.                            <span class="fw-semibold">online casinos california</span>
  2192.                        </a>
  2193.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2194.                    </li>
  2195.                    
  2196.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2197.                        <a href="https://vanderpumppets.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2198.                            <i class="ti-angle-right me-2 text-primary"></i>
  2199.                            <span class="fw-semibold">sweeps casinos</span>
  2200.                        </a>
  2201.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2202.                    </li>
  2203.                    
  2204.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2205.                        <a href="https://suia.io/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2206.                            <i class="ti-angle-right me-2 text-primary"></i>
  2207.                            <span class="fw-semibold">crypto casinos</span>
  2208.                        </a>
  2209.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2210.                    </li>
  2211.                    
  2212.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2213.                        <a href="https://www.cryptovibes.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2214.                            <i class="ti-angle-right me-2 text-primary"></i>
  2215.                            <span class="fw-semibold">online crypto casino</span>
  2216.                        </a>
  2217.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2218.                    </li>
  2219.                    
  2220.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2221.                        <a href="https://www.fortcollinsbrewery.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2222.                            <i class="ti-angle-right me-2 text-primary"></i>
  2223.                            <span class="fw-semibold">nfl betting promos</span>
  2224.                        </a>
  2225.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2226.                    </li>
  2227.                    
  2228.                </ul>
  2229.            </div>
  2230.        </div>
  2231.        
  2232.        <div class="sidebar-widget mb-4">
  2233.            <div class="widget-title-wrapper mb-3">
  2234.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2235.                    January 2026 Blog Roll
  2236.                    <span class="title-arrow"></span>
  2237.                </h4>
  2238.            </div>
  2239.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2240.                <ul class="list-unstyled scrollable-sidebar">
  2241.                    
  2242.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2243.                        <a href="https://sjpbysarahjessicaparker.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2244.                            <i class="ti-angle-right me-2 text-primary"></i>
  2245.                            <span class="fw-semibold">no kyc crypto casino</span>
  2246.                        </a>
  2247.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2248.                    </li>
  2249.                    
  2250.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2251.                        <a href="https://www.fraserdowns.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2252.                            <i class="ti-angle-right me-2 text-primary"></i>
  2253.                            <span class="fw-semibold">online casinos</span>
  2254.                        </a>
  2255.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2256.                    </li>
  2257.                    
  2258.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2259.                        <a href="https://www.end-violence.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2260.                            <i class="ti-angle-right me-2 text-primary"></i>
  2261.                            <span class="fw-semibold">betting sites</span>
  2262.                        </a>
  2263.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2264.                    </li>
  2265.                    
  2266.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2267.                        <a href="https://www.resourceamerica.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2268.                            <i class="ti-angle-right me-2 text-primary"></i>
  2269.                            <span class="fw-semibold">best online casino</span>
  2270.                        </a>
  2271.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2272.                    </li>
  2273.                    
  2274.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2275.                        <a href="https://www.funai.us/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2276.                            <i class="ti-angle-right me-2 text-primary"></i>
  2277.                            <span class="fw-semibold">best poker sites</span>
  2278.                        </a>
  2279.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2280.                    </li>
  2281.                    
  2282.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2283.                        <a href="https://aquanicaragua.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2284.                            <i class="ti-angle-right me-2 text-primary"></i>
  2285.                            <span class="fw-semibold">texas online casinos</span>
  2286.                        </a>
  2287.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2288.                    </li>
  2289.                    
  2290.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2291.                        <a href="https://bestsocialcasinos.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2292.                            <i class="ti-angle-right me-2 text-primary"></i>
  2293.                            <span class="fw-semibold">sweepstakes casino</span>
  2294.                        </a>
  2295.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2296.                    </li>
  2297.                    
  2298.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2299.                        <a href="https://augustafreepress.com/gambling/best-online-gambling-sites/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2300.                            <i class="ti-angle-right me-2 text-primary"></i>
  2301.                            <span class="fw-semibold">best offshore casinos</span>
  2302.                        </a>
  2303.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2304.                    </li>
  2305.                    
  2306.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2307.                        <a href="https://10000ft.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2308.                            <i class="ti-angle-right me-2 text-primary"></i>
  2309.                            <span class="fw-semibold">best online casino</span>
  2310.                        </a>
  2311.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2312.                    </li>
  2313.                    
  2314.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2315.                        <a href="http://aforementionedproductions.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2316.                            <i class="ti-angle-right me-2 text-primary"></i>
  2317.                            <span class="fw-semibold">online poker in texas</span>
  2318.                        </a>
  2319.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2320.                    </li>
  2321.                    
  2322.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2323.                        <a href="https://theemeraldcup.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2324.                            <i class="ti-angle-right me-2 text-primary"></i>
  2325.                            <span class="fw-semibold">best slots to play online for real money</span>
  2326.                        </a>
  2327.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2328.                    </li>
  2329.                    
  2330.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2331.                        <a href="https://enterpriseitplanet.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2332.                            <i class="ti-angle-right me-2 text-primary"></i>
  2333.                            <span class="fw-semibold">bitcoin casinos usa</span>
  2334.                        </a>
  2335.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2336.                    </li>
  2337.                    
  2338.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2339.                        <a href="https://www.stitcherstudios.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2340.                            <i class="ti-angle-right me-2 text-primary"></i>
  2341.                            <span class="fw-semibold">top bitcoin casinos</span>
  2342.                        </a>
  2343.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2344.                    </li>
  2345.                    
  2346.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2347.                        <a href="https://howrightnow.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2348.                            <i class="ti-angle-right me-2 text-primary"></i>
  2349.                            <span class="fw-semibold">offshore sportsbooks</span>
  2350.                        </a>
  2351.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2352.                    </li>
  2353.                    
  2354.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2355.                        <a href="https://www.latintimes.com/chicken-road-gambling-sites-589774"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2356.                            <i class="ti-angle-right me-2 text-primary"></i>
  2357.                            <span class="fw-semibold">chicken road game casino</span>
  2358.                        </a>
  2359.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2360.                    </li>
  2361.                    
  2362.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2363.                        <a href="https://csinvesting.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2364.                            <i class="ti-angle-right me-2 text-primary"></i>
  2365.                            <span class="fw-semibold">online poker real money</span>
  2366.                        </a>
  2367.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2368.                    </li>
  2369.                    
  2370.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2371.                        <a href="https://www.willcoxrangenews.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2372.                            <i class="ti-angle-right me-2 text-primary"></i>
  2373.                            <span class="fw-semibold">florida online sports betting</span>
  2374.                        </a>
  2375.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2376.                    </li>
  2377.                    
  2378.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2379.                        <a href="https://www.nysportsday.com/sports-betting/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2380.                            <i class="ti-angle-right me-2 text-primary"></i>
  2381.                            <span class="fw-semibold">ny sports betting</span>
  2382.                        </a>
  2383.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2384.                    </li>
  2385.                    
  2386.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2387.                        <a href="https://morioh.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2388.                            <i class="ti-angle-right me-2 text-primary"></i>
  2389.                            <span class="fw-semibold">instant withdrawal casinos</span>
  2390.                        </a>
  2391.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2392.                    </li>
  2393.                    
  2394.                </ul>
  2395.            </div>
  2396.        </div>
  2397.        
  2398.  
  2399.        <!-- Recent Posts Section -->
  2400.        <div class="sidebar-widget mb-3">
  2401.            <div class="widget-title-wrapper mb-3">
  2402.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2403.                    Recent Posts
  2404.                    <span class="title-arrow"></span>
  2405.                </h4>
  2406.            </div>
  2407.            <div class="widget-content border border-light shadow-sm rounded p-4">
  2408.                <div class="recent-post-list">
  2409.                    
  2410.                    
  2411.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2412.                        <div class="post-image me-3 flex-shrink-0">
  2413.                            
  2414.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2415.                            
  2416.                        </div>
  2417.                        <div class="post-content flex-grow-1">
  2418.                            <h6 class="post-title mb-1">
  2419.                                 <a href="/becoming-a-master-of-poker-essential-tips-for-success-at-the-casino/" class="text-decoration-none top-color fw-semibold">
  2420.                                    Becoming a Master of Poker: Essential Tips for Success at the Casino
  2421.                                </a>
  2422.                            </h6>
  2423.                            <div class="post-meta">
  2424.                                <small class="text-muted">
  2425.                                    <i class="ti-calendar me-1"></i>20 Jan 2026
  2426.                                </small>
  2427.                                <!-- <small class="text-muted ms-2">
  2428.                                    <i class="ti-eye me-1"></i>234 views
  2429.                                </small> -->
  2430.                            </div>
  2431.                        </div>
  2432.                    </div>
  2433.                    
  2434.  
  2435.                </div>
  2436.            </div>
  2437.        </div>
  2438.  
  2439.    </div>
  2440.  
  2441.  
  2442. <!-- Sidebar Styles -->
  2443. <style>
  2444.    .sidebar-widget {
  2445.        position: relative;
  2446.    }
  2447.    
  2448.    .widget-title {
  2449.        font-size: 1.1rem;
  2450.        font-weight: 700;
  2451.        display: inline-block;
  2452.        position: relative;
  2453.        z-index: 2;
  2454.        border-radius: 0;
  2455.    }
  2456.    
  2457.    .title-arrow::after {
  2458.        content: '';
  2459.        position: absolute;
  2460.        top: 0;
  2461.        right: -20px;
  2462.        width: 0;
  2463.        height: 0;
  2464.        border-left: 20px solid var(--bs-primary);
  2465.        border-top: 20px solid transparent;
  2466.        border-bottom: 20px solid transparent;
  2467.        z-index: 1;
  2468.    }
  2469.    
  2470.    .widget-content {
  2471.        margin-top: -1px;
  2472.        position: relative;
  2473.        z-index: 1;
  2474.         background-color: var(--card-bg);
  2475.    }
  2476.    
  2477.    .recent-post-item:hover .post-title1 a {
  2478.        color: #dc3545 !important;
  2479.        transition: color 0.3s ease;
  2480.    }
  2481.    
  2482.    .recent-post-item .post-image img {
  2483.        transition: transform 0.3s ease;
  2484.    }
  2485.    
  2486.    .recent-post-item:hover .post-image img {
  2487.        transform: scale(1.05);
  2488.    }
  2489.    
  2490.    .btn:hover {
  2491.        transform: translateY(-1px);
  2492.        transition: all 0.3s ease;
  2493.        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  2494.    }
  2495.    
  2496.    @media (max-width: 991px) {
  2497.        .sidebar {
  2498.            margin-top: 3rem;
  2499.        }
  2500.    }
  2501.    
  2502.    @media (max-width: 576px) {
  2503.        .widget-title {
  2504.            font-size: 1rem;
  2505.            padding: 0.75rem 1rem !important;
  2506.        }
  2507.        
  2508.        .title-arrow::after {
  2509.            right: -15px;
  2510.            border-left: 15px solid var(--bs-primary);
  2511.            border-top: 15px solid transparent;
  2512.            border-bottom: 15px solid transparent;
  2513.        }
  2514.        
  2515.        .post-image {
  2516.            display: none !important;
  2517.        }
  2518.    }
  2519. </style>
  2520.    
  2521.            </div>
  2522.        </div>
  2523.    </div> <!-- end container -->
  2524. </section>
  2525.  
  2526.    
  2527.        
  2528.        <!-- end wpo-blog-highlights-section -->
  2529.        <!-- start wpo-blog-sponsored-section -->
  2530.        
  2531.  
  2532.  
  2533.  
  2534.    
  2535.  
  2536.  
  2537.  
  2538. <style>
  2539.    .sponsored-section-v2 {
  2540.        padding: 40px 0;
  2541.        background: var(--body-bg);
  2542.    }
  2543.    
  2544.    .sponsored-card-v2 {
  2545.        background: var(--body-bg);
  2546.        border: 1px solid #f0f0f0;
  2547.        border-radius: 8px;
  2548.        transition: box-shadow 0.3s ease;
  2549.        height: 100%;
  2550.        position: relative;
  2551.    }
  2552.    
  2553.    .sponsored-card-v2:hover {
  2554.        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  2555.    }
  2556.    
  2557.    .sponsored-image-v2 {
  2558.        position: relative;
  2559.        height: 200px;
  2560.    }
  2561.    
  2562.    .sponsored-image-v2 img {
  2563.        width: 100%;
  2564.        height: 100%;
  2565.        object-fit: cover;
  2566.    }
  2567.    
  2568.    .sponsored-badge-v2 {
  2569.        position: absolute;
  2570.        bottom: 10px;
  2571.        left: 10px;
  2572.        padding: 6px 10px;
  2573.        font-size: 12px;
  2574.        font-weight: 600;
  2575.        text-transform: uppercase;
  2576.        border-radius: 4px;
  2577.    }
  2578.    
  2579.    .sponsored-content-v2 {
  2580.        padding: 20px;
  2581.    }
  2582.    
  2583.    .sponsored-title-v2 {
  2584.        font-size: 18px;
  2585.        font-weight: 600;
  2586.        line-height: 1.4;
  2587.        margin-bottom: 10px;
  2588.    }
  2589.    
  2590.    .sponsored-title-v2 a {
  2591.        text-decoration: none;
  2592.        transition: color 0.3s ease;
  2593.    }
  2594.    
  2595.    .sponsored-title-v2 a:hover {
  2596.        color: #007bff; /* Blue hover for variety */
  2597.    }
  2598.    
  2599.    .sponsored-excerpt-v2 {
  2600.        font-size: 14px;
  2601.        color: #6c757d;
  2602.        margin-bottom: 15px;
  2603.        line-height: 1.6;
  2604.    }
  2605.    
  2606.    .sponsored-meta-v2 {
  2607.        display: flex;
  2608.        align-items: center;
  2609.        justify-content: space-between;
  2610.        font-size: 12px;
  2611.        color: #6c757d;
  2612.    }
  2613.    
  2614.    .author-info-v2 {
  2615.        display: flex;
  2616.        align-items: center;
  2617.        gap: 8px;
  2618.    }
  2619.    
  2620.    .sponsored-author-img-v2 {
  2621.        width: 28px;
  2622.        height: 28px;
  2623.        border-radius: 50%;
  2624.        object-fit: cover;
  2625.    }
  2626.    
  2627.    .section-title-sponsored-v2 {
  2628.        font-size: 2.2rem;
  2629.        font-weight: 700;
  2630.        text-align: center;
  2631.        margin-bottom: 30px;
  2632.        color: #333;
  2633.    }
  2634.  
  2635.    @media (max-width: 768px) {
  2636.        .sponsored-section-v2 {
  2637.            padding: 30px 0;
  2638.        }
  2639.        .sponsored-content-v2 {
  2640.            padding: 15px;
  2641.        }
  2642.        .sponsored-title-v2 {
  2643.            font-size: 16px;
  2644.        }
  2645.        .sponsored-excerpt-v2 {
  2646.            font-size: 13px;
  2647.        }
  2648.    }
  2649. </style>
  2650.  
  2651. <section class="sponsored-section-v2">
  2652.    <div class="container-fluid fluid-container">
  2653.        <div class="row">
  2654.            <div class="col-12">
  2655.                <h2 class="section-title-sponsored-v2">Sponsored News</h2>
  2656.            </div>
  2657.        </div>
  2658.        
  2659.        <div class="row g-4">
  2660.            
  2661.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  2662.                <div class="card sponsored-card-v2">
  2663.                    <div class="sponsored-image-v2">
  2664.                        
  2665.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2666.                        
  2667.                        <div class="sponsored-badge-v2 bg-primary-gradient">Esports</div>
  2668.                    </div>
  2669.                    <div class="sponsored-content-v2">
  2670.                        <h3 class="sponsored-title-v2">
  2671.                            <a href="/becoming-a-master-of-poker-essential-tips-for-success-at-the-casino/" class="top-color">
  2672.                            Becoming a Master of Poker: Essential Tips for Success at the Casino
  2673.                            </a>
  2674.                        </h3>
  2675.                        <p class="sponsored-excerpt-v2">
  2676.                            
  2677.                        </p>
  2678.                        <div class="sponsored-meta-v2">
  2679.                            <div class="author-info-v2">
  2680.                                
  2681.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/9c7e9ed9-859a-4457-bffe-a5d9a2d5dc0c_profile.png" alt="James Davis" style="object-fit: cover;" class="sponsored-author-img-v2">
  2682.                                
  2683.                                <span>
  2684.                                    James Davis
  2685.                                </span>
  2686.                            </div>
  2687.                            <span>20 Jan 2026</span>
  2688.                        </div>
  2689.                    </div>
  2690.                </div>
  2691.            </div>
  2692.            
  2693.        </div>
  2694.    </div>
  2695. </section>
  2696.  
  2697.  
  2698.    
  2699.        <!-- end wpo-blog-sponsored-section -->
  2700.        <!-- start wpo-subscribe-section -->
  2701.        
  2702.        <!-- end subscribe-section -->
  2703.        <!-- start of wpo-site-footer-section -->
  2704.        
  2705.  
  2706.  
  2707.  
  2708.  
  2709.  
  2710.  
  2711. <!-- Footer V4 - Modern Corporate Design -->
  2712. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  2713.  
  2714.    <div class="container-fluid fluid-container">
  2715.        
  2716.        <!-- Content Sections -->
  2717.        <div class="content-sections">
  2718.            <div class="row g-5">
  2719.                
  2720.                <!-- Brand Column -->
  2721.                <div class="col-lg-4 col-md-12">
  2722.                    <div class="brand-section">
  2723.                        <div class="brand-header">
  2724.                            
  2725.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/77a69a1d-5d17-4d4d-b9e4-1e5e45b4d35f_logo.png" alt="Calm Digest" class="brand-logo" loading="lazy">
  2726.                            
  2727.                            <div class="brand-text">
  2728.                                <h3 class="brand-name">Calm Digest</h3>
  2729.                                <span class="brand-type">Digital Publication</span>
  2730.                            </div>
  2731.                        </div>
  2732.                        <p class="brand-description  text-lg-start ">
  2733.                            Explore expert articles on wellness, mindfulness, and mental health. Discover practical tips, research-backed advice, and inspiring stories to enhance your daily life and well-being.
  2734.                        </p>
  2735.                    </div>
  2736.                </div>
  2737.  
  2738.                <!-- Quick Links Column -->
  2739.               <div class="col-lg-4 col-md-6">
  2740.                    <div class="links-section">
  2741.                        <div class="section-title">
  2742.                            <h4 class="title-text">Resources</h4>
  2743.                            <div class="title-decoration"></div>
  2744.                        </div>
  2745.                        <div class="links-container">
  2746.                          
  2747. <div class="link-group">
  2748.    <ul class="link-list" id="externalLinks">
  2749.        
  2750.  
  2751.    
  2752.        
  2753.        
  2754.        
  2755.    </ul>
  2756. </div>
  2757.  
  2758.                        </div>
  2759.                    </div>
  2760.                </div>
  2761.  
  2762.                <!-- Categories Column -->
  2763.                <div class="col-lg-4 col-md-6">
  2764.                    <div class="categories-section">
  2765.                        <div class="section-title">
  2766.                            <h4 class="title-text">Explore Topics</h4>
  2767.                            <div class="title-decoration"></div>
  2768.                        </div>
  2769.                        <div class="categories-container">
  2770.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  2771.                            <div class="categories-cloud">
  2772.                                
  2773.                                <a href="/category/all-posts/" class="category-pill">
  2774.                                    All Posts
  2775.                                </a>
  2776.                                
  2777.                                <a href="/category/business/" class="category-pill">
  2778.                                    Business
  2779.                                </a>
  2780.                                
  2781.                                <a href="/category/esports/" class="category-pill">
  2782.                                    Esports
  2783.                                </a>
  2784.                                
  2785.                                <a href="/category/fashion/" class="category-pill">
  2786.                                    Fashion
  2787.                                </a>
  2788.                                
  2789.                                <a href="/category/featured/" class="category-pill">
  2790.                                    Featured
  2791.                                </a>
  2792.                                
  2793.                                <a href="/category/gaming/" class="category-pill">
  2794.                                    Gaming
  2795.                                </a>
  2796.                                
  2797.                                <a href="/category/health/" class="category-pill">
  2798.                                    Health
  2799.                                </a>
  2800.                                
  2801.                                <a href="/category/life-fitness/" class="category-pill">
  2802.                                    Life &amp; Fitness
  2803.                                </a>
  2804.                                
  2805.                            </div>
  2806.                        </div>
  2807.                    </div>
  2808.                </div>
  2809.  
  2810.            </div>
  2811.        </div>
  2812.  
  2813.        <!-- Footer Bottom -->
  2814.        <div class="footer-bottom">
  2815.            <div class="bottom-border"></div>
  2816.            <div class=" d-flex justify-content-between flex-wrap">
  2817.                <div>
  2818.                    <div class="copyright-info">
  2819.                        <p class="copyright-main">
  2820.                            Â© 2026 <span class="brand-highlight">Calm Digest</span>. All rights reserved.
  2821.                        </p>
  2822.                        <p class="copyright-sub">
  2823.                            Thoughtfully crafted content for curious minds worldwide.
  2824.                        </p>
  2825.                    </div>
  2826.                </div>
  2827.                <div>
  2828.                    <div class="footer-actions">
  2829.                        <div class="action-links">
  2830.                            <a href="/page/write-for-us/" class="action-link">
  2831.                                <i class="bi bi-shield-check"></i>
  2832.                                <span>Write For Us</span>
  2833.                            </a>
  2834.                            <a href="/page/terms-and-conditions/" class="action-link">
  2835.                                <i class="bi bi-shield-check"></i>
  2836.                                <span>Terms & Conditions</span>
  2837.                            </a>
  2838.                            <a href="/sitemap.xml" class="action-link">
  2839.                                <i class="bi bi-diagram-3"></i>
  2840.                                <span>Sitemap</span>
  2841.                            </a>
  2842.                        </div>
  2843.  
  2844.                    </div>
  2845.                </div>
  2846.            </div>
  2847.        </div>
  2848.  
  2849.    </div>
  2850.  
  2851.    
  2852.  
  2853. </footer>
  2854.  
  2855.  
  2856. <style>
  2857. /* Footer V4 - Modern Corporate Design */
  2858. .wpo-site-footer-v4 {
  2859.    color: var(--footer-color);
  2860.    margin-top: 100px;
  2861. }
  2862.  
  2863.  
  2864. .accent-line {
  2865.    position: absolute;
  2866.    top: 0;
  2867.    height: 100%;
  2868.    width: 33.333%;
  2869.    opacity: 0.8;
  2870. }
  2871.  
  2872. .accent-1 {
  2873.    left: 0;
  2874.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  2875.    animation: slideRight 3s ease-in-out infinite;
  2876. }
  2877.  
  2878. .accent-2 {
  2879.    left: 33.333%;
  2880.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  2881.    animation: slideRight 3s ease-in-out infinite 1s;
  2882. }
  2883.  
  2884. .accent-3 {
  2885.    left: 66.666%;
  2886.    background: linear-gradient(90deg, #10b981, #059669);
  2887.    animation: slideRight 3s ease-in-out infinite 2s;
  2888. }
  2889.  
  2890. @keyframes slideRight {
  2891.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  2892.    50% { transform: translateX(10px); opacity: 1; }
  2893. }
  2894.  
  2895. /* Content Sections */
  2896. .content-sections {
  2897.    padding: 60px 0;
  2898.    position: relative;
  2899.    z-index: 2;
  2900. }
  2901.  
  2902. /* Brand Section */
  2903. .brand-section {
  2904.    padding-right: 2rem;
  2905. }
  2906.  
  2907. .brand-header {
  2908.    display: flex;
  2909.    align-items: center;
  2910.    margin-bottom: 2rem;
  2911.    gap: 1rem;
  2912. }
  2913.  
  2914. .brand-logo {
  2915.    height: 50px;
  2916.    width: auto;
  2917.    border-radius: 8px;
  2918. }
  2919.  
  2920. .brand-name {
  2921.    font-size: 1.5rem;
  2922.    font-weight: 800;
  2923.    color: var(--footer-color) !important;
  2924.    margin: 0;
  2925. }
  2926.  
  2927. .brand-type {
  2928.    color: var(--footer-color) !important;
  2929.    opacity: 0.8;
  2930.    font-size: 0.85rem;
  2931.    font-weight: 500;
  2932.    text-transform: uppercase;
  2933.    letter-spacing: 0.5px;
  2934. }
  2935.  
  2936. .brand-description {
  2937.    color: var(--footer-color) !important;
  2938.    line-height: 1.7;
  2939.    margin-bottom: 2rem;
  2940.    font-size: 0.95rem;
  2941. }
  2942.  
  2943. .brand-stats {
  2944.    display: flex;
  2945.    align-items: center;
  2946.    gap: 1.5rem;
  2947. }
  2948.  
  2949. .stat-item {
  2950.    text-align: center;
  2951. }
  2952.  
  2953. .stat-number {
  2954.    font-size: 1.5rem;
  2955.    font-weight: 800;
  2956.    color: #3b82f6;
  2957.    display: block;
  2958.    line-height: 1;
  2959. }
  2960.  
  2961. .stat-label {
  2962.    font-size: 0.8rem;
  2963.    color: #94a3b8;
  2964.    margin-top: 0.25rem;
  2965. }
  2966.  
  2967. .stat-divider {
  2968.    width: 1px;
  2969.    height: 40px;
  2970.    background: rgba(255, 255, 255, 0.2);
  2971. }
  2972.  
  2973. /* Links Section */
  2974. .links-section {
  2975.    padding-left: 1rem;
  2976.    padding-right: 1rem;
  2977. }
  2978.  
  2979. .section-title {
  2980.    margin-bottom: 2rem;
  2981.    position: relative;
  2982. }
  2983.  
  2984. .title-text {
  2985.    font-size: 1.3rem;
  2986.    font-weight: 700;
  2987.    color: var(--footer-color) !important;
  2988.    margin-bottom: 0.5rem;
  2989.    text-align: justify !important;
  2990. }
  2991.  
  2992.  
  2993. .link-group {
  2994.    margin-bottom: 2rem;
  2995. }
  2996.  
  2997. .group-title {
  2998.    font-size: 1rem;
  2999.    font-weight: 600;
  3000.    color: #f1f5f9;
  3001.    margin-bottom: 1rem;
  3002.    padding-bottom: 0.5rem;
  3003.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  3004. }
  3005.  
  3006. .link-list {
  3007.    list-style: none;
  3008.    padding: 0;
  3009.    margin: 0;
  3010. }
  3011.  
  3012. .link-item {
  3013.    margin-bottom: 0.75rem;
  3014. }
  3015.  
  3016. .link-text {
  3017.    color: var(--footer-color) !important;
  3018.    text-decoration: none;
  3019.    font-size: 0.9rem;
  3020.    display: flex;
  3021.    align-items: center;
  3022.    transition: all 0.3s ease;
  3023.    padding: 0.25rem 0;
  3024. }
  3025.  
  3026. .link-text:hover {
  3027.    color: #3b82f6;
  3028.    padding-left: 0.5rem;
  3029. }
  3030.  
  3031. .link-icon {
  3032.    margin-right: 0.5rem;
  3033.    opacity: 0;
  3034.    transition: opacity 0.3s ease;
  3035. }
  3036.  
  3037. .link-text:hover .link-icon {
  3038.    opacity: 1;
  3039. }
  3040.  
  3041. .external-icon {
  3042.    color: #10b981;
  3043. }
  3044.  
  3045. /* Categories Section */
  3046. .categories-section {
  3047.    padding-left: 1rem;
  3048. }
  3049.  
  3050. .categories-intro {
  3051.    color: #cbd5e1;
  3052.    margin-bottom: 1.5rem;
  3053.    font-size: 0.9rem;
  3054. }
  3055.  
  3056. .categories-cloud {
  3057.    display: flex;
  3058.    flex-wrap: wrap;
  3059.    gap: 0.75rem;
  3060. }
  3061.  
  3062. .category-pill {
  3063.    display: inline-block;
  3064.    padding: 0.5rem 1rem;
  3065.    background: rgba(255, 255, 255, 0.1);
  3066.    border: 1px solid rgba(255, 255, 255, 0.2);
  3067.    border-radius: 20px;
  3068.    color:  var(--footer-color) !important;
  3069.    text-decoration: none;
  3070.    font-size: 0.85rem;
  3071.    opacity: 0.7;
  3072.    font-weight: 500;
  3073.    transition: all 0.3s ease;
  3074. }
  3075.  
  3076. .category-pill:hover {
  3077.    background: #3b82f6;
  3078.    border-color: #3b82f6;
  3079.    color: var(--footer-color) !important;
  3080.    opacity: 1;
  3081.    transform: translateY(-1px);
  3082.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  3083. }
  3084.  
  3085. /* Footer Bottom */
  3086. .footer-bottom {
  3087.    padding: 2rem 0;
  3088.    position: relative;
  3089.    z-index: 2;
  3090. }
  3091.  
  3092. .bottom-border {
  3093.    height: 1px;
  3094.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  3095.    margin-bottom: 2rem;
  3096. }
  3097.  
  3098. .copyright-main {
  3099.    font-size: 1rem;
  3100.    color: #e2e8f0;
  3101.    margin-bottom: 0.25rem;
  3102. }
  3103.  
  3104. .brand-highlight {
  3105.    color: var(--footer-color);
  3106.    font-weight: 700;
  3107. }
  3108.  
  3109. .copyright-sub {
  3110.    font-size: 0.85rem;
  3111.    color: #94a3b8;
  3112.    margin: 0;
  3113. }
  3114.  
  3115. .footer-actions {
  3116.    display: flex;
  3117.    align-items: center;
  3118.    gap: 2rem;
  3119. }
  3120.  
  3121. .action-links {
  3122.    display: flex;
  3123.    gap: 1.5rem;
  3124. }
  3125.  
  3126. .action-link {
  3127.    display: flex;
  3128.    align-items: center;
  3129.    gap: 0.5rem;
  3130.    color: #cbd5e1;
  3131.    text-decoration: none;
  3132.    font-size: 0.9rem;
  3133.    transition: color 0.3s ease;
  3134. }
  3135.  
  3136. .action-link:hover {
  3137.    color: #3b82f6;
  3138. }
  3139.  
  3140. .scroll-to-top-btn {
  3141.    background: rgba(255, 255, 255, 0.1);
  3142.    border: 1px solid rgba(255, 255, 255, 0.2);
  3143.    color: #cbd5e1;
  3144.    width: 44px;
  3145.    height: 44px;
  3146.    border-radius: 12px;
  3147.    cursor: pointer;
  3148.    transition: all 0.3s ease;
  3149.    display: flex;
  3150.    align-items: center;
  3151.    justify-content: center;
  3152. }
  3153.  
  3154. .scroll-to-top-btn:hover {
  3155.    background: #3b82f6;
  3156.    border-color: #3b82f6;
  3157.    color: white;
  3158.    transform: translateY(-2px);
  3159. }
  3160.  
  3161. /* Background Pattern */
  3162. .footer-pattern {
  3163.    position: absolute;
  3164.    top: 0;
  3165.    left: 0;
  3166.    width: 100%;
  3167.    height: 100%;
  3168.    z-index: 1;
  3169.    overflow: hidden;
  3170. }
  3171.  
  3172. .pattern-grid {
  3173.    position: relative;
  3174.    width: 100%;
  3175.    height: 100%;
  3176. }
  3177.  
  3178. .pattern-dot {
  3179.    position: absolute;
  3180.    width: 2px;
  3181.    height: 2px;
  3182.    background: rgba(255, 255, 255, 0.1);
  3183.    border-radius: 50%;
  3184. }
  3185.  
  3186. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  3187. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  3188. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  3189. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  3190. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  3191. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  3192.  
  3193. /* Responsive Design */
  3194. @media (max-width: 992px) {
  3195.    .newsletter-heading {
  3196.        font-size: 2rem;
  3197.    }
  3198.    
  3199.    .brand-section {
  3200.        padding-right: 0;
  3201.        margin-bottom: 3rem;
  3202.    }
  3203.    
  3204.    .links-section, .categories-section {
  3205.        padding-left: 0;
  3206.        padding-right: 0;
  3207.    }
  3208.    
  3209.    .brand-stats {
  3210.        justify-content: center;
  3211.        margin-top: 2rem;
  3212.    }
  3213. }
  3214.  
  3215. @media (max-width: 768px) {
  3216.    .newsletter-section {
  3217.        padding: 60px 0 40px;
  3218.    }
  3219.    
  3220.    .newsletter-container {
  3221.        padding: 2rem 1.5rem;
  3222.        margin: 0 1rem;
  3223.    }
  3224.    
  3225.    .newsletter-heading {
  3226.        font-size: 1.75rem;
  3227.    }
  3228.    
  3229.    .content-sections {
  3230.        padding: 40px 0;
  3231.    }
  3232.    
  3233.    .brand-header {
  3234.        flex-direction: column;
  3235.        text-align: center;
  3236.    }
  3237.    
  3238.    .footer-actions {
  3239.        flex-direction: column;
  3240.        gap: 1rem;
  3241.        margin-top: 1.5rem;
  3242.    }
  3243.    
  3244.    .action-links {
  3245.        order: 2;
  3246.    }
  3247.    
  3248.    .scroll-to-top-btn {
  3249.        order: 1;
  3250.    }
  3251. }
  3252.  
  3253. @media (max-width: 576px) {
  3254.    .newsletter-container {
  3255.        padding: 1.5rem 1rem;
  3256.    }
  3257.    
  3258.    .newsletter-heading {
  3259.        font-size: 1.5rem;
  3260.    }
  3261.    
  3262.    .brand-stats {
  3263.        flex-direction: column;
  3264.        gap: 1rem;
  3265.    }
  3266.    
  3267.    .stat-divider {
  3268.        width: 40px;
  3269.        height: 1px;
  3270.    }
  3271.    
  3272.    .action-links {
  3273.        flex-direction: column;
  3274.        gap: 0.75rem;
  3275.        text-align: center;
  3276.    }
  3277.    
  3278.    .pattern-dot {
  3279.        display: none;
  3280.    }
  3281. }
  3282. </style>
  3283.  
  3284. <!-- Bootstrap 5 JS -->
  3285.  
  3286. <script>
  3287. // Scroll to Top Function
  3288. document.addEventListener('DOMContentLoaded', function () {
  3289.    var btn = document.getElementById('toggleExternal');
  3290.    if (!btn) return; // No extra items, no button
  3291.  
  3292.    var extras = document.querySelectorAll('#externalLinks li.extra');
  3293.  
  3294.    btn.addEventListener('click', function () {
  3295.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3296.            return li.classList.contains('d-none');
  3297.        });
  3298.  
  3299.        extras.forEach(function (li) {
  3300.            if (anyHidden) {
  3301.                li.classList.remove('d-none');
  3302.                li.classList.add('show');
  3303.            } else {
  3304.                li.classList.add('d-none');
  3305.                li.classList.remove('show');
  3306.            }
  3307.        });
  3308.  
  3309.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3310.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3311.    });
  3312. });
  3313. function scrollToTop() {
  3314.    window.scrollTo({
  3315.        top: 0,
  3316.        behavior: 'smooth'
  3317.    });
  3318. }
  3319.  
  3320. // Initialize Footer V4 Features
  3321. document.addEventListener('DOMContentLoaded', function() {
  3322.    
  3323.    // Newsletter Form Handling
  3324.    const newsletterForm = document.querySelector('.newsletter-form');
  3325.    const emailInput = document.querySelector('.form-input');
  3326.    const submitButton = document.querySelector('.submit-button');
  3327.    const successMessage = document.querySelector('.success-message');
  3328.    const errorMessage = document.querySelector('.error-message');
  3329.    const infoMessage = document.querySelector('.info-message');
  3330.    
  3331.    if (newsletterForm && emailInput && submitButton) {
  3332.        
  3333.        // Form submission
  3334.        newsletterForm.addEventListener('submit', function(e) {
  3335.            e.preventDefault();
  3336.            
  3337.            const email = emailInput.value.trim();
  3338.            
  3339.            // Validate email
  3340.            if (!email || !isValidEmail(email)) {
  3341.                showMessage('error');
  3342.                emailInput.focus();
  3343.                return;
  3344.            }
  3345.            
  3346.            // Show loading state
  3347.            const originalText = submitButton.querySelector('.button-text').textContent;
  3348.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  3349.            
  3350.            submitButton.disabled = true;
  3351.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  3352.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  3353.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  3354.            
  3355.            // Simulate API call
  3356.            setTimeout(() => {
  3357.                // Success state
  3358.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  3359.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  3360.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  3361.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  3362.                
  3363.                showMessage('success');
  3364.                
  3365.                // Reset after delay
  3366.                setTimeout(() => {
  3367.                    submitButton.querySelector('.button-text').textContent = originalText;
  3368.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  3369.                    submitButton.style.background = '';
  3370.                    submitButton.disabled = false;
  3371.                    emailInput.value = '';
  3372.                    showMessage('info');
  3373.                }, 3000);
  3374.                
  3375.            }, 2000);
  3376.        });
  3377.        
  3378.        // Input validation
  3379.        emailInput.addEventListener('blur', function() {
  3380.            const email = this.value.trim();
  3381.            if (email && !isValidEmail(email)) {
  3382.                this.style.borderColor = '#ef4444';
  3383.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  3384.            } else if (email && isValidEmail(email)) {
  3385.                this.style.borderColor = '#10b981';
  3386.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  3387.            }
  3388.        });
  3389.        
  3390.        emailInput.addEventListener('focus', function() {
  3391.            this.style.borderColor = '#3b82f6';
  3392.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  3393.        });
  3394.        
  3395.        // Reset validation styling on input
  3396.        emailInput.addEventListener('input', function() {
  3397.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  3398.                this.style.borderColor = '';
  3399.                this.style.boxShadow = '';
  3400.            }
  3401.        });
  3402.    }
  3403.    
  3404.    // Email validation function
  3405.    function isValidEmail(email) {
  3406.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  3407.        return emailRegex.test(email);
  3408.    }
  3409.    
  3410.    // Message display function
  3411.    function showMessage(type) {
  3412.        // Hide all messages
  3413.        successMessage.style.display = 'none';
  3414.        errorMessage.style.display = 'none';
  3415.        infoMessage.style.display = 'none';
  3416.        
  3417.        // Show specific message
  3418.        if (type === 'success') {
  3419.            successMessage.style.display = 'block';
  3420.        } else if (type === 'error') {
  3421.            errorMessage.style.display = 'block';
  3422.        } else if (type === 'info') {
  3423.            infoMessage.style.display = 'block';
  3424.        }
  3425.    }
  3426.    
  3427.    // Smooth reveal animations
  3428.    const observerOptions = {
  3429.        threshold: 0.1,
  3430.        rootMargin: '0px 0px -30px 0px'
  3431.    };
  3432.    
  3433.    const sectionObserver = new IntersectionObserver((entries) => {
  3434.        entries.forEach(entry => {
  3435.            if (entry.isIntersecting) {
  3436.                entry.target.style.opacity = '1';
  3437.                entry.target.style.transform = 'translateY(0)';
  3438.            }
  3439.        });
  3440.    }, observerOptions);
  3441.    
  3442.    // Animate sections
  3443.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  3444.        section.style.opacity = '0';
  3445.        section.style.transform = 'translateY(20px)';
  3446.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  3447.        sectionObserver.observe(section);
  3448.    });
  3449.    
  3450.    // Animate category pills
  3451.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  3452.        pill.style.opacity = '0';
  3453.        pill.style.transform = 'translateY(10px)';
  3454.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  3455.        
  3456.        setTimeout(() => {
  3457.            pill.style.opacity = '1';
  3458.            pill.style.transform = 'translateY(0)';
  3459.        }, 300 + (index * 100));
  3460.    });
  3461.    
  3462.    // Enhanced link hover effects
  3463.    document.querySelectorAll('.link-text').forEach(link => {
  3464.        link.addEventListener('mouseenter', function() {
  3465.            const icon = this.querySelector('.link-icon');
  3466.            if (icon) {
  3467.                icon.style.transform = 'translateX(4px)';
  3468.            }
  3469.        });
  3470.        
  3471.        link.addEventListener('mouseleave', function() {
  3472.            const icon = this.querySelector('.link-icon');
  3473.            if (icon) {
  3474.                icon.style.transform = 'translateX(0)';
  3475.            }
  3476.        });
  3477.    });
  3478.    
  3479.    // Prevent default for demo links
  3480.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3481.        link.addEventListener('click', function(e) {
  3482.            e.preventDefault();
  3483.        });
  3484.    });
  3485.    
  3486.    // Add ripple effect to submit button
  3487.    submitButton.addEventListener('click', function(e) {
  3488.        const ripple = document.createElement('span');
  3489.        const rect = this.getBoundingClientRect();
  3490.        const size = Math.max(rect.width, rect.height);
  3491.        const x = e.clientX - rect.left - size / 2;
  3492.        const y = e.clientY - rect.top - size / 2;
  3493.        
  3494.        ripple.style.cssText = `
  3495.            position: absolute;
  3496.            width: ${size}px;
  3497.            height: ${size}px;
  3498.            left: ${x}px;
  3499.            top: ${y}px;
  3500.            background: rgba(255, 255, 255, 0.3);
  3501.            border-radius: 50%;
  3502.            transform: scale(0);
  3503.            animation: ripple 0.6s ease-out;
  3504.            pointer-events: none;
  3505.        `;
  3506.        
  3507.        this.appendChild(ripple);
  3508.        
  3509.        setTimeout(() => {
  3510.            ripple.remove();
  3511.        }, 600);
  3512.    });
  3513.    
  3514. });
  3515.  
  3516. // Add CSS for ripple animation
  3517. const rippleStyle = document.createElement('style');
  3518. rippleStyle.textContent = `
  3519.    @keyframes ripple {
  3520.        to {
  3521.            transform: scale(2);
  3522.            opacity: 0;
  3523.        }
  3524.    }
  3525.    
  3526.    @keyframes spin {
  3527.        from { transform: rotate(0deg); }
  3528.        to { transform: rotate(360deg); }
  3529.    }
  3530.    
  3531.    .submit-button {
  3532.        position: relative;
  3533.        overflow: hidden;
  3534.    }
  3535. `;
  3536. document.head.appendChild(rippleStyle);
  3537. </script>
  3538.  
  3539.        <!-- end of wpo-site-footer-section -->
  3540.    </div>
  3541.    <!-- end of page-wrapper -->
  3542.  
  3543.    <!-- All JavaScript files
  3544.    ================================================== -->
  3545.    
  3546.  
  3547. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3548. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3549. <!-- Plugins for this template -->
  3550. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3551. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3552. <!-- Custom script for this template -->
  3553. <script src="/static/blogapp/assets/js/script.js"></script>
  3554.  
  3555. <script>
  3556. (function () {
  3557. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3558. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3559.  
  3560. function applyFallback(img) {
  3561. if (!img || img.dataset.fallbackApplied === "1") {
  3562. return;
  3563. }
  3564. var failedSrc = img.currentSrc || img.src || "";
  3565. img.dataset.fallbackApplied = "1";
  3566. img.onerror = null;
  3567. img.src = fallbackImageSrc;
  3568. console.warn("[ImageFallback] Replaced broken image:", {
  3569. failedSrc: failedSrc,
  3570. fallbackSrc: fallbackImageSrc,
  3571. alt: img.alt || "",
  3572. });
  3573. }
  3574.  
  3575. document.querySelectorAll("img").forEach(function (img) {
  3576. if (img.complete && img.naturalWidth === 0) {
  3577. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3578. failedSrc: img.currentSrc || img.src || "",
  3579. alt: img.alt || "",
  3580. });
  3581. applyFallback(img);
  3582. }
  3583. });
  3584.  
  3585. document.addEventListener(
  3586. "error",
  3587. function (event) {
  3588. var target = event.target;
  3589. if (target && target.tagName === "IMG") {
  3590. applyFallback(target);
  3591. }
  3592. },
  3593. true
  3594. );
  3595. })();
  3596. </script>
  3597.  
  3598. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3599.  
  3600.  
  3601.  
  3602. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"63c920b46e124bc08a333298a6377706","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3603. </body>
  3604.  
  3605. </html>
  3606.  
  3607.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda