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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="work">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/Untitled_design_-_2025-04-28T110337.711_jmBNby2_j8FdYYk_mwI4t7R.png">
  14.    
  15.  
  16.    <title>PrimeBrief: Latest Business News and Financial Market Insights</title>
  17.    <meta name="description" content="PrimeBrief delivers up-to-date business news, financial market analysis, and economic insights to help professionals stay informed and make strategic decisions.">
  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://primebrief.us/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #0288d1;
  42.        --bs-primary-rgb: 0288d1;
  43.        --bs-secondary: #64748b;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #e6f4fa;
  49.        --bs-dark: #0a2f3c;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #0288d1;
  53.        --theme-primary-color-s2: #0288d1;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #0a2f3c;
  57.        --text-light-color: #676767;
  58.        --heading-color: #0a2f3c;
  59.        --border-color: #7dd3fc;
  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: #bae6fd;
  75.        --navbar-color: #0a2f3c;
  76.        --topbar-bg: #e6f4fa;
  77.        --topbar-color: #0a2f3c;
  78.        --footer-bg: #0a2f3c;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #7dd3fc;
  82.        --card-radius: 12px;
  83.        --link-color: #0288d1;
  84.        --link-hover: #0273b3;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(2, 136, 209, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_98">
  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.  
  406. <div class="topbar d-sm-flex d-none">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row  ">
  409.      <div>
  410.        <div class="pt-2 d-flex gap-2 pb-0">
  411.          <div class="">
  412.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  413.          </div>
  414.  
  415.          <!-- Add an id to the marquee -->
  416.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  417.            <p class="text-center">
  418.              
  419.               <a href="/the-growth-of-live-dealer-games-in-casinos/" class="px-5 top-color">
  420.                    The Growth of Live Dealer Games in Casinos
  421.                  </a>
  422.              
  423.            </p>
  424.          </marquee>
  425.        </div>
  426.      </div>
  427.    </div>
  428.  </div>
  429. </div>
  430. <style>
  431.  .tilt-button {
  432.  padding: 0.5rem 1rem;
  433.  white-space: nowrap;
  434.  font-weight: bold;
  435.  display: inline-block;
  436.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  437.  transition: background 0.3s ease;
  438. }
  439.  
  440.  
  441. </style>
  442. <script>
  443.  // Stop/start marquee when hovering or focusing links inside it
  444.  document.addEventListener("DOMContentLoaded", function () {
  445.    const marquee = document.getElementById("newsMarquee");
  446.    if (!marquee) return;
  447.  
  448.    marquee.querySelectorAll("a").forEach((link) => {
  449.      link.addEventListener("mouseenter", () => marquee.stop());
  450.      link.addEventListener("mouseleave", () => marquee.start());
  451.      // keyboard accessibility
  452.      link.addEventListener("focus", () => marquee.stop());
  453.      link.addEventListener("blur", () => marquee.start());
  454.    });
  455.  });
  456. </script>
  457.  
  458.  
  459.  
  460.            
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467. <nav class="navigation navbar navbar-expand-lg mb-4">
  468.  <div class="container-fluid fluid-container">
  469.    <div class=" gap-3 align-items-center pt-md-0 pt-3 justify-content-lg-start justify-content-between flex-wrap d-flex w-100">
  470.      <div class="navbar-header d-md-none mb-0 justify-content-center d-flex w-sm-full">
  471.          <a class="navbar-brand" href="/">
  472.              
  473.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/e71eac30-328f-40bb-9dad-90965a2e8ce1_logo.png" alt="PrimeBrief" />
  474.              
  475.          </a>
  476.      </div>
  477.      <div class="">
  478.        <div class="style-card">
  479.          <div class="minimal-search mb-md-4 mb-0">
  480.            <input type="search" class="search-input mt-md-4 mt-0" placeholder="Search..." />
  481.            <svg class="search-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  482.              <circle cx="11" cy="11" r="8"></circle>
  483.              <path d="m21 21-4.35-4.35"></path>
  484.            </svg>
  485.          </div>
  486.          <!-- The search results will be displayed here -->
  487.          <div id="search-results" class="search-results-container search-v1"></div>
  488.        </div>
  489.      </div>
  490.      <div class=" d-flex flex-wrap">
  491.        <div class="navbar-header d-lg-none d-none d-md-flex">
  492.          <a class="navbar-brand" href='/'><img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/e71eac30-328f-40bb-9dad-90965a2e8ce1_logo.png" alt="" /></a>
  493.        </div>
  494.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  495.          <button class="menu-close"><i class="ti-close"></i></button>
  496.  
  497.    <ul class="nav navbar-nav mb-2 mb-lg-0 align-items-center">
  498.    <li>
  499.      <a href="/">
  500.        Home
  501.      </a>
  502.    </li>
  503.  
  504.  
  505.    <li>
  506.      <a href="/category/all-posts/">
  507.        All Posts
  508.      </a>
  509.    </li>
  510.  
  511.    <li>
  512.      <a href="/category/business/">
  513.        Business
  514.      </a>
  515.    </li>
  516.  
  517.    <li>
  518.      <a href="/category/esports/">
  519.        Esports
  520.      </a>
  521.    </li>
  522.  
  523.  
  524.  
  525.  <div class="navbar-header d-lg-block d-none">
  526.    <a class="navbar-brand" href="/">
  527.      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/e71eac30-328f-40bb-9dad-90965a2e8ce1_logo.png" alt="" />
  528.    </a>
  529.  </div>
  530.  
  531.  
  532.  
  533.    
  534.    
  535.    
  536.      <li>
  537.        <a href="/category/fashion/">
  538.          Fashion
  539.        </a>
  540.      </li>
  541.    
  542.      <li>
  543.        <a href="/category/featured/">
  544.          Featured
  545.        </a>
  546.      </li>
  547.    
  548.  
  549.    
  550.    
  551.      <li class="menu-item-has-children">
  552.        <a href="#">More</a>
  553.        <ul class="sub-menu">
  554.          
  555.            <li>
  556.              <a href="/category/gaming/">
  557.                Gaming
  558.              </a>
  559.            </li>
  560.          
  561.            <li>
  562.              <a href="/category/health/">
  563.                Health
  564.              </a>
  565.            </li>
  566.          
  567.            <li>
  568.              <a href="/category/life-fitness/">
  569.                Life &amp; Fitness
  570.              </a>
  571.            </li>
  572.          
  573.            <li>
  574.              <a href="/category/lifestyle/">
  575.                Lifestyle
  576.              </a>
  577.            </li>
  578.          
  579.            <li>
  580.              <a href="/category/news/">
  581.                News
  582.              </a>
  583.            </li>
  584.          
  585.            <li>
  586.              <a href="/category/others/">
  587.                Others
  588.              </a>
  589.            </li>
  590.          
  591.            <li>
  592.              <a href="/category/politics/">
  593.                Politics
  594.              </a>
  595.            </li>
  596.          
  597.            <li>
  598.              <a href="/category/sports/">
  599.                Sports
  600.              </a>
  601.            </li>
  602.          
  603.            <li>
  604.              <a href="/category/tech/">
  605.                Tech
  606.              </a>
  607.            </li>
  608.          
  609.            <li>
  610.              <a href="/category/travel/">
  611.                Travel
  612.              </a>
  613.            </li>
  614.          
  615.        </ul>
  616.      </li>
  617.    
  618.  
  619.  
  620. <li>
  621.                  <a href="/page/contact-us/">
  622.                     Contact Us
  623.                  </a>
  624.              </li>
  625. </ul>
  626.  
  627.        </div>
  628.        <div class="sidebar-blur"></div>
  629.        <!-- end of nav-collapse -->
  630.      </div>
  631.      <div class="me-3">
  632.        <div class="mobail-menu d-xl-none d-block">
  633.          <button type="button" class="navbar-toggler open-btn">
  634.            <span class="sr-only">Toggle navigation</span>
  635.            <span class="icon-bar first-angle"></span>
  636.            <span class="icon-bar middle-angle"></span>
  637.            <span class="icon-bar last-angle"></span>
  638.          </button>
  639.        </div>
  640.        <!-- <div class="header-right">
  641.          <div class="header-right-menu-wrapper d-xl-block d-none">
  642.            <div class="header-right-menu">
  643.              <div class="right-menu-toggle-btn">
  644.                <span></span>
  645.                <span></span>
  646.                <span></span>
  647.              </div>
  648.              <div class="header-right-menu-wrap" style="z-index: 999;">
  649.                <button class="right-menu-close"><i class="ti-close"></i></button>
  650.                <div class="logo">
  651.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  652.                </div>
  653.                <div class="header-right-sec">
  654.                  <div class="project-widget widget">
  655.                    <h3 class="text-white">Our Latest News</h3>
  656.                    <div class="posts">
  657.                      <div class="post">
  658.                        <div class="img-holder">
  659.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  660.                        </div>
  661.                        <div class="details">
  662.                          <span class="date">19 Jun 2022</span>
  663.                          <h4><a href="blog-single.html" class="text-white">Perfect Photo Clicking Idea You Must Know.</a></h4>
  664.                        </div>
  665.                      </div>
  666.                      <div class="post">
  667.                        <div class="img-holder">
  668.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  669.                        </div>
  670.                        <div class="details">
  671.                          <span class="date">22 May 2022</span>
  672.                          <h4><a href="blog-single.html" class="text-white">Best tourism site all over the world.</a></h4>
  673.                        </div>
  674.                      </div>
  675.                      <div class="post">
  676.                        <div class="img-holder">
  677.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  678.                        </div>
  679.                        <div class="details">
  680.                          <span class="date">12 Apr 2022</span>
  681.                          <h4><a href="blog-single.html" class="text-white">Whats In Trend in Now Woman Fashion.</a></h4>
  682.                        </div>
  683.                      </div>
  684.                    </div>
  685.                  </div>
  686.                  <div class="widget wpo-contact-widget">
  687.                    <div class="widget-title">
  688.                      <h3 class="text-white">Contact Us</h3>
  689.                    </div>
  690.                    <div class="contact-ft">
  691.                      <ul>
  692.                        <li>
  693.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  694.                        </li>
  695.                        <li>
  696.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  697.                          + 8 (123) 123 456 789
  698.                        </li>
  699.                        <li>
  700.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  701.                        </li>
  702.                      </ul>
  703.                    </div>
  704.                  </div>
  705.                </div>
  706.              </div>
  707.              <div class="sidebar-blur"></div>
  708.            </div>
  709.          </div>
  710.        </div> -->
  711.      </div>
  712.    </div>
  713.  </div>
  714.  <!-- end of container -->
  715. </nav>
  716. <style>
  717.  .navbar-brand img{
  718.    height: 70px;
  719.    object-fit: contain;
  720.  }
  721.    /* search field */
  722.  .search-results-container {
  723.  position: absolute;
  724.  top: 100%; /* Position it below the input field */
  725. left: 10px;
  726.  right: 10px;
  727.  background-color: white;
  728.  border: 1px solid #ddd;
  729.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  730.  max-height: 300px;
  731.  overflow-y: auto;
  732.  z-index: 1000;
  733.  display: none; /* Initially hidden */
  734. }
  735.  
  736. .search-results-container p {
  737.  margin: 0;
  738. }
  739.  
  740. .search-results-container .result-item {
  741.  padding: 10px;
  742.  cursor: pointer;
  743. }
  744.  
  745. .search-results-container .result-item:hover {
  746.  background-color: #f0f0f0;
  747. }
  748. @media (max-width:576px) {
  749.  .w-sm-full{
  750.    padding-top: 10px;
  751.    width: 100%;
  752.  }
  753.  .m-s-0{
  754.    margin-top: 0px !important;
  755.  }
  756. }
  757. @media (max-width:768px) {
  758. .search-icon{
  759. top: 50%;
  760. }
  761. }
  762.  
  763.  
  764. </style>
  765. <script>
  766.  const searchInput = document.querySelector(".search-input");
  767.  const searchResults = document.getElementById("search-results");
  768.  
  769.  // Handle typing
  770.  searchInput.addEventListener("keyup", function (e) {
  771.    e.preventDefault();
  772.  
  773.    const query = searchInput.value;
  774.  
  775.    if (query === "") {
  776.      searchResults.innerHTML = "";
  777.      searchResults.style.display = "none";
  778.      return;
  779.    }
  780.  
  781.    searchResults.style.display = "block";
  782.  
  783.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  784.      method: "GET",
  785.      headers: {
  786.        "X-Requested-With": "XMLHttpRequest",
  787.      },
  788.    })
  789.      .then(response => response.json())
  790.      .then(data => {
  791.        if (data.html) {
  792.          searchResults.innerHTML = data.html;
  793.        } else {
  794.          searchResults.innerHTML = "<p>No results found.</p>";
  795.        }
  796.      })
  797.      .catch(error => {
  798.        console.error("Error fetching search results:", error);
  799.      });
  800.  });
  801.  
  802.  // Close results when clicking outside
  803.  document.addEventListener("click", function (e) {
  804.    if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  805.      searchResults.style.display = "none";
  806.    }
  807.  });
  808. </script>
  809.  
  810.  
  811.        </header>
  812.        <!-- end of header -->
  813.        <!-- start of wpo-blog-hero -->
  814.        
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822. <div class="blog-hero-v3 pt-3">
  823.    <div class="container-fluid fluid-container">
  824.        <div class="row g-4">
  825.            
  826.            
  827.              
  828.            <!-- Left Column -->
  829.            <div class="col-lg-4 col-md-6">
  830.                <div class="magazine-card tall-card h-100">
  831.                    <div class="card-image">
  832.                        
  833.                            <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  834.                        
  835.                        <div class="image-overlay"></div>
  836.                    </div>
  837.                    <div class="card-content">
  838.                        <div class="category-pill bg-primary-gradient">Esports</div>
  839.                        <h2> <a href="/the-ultimate-guide-to-gaming-house-etiquette/">
  840.                                        The Ultimate Guide to Gaming House Etiquette
  841.                                    </a></h2>
  842.                        <p></p>
  843.                        <div class="author-section">
  844.                            
  845.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/38db2cd5-e549-4b07-8e20-0570c1e2c4d7_profile.png" alt="Mr. David Butler DVM" style="object-fit: cover;" class="author-img">
  846.                            
  847.                            <div class="author-details">
  848.                                <span class="author-name">Mr. David Butler DVM</span>
  849.                                <span class="publish-date">19 Jan 2026</span>
  850.                            </div>
  851.                        </div>
  852.                    </div>
  853.                </div>
  854.            </div>
  855.  
  856.            
  857.            
  858.  
  859.            <!-- Center Column -->
  860.            <div class="col-lg-4 col-md-6">
  861.                <div class="row g-4">
  862.                    
  863.  
  864.                </div>
  865.            </div>
  866.            
  867.            
  868.            
  869.        </div>
  870.    </div>
  871. </div>
  872.  
  873. <style>
  874. /* Blog Hero V3 - Magazine Style */
  875. .blog-hero-v3 {
  876.    padding: 80px 0;
  877.    position: relative;
  878. }
  879.  
  880. /* Magazine Cards */
  881. .magazine-card {
  882.    background: var(--card-bg);
  883.    border-radius: 20px;
  884.    overflow: hidden;
  885.    position: relative;
  886.    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  887.    border: 1px solid var(--border-color);
  888. }
  889.  
  890. .magazine-card:hover {
  891.    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  892. }
  893.  
  894. /* Tall Card (Left Column) */
  895. .tall-card {
  896.    display: flex;
  897.    flex-direction: column;
  898. }
  899.  
  900. .tall-card .card-image {
  901.    height: 300px;
  902.    position: relative;
  903.    overflow: hidden;
  904. }
  905.  
  906. .tall-card .card-image img {
  907.    width: 100%;
  908.    height: 100%;
  909.    object-fit: cover;
  910.    transition: transform 0.6s ease;
  911. }
  912.  
  913. .tall-card:hover .card-image img {
  914.    transform: scale(1.1) rotate(-2deg);
  915. }
  916.  
  917. .image-overlay {
  918.    position: absolute;
  919.    top: 0;
  920.    left: 0;
  921.    right: 0;
  922.    bottom: 0;
  923.    opacity: 0;
  924.    transition: opacity 0.3s ease;
  925. }
  926.  
  927. .tall-card:hover .image-overlay {
  928.    opacity: 1;
  929. }
  930.  
  931. .tall-card .card-content {
  932.    padding: 20px;
  933.    flex-grow: 1;
  934.    display: flex;
  935.    flex-direction: column;
  936. }
  937.  
  938. .tall-card h2 {
  939.    font-size: 1.5rem;
  940.    font-weight: 700;
  941.    color: #2c3e50;
  942.    margin: 12px 0;
  943.    line-height: 1.3;
  944. }
  945.  
  946. .tall-card p {
  947.    color: #7f8c8d;
  948.    line-height: 1.6;
  949.    margin-bottom: 1rem;
  950.    flex-grow: 1;
  951. }
  952.  
  953. /* Square Cards (Center Column) */
  954. .square-card {
  955.    position: relative;
  956.    overflow: hidden;
  957. }
  958.  
  959. .square-card .card-image {
  960.    height: 180px;
  961.    position: relative;
  962. }
  963.  
  964. .square-card .card-image img {
  965.    width: 100%;
  966.    height: 100%;
  967.    object-fit: cover;
  968.    filter: brightness(1.1) saturate(1.2);
  969.    transition: all 0.4s ease;
  970. }
  971.  
  972. .square-card:hover .card-image img {
  973.    transform: scale(1.15);
  974.    filter: brightness(1.2) saturate(1.4);
  975. }
  976.  
  977. .floating-category {
  978.    position: absolute;
  979.    top: 15px;
  980.    right: 15px;
  981.    padding: 8px 15px;
  982.    border-radius: 20px;
  983.    font-size: 0.75rem;
  984.    text-transform: uppercase;
  985.    letter-spacing: 1px;
  986.    backdrop-filter: blur(10px);
  987.    border: 1px solid rgba(255, 255, 255, 0.3);
  988. }
  989.  
  990. .square-card .card-content.compact {
  991.    padding: 1.2rem;
  992. }
  993.  
  994. .square-card h3 {
  995.    font-size: 1.1rem;
  996.    font-weight: 600;
  997.    color: #2c3e50;
  998.    margin-bottom: 10px;
  999.    line-height: 1.3;
  1000. }
  1001.  
  1002. .mini-meta {
  1003.    font-size: 0.85rem;
  1004.    color: #95a5a6;
  1005. }
  1006.  
  1007. .date-dot {
  1008.    margin-left: 8px;
  1009. }
  1010.  
  1011. /* Featured Card (Right Column) */
  1012. .featured-card {
  1013.    color: white;
  1014.    position: relative;
  1015.    overflow: hidden;
  1016. }
  1017.  
  1018. .featured-card::before {
  1019.    content: '';
  1020.    position: absolute;
  1021.    top: -50%;
  1022.    right: -50%;
  1023.    width: 200%;
  1024.    height: 200%;
  1025.    pointer-events: none;
  1026. }
  1027.  
  1028.  
  1029.  
  1030. .featured-header {
  1031.    padding: 25px 25px 0;
  1032.    position: relative;
  1033. }
  1034.  
  1035. .featured-header h4 {
  1036.    font-size: 0.9rem;
  1037.    text-transform: uppercase;
  1038.    letter-spacing: 2px;
  1039.    margin: 0;
  1040.    opacity: 0.9;
  1041. }
  1042.  
  1043. .featured-line {
  1044.    width: 50px;
  1045.    height: 2px;
  1046.    background: rgba(255, 255, 255, 0.6);
  1047.    margin-top: 10px;
  1048. }
  1049.  
  1050. .featured-img {
  1051.    height: 200px;
  1052.    margin: 1rem;
  1053.    border-radius: 15px;
  1054.    overflow: hidden;
  1055.    position: relative;
  1056. }
  1057.  
  1058. .featured-img img {
  1059.    width: 100%;
  1060.    height: 100%;
  1061.    object-fit: cover;
  1062.    transition: transform 0.5s ease;
  1063. }
  1064.  
  1065. .featured-card:hover .featured-img img {
  1066.    transform: scale(1.1);
  1067. }
  1068.  
  1069. .featured-content {
  1070.    padding: 0 1rem 1.5rem;
  1071. }
  1072.  
  1073. .featured-content h2 {
  1074.    font-size: 1.4rem;
  1075.    font-weight: 700;
  1076.    margin: 15px 0;
  1077.    line-height: 1.3;
  1078. }
  1079.  
  1080. .featured-content p {
  1081.    font-size: 0.95rem;
  1082.    opacity: 0.9;
  1083.    line-height: 1.6;
  1084.    margin-bottom: 1rem;
  1085. }
  1086.  
  1087. /* Category Pills */
  1088. .category-pill {
  1089.    display: inline-block;
  1090.    padding: 6px 16px;
  1091.    border-radius: 20px;
  1092.    font-size: 0.75rem;
  1093.    text-transform: uppercase;
  1094.    letter-spacing: 1px;
  1095.    margin-bottom: 10px;
  1096.    width: fit-content;
  1097. }
  1098.  
  1099. /* Author Sections */
  1100. .author-section {
  1101.    display: flex;
  1102.    align-items: center;
  1103.    gap: 15px;
  1104.    margin-top: auto;
  1105. }
  1106.  
  1107. .author-img {
  1108.    width: 60px;
  1109.    height: 60px;
  1110.    border-radius: 50%;
  1111.    object-fit: cover;
  1112. }
  1113.  
  1114. .author-details {
  1115.    display: flex;
  1116.    flex-direction: column;
  1117. }
  1118.  
  1119. .author-name {
  1120.    font-weight: 600;
  1121. color: #95a5a6;
  1122.    font-size: 16px;
  1123. }
  1124.  
  1125. .author-title {
  1126.    font-size: 0.8rem;
  1127. color: #95a5a6;
  1128.    font-weight: 500;
  1129. }
  1130.  
  1131. .publish-date {
  1132.    font-size: 0.8rem;
  1133.    color: #95a5a6;
  1134.    margin-top: 2px;
  1135. }
  1136.  
  1137. /* Featured Stats */
  1138. .featured-stats {
  1139.    display: flex;
  1140.    gap: 30px;
  1141.    margin: 20px 0;
  1142. }
  1143.  
  1144. .stat-item {
  1145.    text-align: center;
  1146. }
  1147.  
  1148. .stat-number {
  1149.    display: block;
  1150.    font-size: 1.5rem;
  1151.    font-weight: 700;
  1152.    color: white;
  1153. }
  1154.  
  1155. .stat-label {
  1156.    font-size: 0.8rem;
  1157.    opacity: 0.8;
  1158.    text-transform: uppercase;
  1159.    letter-spacing: 1px;
  1160. }
  1161.  
  1162. /* Read More Button */
  1163. .read-more-btn {
  1164.    padding: 0 30px 30px;
  1165. }
  1166.  
  1167. .btn-read {
  1168.    display: inline-block;
  1169.    padding: 12px 30px;
  1170.    background: linear-gradient(45deg, #667eea, #764ba2);
  1171.    color: white;
  1172.    text-decoration: none;
  1173.    border-radius: 20px;
  1174.    font-weight: 600;
  1175.    text-transform: uppercase;
  1176.    letter-spacing: 1px;
  1177.    font-size: 0.85rem;
  1178.    transition: all 0.3s ease;
  1179.    position: relative;
  1180.    overflow: hidden;
  1181. }
  1182.  
  1183. .btn-read::before {
  1184.    content: '';
  1185.    position: absolute;
  1186.    top: 0;
  1187.    left: -100%;
  1188.    width: 100%;
  1189.    height: 100%;
  1190.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  1191.    transition: left 0.5s ease;
  1192. }
  1193.  
  1194. .btn-read:hover::before {
  1195.    left: 100%;
  1196. }
  1197.  
  1198. .btn-read:hover {
  1199.    transform: translateY(-2px);
  1200.    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  1201.    color: white;
  1202. }
  1203.  
  1204. /* Trending Bar */
  1205. .trending-bar {
  1206.    background: white;
  1207.    border-radius: 20px;
  1208.    padding: 25px 35px;
  1209.    display: flex;
  1210.    align-items: center;
  1211.    gap: 30px;
  1212.    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  1213.    border-left: 5px solid #667eea;
  1214. }
  1215.  
  1216. .trending-header h5 {
  1217.    margin: 0;
  1218.    font-weight: 700;
  1219.    color: #2c3e50;
  1220.    font-size: 1.1rem;
  1221. }
  1222.  
  1223. .trending-tags {
  1224.    display: flex;
  1225.    flex-wrap: wrap;
  1226.    gap: 15px;
  1227. }
  1228.  
  1229. .trend-tag {
  1230.    padding: 8px 18px;
  1231.    background: #f8f9fa;
  1232.    border: 2px solid #e9ecef;
  1233.    border-radius: 20px;
  1234.    font-size: 0.85rem;
  1235.    font-weight: 500;
  1236.    color: #495057;
  1237.    transition: all 0.3s ease;
  1238.    cursor: pointer;
  1239. }
  1240.  
  1241. .trend-tag:hover {
  1242.    background: #667eea;
  1243.    color: white;
  1244.    border-color: #667eea;
  1245.    transform: translateY(-2px);
  1246. }
  1247.  
  1248. /* Responsive Design */
  1249. @media (max-width: 992px) {
  1250.    .tall-card,
  1251.    .featured-card {
  1252.        height: auto;
  1253.        margin-bottom: 30px;
  1254.    }
  1255.    
  1256.  
  1257.    
  1258.    .trending-bar {
  1259.        flex-direction: column;
  1260.        align-items: flex-start;
  1261.        gap: 20px;
  1262.    }
  1263. }
  1264.  
  1265. @media (max-width: 768px) {
  1266.    .blog-hero-v3 {
  1267.        padding: 40px 0;
  1268.    }
  1269.  
  1270.    
  1271.    .trending-tags {
  1272.        justify-content: center;
  1273.    }
  1274.    
  1275.    .featured-stats {
  1276.        justify-content: center;
  1277.    }
  1278. }
  1279. </style>
  1280.  
  1281.  
  1282.  
  1283.  
  1284.        <!-- end of wpo-blog-hero -->
  1285.  
  1286.        <!-- start of wpo-breacking-news -->
  1287.        
  1288.        <!-- end of wpo-breacking-news -->
  1289.        
  1290.        <!-- start wpo-blog-highlights-section -->
  1291.        
  1292.  
  1293.  
  1294.  
  1295.    
  1296.  
  1297.  
  1298. <style>
  1299.  
  1300.    .blog-highlights-section {
  1301.        padding: 30px 0;
  1302.    }
  1303.  
  1304.    .blog-cards-grid {
  1305.        display: grid;
  1306.        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  1307.        gap: 30px;
  1308.    }
  1309.  
  1310.    .blog-card {
  1311.        background: var(--card-bg);
  1312.        border: 1px solid var(--card-border);
  1313.        border-radius: var(--border-radius);
  1314.        overflow: hidden;
  1315.        transition: all 0.3s ease;
  1316.        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  1317.    }
  1318.  
  1319.    .blog-card:hover {
  1320.        transform: translateY(-8px);
  1321.        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  1322.        border-color: var(--theme-primary-color);
  1323.    }
  1324.  
  1325.    .blog-card-image {
  1326.        position: relative;
  1327.        height: 220px;
  1328.        overflow: hidden;
  1329.    }
  1330.  
  1331.    .blog-card-image img {
  1332.        width: 100%;
  1333.        height: 100%;
  1334.        object-fit: cover;
  1335.        transition: transform 0.3s ease;
  1336.    }
  1337.  
  1338.    .blog-card:hover .blog-card-image img {
  1339.        transform: scale(1.05);
  1340.    }
  1341.  
  1342.    .blog-category {
  1343.        position: absolute;
  1344.        top: 15px;
  1345.        right: 15px;
  1346.        color: white;
  1347.        padding: 6px 12px;
  1348.        border-radius: 20px;
  1349.        font-size: 12px;
  1350.        font-weight: 600;
  1351.        text-transform: uppercase;
  1352.        letter-spacing: 0.5px;
  1353.    }
  1354.  
  1355.    .blog-card-content {
  1356.        padding: 25px;
  1357.    }
  1358.  
  1359.    .blog-card-title {
  1360.        font-family: var(--heading-font);
  1361.        font-size: 1.3rem;
  1362.        font-weight: var(--heading-weight);
  1363.        color: var(--top-color);
  1364.        margin-bottom: 15px;
  1365.        line-height: 1.4;
  1366.    }
  1367.  
  1368.    .blog-card-title a {
  1369.        color: inherit !important;
  1370.        text-decoration: none;
  1371.        transition: color 0.3s ease;
  1372.    }
  1373.  
  1374.    .blog-card-title a:hover {
  1375.        color: var(--theme-primary-color);
  1376.    }
  1377.  
  1378.    .blog-card-meta {
  1379.        display: flex;
  1380.        align-items: center;
  1381.        gap: 15px;
  1382.        margin-bottom: 15px;
  1383.        font-size: 14px;
  1384.        color: var(--text-light-color);
  1385.    }
  1386.  
  1387.    .blog-author-img {
  1388.        width: 30px;
  1389.        height: 30px;
  1390.        border-radius: 50%;
  1391.        object-fit: cover;
  1392.    }
  1393.  
  1394.    .blog-card-excerpt {
  1395.        color: var(--body-color);
  1396.        font-size: 15px;
  1397.        line-height: 1.6;
  1398.        margin-bottom: 20px;
  1399.        display: -webkit-box;
  1400.        -webkit-line-clamp: 3;
  1401.        -webkit-box-orient: vertical;
  1402.        overflow: hidden;
  1403.    }
  1404.  
  1405.    .blog-card-footer {
  1406.        display: flex;
  1407.        justify-content: space-between;
  1408.        align-items: center;
  1409.        padding-top: 15px;
  1410.        border-top: 1px solid var(--border-color-s2);
  1411.    }
  1412.  
  1413.    .blog-read-time {
  1414.        font-size: 13px;
  1415.        color: var(--light);
  1416.    }
  1417.  
  1418.    .blog-read-more {
  1419.        color: var(--top-color) !important;
  1420.        text-decoration: none;
  1421.        font-weight: 600;
  1422.        font-size: 14px;
  1423.        transition: all 0.3s ease;
  1424.    }
  1425.  
  1426.    .blog-read-more:hover {
  1427.        color: var(--theme-primary-color-s2);
  1428.        text-decoration: underline;
  1429.    }
  1430.  
  1431.    .section-title {
  1432.        font-family: var(--heading-font);
  1433.        font-size: 2.5rem;
  1434.        font-weight: var(--heading-weight);
  1435.        color: var(--heading-color);
  1436.        text-align: center;
  1437.        margin-bottom: 20px;
  1438.    }
  1439.  
  1440.    .section-subtitle {
  1441.        text-align: center;
  1442.        color: var(--text-light-color);
  1443.        font-size: 1.1rem;
  1444.        max-width: 600px;
  1445.        margin: 0 auto;
  1446.    }
  1447.  
  1448.    @media (max-width: 768px) {
  1449.        .blog-cards-grid {
  1450.            grid-template-columns: 1fr;
  1451.            gap: 20px;
  1452.        }
  1453.        
  1454.        .section-title {
  1455.            font-size: 2rem;
  1456.        }
  1457.        
  1458.        .blog-highlights-section {
  1459.            padding: 60px 0;
  1460.        }
  1461.    }
  1462. </style>
  1463.  
  1464. <section class="blog-highlights-section">
  1465.     <div class="container-fluid fluid-container">
  1466.      
  1467.            <div class="section-title">
  1468.                <h2>
  1469.                Today's Top Highlights
  1470.                   </h2>
  1471.                <p class="section-subtitle">Discover the latest stories and insights from our community</p>
  1472.    </div>
  1473.        
  1474.        <div class="row">
  1475.            <div class="col-lg-8 col-12">
  1476.                <div class="blog-cards-grid">
  1477.                    
  1478.                    
  1479.  
  1480.                </div>
  1481.            </div>
  1482.            
  1483.              <div class="col col-lg-4 col-12">
  1484.                
  1485.  
  1486.  
  1487.  
  1488.    
  1489.  
  1490. <!-- Curved Heading Sidebar -->
  1491.    <div class="sidebar mb-3">
  1492.        
  1493.       <div class="sidebar-widget mb-5">
  1494.            <div class="widget-title-wrapper mb-3">
  1495.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  1496.                    <div class="title-border"></div>
  1497.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  1498.                </h4>
  1499.            </div>
  1500.            <div class="widget-content shadow-sm rounded-3 p-4">
  1501.                <div class="archives-list scrollable-sidebar">
  1502.                    
  1503.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1504.                        <a href="https://onlineclaimfilings.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1505.                            <i class="ti-angle-right me-2 text-primary"></i>
  1506.                            <span class="archive-link top-color fw-semibold">best parlay app</span>
  1507.                        </a>
  1508.                    </div>
  1509.                    
  1510.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1511.                        <a href="https://www.ogfj.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1512.                            <i class="ti-angle-right me-2 text-primary"></i>
  1513.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  1514.                        </a>
  1515.                    </div>
  1516.                    
  1517.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1518.                        <a href="https://www.quandora.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1519.                            <i class="ti-angle-right me-2 text-primary"></i>
  1520.                            <span class="archive-link top-color fw-semibold">social casino</span>
  1521.                        </a>
  1522.                    </div>
  1523.                    
  1524.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1525.                        <a href="https://www.uthr.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1526.                            <i class="ti-angle-right me-2 text-primary"></i>
  1527.                            <span class="archive-link top-color fw-semibold">online casino us</span>
  1528.                        </a>
  1529.                    </div>
  1530.                    
  1531.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1532.                        <a href="https://www.fortcollinsbrewery.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1533.                            <i class="ti-angle-right me-2 text-primary"></i>
  1534.                            <span class="archive-link top-color fw-semibold">super bowl betting</span>
  1535.                        </a>
  1536.                    </div>
  1537.                    
  1538.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1539.                        <a href="https://gamingamerica.com/online-casinos" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1540.                            <i class="ti-angle-right me-2 text-primary"></i>
  1541.                            <span class="archive-link top-color fw-semibold">best online casinos</span>
  1542.                        </a>
  1543.                    </div>
  1544.                    
  1545.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1546.                        <a href="https://bestsweepstakescasino.net/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1547.                            <i class="ti-angle-right me-2 text-primary"></i>
  1548.                            <span class="archive-link top-color fw-semibold">sweepstakes casino</span>
  1549.                        </a>
  1550.                    </div>
  1551.                    
  1552.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1553.                        <a href="https://www.nysportsday.com/online-casinos/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1554.                            <i class="ti-angle-right me-2 text-primary"></i>
  1555.                            <span class="archive-link top-color fw-semibold">online casino ny</span>
  1556.                        </a>
  1557.                    </div>
  1558.                    
  1559.  
  1560.                </div>
  1561.            </div>
  1562.        </div>
  1563.        
  1564.       <div class="sidebar-widget mb-5">
  1565.            <div class="widget-title-wrapper mb-3">
  1566.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  1567.                    <div class="title-border"></div>
  1568.                    <i class="ti-folder me-2"></i>January 2026 Blog Roll
  1569.                </h4>
  1570.            </div>
  1571.            <div class="widget-content shadow-sm rounded-3 p-4">
  1572.                <div class="archives-list scrollable-sidebar">
  1573.                    
  1574.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1575.                        <a href="https://defconnews.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1576.                            <i class="ti-angle-right me-2 text-primary"></i>
  1577.                            <span class="archive-link top-color fw-semibold">poker online</span>
  1578.                        </a>
  1579.                    </div>
  1580.                    
  1581.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1582.                        <a href="https://gamblingindustrynews.com/poker/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1583.                            <i class="ti-angle-right me-2 text-primary"></i>
  1584.                            <span class="archive-link top-color fw-semibold">online poker real money</span>
  1585.                        </a>
  1586.                    </div>
  1587.                    
  1588.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1589.                        <a href="https://www.fortcollinsbrewery.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1590.                            <i class="ti-angle-right me-2 text-primary"></i>
  1591.                            <span class="archive-link top-color fw-semibold">best nfl betting sites</span>
  1592.                        </a>
  1593.                    </div>
  1594.                    
  1595.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1596.                        <a href="https://xupermask.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1597.                            <i class="ti-angle-right me-2 text-primary"></i>
  1598.                            <span class="archive-link top-color fw-semibold">new sweeps cash casino</span>
  1599.                        </a>
  1600.                    </div>
  1601.                    
  1602.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1603.                        <a href="https://csinvesting.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1604.                            <i class="ti-angle-right me-2 text-primary"></i>
  1605.                            <span class="archive-link top-color fw-semibold">poker online</span>
  1606.                        </a>
  1607.                    </div>
  1608.                    
  1609.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1610.                        <a href="https://www.latintimes.com/chicken-road-gambling-sites-589774" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1611.                            <i class="ti-angle-right me-2 text-primary"></i>
  1612.                            <span class="archive-link top-color fw-semibold">chicken game casino</span>
  1613.                        </a>
  1614.                    </div>
  1615.                    
  1616.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1617.                        <a href="https://onlineclaimfilings.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1618.                            <i class="ti-angle-right me-2 text-primary"></i>
  1619.                            <span class="archive-link top-color fw-semibold">parlay betting sites</span>
  1620.                        </a>
  1621.                    </div>
  1622.                    
  1623.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1624.                        <a href="https://accfcorpgov.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1625.                            <i class="ti-angle-right me-2 text-primary"></i>
  1626.                            <span class="archive-link top-color fw-semibold">offshore sportsbooks</span>
  1627.                        </a>
  1628.                    </div>
  1629.                    
  1630.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1631.                        <a href="https://brooklyn-usa.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1632.                            <i class="ti-angle-right me-2 text-primary"></i>
  1633.                            <span class="archive-link top-color fw-semibold">real money slots online</span>
  1634.                        </a>
  1635.                    </div>
  1636.                    
  1637.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1638.                        <a href="https://gamingamerica.com/betting-sites/texas" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1639.                            <i class="ti-angle-right me-2 text-primary"></i>
  1640.                            <span class="archive-link top-color fw-semibold">sports betting in texas</span>
  1641.                        </a>
  1642.                    </div>
  1643.                    
  1644.  
  1645.                </div>
  1646.            </div>
  1647.        </div>
  1648.        
  1649. <!--        
  1650.       <div class="sidebar-widget mb-5">
  1651.            <div class="widget-title-wrapper mb-3">
  1652.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  1653.                    <div class="title-border"></div>
  1654.                    <i class="ti-folder me-2"></i>Blog Archives
  1655.                </h4>
  1656.            </div>
  1657.            <div class="widget-content shadow-sm rounded-3 p-4">
  1658.                <div class="archives-list">
  1659.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  1660.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  1661.                            <i class="ti-angle-right me-2 text-primary"></i>
  1662.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  1663.                        </a>
  1664.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  1665.                    </div>
  1666.  
  1667.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  1668.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  1669.                            <i class="ti-angle-right me-2 text-primary"></i>
  1670.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  1671.                        </a>
  1672.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  1673.                    </div>
  1674.  
  1675.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  1676.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  1677.                            <i class="ti-angle-right me-2 text-primary"></i>
  1678.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  1679.                        </a>
  1680.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  1681.                    </div>
  1682.  
  1683.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  1684.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  1685.                            <i class="ti-angle-right me-2 text-primary"></i>
  1686.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  1687.                        </a>
  1688.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  1689.                    </div>
  1690.  
  1691.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  1692.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  1693.                            <i class="ti-angle-right me-2 text-primary"></i>
  1694.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  1695.                        </a>
  1696.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  1697.                    </div>
  1698.  
  1699.                    <div class="archive-item d-flex justify-content-between align-items-center">
  1700.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  1701.                            <i class="ti-angle-right me-2 text-primary"></i>
  1702.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  1703.                        </a>
  1704.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  1705.                    </div>
  1706.                </div>
  1707.                
  1708.                <div class="text-center mt-4 pt-3 border-top border-color">
  1709.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  1710.                        <i class="ti-archive me-1"></i>View All Archives
  1711.                    </a>
  1712.                </div>
  1713.            </div>
  1714.        </div> -->
  1715.        <div class="sidebar-widget mb-4">
  1716.            <div class="widget-title-wrapper mb-3">
  1717.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  1718.                    <div class="title-border-primary"></div>
  1719.                    <i class="ti-star me-2"></i>Popular Posts
  1720.                </h4>
  1721.            </div>
  1722.            <div class="widget-content mb-3 shadow-sm rounded-3 p-4">
  1723.                <div class="popular-post-list">
  1724.                    
  1725.                    
  1726.  
  1727.                </div>
  1728.                
  1729.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  1730.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  1731.                        <i class="ti-trophy me-1"></i>View All Popular
  1732.                    </a>
  1733.                </div> -->
  1734.            </div>
  1735.        </div>
  1736.  
  1737. </div>
  1738. <style>
  1739.    
  1740.  .widget-content {
  1741.    background-color: var(--card-bg);
  1742.    border: 1px solid var(--border-color);
  1743.  }
  1744. </style>
  1745.  
  1746.    
  1747.            </div>
  1748.        </div>
  1749.    </div>
  1750. </section>
  1751.  
  1752. <script>
  1753. document.addEventListener('DOMContentLoaded', function() {
  1754.    // Simple scroll animation
  1755.    const cards = document.querySelectorAll('.blog-card');
  1756.    
  1757.    const observer = new IntersectionObserver(function(entries) {
  1758.        entries.forEach(entry => {
  1759.            if (entry.isIntersecting) {
  1760.                entry.target.style.opacity = '1';
  1761.                entry.target.style.transform = 'translateY(0)';
  1762.            }
  1763.        });
  1764.    }, {
  1765.        threshold: 0.1
  1766.    });
  1767.  
  1768.    cards.forEach((card, index) => {
  1769.        card.style.opacity = '0';
  1770.        card.style.transform = 'translateY(30px)';
  1771.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  1772.        observer.observe(card);
  1773.    });
  1774. });
  1775. </script>
  1776.  
  1777.    
  1778.        
  1779.        <!-- end wpo-blog-highlights-section -->
  1780.        <!-- start wpo-blog-sponsored-section -->
  1781.        
  1782.  
  1783.  
  1784.  
  1785.    
  1786.  
  1787.  
  1788.    
  1789.        <!-- end wpo-blog-sponsored-section -->
  1790.        <!-- start wpo-subscribe-section -->
  1791.        
  1792.        <!-- end subscribe-section -->
  1793.        <!-- start of wpo-site-footer-section -->
  1794.        
  1795.  
  1796.  
  1797.  
  1798.  
  1799.  
  1800.  
  1801. <footer class="wpo-site-footer-v2 ">
  1802.    
  1803.    <!-- Main Footer Content -->
  1804.    <div class="container-fluid fluid-container">
  1805.        
  1806.        <!-- Step 1: Brand Section -->
  1807.        <div class="footer-brand-section">
  1808.            <div class="row justify-content-center">
  1809.                <div class="col-lg-8 col-md-10 col-12 text-center">
  1810.                    <div class="brand-wrapper">
  1811.                        
  1812.                            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/e71eac30-328f-40bb-9dad-90965a2e8ce1_logo.png" alt="PrimeBrief" class="footer-logo mb-3" loading="lazy">
  1813.                        
  1814.                        <h2 class="brand-title">PrimeBrief</h2>
  1815.                        <p class="brand-description">PrimeBrief delivers up-to-date business news, financial market analysis, and economic insights to help professionals stay informed and make strategic decisions.</p>
  1816.                        
  1817.                    </div>
  1818.                </div>
  1819.            </div>
  1820.        </div>
  1821.  
  1822.        <!-- Step 2: Content Columns with Separators -->
  1823.        <div class="footer-content-section">
  1824.            <div class="content-divider"></div>
  1825.            
  1826.            <div class="row">
  1827.                
  1828.                <!-- Column 1: Important Links -->
  1829.                <div class="col-lg-6 col-md-6 col-12">
  1830.                    <div class="footer-column">
  1831.                        <div class="column-header">
  1832.                            <span class="column-number bg-primary-gradient">01</span>
  1833.                            <h6 class="column-title">Important Pages</h6>
  1834.                        </div>
  1835.                        <div class="column-content">
  1836.                            <ul class="footer-links">
  1837.                                
  1838.                                <li><span class="text-muted">No featured posts</span></li>
  1839.                                
  1840.                            </ul>
  1841.                        </div>
  1842.                    </div>
  1843.                </div>
  1844.  
  1845.                <!-- Column 2: External Links -->
  1846.                 <div class="col-lg-6 col-md-6 col-12">
  1847.                    <div class="footer-column">
  1848.                        <div class="column-header">
  1849.                            <span class="column-number bg-primary-gradient">02</span>
  1850.                            <h6 class="column-title">External Resources</h6>
  1851.                        </div>
  1852.                       <div class="column-content">
  1853.    <ul class="footer-links" id="footerLinks">
  1854.        
  1855.        
  1856.  
  1857.        
  1858.        
  1859.        
  1860.        
  1861.    </ul>
  1862. </div>
  1863.  
  1864.                    </div>
  1865.                </div>
  1866.  
  1867.                <!-- Column 3: Categories -->
  1868.                <div class="col-lg-6 col-md-6 col-12">
  1869.                    <div class="footer-column">
  1870.                        <div class="column-header">
  1871.                            <span class="column-number bg-primary-gradient">02</span>
  1872.                            <h6 class="column-title">Categories</h6>
  1873.                        </div>
  1874.                        <div class="column-content">
  1875.                            <ul class="footer-links">
  1876.                                
  1877.                                <li>
  1878.                                    <a href="/category/all-posts/" class="footer-link">
  1879.                                        All Posts
  1880.                                    </a>
  1881.                                </li>
  1882.                                
  1883.                                <li>
  1884.                                    <a href="/category/business/" class="footer-link">
  1885.                                        Business
  1886.                                    </a>
  1887.                                </li>
  1888.                                
  1889.                                <li>
  1890.                                    <a href="/category/esports/" class="footer-link">
  1891.                                        Esports
  1892.                                    </a>
  1893.                                </li>
  1894.                                
  1895.                                <li>
  1896.                                    <a href="/category/fashion/" class="footer-link">
  1897.                                        Fashion
  1898.                                    </a>
  1899.                                </li>
  1900.                                
  1901.                                <li>
  1902.                                    <a href="/category/featured/" class="footer-link">
  1903.                                        Featured
  1904.                                    </a>
  1905.                                </li>
  1906.                                
  1907.                                <li>
  1908.                                    <a href="/category/gaming/" class="footer-link">
  1909.                                        Gaming
  1910.                                    </a>
  1911.                                </li>
  1912.                                
  1913.                            </ul>
  1914.                        </div>
  1915.                    </div>
  1916.                </div>
  1917.  
  1918.            </div>
  1919.        </div>
  1920.  
  1921.        <!-- Step 3: Footer Bottom -->
  1922.        <div class="footer-bottom-section">
  1923.            <div class="bottom-divider"></div>
  1924.            <div class="d-flex justify-content-between flex-wrap">
  1925.                <div class="">
  1926.                    <p class="copyright-text">
  1927.                        &copy; 2026 <strong>PrimeBrief</strong> • All rights reserved
  1928.                    </p>
  1929.                </div>
  1930.                <div class="">
  1931.                    <nav class="footer-nav">
  1932.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  1933.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  1934.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  1935.                    </nav>
  1936.                </div>
  1937.            </div>
  1938.        </div>
  1939.  
  1940.    </div>
  1941.  
  1942.    <!-- Background Elements -->
  1943.    <div class="footer-bg-elements">
  1944.        <div class="bg-circle circle-1"></div>
  1945.        <div class="bg-circle circle-2"></div>
  1946.        <div class="bg-line line-1"></div>
  1947.        <div class="bg-line line-2"></div>
  1948.    </div>
  1949.  
  1950. </footer>
  1951.  
  1952. <style>
  1953. /* Footer V2 - Clean Blog Design */
  1954. .wpo-site-footer-v2 {
  1955.    color: var(--footer-color);
  1956.    background-color: var(--card-bg);
  1957.    margin-top: 100px;
  1958. }
  1959.  
  1960.  
  1961.  
  1962. /* Step 2: Brand Section */
  1963. .footer-brand-section {
  1964.    position: relative;
  1965.    z-index: 2;
  1966.    padding: 120px 0 60px;
  1967. }
  1968.  
  1969. .brand-wrapper {
  1970.    max-width: 600px;
  1971.    margin: 0 auto;
  1972. }
  1973.  
  1974. .footer-logo {
  1975.    max-height: 60px;
  1976.    width: auto;
  1977.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  1978. }
  1979.  
  1980. .brand-title {
  1981.    font-size: 2.2rem;
  1982.    font-weight: 800;
  1983.    color: var(--footer-color);
  1984.    margin-bottom: 1rem;
  1985.    letter-spacing: -0.02em;
  1986. }
  1987.  
  1988. .brand-description {
  1989.    font-size: 1.1rem;
  1990.    color: var(--footer-color);
  1991.    line-height: 1.6;
  1992.    opacity: .7;
  1993.    margin-bottom: 0;
  1994. }
  1995.  
  1996. /* Step 3: Content Section */
  1997. .footer-content-section {
  1998.    position: relative;
  1999.    z-index: 2;
  2000.    padding: 60px 0;
  2001. }
  2002.  
  2003.  
  2004. .footer-column {
  2005.    margin-bottom: 40px;
  2006.    padding: 0 20px;
  2007. }
  2008.  
  2009. .column-header {
  2010.    display: flex;
  2011.    align-items: center;
  2012.    margin-bottom: 25px;
  2013.    padding-bottom: 15px;
  2014.    border-bottom: 2px solid var(--border-color);
  2015. }
  2016.  
  2017. .column-number {
  2018.    width: 35px;
  2019.    height: 35px;
  2020.    border-radius: 10px;
  2021.    display: flex;
  2022.    align-items: center;
  2023.    justify-content: center;
  2024.    font-weight: 700;
  2025.    font-size: 0.9rem;
  2026.    margin-right: 15px;
  2027. }
  2028.  
  2029. .column-title {
  2030.    font-size: 1.1rem;
  2031.    font-weight: 700;
  2032.    color: var(--footer-color) !important;
  2033.    margin: 0;
  2034. }
  2035.  
  2036. .column-content {
  2037.    padding-left: 50px;
  2038. }
  2039.  
  2040. /* Footer Links */
  2041. .footer-links {
  2042.    list-style: none;
  2043.    padding: 0;
  2044.    margin: 0;
  2045. }
  2046.  
  2047. .footer-links li {
  2048.    margin-bottom: 12px;
  2049.    position: relative;
  2050. }
  2051.  
  2052. .footer-link {
  2053.    color: var(--footer-color) !important;
  2054.    text-decoration: none;
  2055.    font-size: 0.95rem;
  2056.    line-height: 1.5;
  2057.    transition: all 0.8s ease;
  2058.    position: relative;
  2059.    display: inline-flex;
  2060.    align-items: center;
  2061. }
  2062.  
  2063. .footer-link:hover {
  2064.    color: var(--bs-primary);
  2065.    padding-left: 8px;
  2066. }
  2067.  
  2068. .footer-link::before {
  2069.    content: '';
  2070.    position: absolute;
  2071.    left: -15px;
  2072.    top: 50%;
  2073.    transform: translateY(-50%);
  2074.    width: 4px;
  2075.    height: 4px;
  2076.    background: var(--bs-primary);
  2077.    border-radius: 50%;
  2078.    opacity: 0;
  2079.    transition: opacity 0.3s ease;
  2080. }
  2081.  
  2082. .footer-link:hover::before {
  2083.    opacity: 1;
  2084. }
  2085.  
  2086. /* Step 4: Footer Bottom */
  2087. .footer-bottom-section {
  2088.    position: relative;
  2089.    z-index: 2;
  2090.    padding: 30px 0;
  2091. }
  2092.  
  2093. .bottom-divider {
  2094.    width: 100%;
  2095.    height: 1px;
  2096.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  2097.    margin-bottom: 30px;
  2098. }
  2099.  
  2100. .copyright-text {
  2101.    color: var(--footer-color);
  2102.    font-size: 0.9rem;
  2103.    margin: 0;
  2104.    line-height: 1.6;
  2105. }
  2106.  
  2107. .footer-nav {
  2108.    display: flex;
  2109.    align-items: center;
  2110.    gap: 20px;
  2111.    justify-content: center;
  2112. }
  2113.  
  2114. .footer-nav-link {
  2115.    color: var(--footer-color) !important;
  2116.    text-decoration: none;
  2117.    font-size: 0.9rem;
  2118.    font-weight: 500;
  2119.    transition: color 0.3s ease;
  2120.    position: relative;
  2121. }
  2122.  
  2123. .footer-nav-link:hover {
  2124.    color: var(--bs-primary);
  2125. }
  2126.  
  2127. .footer-nav-link::after {
  2128.    content: '';
  2129.    position: absolute;
  2130.    bottom: -5px;
  2131.    left: 0;
  2132.    width: 0;
  2133.    height: 2px;
  2134.    background: var(--bs-primary) !important;
  2135.    transition: width 0.3s ease;
  2136. }
  2137.  
  2138. .footer-nav-link:hover::after {
  2139.    width: 100%;
  2140. }
  2141.  
  2142. /* Responsive Design */
  2143. @media (max-width: 992px) {
  2144.    .footer-brand-section {
  2145.        padding: 100px 0 50px;
  2146.    }
  2147.    
  2148.    .brand-title {
  2149.        font-size: 1.8rem;
  2150.    }
  2151.    
  2152.    .column-content {
  2153.        padding-left: 0;
  2154.        padding-top: 10px;
  2155.    }
  2156.    
  2157.    .column-header {
  2158.        flex-direction: column;
  2159.        align-items: flex-start;
  2160.        gap: 10px;
  2161.    }
  2162.    
  2163.    .column-number {
  2164.        align-self: center;
  2165.    }
  2166. }
  2167.  
  2168. @media (max-width: 768px) {
  2169.    .footer-brand-section {
  2170.        padding: 80px 0 40px;
  2171.    }
  2172.    
  2173.    .brand-title {
  2174.        font-size: 1.6rem;
  2175.    }
  2176.    
  2177.    .newsletter-inline {
  2178.        padding: 1.5rem;
  2179.        margin: 0 15px;
  2180.    }
  2181.    
  2182.    .newsletter-form .input-group {
  2183.        flex-direction: column;
  2184.    }
  2185.    
  2186.    .btn-newsletter {
  2187.        border-radius: 0 0 12px 12px;
  2188.    }
  2189.    
  2190.    .newsletter-input {
  2191.        border-radius: 12px 12px 0 0;
  2192.    }
  2193.    
  2194.    .footer-column {
  2195.        padding: 0 15px;
  2196.        margin-bottom: 35px;
  2197.    }
  2198.    
  2199.    .footer-nav {
  2200.        flex-direction: column;
  2201.        gap: 15px;
  2202.        margin-top: 20px;
  2203.    }
  2204. }
  2205.  
  2206. @media (max-width: 576px) {
  2207.    .footer-brand-section {
  2208.        padding: 60px 0 30px;
  2209.    }
  2210.    
  2211.    .brand-title {
  2212.        font-size: 1.4rem;
  2213.    }
  2214.    
  2215.    .brand-description {
  2216.        font-size: 1rem;
  2217.    }
  2218.    
  2219.    .newsletter-title {
  2220.        font-size: 1.1rem;
  2221.    }
  2222.    
  2223.    .column-title {
  2224.        font-size: 1rem;
  2225.    }
  2226.    
  2227.    .footer-column {
  2228.        padding: 0 10px;
  2229.    }
  2230.    
  2231.    .bg-circle, .bg-line {
  2232.        display: none;
  2233.    }
  2234. }
  2235.  
  2236. /* Minimal Animation */
  2237. .footer-column {
  2238.    transition: opacity 0.3s ease;
  2239. }
  2240.  
  2241. .footer-column:hover {
  2242.    opacity: 0.9;
  2243. }
  2244. </style>
  2245.  
  2246. <!-- Bootstrap 5 JS -->
  2247.  
  2248. <script>
  2249. // Scroll to Top Function
  2250. function scrollToTop() {
  2251.    window.scrollTo({
  2252.        top: 0,
  2253.        behavior: 'smooth'
  2254.    });
  2255. }
  2256.  
  2257. // Initialize Footer V2 Features
  2258. document.addEventListener('DOMContentLoaded', function() {
  2259.    
  2260.    // Newsletter Form Enhancement
  2261.    const newsletterForm = document.querySelector('.newsletter-form');
  2262.    if (newsletterForm) {
  2263.        newsletterForm.addEventListener('submit', function(e) {
  2264.            e.preventDefault(); // Remove this in actual implementation
  2265.            
  2266.            const submitBtn = this.querySelector('.btn-newsletter');
  2267.            const originalText = submitBtn.textContent;
  2268.            
  2269.            submitBtn.textContent = 'Subscribing...';
  2270.            submitBtn.disabled = true;
  2271.            
  2272.            // Simulate form processing
  2273.            setTimeout(() => {
  2274.                submitBtn.textContent = 'Subscribed!';
  2275.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  2276.                
  2277.                setTimeout(() => {
  2278.                    submitBtn.textContent = originalText;
  2279.                    submitBtn.disabled = false;
  2280.                    submitBtn.style.background = '';
  2281.                    this.reset();
  2282.                }, 2000);
  2283.            }, 1500);
  2284.        });
  2285.    }
  2286.    
  2287.    // Smooth reveal for columns on scroll
  2288.    const observerOptions = {
  2289.        threshold: 0.1,
  2290.        rootMargin: '0px 0px -50px 0px'
  2291.    };
  2292.    
  2293.    const observer = new IntersectionObserver((entries) => {
  2294.        entries.forEach(entry => {
  2295.            if (entry.isIntersecting) {
  2296.                entry.target.style.opacity = '1';
  2297.                entry.target.style.transform = 'translateY(0)';
  2298.            }
  2299.        });
  2300.    }, observerOptions);
  2301.    
  2302.    // Initially hide columns for animation
  2303.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  2304.        column.style.opacity = '0';
  2305.        column.style.transform = 'translateY(20px)';
  2306.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  2307.        observer.observe(column);
  2308.    });
  2309.    
  2310.    // Prevent default for placeholder links
  2311.    document.querySelectorAll('a[href="#"]').forEach(link => {
  2312.        link.addEventListener('click', function(e) {
  2313.            e.preventDefault();
  2314.        });
  2315.    });
  2316. });
  2317.  
  2318. document.addEventListener('DOMContentLoaded', function () {
  2319.    var btn = document.getElementById('toggleFooterLinks');
  2320.    if (!btn) return; // No extra links, no button
  2321.  
  2322.    var extras = document.querySelectorAll('#footerLinks li.extra');
  2323.  
  2324.    btn.addEventListener('click', function () {
  2325.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  2326.            return li.classList.contains('d-none');
  2327.        });
  2328.  
  2329.        extras.forEach(function (li) {
  2330.            if (anyHidden) {
  2331.                li.classList.remove('d-none');
  2332.                li.classList.add('show');
  2333.            } else {
  2334.                li.classList.add('d-none');
  2335.                li.classList.remove('show');
  2336.            }
  2337.        });
  2338.  
  2339.        btn.textContent = anyHidden ? 'View less' : 'View more';
  2340.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  2341.    });
  2342. });
  2343.  
  2344. </script>
  2345.  
  2346.        <!-- end of wpo-site-footer-section -->
  2347.    </div>
  2348.    <!-- end of page-wrapper -->
  2349.  
  2350.    <!-- All JavaScript files
  2351.    ================================================== -->
  2352.    
  2353.  
  2354. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  2355. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  2356. <!-- Plugins for this template -->
  2357. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  2358. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  2359. <!-- Custom script for this template -->
  2360. <script src="/static/blogapp/assets/js/script.js"></script>
  2361.  
  2362. <script>
  2363. (function () {
  2364. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  2365. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  2366.  
  2367. function applyFallback(img) {
  2368. if (!img || img.dataset.fallbackApplied === "1") {
  2369. return;
  2370. }
  2371. var failedSrc = img.currentSrc || img.src || "";
  2372. img.dataset.fallbackApplied = "1";
  2373. img.onerror = null;
  2374. img.src = fallbackImageSrc;
  2375. console.warn("[ImageFallback] Replaced broken image:", {
  2376. failedSrc: failedSrc,
  2377. fallbackSrc: fallbackImageSrc,
  2378. alt: img.alt || "",
  2379. });
  2380. }
  2381.  
  2382. document.querySelectorAll("img").forEach(function (img) {
  2383. if (img.complete && img.naturalWidth === 0) {
  2384. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  2385. failedSrc: img.currentSrc || img.src || "",
  2386. alt: img.alt || "",
  2387. });
  2388. applyFallback(img);
  2389. }
  2390. });
  2391.  
  2392. document.addEventListener(
  2393. "error",
  2394. function (event) {
  2395. var target = event.target;
  2396. if (target && target.tagName === "IMG") {
  2397. applyFallback(target);
  2398. }
  2399. },
  2400. true
  2401. );
  2402. })();
  2403. </script>
  2404.  
  2405. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  2406.  
  2407.  
  2408.  
  2409. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"895093b450524c5da982839dbe5a1e83","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  2410. </body>
  2411.  
  2412. </html>
  2413.  
  2414.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda