


<!DOCTYPE html>
<html lang="en" data-font-scheme="hind">


<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    

    <title>Sabrina&#x27;s Lifestyle Blog: Travel, Fashion &amp; Wellness Tips</title>
    <meta name="description" content="Explore Sabrina&#x27;s lifestyle blog for inspiring travel stories, fashion advice, and wellness tips to enhance your daily life with creativity and joy.">
    <link href="/static/blogapp/assets/css/themify-icons.css" rel="stylesheet">
    <link href="/static/blogapp/assets/css/flaticon.css" rel="stylesheet">
    <link href="/static/blogapp/assets/css/bootstrap.min.css" rel="stylesheet">
    <link href="/static/blogapp/assets/css/animate.css" rel="stylesheet">
    <link href="/static/blogapp/assets/css/owl.carousel.css" rel="stylesheet">
    <link href="/static/blogapp/assets/css/owl.theme.css" rel="stylesheet">
    <link href="/static/blogapp/assets/css/slick.css" rel="stylesheet">
    <link href="/static/blogapp/assets/css/slick-theme.css" rel="stylesheet">
    <link href="/static/blogapp/assets/css/swiper.min.css" rel="stylesheet">
    <link href="/static/blogapp/assets/css/owl.transitions.css" rel="stylesheet">
    <link href="/static/blogapp/assets/css/jquery.fancybox.css" rel="stylesheet">
    <link href="/static/blogapp/assets/css/odometer-theme-default.css" rel="stylesheet">
    <link href="/static/blogapp/assets/css/component.css" rel="stylesheet">
    <link href="/static/blogapp/assets/sass/style.css" rel="stylesheet">
    <link href="/static/blogapp/assets/sass/layout/navbar.css" rel="stylesheet">
    <link href="/static/blogapp/assets/css/responsive.css" rel="stylesheet">
    <link href="/static/blogapp/assets/sass/fonts.css" rel="stylesheet">
    <link rel="canonical" href="https://yourssabrina.de/?feed=rss2">
    <!-- Dynamic CSS Override -->
    
