/*
Theme Name: Bajarko Chirfar
Author: Lumbini Host
Author URI: https://www.facebook.com/LUMBINIHOST
Description:
Bajarko Chirfar is a custom WordPress theme built for a Nepali stock market and financial news portal.
Designed with Tailwind CSS, the theme delivers a clean, fast, mobile-first, and professional interface
suited for real-time market updates, business news, analysis, and financial reporting.
The layout emphasizes clarity, performance, and trust—ideal for modern digital finance journalism.

Version: 2.0.1
Requires at least: 5.5
Tested up to: 6.4
Requires PHP: 7.4
Tags: news, finance, stock-market, business, two-columns, right-sidebar, custom-menu,
custom-header, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: bajarkochirfar
Domain Path: /languages

License: Proprietary
License URI: https://www.facebook.com/LUMBINIHOST

Copyright:
© 2024–2026 Lumbini Host. All rights reserved.

License & Usage Notes:
This theme is proprietary software developed exclusively for Bajarko Chirfar.
Redistribution, resale, or modification without explicit written permission
from the author is strictly prohibited.

The theme may include third-party libraries and assets
licensed under their respective open-source licenses.
Please refer to individual resources for licensing details.

For licensing or usage inquiries, contact:
contact@abilashmedia.com.np
*/



@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Mukta", sans-serif;
}

.fm {
    font-family: "Mukta", sans-serif;
}

.fp {
    font-family: "Poppins", sans-serif;
}

:root {
    /* --main-color: #e74900; 
  --second-color: #c72525;
  --main-light: #e749007d;
  --sec-light: #ffd2bd;*/
    --custom-font-family: "Mukta", sans-serif;
}

.stock-market-section * {
    box-sizing: border-box;
}

.clip-diagonal {
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    border-top-left-radius: 12px;

}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


.lh-post-content {
    font-size: 20px;
    color: #333;
    font-weight: 400;
    text-align: justify;
    line-height: 32px;
    max-width: 100%;
    overflow-x: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.lh-post-content * {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
}

.lh-post-content img,
.lh-post-content iframe,
.lh-post-content table,
.lh-post-content div {
    max-width: 100% !important;
    height: auto !important;
}

.lh-post-content table {
    display: block;
    overflow-x: auto;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

[x-cloak] {
    display: none !important;
}


.lh-footer-h {
    margin-bottom: 1rem;
    position: relative;
}

.lh-footer-h h2 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #e5e7eb;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.lh-footer-h h2::before {
    content: '';
    width: 4px;
    height: 18px;
    background-color: #4f46e5;
    border-radius: 2px;
}

.lh-footer-h h2 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.lh-footer-h h2 a:hover {
    color: #6366f1;
}

body.single-financialreports {
    overflow-x: hidden;
}

img {
    -webkit-user-drag: none;
}

[x-data] {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

[x-data]::-webkit-scrollbar {
    display: none;
}


.live-update-content {
    font-size: 1rem;
    line-height: 1.75;
}

.live-update-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1.25rem auto;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.live-update-content figcaption {
    text-align: center;
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 0.5rem;
}

.live-update-content p {
    margin: 0.75rem 0 1.25rem;
}

.live-update-content h2,
.live-update-content h3,
.live-update-content h4 {
    font-weight: 700;
    margin: 1.75rem 0 1rem;
    line-height: 1.3;
}


.live-update-content a {
    color: #4f46e5;
    font-weight: 600;
    text-decoration: none;
}

.live-update-content a:hover {
    text-decoration: underline;
}

.live-update-content blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    border-left: 4px solid #6366f1;
    background: #f8fafc;
    border-radius: 0.75rem;
}

blockquote {
    margin: 1.5rem 0;
    padding: 0.8rem 1.5rem;
    background-color: #f1f5ff;
    border-left: 5px solid #432dd7;
    border-radius: 2px;
}

blockquote p {
    font-family: 'Mukta', sans-serif;
    font-size: 1.2rem;
    line-height: 1;
    color: #1a1a1a;
    font-weight: 500;
    margin: 0;
    position: relative;
}

blockquote p::before {
    content: "“";
    font-family: serif;
    font-size: 2rem;
    color: #432dd7;
    margin-right: 6px;
    vertical-align: middle;
}

blockquote p::after {
    content: "”";
    font-family: serif;
    font-size: 2rem;
    color: #432dd7;
    margin-left: 6px;
    vertical-align: middle;
}

@media (max-width: 640px) {
    blockquote {
        margin: 1.2rem 0;
        padding: 0.7rem 1.2rem;
    }

    blockquote p {
        font-size: 1.1rem;
        line-height: 1.75;
    }
}

.lh-post-content p>img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
    background: #f5f7fb;
}

.lh-post-content figure.wp-caption {
    max-width: 760px;
    margin: 2rem auto;
    text-align: center;
}

.lh-post-content figure.wp-caption img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
    background: #f5f7fb;
}

.lh-post-content figure.wp-caption figcaption {
    margin-top: 0.6rem;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #555;
    font-style: italic;
    padding: 0 0.5rem;
}

@media (max-width: 768px) {
    .lh-post-content figure.wp-caption {
        max-width: 100%;
        margin: 1.5rem 0;
    }

    .lh-post-content figure.wp-caption figcaption {
        font-size: 0.85rem;
    }
}

.live-border::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 0.5rem;
    background: linear-gradient(120deg,
            #d11818,
            #e17c25,
            #d11818,
            #ffffff);
    background-size: 300% 300%;
    animation: liveBorderMove 5s linear infinite;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 5;
}

@keyframes liveBorderMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.animate-float {
    animation: float 6s ease-in-out infinite;
}

table {
    font-feature-settings: "tnum";
}

.custom-scrollbar::-webkit-scrollbar {
    width: 4px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.lh-post-content a {
    color: #271def !important;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes scaleIn {
    0% {
        transform: scale(0.95);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

nav {
    transform-origin: top center;
}

nav a,
nav button {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}


nav img {
    transition: transform 0.3s ease-out;
}

nav img:hover {
    transform: scale(1.05);
}