
        :root {
            --primary-color: #20c4f4;
            --secondary-color: #0088cc;
            --text-dark: #1a1a1a;
            --text-gray: #666;
            --bg-light: #f8f9fa;
            --gradient-start: #8B7BE8;
            --gradient-end: #6C5DD3;
        }

        #header.header-no-border-bottom .header-body, header#header{
        position: fixed;
        top: 0px;
    }
    .breadcrumb li a {
        color: #000000;
        opacity: 0.5;
    }
    .breadcrumb > li + li:before, .cookies__intro p, .key-feature-content p {
        color: #000000;
    }
    a:not(.btn):hover {
        text-decoration: none;
    }
    a.recommended-card:hover h3 {
        color: #20c4f4;
    }
    a.trending-item .trending-content h4 {
        font-size: 1.2rem !important;
    }
    a.trending-item:hover h4 {
        color: #20c4f4;
    }
    form.contact-form.p-4.rounded.bg-color-grey {
        background-color: #F7F7F7 !important;
    }

        .breadcrumb {
            background: transparent;
            padding: 1.5rem 0;
            margin: 0;
            font-size: 0.9rem;
        }

        .breadcrumb .breadcrumb-item li a {
            color: var(--text-gray);
            text-decoration: none;
            transition: color 0.3s;
        }

        .breadcrumb-item a:hover {
            color: var(--primary-color);
        }

        .breadcrumb-item.active {
            color: var(--text-dark);
        }

        .article-title {
            font-size: 42px;
            font-weight: 600;
            line-height: 1.2;
            margin-bottom: 2rem;
            color: #0e0e0f;
        }
        h1.article-title {
            font-weight: 400;
        }

        .author-info {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 5rem;
            padding-bottom: 1.5rem;
        }

        .author-details {
            display: flex;
            align-items: center;
        }

        .author-avatar {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: #e9eef3 url(../images/blogNew/user.png) center / cover no-repeat;
            margin-right: 1rem;
            flex-shrink: 0;
        }

        .author-name {
            font-weight: 600;
            color: var(--text-dark);
            margin: 0;
        }

        .article-meta {
            display: flex;
            align-items: center;
            gap: 1rem;
            font-size: 0.9rem;
            color: var(--text-gray);
            flex-wrap: wrap;
        }

        .article-meta i {
            margin-right: 0.3rem;
            color: #000;
            font-size: 16px;
        }
        .listen-context {
            padding: 0px 16px;
            font-size: 14px;
            color: #000;
        }

        .audio-player {
            position: sticky;
            top: 0;
            padding: 10px 16px;
            display: flex;
            align-items: center;
            gap: 12px;
            z-index: 10;
        }

        .waveform {
            flex: 1;
            height: 18px;
            display: flex;
            align-items: center;
            gap: 3px;
        }

        .wave {
            width: 2px;
            background: #bdbdbd;
            border-radius: 3px;
            transition: height .25s ease, background .4s linear;
        }

        .wave.played { 
            background: linear-gradient(90deg, #009cff 0, #a2b500 100%)
        }

        .play-btn {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            border: none;
            background: #04baff;
            font-size: 12px;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .time {
            color: #000000;
            font-size: 12px;
            white-space: nowrap;
        }

        .speed {
            background: #d9d9d9;
            color: #000000;
            border: none;
            padding: 6px;
            border-radius: 4px;
        }

        .featured-image {
            width: 100%;
            border-radius: 12px;
            margin-bottom: 2rem;
            aspect-ratio: 16/9;
            object-fit: cover;
        }

        .article-content {
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 3rem;
        }

        .article-content h2 {
            font-size: 32px;
            font-weight: 400;
            margin: 1.5rem 0 1.5rem;
            color: #0e0e0f;
            position: relative;
            margin-top: 0;
        }

        .article-content p {
            margin-bottom: 1.5rem;
            font-weight: 400;
        }

        .article-content ul {
            padding-left: 20px;
            margin: 1.5rem 0;
        }

        .article-content ul li {
            position: relative;
            margin-bottom: .3rem;
        }

        .article-content a {
            color: var(--primary-color);
            text-decoration: none;
            font-weight: 500;
            border-bottom: 2px solid transparent;
            transition: all 0.3s;
        }

        .article-content a:hover {
            border-bottom-color: var(--primary-color);
        }

        .quote-block {
            position: relative;
            background: linear-gradient(135deg, rgb(0 0 0 / 5%), rgb(0 0 0 / 5%));
            border: none;
            border-radius: 16px;
            padding: 2.5rem;
            margin: 2.5rem 0;
            box-shadow: 0 4px 20px rgba(139, 123, 232, 0.1);
        }

        .quote-block::before {
            content: '"';
            position: absolute;
            top: -10px;
            left: 20px;
            font-size: 5rem;
            color: #000000;
            line-height: 1;
        }

        .quote-block p {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 1rem;
            font-style: italic;
            color: var(--text-dark);
            position: relative;
            z-index: 1;
        }

        .quote-block p.quote-author {
            font-weight: 400;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .quote-author::before {
            content: '—';
            font-weight: 400;
        }

        .sidebar-section {
            padding: .5rem;
            margin-bottom: 1.5rem;
            padding-top: 0;
        }

        .sidebar-title {
            font-size: 22px;
            font-weight: 400;
            line-height: 1.3;
            margin-bottom: 1.5rem;
            color: var(--text-dark);
            display: flex;
            gap: 0.5rem;
        }

        .trending-item {
            display: flex;
            flex-direction: row-reverse;
            margin-bottom: 1.5rem;
            text-decoration: none;
            color: inherit;
            transition: all 0.3s;
            padding: 0.75rem;
            border-radius: 12px;
            align-items: center;
            align-self: stretch;
            border: 1px solid #e5e7eb;
            background-color: #ffffff;
        }

        .trending-item:hover {
            background: var(--bg-light);
            transform: translateX(-5px);
        }

        .trending-item:last-child {
            margin-bottom: 0;
        }

        .trending-thumbnail {
            width: 80px;
            height: 80px;
            border-radius: 12px;
            object-fit: cover;
            margin-left: 1rem;
            flex-shrink: 0;
        }

        .trending-content {
            flex: 1;
            min-width: 0;
        }

        .trending-content h4 {
            font-size: 0.95rem;
            font-weight: 400;
            margin-bottom: 0.5rem;
            line-height: 1.4;
            color: var(--text-dark);
        }

        .trending-meta {
            font-size: 0.8rem;
            color: var(--text-gray);
            display: flex;
            align-items: center;
            gap: 0.5rem;
            flex-wrap: wrap;
        }
        .trending-meta i{
            color: #000;
        }

        .social-share-buttons {
            display: flex;
            gap: 0.75rem;
            flex-wrap: wrap;
            margin-top: 40px;
        }

        .social-share-btn {
            width: 45px;
            height: 45px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: white;
            transition: all 0.3s;
            font-size: 1.2rem;
        }

        .social-share-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        }

        .social-share-btn.facebook {
            background: #1877f2;
        }

        .social-share-btn.twitter {
            background: #000000;
        }

        .social-share-btn.linkedin {
            background: #0077b5;
        }

        .social-share-btn.copyLink {
            background: #757575;
        }

        .social-share-btn.email {
            background: #ea4335;
        }

        .tags-container {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
        }

        .tag-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.6rem 1rem;
            background: white;
            border: 2px solid #e5e7eb;
            border-radius: 12px;
            text-decoration: none;
            color: var(--text-dark);
            font-size: 0.9rem;
            font-weight: 500;
            transition: all 0.3s;
        }

        .tag-badge:hover {
            border-color: transparent;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(139, 123, 232, 0.3);
        }

        .recommended-section {
            padding: 3rem 0;
            background: #eeeeee;
            margin-top: 4rem;
        }
        .recommended-section h2{
            font-size: 32px;
            font-weight: 400;
            margin: 1.5rem 0 1.5rem;
            color: #0e0e0f;
            position: relative;
            margin-top: 0;
        }

        .recommended-card {
            background: white;
            border-radius: 16px;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
            height: 100%;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .recommended-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        }

        .recommended-image {
            width: 100%;
            aspect-ratio: 16/9;
            object-fit: cover;
        }

        .recommended-content {
            padding: 1.5rem;
        }

        .recommended-title {
            font-size: 1.2rem;
            font-weight: 400;
            color: var(--text-dark);
            line-height: 1.4;
            margin-bottom: 30px;
            text-transform: inherit;
        }
        

        .bi-play-fill {
            font-size: 20px;
        }

        hr {
            border: 0;
            border-top: 1px solid #e5e5e5;
            opacity: 1;
        }
        .reading{
            background:#fff1d6;
            padding:6px 8px;
            border-radius:6px;
        }

        /* Responsive Styles */
        @media (max-width: 1199px) {
            .article-title {
                font-size: 32px;
            }

            .article-content h2 {
                font-size: 26px;
            }

            .sidebar-title {
                font-size: 22px;
            }
        }

        @media (max-width: 991px) {
            .container {
                padding-left: 20px;
                padding-right: 20px;
            }

            .breadcrumb {
                padding: 1rem 0;
                font-size: 0.85rem;
            }

            .article-title {
                font-size: 28px;
                margin-bottom: 1.5rem;
            }

            .author-info {
                flex-direction: column;
                align-items: flex-start;
                gap: 1.5rem;
                margin-bottom: 3rem;
            }

            .audio-player {
                width: 100%;
                padding: 8px 12px;
            }

            .article-content {
                font-size: 15px;
                margin-bottom: 2rem;
            }

            .article-content h2 {
                font-size: 24px;
                margin: 1.2rem 0;
            }

            .quote-block {
                padding: 2rem;
                margin: 2rem 0;
            }

            .quote-block::before {
                font-size: 4rem;
                top: -5px;
                left: 15px;
            }

            .quote-block p {
                font-size: 1.15rem;
            }

            .sidebar-wrapper {
                position: relative;
                top: 0;
                margin-top: 2rem;
            }

            .sidebar-section {
                padding: 1rem;
            }

            .sidebar-title {
                font-size: 20px;
                margin-bottom: 1rem;
            }

            .trending-thumbnail {
                width: 70px;
                height: 70px;
            }

            .social-share-buttons {
                margin-top: 20px;
            }

            .recommended-section {
                padding: 2rem 0;
                margin-top: 2rem;
            }
        }

        @media (max-width: 767px) {
            .container {
                padding-left: 15px;
                padding-right: 15px;
            }

            .breadcrumb {
                display: none;
            }

            .article-title {
                font-size: 24px;
                margin-bottom: 1rem;
                line-height: 1.3;
            }

            .author-info {
                margin-bottom: 2rem;
                gap: 1rem;
            }

            .author-avatar {
                width: 40px;
                height: 40px;
                margin-right: 0.75rem;
            }

            .author-name {
                font-size: 0.95rem;
            }

            .article-meta {
                font-size: 0.8rem;
                gap: 0.5rem;
            }

            .article-meta span {
                display: flex;
                align-items: center;
            }

            .audio-player {
                padding: 6px 10px;
                gap: 8px;
            }

            .play-btn {
                width: 26px;
                height: 26px;
                font-size: 10px;
            }

            .time {
                font-size: 11px;
            }

            .speed {
                padding: 4px;
                font-size: 11px;
            }

            .featured-image {
                border-radius: 8px;
                margin-bottom: 1.5rem;
            }

            .article-content {
                font-size: 14px;
                margin-bottom: 1.5rem;
            }

            .article-content h1 {
                font-size: 22px;
                line-height: 1.3;
            }

            .article-content h2 {
                font-size: 20px;
                margin: 1rem 0;
            }

            .article-content p {
                margin-bottom: 1.2rem;
            }

            .article-content ul {
                padding-left: 18px;
                margin: 1.2rem 0;
            }

            .quote-block {
                padding: 1.5rem;
                margin: 1.5rem 0;
                border-radius: 12px;
            }

            .quote-block::before {
                font-size: 3rem;
                top: 0;
                left: 10px;
            }

            .quote-block p {
                font-size: 1rem;
                margin-bottom: 0.75rem;
            }

            .quote-author {
                font-size: 0.85rem;
            }

            .sidebar-section {
                padding: 0.75rem;
                margin-bottom: 1rem;
            }

            .sidebar-title {
                font-size: 18px;
                margin-bottom: 1rem;
            }

            .trending-item {
                padding: 0.6rem;
                margin-bottom: 1rem;
            }

            .trending-thumbnail {
                width: 60px;
                height: 60px;
                margin-left: 0.75rem;
            }

            .trending-content h4 {
                font-size: 0.85rem;
                margin-bottom: 0.4rem;
            }

            .trending-meta {
                font-size: 0.7rem;
                gap: 0.4rem;
            }

            .social-share-buttons {
                gap: 0.5rem;
                margin-top: 15px;
                justify-content: center;
            }

            .social-share-btn {
                width: 40px;
                height: 40px;
                font-size: 1rem;
            }

            .tags-container {
                gap: 0.4rem;
            }

            .tag-badge {
                padding: 0.5rem 0.8rem;
                font-size: 0.8rem;
            }

            .recommended-section {
                padding: 1.5rem 0;
                margin-top: 1.5rem;
            }

            .recommended-section h2 {
                font-size: 1.5rem;
                margin-bottom: 1.5rem;
            }

            .recommended-content {
                padding: 1rem;
            }

            .recommended-title {
                font-size: 0.95rem;
            }
        }

        @media (max-width: 575px) {
            .container {
                padding-left: 12px;
                padding-right: 12px;
            }

            .article-title {
                font-size: 20px;
            }

            .article-content h1 {
                font-size: 20px;
            }

            .article-content h2 {
                font-size: 18px;
            }

            .waveform {
                gap: 2px;
            }

            .wave {
                width: 1.5px;
            }

            .trending-item {
                flex-direction: column;
                align-items: stretch;
            }

            .trending-thumbnail {
                width: 100%;
                height: 120px;
                margin-left: 0;
                margin-top: 0.5rem;
            }

            .social-share-buttons {
                justify-content: flex-start;
            }
        }

        @media (max-width: 400px) {
            .article-title {
                font-size: 18px;
            }

            .author-name {
                font-size: 0.9rem;
            }

            .article-meta {
                font-size: 0.75rem;
            }

            .article-content h2 {
                font-size: 16px;
            }

            .quote-block {
                padding: 1.2rem;
            }

            .quote-block p {
                font-size: 0.9rem;
            }

            .sidebar-title {
                font-size: 16px;
            }

            .trending-content h4 {
                font-size: 0.8rem;
            }

            .recommended-section h2 {
                font-size: 1.3rem;
            }
        }