<style>
    :root {
        /* Bootstrap 5 Color Overrides */
        --bs-primary: #52b788;
        --bs-primary-rgb: 52b788;
        --bs-secondary: #5f6a7d;
        --bs-success: #219ebc;
        --bs-danger: #e63946;
        --bs-warning: #f4a261;
        --bs-info: #457b9d;
        --bs-light: #f0f4f2;
        --bs-dark: #1b263b;
        
        /* Your SCSS Variables Override */
        --theme-primary-color: #52b788;
        --theme-primary-color-s2: #52b788;
        --body-bg-color: #ffffff;
        --section-bg-color: #f9faff;
        --text-color: #1b263b;
        --text-light-color: #676767;
        --heading-color: #1b263b;
        --border-color: #c4d6cc;
        --border-color-s2: #eef0fc;
        --border-color-black: #3c3c40;
        --body-color: #777777;
        --small-black: #777777;
        --light: #8188a9;
        --cyan: #848892;
        --black-section-text-color: #CBCBCB;
        --black-bg-color: #202026;
        --black-bg-color-s2: #2C2C32;
        --dark-gray: #232f4b;
        
        /* Component Specific Colors (Bootstrap + Your SCSS) */
        --navbar-bg: #ffffff;
        --nav-bg: #ffffff;
        --sub-nav: #e3e7eb;
        --navbar-color: #1b263b;
        --topbar-bg: #f0f4f2;
        --topbar-color: #1b263b;
        --footer-bg: #1b263b;
        --footer-color: #ffffff;
        --card-bg: #ffffff;
        --card-border: #c4d6cc;
        --card-radius: 10px;
        --link-color: #52b788;
        --link-hover: #3d9970;
        --blog-color: #ffffff;
        --blog-bg: rgba(82, 183, 136, 0.1);
        
        /* Simplified Font System */
        --border-radius: 12px;
        
        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
        --bs-font-sans-serif: var(--font-primary);
    }
    
    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
    body {
        /* Remove font-family override - let data-font-scheme handle it */
        font-weight: 400;
        color: var(--text-color) !important;
        
            background-color: var(--body-bg-color) !important;
        
        min-height: 100vh;
    }
    
    /* Headings - Let CSS font system handle fonts via data-font-scheme */
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        /* Remove font-family override - let data-font-scheme handle it */
        font-weight: 600;
        color: var(--heading-color) !important;
    }
    
    /* Bootstrap Primary Color Throughout Site */
    .btn-primary {
        background-color: var(--bs-primary) !important;
        border-color: var(--bs-primary) !important;
        transition: all 0.3s ease;
    }
    
    .btn-primary:hover {
        background-color: var(--theme-primary-color-s2) !important;
        border-color: var(--theme-primary-color-s2) !important;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
    }
    
    .btn-outline-primary {
        color: var(--bs-primary) !important;
        border-color: var(--bs-primary) !important;
    }
    
    .btn-outline-primary:hover {
        background-color: var(--bs-primary) !important;
        border-color: var(--bs-primary) !important;
    }
    
    .text-primary {
        color: var(--bs-primary) !important;
    }
    
    .bg-primary {
        background-color: var(--bs-primary) !important;
    }
    
    /* Your Navigation System */
    .navigation.navbar,
    .navbar {
        
            background-color: var(--navbar-bg) !important ;
        
        /* Remove font-family override - let data-font-scheme handle it */
        
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
    }
    
    .navigation.navbar .fluid-container{
        min-height: 60px;
    }
    
    .navigation .navbar-brand,
    .navigation .navbar-nav .nav-link,
    .navbar-brand,
    nav a,
    .navbar-nav .nav-link {
        color: var(--navbar-color) !important;
        /* Remove font-family override - let data-font-scheme handle it */
        transition: all 0.3s ease;
    }
    
    .navigation .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:hover,
    nav a:hover,
    .navigation .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.active {
        color: var(--navbar-color) !important;
        transform: translateY(-1px);
        opacity: 0.85;
    }
    
    /* Your existing navbar specific classes */
    .navigation .sub-menu {
        background: var(--navbar-bg) !important;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        border: 1px solid var(--border-color);
    }
    
    .border-color{
        border-color: var(--border-color) !important;
    }
    
    .navigation .sub-menu li a {
        color: var(--navbar-color) !important;
        /* Remove font-family override - let data-font-scheme handle it */
    }
    
    .navigation .sub-menu li a:hover {
        background: var(--bs-primary) !important;
        color: #ffffff !important;
    }
    
    .card {
        
            background-color: var(--card-bg) !important;
        
        border: 1px solid var(--border-color) !important;
        transition: all 0.3s ease;
        border-radius: 12px;
        color: var(--text-color) !important;
    }
     .navbar-brand img{
            height: 70px;
            object-fit: contain;
        }
    
    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }
    
    .card-header {
        background-color: var(--section-bg-color) !important;
        border-color: var(--border-color) !important;
        color: var(--text-color) !important;
    }
    
    /* Bootstrap Form Controls */
    .form-control {
        color: var(--text-color) !important;
        background-color: var(--body-bg-color) !important;
        border-color: var(--border-color) !important;
        /* Remove font-family override - let data-font-scheme handle it */
    }
    
    .form-control:focus {
        border-color: var(--bs-primary) !important;
        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
    }
    
    /* Links throughout site */
  .nav1 a {
        color: var(--link-color) !important;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    a:hover {
        color: var(--link-hover) !important;
    }
    
    /* Text color classes */
    .text-muted {
        color: var(--body-color) !important;
    }
    
    .text-light {
        color: var(--light) !important;
    }
    
    /* Section backgrounds */
    .section-bg,
    .bg-light {
        background-color: var(--section-bg-color) !important;
    }
    
    /* Dark sections */
    .bg-dark,
    .dark-section {
        background-color: var(--black-bg-color) !important;
        color: var(--black-section-text-color) !important;
    }
    
    /* Footer styling */
    .footer,
    footer {
        
            background-color: var(--footer-bg) !important;
        
        color: var(--footer-color) !important;
    }
    
    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
        color: var(--black-section-text-color) !important;
        /* Remove font-family override - let data-font-scheme handle it */
    }
    
    .footer a, footer a {
        color: var(--black-section-text-color) !important;
    }
    
    .footer a:hover, footer a:hover {
        color: var(--bs-primary) !important;
    }
    
    /* Bootstrap Secondary Colors */
    .btn-secondary {
        background-color: var(--bs-secondary) !important;
        border-color: var(--bs-secondary) !important;
    }
    
    .text-secondary {
        color: var(--bs-secondary) !important;
    }
    
    .bg-secondary {
        background-color: var(--bs-secondary) !important;
    }
    
    /* Bootstrap Success, Danger, Warning, Info */
    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
    
    .text-success { color: var(--bs-success) !important; }
    .text-danger { color: var(--bs-danger) !important; }
    .text-warning { color: var(--bs-warning) !important; }
    .text-info { color: var(--bs-info) !important; }
    
    .bg-success { background-color: var(--bs-success) !important; }
    .bg-danger { background-color: var(--bs-danger) !important; }
    .bg-warning { background-color: var(--bs-warning) !important; }
    .bg-info { background-color: var(--bs-info) !important; }
    
    /* Mobile menu styling */
    .navbar-toggler,
    .open-btn {
        border-color: var(--navbar-color) !important;
    }
    
    .icon-bar {
        background-color: var(--navbar-color) !important;
    }
    
    /* Smooth Animations */
    .fade-in-up {
        animation: fadeInUp 0.6s ease-out;
    }
    
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    /* Responsive adjustments */
    @media (max-width: 768px) {
        .navbar {
            padding: 0.5rem 0;
        }
        
        .card:hover {
            transform: none;
        }
    }
    
</style>
    
    
    

<script>
    var _paq = window._paq = window._paq || [];
    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
    _paq.push(['trackPageView']);
    _paq.push(['enableLinkTracking']);
    (function() {
        var u = "//analytics.tech-vikings.com/";
        _paq.push(['setTrackerUrl', u + 'matomo.php']);
        _paq.push(['setSiteId', '2']);
        var d = document,
            g = d.createElement('script'),
            s = d.getElementsByTagName('script')[0];
        g.async = true;
        g.src = u + 'matomo.js';
        s.parentNode.insertBefore(g, s);
    })();
</script>
</head>



<body class="page-blogapp:homepage theme-theme_18">
    <div id="healthcheck"></div>
    <!-- start page-wrapper -->
    <div class="page-wrapper">
        
            <!-- start preloader -->
                
 
            <!-- end preloader -->
        
        <!-- Start header -->
        <header id="header" class="wpo-site-header">
            


    




            






