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

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