<header class="header-v8 mb-4">
    <div class="container-fluid fluid-container">
        <!-- Main Navigation Card -->
        <div class="nav-card-v8">
            <div class="row align-items-center justify-content-between">
                <!-- Logo Section -->
               <div class="col-lg-2 col-md-3 col-6">
                    <div class="logo-section-v8">
                        <a class="logo-link-v8" href="/">
                            
                                Yourssabrina
                            
                        </a>
                    </div>
                </div>

                <!-- Navigation Menu -->
                <div class="col-lg-8 col-md-6 d-none d-xl-block">
                    <nav class="main-nav-v8">
                        <ul class="nav-list-v8">

                            
                            <li class="nav-item-v8">
                                <a href="/" class="nav-link-v8 active-v8"
                                    data-text="Home">Home</a>
                            </li>

                            
                            
                             <li class="nav-item-v8">
                                <a href="/category/all-posts/" class="nav-link-v8"
                                    data-text="All Posts">
                                    All Posts
                                </a>
                                </li>

                                

                                                
                                                
                                
                             <li class="nav-item-v8">
                                <a href="/category/catpet/" class="nav-link-v8"
                                    data-text="catpet">
                                    catpet
                                </a>
                                </li>

                                

                                                
                                                
                                
                             <li class="nav-item-v8">
                                <a href="/category/com/" class="nav-link-v8"
                                    data-text=".com">
                                    .com
                                </a>
                                </li>

                                

                                                
                                                
                                
                             <li class="nav-item-v8">
                                <a href="/category/dr/" class="nav-link-v8"
                                    data-text=".dr">
                                    .dr
                                </a>
                                </li>

                                

                                                
                                                
                                
                             <li class="nav-item-v8">
                                <a href="/category/localtest/" class="nav-link-v8"
                                    data-text=".localtest">
                                    .localtest
                                </a>
                                </li>

                                

                                                
                                                
                                
                             <li class="nav-item-v8">
                                <a href="/category/test/" class="nav-link-v8"
                                    data-text="test">
                                    test
                                </a>
                                </li>

                                

                                                
                                                
                                
 <li>
                  <a href="/page/contact-us/">
                     Contact Us
                  </a>
              </li>
                        </ul>
                    </nav>

                </div>

                <!-- Search & Mobile Toggle -->
                <div class="col-lg-2 col-md-3 col-6">
                    <div class="nav-actions-v8">
                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
                                stroke-width="2">
                                <circle cx="11" cy="11" r="8"></circle>
                                <path d="m21 21-4.35-4.35"></path>
                            </svg>
                        </button>
                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
                            <i class="ti-menu fs-5"></i>
                        </button>
                    </div>
                </div>
            </div>
        </div>

        <!-- Floating Search Card -->
        <div class="search-card-v8" id="searchCardV8">
            <div class="search-container-v8">
                <form class="search-form-v8" action="#" method="get">
                    <div class="search-input-wrapper-v8">
                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
                            stroke="currentColor" stroke-width="2">
                            <circle cx="11" cy="11" r="8"></circle>
                            <path d="m21 21-4.35-4.35"></path>
                        </svg>
                        <input type="search" class="search-input-v8" id="search-input"
                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
                                stroke-width="2">
                                <line x1="18" y1="6" x2="6" y2="18"></line>
                                <line x1="6" y1="6" x2="18" y2="18"></line>
                            </svg>
                        </button>
                    </div>
                    <div class="search-suggestions-v8 search-v1" id="search-results">
                        
                        
                    </div>
                </form>
            </div>
        </div>

        <!-- Mobile Navigation Card -->
        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
            <div class="mobile-nav-content-v8">
                <ul class="mobile-nav-list-v8">

                    
                    <li class="mobile-nav-item-v8">
                        <a href="/" class="mobile-nav-link-v8 active-v8">
                            Home
                        </a>
                    </li>

                    
                      <li class="mobile-nav-item-v8">
                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
                            All Posts
                        </a>
                        </li>

                        

                                
                                
                        
                      <li class="mobile-nav-item-v8">
                        <a href="/category/catpet/" class="mobile-nav-link-v8">
                            catpet
                        </a>
                        </li>

                        

                                
                                
                        
                      <li class="mobile-nav-item-v8">
                        <a href="/category/com/" class="mobile-nav-link-v8">
                            .com
                        </a>
                        </li>

                        

                                
                                
                        
                      <li class="mobile-nav-item-v8">
                        <a href="/category/dr/" class="mobile-nav-link-v8">
                            .dr
                        </a>
                        </li>

                        

                                
                                
                        
                      <li class="mobile-nav-item-v8">
                        <a href="/category/localtest/" class="mobile-nav-link-v8">
                            .localtest
                        </a>
                        </li>

                        

                                
                                
                        
                      <li class="mobile-nav-item-v8">
                        <a href="/category/test/" class="mobile-nav-link-v8">
                            test
                        </a>
                        </li>

                        

                                
                                
                        

                </ul>

            </div>
        </div>
    </div>

    <!-- Background Overlay -->
    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
</header>

<style>
    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
    .header-v8 {
        padding: 20px 0;
        position: relative;
        min-height: 120px;
    }

    /* Main Navigation Card */
    .nav-card-v8 {
        background:var(--navbar-bg);
        backdrop-filter: blur(20px);
        border: 1px solid var(--border-color);
        border-radius: 20px;
        padding: 15px 25px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
        position: relative;
        z-index: 100;
    }

    /* Logo Styles */
    .logo-img-v8 {
        max-height: 60px;
        transition: all 0.3s ease;
    }

    .logo-link-v8:hover .logo-img-v8 {
        transform: scale(1.05) rotate(2deg);
    }

    /* Main Navigation */
    .nav-list-v8 {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .nav-item-v8 {
        position: relative;
    }

    .nav-link-v8 {
        color: #4a5568;
        text-decoration: none;
        font-weight: 500;
        font-size: 15px;
        padding: 12px 18px;
        border-radius: 12px;
        position: relative;
        transition: all 0.3s ease;
        display: block;
        background: linear-gradient(135deg, transparent 0%, transparent 100%);
    }

    .nav-link-v8::before {
        content: attr(data-text);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--sub-nav);
        color: var(--topbar-color);
        border-radius: 12px;
        opacity: 0;
        transform: scale(0.8);
        transition: all 0.3s ease;
        font-weight: 600;
    }

    .nav-link-v8:hover::before,
    .nav-link-v8.active-v8::before {
        opacity: 1;
        transform: scale(1);
    }

    .nav-link-v8:hover,
    .nav-link-v8.active-v8 {
        color: transparent;
        background: rgba(102, 126, 234, 0.1);
    }

    /* Dropdown Styles */
    .dropdown-card-v8 {
        position: absolute;
        top: calc(100% + 15px);
        left: 50%;
        transform: translateX(-50%);
        background:var(--navbar-bg);
        backdrop-filter: blur(20px);
        border: 1px solid var(--border-color);
        border-radius: 16px;
        padding: 25px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        opacity: 0;
        visibility: hidden;
        transform: translateX(-50%) translateY(-10px);
        transition: all 0.3s ease;
        z-index: 200;
        min-width: 320px;
    }

    .has-dropdown-v8:hover .dropdown-card-v8 {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
    }

    .dropdown-grid-v8 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 20px;
    }

    .dropdown-header-v8 {
        font-size: 12px;
        font-weight: 700;
        color: #667eea;
        margin-bottom: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .dropdown-link-v8 {
        display: flex;
        align-items: center;
        color: var(--navbar-color) !important;;
        text-decoration: none;
        font-size: 14px;
        padding: 10px 12px;
        border-radius: 10px;
        transition: all 0.3s ease;
        margin-bottom: 8px;
    }

    .dropdown-link-v8:hover {
        background:var(--bs-primary);
        color: var(--bs-white) !important;;
        transform: translateX(5px);
    }

    .link-icon-v8 {
        margin-right: 10px;
        height: 5px;
        width: 5px;
        border: 1px solid #2d3748;
        border-radius: 50%;
    }

    /* Navigation Actions */
    .nav-actions-v8 {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
    }

    .search-toggle-v8,
    .mobile-toggle-v8 {
        background: rgba(102, 126, 234, 0.1);
        border: none;
        border-radius: 12px;
        padding: 12px;
        cursor: pointer;
        transition: all 0.3s ease;
        color: var(--bs-white);
    }

    .search-toggle-v8:hover,
    .mobile-toggle-v8:hover {
        background: var(--sub-nav);
        color: var(--topbar-color);
        transform: scale(1.05);
    }

    .mobile-toggle-v8 {
        flex-direction: column;
        gap: 3px;
        padding: 10px 12px;
    }

    .toggle-line-v8 {
        width: 20px;
        height: 2px;
        background: currentColor;
        border-radius: 1px;
        transition: all 0.3s ease;
    }

    /* Floating Search Card */
    .search-card-v8 {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 40px);
        max-width: 600px;
        background:var(--navbar-bg);
        backdrop-filter: blur(20px);
        border: 1px solid var(--border-color);
        border-radius: 20px;
        padding: 25px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        opacity: 0;
        visibility: hidden;
        transform: translateX(-50%) translateY(-20px);
        transition: all 0.4s ease;
        z-index: 300;
        margin-top: 15px;
    }

    .search-card-v8.show-v8 {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
    }

    .search-input-wrapper-v8 {
        display: flex;
        align-items: center;
        background: rgba(248, 250, 252, 0.8);
        border: 2px solid rgba(102, 126, 234, 0.2);
        border-radius: 15px;
        padding: 5px;
        margin-bottom: 20px;
        transition: all 0.3s ease;
    }

    .search-input-wrapper-v8:focus-within {
        border-color: #667eea;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
    }

    .search-icon-v8 {
        color: #a0aec0;
        margin: 0 15px;
        transition: color 0.3s ease;
    }

    .search-input-wrapper-v8:focus-within .search-icon-v8 {
        color: #667eea;
    }

    .search-input-v8 {
        flex: 1;
        border: none;
        background: transparent;
        font-size: 16px;
        padding: 15px 0;
        outline: none;
        color: #2d3748;
    }

    .search-input-v8::placeholder {
        color: #a0aec0;
    }

    .search-close-v8 {
        background: rgba(160, 174, 192, 0.2);
        border: none;
        border-radius: 10px;
        padding: 8px;
        margin-right: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        color: #a0aec0;
    }

    .search-close-v8:hover {
        background: rgba(229, 62, 62, 0.1);
        color: #e53e3e;
    }

    /* Search Suggestions */
    .search-suggestions-v8 {
        display: grid;
        gap: 8px;
    }

    .suggestion-item-v8 {
        display: flex;
        align-items: center;
        padding: 12px 15px;
        background: rgba(248, 250, 252, 0.1);
        border-radius: 12px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .suggestion-item-v8:hover {
        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
        color: white;
        transform: translateX(5px);
    }

    .suggestion-icon-v8 {
        margin-right: 12px;
        font-size: 16px;
    }

    .suggestion-text-v8 {
        font-size: 14px;
        font-weight: 500;
    }

    /* Mobile Navigation Card */
    .mobile-nav-card-v8 {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 40px);
        background:var(--card-bg);
        backdrop-filter: blur(20px);
        border: 1px solid var(--border-color);
        border-radius: 20px;
        padding: 20px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        opacity: 0;
        visibility: hidden;
        transform: translateX(-50%) translateY(-20px);
        transition: all 0.4s ease;
        z-index: 300;
        margin-top: 15px;
        max-height: 70vh;
        overflow-y: auto;
    }

    .mobile-nav-card-v8.show-v8 {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
    }

    .mobile-nav-list-v8 {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-nav-item-v8 {
        margin-bottom: 8px;
    }

    .mobile-nav-link-v8 {
        display: flex;
        align-items: center;
        color: var(--navbar-color) !important;
        text-decoration: none;
        font-weight: 500;
        font-size: 16px;
        padding: 15px;
        border-radius: 12px;
        justify-content: space-between;
    }

    .mobile-nav-link-v8:hover,
    .mobile-nav-link-v8.active-v8 {
        background:var(--sub-nav);
        color: var(--topbar-color) !important;
    }

    .mobile-nav-icon-v8 {
        font-size: 18px;
        background-color: var(--navbar-bg) !important;
        margin-right: 12px;
    }

    .mobile-arrow-v8 {
        transition: transform 0.3s ease;
    }

    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
        transform: rotate(180deg);
    }

    .mobile-dropdown-v8 {
        list-style: none;
        padding: 0;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease;
        background: rgba(248, 250, 252, 0.5);
        border-radius: 12px;
        margin-top: 8px;
    }

    .mobile-dropdown-v8.show-v8 {
        max-height: 300px;
        background-color: var(--navbar-bg);
        padding: 10px 0;
    }

    .mobile-sub-link-v8 {
        display: block;
        color: var(--navbar-color) !important;
        text-decoration: none;
        font-size: 14px;
        padding: 10px 20px;
        transition: all 0.3s ease;
    }

    .mobile-sub-link-v8:hover {
        color: var(--topbar-color);
        background: var(--sub-nav);
        border-radius: 12px;
    }

    /* Background Overlay */
    .nav-overlay-v8 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(5px);
        z-index: 250;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .nav-overlay-v8.show-v8 {
        opacity: 1;
        visibility: visible;
    }

    /* Responsive Design */
    @media (max-width: 1300px) {
        .header-v8 {
            padding: 15px 0;
        }

        .nav-card-v8 {
            padding: 12px 20px;
            border-radius: 15px;
        }

        .search-card-v8,
        .mobile-nav-card-v8 {
            width: calc(100% - 40px);
            padding: 20px;
        }
    }

    @media (max-width: 576px) {
        .nav-card-v8 {
            padding: 10px 15px;
        }

        .logo-img-v8 {
            max-height: 35px;
        }
    }
</style>

<script>
    let activeCard = null;

    function toggleSearchV8() {
        const searchCard = document.getElementById('searchCardV8');
        const overlay = document.getElementById('navOverlayV8');
        const mobileNav = document.getElementById('mobileNavV8');

        // Close mobile nav if open
        mobileNav.classList.remove('show-v8');

        if (searchCard.classList.contains('show-v8')) {
            searchCard.classList.remove('show-v8');
            overlay.classList.remove('show-v8');
            activeCard = null;
        } else {
            searchCard.classList.add('show-v8');
            overlay.classList.add('show-v8');
            activeCard = 'search';

            // Focus on search input
            setTimeout(() => {
                const searchInput = document.querySelector('.search-input-v8');
                if (searchInput) searchInput.focus();
            }, 100);
        }
    }

    function toggleMobileNavV8() {
        const mobileNav = document.getElementById('mobileNavV8');
        const overlay = document.getElementById('navOverlayV8');
        const searchCard = document.getElementById('searchCardV8');

        // Close search if open
        searchCard.classList.remove('show-v8');

        if (mobileNav.classList.contains('show-v8')) {
            mobileNav.classList.remove('show-v8');
            overlay.classList.remove('show-v8');
            activeCard = null;
        } else {
            mobileNav.classList.add('show-v8');
            overlay.classList.add('show-v8');
            activeCard = 'mobile';
        }
    }

    function toggleMobileDropdownV8(dropdownId) {
        const dropdown = document.getElementById(dropdownId);
        const parentItem = dropdown.closest('.mobile-nav-item-v8');

        // Close other dropdowns
        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
        const allParents = document.querySelectorAll('.mobile-nav-item-v8');

        allDropdowns.forEach(dd => {
            if (dd.id !== dropdownId) {
                dd.classList.remove('show-v8');
            }
        });

        allParents.forEach(parent => {
            if (parent !== parentItem) {
                parent.classList.remove('open-v8');
            }
        });

        // Toggle current dropdown
        dropdown.classList.toggle('show-v8');
        parentItem.classList.toggle('open-v8');
    }

    function closeAllV8() {
        const searchCard = document.getElementById('searchCardV8');
        const mobileNav = document.getElementById('mobileNavV8');
        const overlay = document.getElementById('navOverlayV8');

        searchCard.classList.remove('show-v8');
        mobileNav.classList.remove('show-v8');
        overlay.classList.remove('show-v8');
        activeCard = null;
    }

    // Close on escape key
    document.addEventListener('keydown', function (e) {
        if (e.key === 'Escape' && activeCard) {
            closeAllV8();
        }
    });

    // Handle suggestion clicks
    document.addEventListener('click', function (e) {
        if (e.target.closest('.suggestion-item-v8')) {
            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
            const searchInput = document.querySelector('.search-input-v8');
            if (searchInput) {
                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
            }
        }
    });
</script>
<script>
  document.addEventListener("DOMContentLoaded", function () {
    console.log("loaded");

     const searchInput = document.getElementById("search-input")
    const searchResults = document.getElementById("search-results");

    if (!searchInput || !searchResults) {
      console.error("Search input/results not found");
      return;
    }

    // Prevent form submission
    if (searchInput.form) {
      searchInput.form.addEventListener("submit", function (e) {
        e.preventDefault();
      });
    }

    // Add event listener for keyup
    searchInput.addEventListener("keyup", function (e) {
      console.log("Key pressed:", e.key);
      e.preventDefault();

      const query = searchInput.value.trim();
      console.log("User is typing: " + query);

      // If empty → clear and hide
      if (query === "") {
        searchResults.innerHTML = "";
        searchResults.style.display = "none";
        return;
      }

      // Show results
      searchResults.style.display = "block";

      // Fetch search results
      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
        method: "GET",
        headers: { "X-Requested-With": "XMLHttpRequest" },
      })
        .then(response => {
          console.log("Response Status:", response.status);
          return response.json();
        })
        .then(data => {
          console.log("Data received:", data);
          if (data.html) {
            searchResults.innerHTML = data.html;
          } else {
            searchResults.innerHTML = "<p>No results found.</p>";
          }
        })
        .catch(error => {
          console.error("Error fetching search results:", error);
        });
    });

    // Close results when clicking outside
    document.addEventListener("click", function (e) {
      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
        searchResults.style.display = "none";
      }
    });

    // Close results on ESC key
    document.addEventListener("keydown", function (e) {
      if (e.key === "Escape") {
        searchResults.style.display = "none";
      }
    });
  });
</script>


        </header>
        <!-- end of header -->
        <!-- start of wpo-blog-hero -->
        



  <!-- Django Template for Clean Blog Cards -->






        <!-- end of wpo-blog-hero -->

        <!-- start of wpo-breacking-news -->
        
        <!-- end of wpo-breacking-news -->
         
        <!-- start wpo-blog-highlights-section -->
        



    


  <style>
    .blog-section {
      padding: 60px 0;
    }

    .blog-card {
      background: var(--card-bg);
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      margin-bottom: 30px;
      overflow: hidden;
      border: none;
    }

    .blog-card-body {
      padding: 30px;
    }

    .blog-category {
      display: inline-block;
      padding: 6px 16px;
      border-radius: 20px;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 20px;
    }

    .blog-title {
      font-weight: 700;
      color: var(--topbar-color);
      margin-bottom: 20px;
      line-height: 1.4;
      text-decoration: none;
    }

    .blog-title:hover {
      color: #1e40af !important;
      text-decoration: none;
    }

    .blog-meta {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
      color: var(--topbar-color);
      font-size: 14px;
    }

    .blog-meta img {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      object-fit: cover;
      display: block;
    }

    .blog-meta .meta-info {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .blog-description {
      color: var(--topbar-color);
      line-height: 1.7;
      margin-bottom: 25px;
      font-size: 15px;
    }

    .read-more-btn {
      background: transparent;
      border: 2px solid var(--bs-primary);
      color: var(--bs-primary);
      padding: 12px 30px;
      border-radius: 6px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      transition: all 0.3s ease;
      text-decoration: none;
      display: inline-block;
      font-size: 13px;
    }

    .read-more-btn:hover {
      background: var(--bs-primary);
      color: var(--bs-white) !important;
      text-decoration: none;
    }

    .section-title {
      text-align: center;
      margin-bottom: 50px;
    }

    .section-title h2 {
      font-size: 42px;
      font-weight: 800;
      color: #2c3e50;
      margin-bottom: 15px;
    }

    .section-title p {
      color: #6c757d;
      font-size: 18px;
      max-width: 600px;
      margin: 0 auto;
    }

    .avatar-placeholder {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background: linear-gradient(45deg, var(--bs-primary), #20c997);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--bs-white);
      font-weight: bold;
      margin-right: 12px;
      overflow: hidden;
    }

    @media (max-width: 768px) {
  

      .section-title h2 {
        font-size: 32px;
      }

      .blog-card-body {
        padding: 20px;
      }
    }

    /* ===== Smooth Fade on Scroll (Up & Down) ===== */
    :root{
      --fade-distance: 28px;
      --fade-duration: 700ms;
      --fade-ease: cubic-bezier(0.16,1,0.3,1);
    }

    .fade-base{
      opacity: 0;
      filter: blur(2px);
      transform: translateY(var(--y,0)) translateZ(0); /* GPU hint */
      transition:
        opacity var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
        transform var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
        filter var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms);
      will-change: transform, opacity, filter;
    }
    .fade-up   { --y: var(--fade-distance); }          /* when entering on scroll down */
    .fade-down { --y: calc(var(--fade-distance) * -1); }/* when entering on scroll up */

    .fade-show{
      opacity: 1;
      filter: blur(0);
      transform: translateY(0) translateZ(0);
    }

    /* Hover should still work after fade-in */
    .blog-card.fade-show:hover{
      transform: translateY(-5px) translateZ(0);
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    }

    /* Reduced motion */
    @media (prefers-reduced-motion: reduce){
      .fade-base{
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
        filter: none !important;
      }
      .blog-card.fade-show:hover{
        transform: none !important;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
      }
    }
  </style>

  <section class="blog-section">
    <div class="container-fluid fluid-container">
      <div class="row">
        <div class="section-title ">
          <h2>
                Today's Top Highlights
                   </h2>
          <p>Stay updated with the latest insights and trends in online gaming</p>
        </div>

        <div class="col-lg-8 col-12">
          
          

        </div>

         <div class="col col-lg-4 col-12">
                



    


<!-- Blog Sidebar -->

    <div class="sidebar mb-3">
        
        

        <!-- Recent Posts Section -->
        <div class="sidebar-widget mb-3">
            <div class="widget-title-wrapper mb-3">
                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
                    Recent Posts
                    <span class="title-arrow"></span>
                </h4>
            </div>
            <div class="widget-content border border-light shadow-sm rounded p-4">
                <div class="recent-post-list">
                    
                    

                </div>
            </div>
        </div>

    </div>


<!-- Sidebar Styles -->
<style>
    .sidebar-widget {
        position: relative;
    }
    
    .widget-title {
        font-size: 1.1rem;
        font-weight: 700;
        display: inline-block;
        position: relative;
        z-index: 2;
        border-radius: 0;
    }
    
    .title-arrow::after {
        content: '';
        position: absolute;
        top: 0;
        right: -20px;
        width: 0;
        height: 0;
        border-left: 20px solid var(--bs-primary);
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        z-index: 1;
    }
    
    .widget-content {
        margin-top: -1px;
        position: relative;
        z-index: 1;
         background-color: var(--card-bg);
    }
    
    .recent-post-item:hover .post-title1 a {
        color: #dc3545 !important;
        transition: color 0.3s ease;
    }
    
    .recent-post-item .post-image img {
        transition: transform 0.3s ease;
    }
    
    .recent-post-item:hover .post-image img {
        transform: scale(1.05);
    }
    
    .btn:hover {
        transform: translateY(-1px);
        transition: all 0.3s ease;
        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    }
    
    @media (max-width: 991px) {
        .sidebar {
            margin-top: 3rem;
        }
    }
    
    @media (max-width: 576px) {
        .widget-title {
            font-size: 1rem;
            padding: 0.75rem 1rem !important;
        }
        
        .title-arrow::after {
            right: -15px;
            border-left: 15px solid var(--bs-primary);
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
        }
        
        .post-image {
            display: none !important;
        }
    }
</style>
    
            </div>
      </div>
    </div>
  </section>

  <script>
    // Smooth fade on scroll (adds .fade-up on downward scroll, .fade-down on upward scroll)
    document.addEventListener('DOMContentLoaded', function () {
      // Fallback if IntersectionObserver unavailable
      if (!('IntersectionObserver' in window)) {
        document.querySelectorAll('.fade-base').forEach(el => el.classList.add('fade-show'));
        return;
      }

      let lastY = window.pageYOffset || 0;
      let scrollDir = 'down';
      let ticking = false;

      // Jank-free scroll direction tracking
      window.addEventListener('scroll', () => {
        const y = window.pageYOffset || 0;
        if (!ticking) {
          requestAnimationFrame(() => {
            scrollDir = y > lastY ? 'down' : 'up';
            lastY = y <= 0 ? 0 : y;
            ticking = false;
          });
          ticking = true;
        }
      }, { passive: true });

      const options = {
        threshold: 0.18,
        rootMargin: '0px 0px -8% 0px'
      };

      const io = new IntersectionObserver((entries) => {
        entries.forEach((entry) => {
          const el = entry.target;

          if (entry.isIntersecting) {
            // direction-based class
            el.classList.remove('fade-up', 'fade-down');
            el.classList.add(scrollDir === 'down' ? 'fade-up' : 'fade-down');

            // smooth timing (override-able per element via CSS vars)
            if (!el.style.getPropertyValue('--dur')) {
              el.style.setProperty('--dur', '700ms');
            }
            if (!el.style.getPropertyValue('--ease')) {
              el.style.setProperty('--ease', 'cubic-bezier(0.16,1,0.3,1)');
            }

            el.classList.add('fade-show');
          } else {
            // re-animate when re-entering
            el.classList.remove('fade-show');
          }
        });
      }, options);

      // Observe all fade targets with a light stagger
      const nodes = Array.from(document.querySelectorAll('.fade-base'));
      nodes.forEach((el, i) => {
        // 0–5 -> 0–300ms stagger (loops every 6)
        el.style.setProperty('--stagger', `${(i % 6) * 60}ms`);
        io.observe(el);
      });
    });
  </script>


    
        
        <!-- end wpo-blog-highlights-section -->
        <!-- start wpo-blog-sponsored-section -->
        



    


    
        <!-- end wpo-blog-sponsored-section -->
        <!-- start wpo-subscribe-section -->
        
        <!-- end subscribe-section -->
        <!-- start of wpo-site-footer-section -->
        





<footer class="wpo-site-footer-v2">
    <!-- Main Footer Content -->
    <div class="wpo-main-footer">
        <div class="container-fluid fluid-container">
            <div class="row g-4">
                
                <!-- Company Info Section -->
                <div class="col-lg-4 col-md-6 col-12">
                    <div class="footer-widget company-info-widget">
                        <div class="widget-header">
                            <div class="footer-logo">
                                
                                    <h2 class="footer-logo-text">Yourssabrina</h2>
                                
                            </div>
                        </div>
                        <div class="widget-content2 footer-widget-content2">
                            <p class="company-description-text">
                                Explore Sabrina&#x27;s lifestyle blog for inspiring travel stories, fashion advice, and wellness tips to enhance your daily life with creativity and joy.
                            </p>
                            <div class="contact-info2">
                                <div class="contact-item">
                                    <i class="fas fa-envelope"></i>
                                    <span><a  href="mailto:info@yourssabrina.de" class="footer-link2">info@yourssabrina.de</a></span>
                                </div>
                                <!-- <div class="contact-item">
                                    <i class="fas fa-phone"></i>
                                    <span><a  href="https://wa.me/971543449951" class="footer-link2">+971 54 344 9951</a></span>
                                </div> -->
                            </div>
                        </div>
                    </div>
                </div>

                <!-- Quick Links Section -->
                <div class="col-lg-4 col-md-6 col-12">
                    <div class="footer-widget quick-links-widget">
                        <div class="widget-header">
                            <h4 class="widget-title2 quick-links-title">Quick Links</h4>
                        </div>
                        <div class="widget-content2 footer-widget-content2">
                            <ul class="footer-links">
                                
                            </ul>
                        </div>
                    </div>
                </div>

                <!-- Blog Rolls Section -->
          <div class="col-lg-3 col-md-6 col-12">
    <div class="footer-widget blog-rolls-widget">
        <div class="widget-header">
            <h4 class="widget-title2 blog-rolls-title">Blog Rolls</h4>
        </div>
        <div class="widget-content2 footer-widget-content2">
            <div class="row">
                <div class="col-6">
                    <ul class="footer-links" id="blogroll">
                        
                        
                        
                        
                        
                        
                        
                    </ul>
                </div>
            </div>
        </div>
    </div>
</div>
                <!-- Categories Section -->
                <div class="col-lg-4 col-md-6 col-12">
                    <div class="footer-widget categories-widget">
                        <div class="widget-header">
                            <h4 class="widget-title2 categories-title">Categories</h4>
                        </div>
                        <div class="widget-content2 footer-widget-content2">
                            <div class="row">
                                <div class="col-6">
                                    <ul class="footer-links">
                                        
                                        <li> <a href="/category/all-posts/" class="footer-link">
                                            All Posts
                                        </a></li>
                                        
                                        <li> <a href="/category/catpet/" class="footer-link">
                                            catpet
                                        </a></li>
                                        
                                        <li> <a href="/category/com/" class="footer-link">
                                            .com
                                        </a></li>
                                        
                                        <li> <a href="/category/dr/" class="footer-link">
                                            .dr
                                        </a></li>
                                        
                                        <li> <a href="/category/localtest/" class="footer-link">
                                            .localtest
                                        </a></li>
                                        
                                    </ul>
                                </div>
                              
                            </div>
                        </div>
                    </div>
                </div>

            </div>
        </div>
    </div>

    <!-- Footer Bottom -->
    <div class="footer-bottom">
        <div class="container-fluid fluid-container">
            <div class="row align-items-center">
                <!-- Copyright -->
                <div class="col-lg-6 col-md-6 col-12">
                    <div class="copyright-text">
                        <p class="copyright-text-p">&copy; 2026 <strong class="footer-sitename">Yourssabrina</strong>. 
                            All rights reserved.
                        </p>
                    </div>
                </div>

                <!-- Footer Menu -->
                <div class="col-lg-6 col-md-6 col-12">
                    <div class="footer-menu">
                        <ul class="bottom-menu">
                            <li><a href="/page/write-for-us/" class="footer-link">Write For Us</a></li>
                            <li><a href="/page/terms-and-conditions/" class="footer-link">Terms &amp; Conditions</a></li>
                            <li><a href="/sitemap.xml" class="footer-link">Sitemap</a></li>
                        </ul>
                    </div>
                </div>
            </div>
        </div>
    </div>

</footer>

<style>
/* Footer V2 Styles */
.wpo-site-footer-v2 {
    background: var(--footer-bg);
    color: var(--footer-color);
    position: relative;
    overflow: hidden;
}

.wpo-site-footer-v2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.02"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.wpo-main-footer {
    padding: 60px 0 40px;
    position: relative;
    z-index: 2;
}

.footer-widget {
    margin-bottom: 30px;
}

.widget-header {
    margin-bottom: 25px;
}

.widget-title2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--footer-color) !important;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
}

.widget-title2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
    border-radius: 2px;
}

/* Company Info Styles */
.footer-logo-img {
    max-height: 100px;
    margin-bottom: 20px;
}

.footer-logo-text {
    color: var(--footer-color);
}

.company-description-text {
    font-size: 14px;
    line-height: 1.7;
    color: var(--footer-color);
    margin-bottom: 25px;
}

.contact-info2 .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}

.contact-info2 .contact-item i {
    width: 20px;
    color: var(--footer-color);
    margin-right: 10px;
}

/* Footer Links Styles */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}
.footer-link2 {
    color: var(--footer-color) !important;
}
.footer-link2:hover {
    color: blue !important;
}
.footer-links a{
    color: var(--footer-color) !important;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
}

.footer-links a:hover {
    color: #4f46e5 !important;
    padding-left: 8px;
}

/* Footer Bottom Styles */
.footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 2;
}

.copyright-text-p {
    margin: 0;
    font-size: 14px;
    color: var(--footer-color);
}

.footer-sitename {
    color: var(--footer-color);
}

.bottom-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.bottom-menu a {
    color: var(--footer-color);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.bottom-menu a:hover {
    color: #4f46e5;
}

@media (max-width: 768px) {
    .wpo-main-footer {
        padding: 40px 0 30px;
    }
    
    .bottom-menu {
        justify-content: center;
        margin-top: 15px;
    }
    
    .copyright-text {
        text-align: center;
    }
    
    .social-links {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .widget-title2 {
        font-size: 18px;
    }
    
    .newsletter-form .input-group {
        flex-direction: column;
    }
    
    .newsletter-form .btn {
        margin-top: 10px;
        border-radius: 8px;
    }
    
    .newsletter-form .form-control {
        border-radius: 8px;
    }
}
</style>


<script>
  document.addEventListener('DOMContentLoaded', function () {
    var btn = document.getElementById('toggleMore');
    if (!btn) return; // If there are <=5 items, no need for the button

    var extras = document.querySelectorAll('#blogroll li.extra');

    btn.addEventListener('click', function () {
      var anyHidden = Array.prototype.some.call(extras, function (li) {
        return li.classList.contains('d-none');
      });

      extras.forEach(function (li) {
        if (anyHidden) {
          li.classList.remove('d-none');
          li.classList.add('show'); // Show with smooth transition
        } else {
          li.classList.add('d-none');
          li.classList.remove('show'); // Hide smoothly
        }
      });

      // Update the button text and aria-expanded attribute
      btn.textContent = anyHidden ? 'View less' : 'View more';
      btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
    });
  });
</script>
 
        <!-- end of wpo-site-footer-section -->
    </div>
    <!-- end of page-wrapper -->

    <!-- All JavaScript files
    ================================================== -->
    

<script src="/static/blogapp/assets/js/jquery.min.js"></script>
<script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
<!-- Plugins for this template -->
<script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
<script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
<!-- Custom script for this template -->
<script src="/static/blogapp/assets/js/script.js"></script>

<script>
	(function () {
		var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
		console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);

		function applyFallback(img) {
			if (!img || img.dataset.fallbackApplied === "1") {
				return;
			}
			var failedSrc = img.currentSrc || img.src || "";
			img.dataset.fallbackApplied = "1";
			img.onerror = null;
			img.src = fallbackImageSrc;
			console.warn("[ImageFallback] Replaced broken image:", {
				failedSrc: failedSrc,
				fallbackSrc: fallbackImageSrc,
				alt: img.alt || "",
			});
		}

		document.querySelectorAll("img").forEach(function (img) {
			if (img.complete && img.naturalWidth === 0) {
				console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
					failedSrc: img.currentSrc || img.src || "",
					alt: img.alt || "",
				});
				applyFallback(img);
			}
		});

		document.addEventListener(
			"error",
			function (event) {
				var target = event.target;
				if (target && target.tagName === "IMG") {
					applyFallback(target);
				}
			},
			true
		);
	})();
</script>

<!-- <script src="https://api.nextbacklinks.com/static/ads/ad-script.js"></script> -->



</body>

</html>

