/* =========================================
   Global Resets & Fonts
========================================== */
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;600;700&display=swap');

:root {
    --brand-orange: #ff5e14; /* Logo Orange */
    --brand-slate: #163853;  /* Logo Navy Blue */
    --brand-dark: #0d1e36;   /* Footer Dark Background */
}

body {
    font-family: 'Mukta', sans-serif;
    background-color: #f8fafd;
    margin: 0;
    padding: 0;
}

/* =========================================
   Utility Classes
========================================== */
.text-brand { color: var(--brand-orange) !important; }
.text-slate { color: var(--brand-slate) !important; }
.bg-brand { background-color: var(--brand-orange) !important; color: #fff !important; }
.bg-slate { background-color: var(--brand-slate) !important; color: #fff !important; }
.border-brand { border-color: var(--brand-orange) !important; }

.hover-brand { transition: color 0.3s ease; }
.hover-brand:hover { color: var(--brand-orange) !important; }
.btn-brand { background-color: var(--brand-orange); color: #fff; border: none; }
.btn-brand:hover { background-color: #e04d0b; color: #fff; }

/* =========================================
   Header & Navbar
========================================== */
.site-logo { max-height: 120px; object-fit: contain; }
.top-brand-border { border-top: 4px solid var(--brand-orange) !important; border-bottom: 1px solid #e2e8f0; }

.image-style-nav .nav-link { color: #2d3748 !important; font-size: 1.05rem; font-weight: 600; padding: 15px 12px !important; transition: color 0.2s ease; }
.image-style-nav .nav-link:hover, .image-style-nav .nav-item.dropdown:hover .nav-link { color: var(--brand-orange) !important; }

.custom-dropdown-toggle::after { display: none !important; }
.dropdown-arrow { font-size: 0.7rem; margin-left: 4px; vertical-align: middle; color: #888; transition: transform 0.3s ease; }

@media (min-width: 992px) {
    .image-style-nav .dropdown:hover .dropdown-menu { display: block; margin-top: 0; }
    .image-style-nav .dropdown:hover .dropdown-arrow { transform: rotate(180deg); color: var(--brand-orange); }
}
.dropdown-item:hover { background-color: #f1f5f9; color: var(--brand-orange); font-weight: 600; }
.focus-none:focus { box-shadow: none !important; border-color: var(--brand-orange) !important; }

/* =========================================
   Offcanvas Mobile Menu
========================================== */
.offcanvas { width: 300px !important; }
.offcanvas-nav-list .list-group-item { border: none; border-bottom: 1px solid #f1f5f9; padding: 12px 20px; }
.offcanvas-nav-list .list-group-item a { text-decoration: none; font-weight: 600; font-size: 1.1rem; display: flex; align-items: center; color: #334155; transition: color 0.3s; }
.offcanvas-nav-list .list-group-item a:hover { color: var(--brand-orange) !important; }
.mobile-dropdown-arrow { font-size: 0.85rem; color: #64748b; transition: transform 0.3s ease; }
.list-group-item a[aria-expanded="true"] .mobile-dropdown-arrow { transform: rotate(180deg); color: var(--brand-orange); }

/* =========================================
   Mega Menu (भर्खरै Hover)
========================================== */
.custom-hover-dropdown:hover .recent-news-mega-menu { display: block; animation: dropFadeIn 0.3s ease-in-out forwards; }
.recent-news-mega-menu { display: none; position: absolute; top: 100%; right: 0; width: 750px; background: #ffffff; z-index: 1050; margin-top: 0 !important; border-top: 3px solid var(--brand-orange) !important; }
.news-mega-img { height: 120px; object-fit: cover; transition: transform 0.3s ease; border-radius: 5px; width: 100%; }
.recent-news-mega-menu a:hover .news-mega-img { transform: scale(1.05); }
.recent-news-mega-menu a { display: block; overflow: hidden; border-radius: 5px; }
@keyframes dropFadeIn { 0% { opacity: 0; transform: translateY(15px); } 100% { opacity: 1; transform: translateY(0); } }
@media (max-width: 992px) { .recent-news-mega-menu { width: 450px; } .recent-news-mega-menu .col-md-4 { width: 50%; } }

/* =========================================
   Breaking News
========================================== */
.breaking-news-wrapper { border-bottom: 2px solid var(--brand-orange) !important; background-color: #fff; }
.breaking-badge { background-color: var(--brand-orange); color: #fff; white-space: nowrap; font-size: 1.1rem; letter-spacing: 0.5px; z-index: 2; }
.breaking-marquee-container marquee a { font-size: 1.05rem; transition: color 0.3s ease; }

/* =========================================
   Main Pro News Layout & Fixes
========================================== */
/* Clean, flat professional article style without boxes/shadows */
.full-size-news {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 1px solid #e2e8f0 !important; /* Subtle separator line */
    padding-top: 1rem;
}

.news-title-pro { font-size: 3.2rem; line-height: 1.35; letter-spacing: -0.5px; }
.news-title-pro a { color: #111; transition: color 0.3s ease; }
.news-title-pro a:hover { color: var(--brand-orange) !important; }

.author-icon { width: 38px; height: 38px; object-fit: cover; background-color: #fff; }

/* Image fixed to stretch across fluid container but not become overly tall */
.pro-image { 
    width: 100% !important; 
    max-height: 600px; /* Reduced max-height so it looks suitable on wide screens */
    object-fit: cover; 
    border-radius: 2px; /* Very sharp, professional flat edges */
}

.news-excerpt { 
    font-size: 1.25rem; 
    line-height: 1.9; 
    color: #3b4a5a; 
    max-width: 950px; 
    margin: 0 auto; 
    text-align: justify; 
    text-justify: inter-word; 
}

@media (max-width: 768px) {
    .news-title-pro { font-size: 1.8rem; line-height: 1.4; }
    .news-excerpt { font-size: 1.1rem; line-height: 1.7; padding: 0 10px; text-align: left; }
    .pro-image { max-height: 350px; }
}


/* =========================================
   News Kicker (Narration) & Subtitle Styling
========================================== */
/* Narration Above Title */
.news-kicker {
    font-size: 1.05rem;
    letter-spacing: 0.5px;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Subtitle Below Title */
.news-subtitle {
    font-size: 1.6rem;
    color: #475569; /* Elegant Slate Gray color */
    font-weight: 500;
    line-height: 1.5;
}

/* Mobile Adjustments for Kicker & Subtitle */
@media (max-width: 768px) {
    .news-kicker {
        font-size: 0.85rem;
        padding: 4px 10px !important;
    }
    .news-subtitle {
        font-size: 1.25rem;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/* =========================================
   Logo Matching Blue Color
========================================== */
.bg-logo-blue {
    background-color: #0052cc !important; /* लोगोको जस्तै चहकिलो नीलो (Royal Blue) */
    color: #ffffff !important;
}

/* =========================================
   Footer Styling
========================================== */
.footer-theme { background-color: var(--brand-dark); border-top: 5px solid var(--brand-orange) !important; }
.text-light-50 { color: rgba(255, 255, 255, 0.7); }
.footer-heading { position: relative; padding-bottom: 10px; color: #ffffff; }
.footer-heading::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 40px; background-color: var(--brand-orange); }
.footer-list li { margin-bottom: 8px; transition: transform 0.3s ease; }
.footer-list li:hover { transform: translateX(5px); color: #ffffff !important; }
.hover-white:hover { color: #ffffff !important; text-decoration: underline !important; }


/* --- WordPress Footer Widget Styles --- */

/* 1. Heading Styling: Keeps the title crisp and visible */
.footer-heading {
    color: #ffffff; 
    font-size: 1.15rem;
    margin-bottom: 1.2rem;
}

/* 2. Main Wrapper: Sets the light, dim color for the text */
.footerparts {
    color: rgba(255, 255, 255, 0.65); /* Light dim color (65% opacity white) */
    font-size: 0.95rem; /* Slightly smaller than main body text */
    line-height: 1.6; /* Adds breathing room for Nepali characters */
}

/* 3. Paragraph Spacing: Cleans up default WordPress margins */
.footerparts p {
    margin-bottom: 0.75rem; 
    transition: color 0.3s ease; /* Smooth transition for hover effect */
}

/* 4. Optional Hover Effect: Brightens text when a user interacts with it */
.footerparts p:hover {
    color: #ffffff;
    cursor: default;
}



.social-buttons .social-btn { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; margin-right: 12px; background-color: rgba(255, 255, 255, 0.1); color: #ffffff; font-size: 1.1rem; transition: all 0.3s ease; text-decoration: none; }
.social-buttons .social-btn:hover { transform: translateY(-3px); box-shadow: 0 4px 10px rgba(0,0,0,0.3); }
.social-buttons .fb-btn:hover { background-color: #1877F2; }
.social-buttons .tw-btn:hover { background-color: #1DA1F2; }
.social-buttons .yt-btn:hover { background-color: #FF0000; }
.footer-bottom { background-color: #091526; border-top: 1px solid rgba(255, 255, 255, 0.05); }

/* Back To Top */
.back-to-top { display: inline-flex; align-items: center; justify-content: center; background-color: var(--brand-orange); width: 45px; height: 45px; text-align: center; border-radius: 5px; position: fixed; bottom: 30px; right: 30px; transition: background-color .3s, opacity .5s, visibility .5s, transform .3s; opacity: 0; visibility: hidden; z-index: 1000; border: none; color: #ffffff; font-size: 1.2rem; }
.back-to-top:hover { background-color: var(--brand-slate); color: #ffffff; transform: translateY(-3px); }
.back-to-top.show { opacity: 1; visibility: visible; }












/* =========================================
   Single News Page Styling (single.php)
========================================== */

/* Responsive Title */
.single-news-title {
    font-size: 3rem; /* Desktop size */
    line-height: 1.35;
    color: #111;
    letter-spacing: -0.5px;
}

/* Author Info */
.author-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    background-color: #fff;
    padding: 2px;
}

/* Article Content Typography for Nepali Fonts */
.article-content {
    color: #2d3748; /* Slate gray, easier on the eyes than pure black */
}
.article-content p {
    font-size: 1.35rem; /* Perfect size for Nepali readability */
    line-height: 2;
    margin-bottom: 1.5rem;
    text-align: justify;
    text-justify: inter-word;
}
.article-content strong, 
.article-content b {
    font-weight: 700;
    color: #1a202c; /* Slightly darker for bold text */
}

/* Lists and Bullets */
.article-content ul, 
.article-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}
.article-content li {
    font-size: 1.35rem;
    line-height: 1.8;
    margin-bottom: 0.5rem;
    position: relative;
}
.article-content ul li::marker {
    color: var(--brand-orange); /* Orange bullets */
}

/* Full Width Responsive Media Images inside Article */
.article-content img {
    width: 100% !important;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

/* Image Captions */
.feature-image-wrapper figcaption,
.article-content figcaption {
    font-size: 1rem;
    color: #64748b;
    text-align: center;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 10px;
    margin-top: 8px;
    margin-bottom: 1.5rem;
}

/* In Article Advertisements */
.in-article-ad {
    background-color: #f8fafc;
    padding: 15px;
    border-radius: 8px;
    border: 1px dashed #cbd5e1;
}

/* Related News Cards */
.related-img {
    transition: transform 0.3s ease;
}
.related-card:hover .related-img {
    transform: scale(1.05);
}
.related-card {
    background-color: #f8fafc;
}

/* Facebook Comments wrapper */
.fb-comments-wrapper {
    background: #fff;
}

/* Sidebar Hover Effects */
.sidebar-news-item .widget-img {
    transition: transform 0.3s ease;
}
.sidebar-news-item:hover .widget-img {
    transform: scale(1.08);
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .single-news-title {
        font-size: 1.8rem;
    }
    .article-content p, 
    .article-content li {
        font-size: 1.15rem;
        text-align: left; /* Better readability on small screens */
    }
    .in-article-ad img {
        width: 100%;
        height: auto;
    }
}


/* =========================================
   Single News Page Styling (single.php)
========================================== */

/* Full Width Main Title */
.single-news-title {
    font-size: 3.2rem;
    line-height: 1.3;
    color: #111;
    letter-spacing: -0.5px;
}
.news-subtitle {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
}


/* =========================================
   Mobile Adjustments for Single News Page
========================================== */
@media (max-width: 768px) {
    /* मुख्य शीर्षकलाई सानो र चिटिक्क बनाइएको छ */
    .single-news-title { 
        font-size: 1.6rem; /* पहिले 1.9rem थियो, अहिले घटाइएको छ */
        line-height: 1.4;
    }
    
    /* उप-शीर्षक (Subtitle) लाई पनि शीर्षकको अनुपातमा मिलाइएको छ */
    .news-subtitle { 
        font-size: 1.15rem; 
        line-height: 1.5;
    }
    
    .single-news-title-sticky { 
        font-size: 1.1rem; 
    }
    
    .article-content p, 
    .article-content li {
        font-size: 1.15rem;
        text-align: left; /* मोबाइलमा पढ्न सजिलोको लागि Left Align */
    }
    
    .in-article-ad img {
        width: 100%;
        height: auto;
    }
}

/* Reduced Line Gap for Article Text */
.article-content p {
    font-size: 1.35rem; 
    line-height: 1.7; /* Reduced from 2.0 to 1.7 for tighter gap */
    margin-bottom: 1.2rem; /* Reduced bottom margin */
    text-align: justify;
    text-justify: inter-word;
}
.article-content li {
    font-size: 1.35rem;
    line-height: 1.6; /* Reduced line gap for lists */
    margin-bottom: 0.5rem;
}

/* Sticky Title Bar Design (Fixed Menu Overlap) */
.sticky-title-bar {
    position: fixed;
    top: -150px; /* सुरुमा स्क्रिनभन्दा माथि लुकाउने */
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 1010; /* मेनु (1020) भन्दा एक स्टेप तल राख्ने ताकि मेनु नछोपियोस् */
    padding: 12px 0;
    transition: top 0.4s ease-in-out; /* Smooth slide effect */
    border-bottom: 3px solid var(--brand-orange);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.single-news-title-sticky {
    font-size: 1.4rem; 
    color: #163853; 
}

@media (max-width: 768px) {
    .single-news-title-sticky { 
        font-size: 1.15rem; /* मोबाइलमा अझै चट्ट मिल्ने साइज */
    }
}

/* =========================================
   WordPress Ready Advertisement Areas
========================================== */
/* Sidebar Ad Areas */
.sidebar-ad-area {
    display: flex;
    flex-direction: column;
    gap: 20px; /* विज्ञापनहरू बीचको ठाडो दूरी */
}

/* भोलि WordPress ले थप्ने Widget को डिफल्ट मार्जिन हटाउन */
.sidebar-ad-area .widget {
    margin: 0;
    padding: 0;
}

/* Widget भित्र आउने जुनसुकै Image लाई Full Width र आकर्षक बनाउन */
.sidebar-ad-area img {
    width: 100% !important;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.08);
    display: block;
}

/* In-Article Ad Areas (समाचारको बिचमा आउने) */
.article-ad-area {
    margin: 2rem 0;
    text-align: center;
}
.article-ad-area .widget {
    margin: 0 auto;
}
.article-ad-area img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}


/* =========================================
   Search Results Page Styling
========================================== */

/* Card & Image Hover Effect */
.search-result-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
}
.search-result-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 15px rgba(0,0,0,0.1) !important;
}
.search-thumb {
    transition: transform 0.4s ease;
    min-height: 200px; /* फोटोको उचाइ सन्तुलन गर्न */
}
.search-result-card:hover .search-thumb {
    transform: scale(1.05);
}

/* Line Clamping (लामो शीर्षक र अंशलाई डट-डट गराउन) */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

/* WordPress Pagination Customization (पेज नम्बर डिजाइन) */
.wp-pagination-wrapper .nav-links {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.wp-pagination-wrapper .page-numbers {
    display: inline-block;
    padding: 8px 16px;
    background-color: #f8fafc;
    color: #334155;
    text-decoration: none;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.wp-pagination-wrapper .page-numbers:hover {
    background-color: var(--brand-slate);
    color: #fff;
    border-color: var(--brand-slate);
}
.wp-pagination-wrapper .page-numbers.current {
    background-color: var(--brand-orange);
    color: #fff;
    border-color: var(--brand-orange);
}
.wp-pagination-wrapper .screen-reader-text {
    display: none; /* WordPress को डिफल्ट "Posts navigation" टेक्स्ट लुकाउन */
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .search-thumb {
        min-height: 150px;
    }
}


/* =========================================
   Smooth Image Hover Effect (Premium Look)
========================================== */

/* तस्बिरको सुरुवाती अवस्था (Normal State) */
.category-result-card img {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* एकदमै smooth transition को लागि */
    will-change: transform; /* ब्राउजरलाई छिटो काम गर्न मद्दत गर्छ */
}

/* कार्डमा माउस लैजाँदा (Hover State) */
.category-result-card:hover img {
    transform: scale(1.08); /* ८% ले बिस्तारै जुम हुन्छ */
}

/* कार्डको श्याडो (Shadow) लाई पनि Smooth बनाउन */
.category-result-card {
    transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.category-result-card:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.08) !important; /* माउस लैजाँदा चिटिक्कको छायाँ आउँछ */
    transform: translateY(-4px); /* कार्ड अलिकति माथि सर्छ */
}



/* =========================================
   Home Page: News Layout & Sticky Sidebar
========================================== */

/* Section Header Line Effect */
.theme-section-header {
    border-bottom: 2px solid #e2e8f0;
    position: relative;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}
.theme-section-header::after {
    content: '';
    position: absolute;
    bottom: -2px; /* ठ्याक्कै बोर्डरको माथि खप्टिने गरी */
    left: 0;
    width: 80px;
    height: 3px;
    /* तपाईंको आफ्नै ग्लोबल रङ प्रयोग गरिएको */
    background-color: var(--brand-orange); 
}
.section-title {
    font-size: 1.4rem;
    color: #1e293b;
}

/* Hero Image Overlay */
.hero-post-card {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.hero-post-card img {
    transition: transform 0.5s ease;
}
.hero-post-card:hover img {
    transform: scale(1.03);
}
.hero-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
    padding: 2rem 1.5rem 1rem 1.5rem;
}
.hero-title {
    font-size: 1.6rem;
    line-height: 1.4;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

/* Sticky Sidebar Wrapper */
.sticky-sidebar-wrapper {
    position: sticky;
    top: 80px; /* हेडरको उचाइ अनुसार तलमाथि गर्न सकिन्छ */
    z-index: 10;
    background-color: #ffffff; 
    padding: 15px; 
    border-radius: 8px; 
}

/* Latest Updates: Number Circle */
.list-number-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid var(--brand-orange);
    color: var(--brand-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    background-color: #fff;
}

/* Latest Updates: List Item Styling */
.latest-update-item {
    transition: background-color 0.2s, padding 0.2s;
    background-color: #ffffff;
}
.latest-update-item:hover {
    background-color: #f8fafc;
    border-radius: 6px;
}
.latest-update-item .news-title {
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.2s;
}
.latest-update-item:hover .news-title {
    color: var(--brand-orange) !important;
}
.list-thumb-img {
    width: 80px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
}


.long-ad-area {
    width: 100%;
}
.long-ad-area .widget {
    margin: 0;
    padding: 0;
    width: 100%; 
}
.long-ad-area img {
    width: 100%; 
    height: auto;
    display: block;
    border-radius: 8px; /* यो लाइनले तस्बिरको किनारालाई गोलो (Rounded) बनाउँछ */
}



/* =========================================
   Featured Category Section (Smaller Fonts Layout)
========================================== */

/* गाढा ब्याकग्राउन्ड */
.bg-slate-dark {
    background-color: #212529; 
}

/* ठूलो समाचारको कार्ड */
.custom-featured-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.custom-featured-card:hover {
    box-shadow: 0 8px 15px rgba(0,0,0,0.15) !important;
}

/* ठूलो समाचारको तस्बिर (अक्षर सानो भएपछि यसको उचाइ पनि थोरै घटाइएको छ) */
.featured-img-fit {
    height: 100%;
    min-height: 300px; /* पहिले 350px थियो */
    object-fit: cover;
}

/* माथिको मुख्य शीर्षक (सानो बनाइएको) */
.featured-main-title {
    font-size: 1.4rem; /* पहिले 2rem थियो, अहिले सानो र चिटिक्क बनाइएको छ */
    line-height: 1.4;
    letter-spacing: -0.2px;
    transition: color 0.3s ease;
}
.custom-featured-card:hover .featured-main-title {
    color: var(--brand-orange) !important; 
}

/* समाचारको छोटो अंश - Excerpt (सानो बनाइएको) */
.featured-excerpt {
    font-size: 0.95rem; /* पहिले 1.15rem थियो */
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75); 
}

/* तलका ३ वटा साना ग्रिड कार्डहरूको स्टाइल */
.grid-post-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.grid-post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.08) !important;
}
.grid-img-fit {
    height: 180px; /* अक्षर सानो भएपछि तस्बिरको उचाइ पनि 220px बाट 180px बनाइएको छ */
    width: 100%;
    object-fit: cover;
}

/* तलका समाचारको शीर्षक (सानो बनाइएको) */
.grid-post-title {
    font-size: 1.1rem; /* पहिले 1.25rem थियो */
    line-height: 1.5;
    transition: color 0.3s ease;
}
.grid-post-card:hover .grid-post-title {
    color: var(--brand-orange) !important;
}

/* मोबाइल (Mobile) को लागि एडजस्टमेन्ट */
@media (max-width: 991px) {
    .featured-img-fit { min-height: 220px; }
    /* मोबाइलमा अक्षर अझै सानो र ठिक्कको आउनेछ */
    .featured-main-title { font-size: 1.25rem; } 
    .grid-post-title { font-size: 1.05rem; }
}



/* =========================================
   Dark Theme Special News Slider (Updated & Responsive)
========================================== */
.special-news-section {
    background-color: #1e2430; /* प्रिमियम डार्क ब्याकग्राउन्ड */
    padding: 40px 0;
}

/* Header Styling */
.special-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.special-header::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 3px;
    background-color: #ff6224; /* तपाईंको थिमसँग म्याच हुने सुन्तला रङ */
}
.special-title { color: #ffffff; font-size: 1.5rem; font-weight: 700; }
.special-link { color: #9ca3af; font-size: 0.95rem; text-decoration: none; transition: color 0.3s; }
.special-link:hover { color: #ffffff; }

/* Slide Image Adjustments (Responsive Heights) */
.special-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px; /* कम्प्युटरको लागि उचाइ */
    border-radius: 4px; /* चिटिक्क देखाउन हल्का गोलो कुना */
}
.special-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.special-slide:hover img {
    transform: scale(1.05);
}

/* Text Overlay */
.special-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 15px 15px 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.6) 50%, transparent 100%);
}
.special-overlay-title {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

/* Perfect Vertical Centering for Navigation Buttons */
.special-news-section .owl-carousel {
    position: relative; 
}
.special-news-section .owl-nav {
    position: absolute;
    top: 35%; /* थोप्लाले लिएको ठाउँ घटाएर तस्बिरको ठ्याक्कै बिचमा पारिएको */
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none; /* बटनबाहेक अरू ठाउँमा क्लिक गर्दा तस्बिरमै क्लिक होस् भनेर */
    margin: 0 !important;
}
.special-news-section .owl-nav button.owl-prev,
.special-news-section .owl-nav button.owl-next {
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #ff6224 !important; /* सुन्तला रङको बटन */
    color: #ffffff !important;
    border: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem !important;
    opacity: 0.9;
    pointer-events: auto; /* बटनमा मात्र क्लिक इनेबल गरिएको */
    transition: 0.3s;
    border-radius: 2px !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3); /* अलिकति 3D लुक्सको लागि छायाँ */
}
.special-news-section .owl-nav button:hover { opacity: 1; }
.special-news-section .owl-nav button.owl-prev { left: -15px; }
.special-news-section .owl-nav button.owl-next { right: -15px; }

/* Customizing Dots */
.special-news-section .owl-dots { margin-top: 20px !important; }
.special-news-section .owl-dots .owl-dot span { background: rgba(255, 255, 255, 0.2) !important; }
.special-news-section .owl-dots .owl-dot.active span { background: #ff6224 !important; } /* एक्टिभ थोप्ला पनि सुन्तला रङको */


/* =========================================
   Responsive Adjustments
========================================== */
@media (max-width: 991px) {
    .special-slide { height: 350px; } /* ट्याब्लेटमा उचाइ अलिकति कम */
}
@media (max-width: 575px) {
    .special-slide { height: 280px; } /* मोबाइलमा धेरै लामो नहोस् भनेर उचाइ कम गरिएको */
    .special-overlay-title { font-size: 1.05rem; }
    
    /* मोबाइलमा बटनहरू स्क्रिनभन्दा बाहिर नजाऊन् भनेर भित्र सारिएको */
    .special-news-section .owl-nav button.owl-prev { left: 5px; }
    .special-news-section .owl-nav button.owl-next { right: 5px; }
}

/* =========================================
   Fix Dynamic Title Background & Color in Dark Section
========================================== */
.special-news-section .mb-4 > div,
.special-news-section .theme-section-header {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    padding-top: 0 !important;
}

/* मुख्य हेडिङ (जस्तै: राजनीति) लाई सेतो बनाउन */
.special-news-section .theme-section-header h2,
.special-news-section .theme-section-header h2 a,
.special-news-section .theme-section-header .section-title {
    color: #ffffff !important;
}

/* 'थप समाचार' लिङ्कलाई मधुरो सेतो र होभर गर्दा सुन्तला रङ बनाउन */
.special-news-section .theme-section-header a:not(h2 a) {
    color: #9ca3af !important;
}
.special-news-section .theme-section-header a:not(h2 a):hover {
    color: #ff6224 !important;
}



/* =========================================
   Modern Clean Grid News Section (1 Large + 4 Small)
========================================== */
.clean-grid-section {
    padding: 20px 0;
}

/* Image Hover Zoom Effect */
.image-zoom-wrapper {
    overflow: hidden;
    display: block;
    border-radius: 6px; /* हल्का गोलो कुना */
}
.image-zoom-wrapper img {
    transition: transform 0.4s ease;
    width: 100%;
    object-fit: cover;
}
.image-zoom-wrapper:hover img {
    transform: scale(1.05); /* माउस लैजाँदा तस्बिर हल्का जुम हुने */
}

/* Specific Image Heights */
.clean-hero-img {
    height: 380px; 
}
.clean-grid-img {
    height: 160px;
}

/* Title Styling */
.clean-post-title {
    color: #1f2937; /* डार्क ग्रे / कालो */
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-top: 12px;
}
.clean-hero-title {
    font-size: 1.6rem;
    letter-spacing: -0.3px;
}
.clean-grid-title {
    font-size: 1.1rem;
}

/* Hover Effect for Titles */
a:hover .clean-post-title {
    color: #ff6224 !important; /* तपाईंको थिमको सुन्तला रङ */
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .clean-hero-img { height: 300px; }
    .clean-grid-img { height: 140px; }
    .clean-hero-title { font-size: 1.4rem; }
}
@media (max-width: 575px) {
    .clean-hero-img { height: 240px; }
    .clean-grid-img { height: 120px; }
    .clean-grid-title { font-size: 1rem; }
}




/* =========================================
   Advanced Magazine Layout (Left Main + Right Sticky Sidebar)
========================================== */

/* Theme Hover Color */
.hover-theme {
    transition: color 0.3s ease;
}
a:hover .hover-theme,
.hover-theme:hover {
    color: #ff6224 !important; /* तपाईंको थिमको सुन्तला रङ */
}

/* Image Zoom Wrapper */
.zoom-wrapper {
    overflow: hidden;
    display: block;
}
.zoom-wrapper img {
    transition: transform 0.4s ease;
}
.zoom-wrapper:hover img,
.complex-hero-post:hover .complex-hero-img {
    transform: scale(1.05); /* माउस लैजाँदा प्रिमियम जुम इफेक्ट */
}

/* 1. Hero Post (ठूलो समाचार) */
.complex-hero-img {
    height: 420px;
    transition: transform 0.4s ease;
}
.complex-hero-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
    z-index: 2;
}
.complex-hero-overlay h3 {
    font-size: 1.45rem;
    line-height: 1.4;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8); /* अक्षरलाई प्रस्ट देखाउन हल्का कालो छायाँ */
}

/* 2. List Posts (४ वटा साना समाचार) */
.complex-list-img {
    width: 140px;
    height: 95px;
}
.complex-list-item {
    transition: transform 0.3s ease;
}
.complex-list-item:hover {
    transform: translateX(5px); /* माउस लैजाँदा दायाँतर्फ हल्का सर्ने */
}

/* 3. Bottom Grid Posts (तलका ३ वटा समाचार) */
.complex-bottom-img {
    height: 180px;
}
.complex-grid-post {
    transition: transform 0.3s ease;
}
.complex-grid-post:hover {
    transform: translateY(-4px); /* माउस लैजाँदा माथितिर हल्का सर्ने */
}

/* 4. Right Sticky Sidebar (दायाँतर्फको ट्रेन्डिङ) */
.sidebar-sticky-wrapper {
    position: sticky;
    top: 80px; /* मेनुको तलबाट कति ग्याप राख्ने (आवश्यकता अनुसार बढाउन/घटाउन सक्नुहुन्छ) */
    z-index: 10;
}
.sidebar-square-img {
    width: 85px;
    height: 85px;
}
.sidebar-list-item {
    transition: transform 0.3s ease;
}
.sidebar-list-item:hover {
    transform: translateX(-5px); /* माउस लैजाँदा बायाँतर्फ हल्का सर्ने */
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .complex-hero-img { height: 350px; }
    .sidebar-sticky-wrapper { position: static !important; } /* ट्याब्लेट/मोबाइलमा Sticky बन्द गर्ने */
    .sidebar-list-item { border-bottom: 1px solid #eee; padding-bottom: 15px; }
}
@media (max-width: 767px) {
    .complex-hero-img { height: 260px; }
    .complex-list-img { width: 120px; height: 85px; }
    .complex-bottom-img { height: 220px; }
    .complex-hero-overlay h3 { font-size: 1.2rem; }
}




/* =========================================
   3-Column Category Block Section
========================================== */
.triple-col-section {
    padding: 30px 0;
}

/* Image Zoom Effect */
.triple-zoom-box {
    overflow: hidden;
    display: block;
    border-radius: 4px;
}
.triple-zoom-box img {
    transition: transform 0.4s ease;
    width: 100%;
}
.triple-zoom-box:hover img {
    transform: scale(1.05); /* माउस लैजाँदा प्रिमियम जुम */
}

/* Image Heights */
.triple-top-img {
    height: 200px;
    object-fit: cover;
}
.triple-list-img {
    width: 95px;
    height: 75px;
    object-fit: cover;
    border-radius: 4px;
}

/* Typography & Colors */
.triple-top-title {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.45;
    color: #1f2937;
    margin-top: 12px;
    transition: color 0.3s;
}
.triple-list-title {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.4;
    color: #374151;
    transition: color 0.3s;
}

/* Hover Effect matching your Theme */
a:hover .triple-top-title, 
a:hover .triple-list-title {
    color: #ff6224 !important; /* सुन्तला रङ */
}

/* Dotted Dividers between posts */
.dotted-divider {
    border-bottom: 1px dotted #cbd5e1; /* मधुरो डटेड लाइन */
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.dotted-divider:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .triple-top-img { height: 220px; }
}
@media (max-width: 767px) {
    .triple-top-img { height: auto; aspect-ratio: 16/9; }
    .triple-list-img { width: 110px; height: 85px; }
}




/* =========================================
   Premium 3-Column Magazine Layout (Full CSS)
========================================== */
.premium-mag-section {
    padding: 30px 0;
}

/* Common Styles */
.hover-brand-text {
    transition: color 0.3s ease;
}
a:hover .hover-brand-text {
    color: #ff6224 !important; /* सुन्तला रङ */
}

/* Meta Text (Date/Time Custom Function) */
.meta-text {
    font-size: 0.85rem;
    color: #6b7280;
    margin-top: 5px;
}
.meta-text a {
    color: #6b7280;
    text-decoration: none;
}
.meta-text a:hover {
    color: #ff6224;
}

/* Tags (Category & Live) */
.mag-cat-tag {
    background-color: #1e3a8a; /* गाढा निलो */
    color: #fff;
    font-size: 0.8rem;
    padding: 4px 10px;
    font-weight: 600;
}
.mag-live-tag {
    background-color: #dc2626; /* रातो */
    color: #fff;
    font-size: 0.85rem;
    padding: 5px 12px;
    font-weight: 600;
}

/* 1. Left Column Posts */
.mag-left-img {
    height: 170px;
    width: 100%;
    object-fit: cover;
}
.mag-left-card {
    border: 1px solid #f3f4f6;
    background: #fff;
}

/* 2. Center Hero Post */
.mag-hero-card {
    height: 100%;
    min-height: 420px;
    border-radius: 4px;
    overflow: hidden;
}
.mag-hero-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.mag-hero-card:hover .mag-hero-img {
    transform: scale(1.03); 
}
.mag-hero-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.6) 50%, transparent 100%);
    z-index: 2;
}

/* 3. Right Sidebar (Sticky & List) */
.mag-sticky-sidebar {
    position: sticky;
    top: 90px;
    z-index: 10;
}

/* दायाँतर्फको मेनुमा आउने अनावश्यक माथिल्लो धर्का (Top Border) हटाउन */
.mag-sticky-sidebar .theme-section-header,
.mag-sticky-sidebar .theme-section-header h2 {
    border-top: none !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.mag-side-item {
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.mag-side-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.mag-side-img {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 2px;
}

/* नम्बरिङ ब्याकग्राउन्ड (१, २, ३...) */
.mag-number-badge {
    position: absolute;
    left: -8px; 
    top: 10px;
    background-color: #ff6224;
    color: #fff;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: bold;
    z-index: 3;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .mag-hero-card { min-height: 350px; }
    .mag-sticky-sidebar { position: static !important; }
}
@media (max-width: 767px) {
    .mag-hero-card { min-height: 280px; }
    .mag-left-img { height: 200px; }
}



/* =========================================
   Entertainment 3-Column Layout (2 Hero + 4 List)
========================================== */
.entertainment-section {
    padding: 20px 0;
}

/* Common Zoom Effect */
.ent-zoom-box {
    overflow: hidden;
    display: block;
}
.ent-zoom-box img {
    transition: transform 0.4s ease;
}
.ent-zoom-box:hover img,
.ent-hero-card:hover .ent-hero-img {
    transform: scale(1.05); /* प्रिमियम जुम इफेक्ट */
}

/* Hover Theme Color */
.hover-brand-text {
    transition: color 0.3s ease;
}
a:hover .hover-brand-text {
    color: #ff6224 !important;
}

/* 1. Hero Posts (Left & Center) */
.ent-hero-card {
    height: 400px; /* तस्बिर लामो (Portrait) देखाउन */
}
.ent-hero-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.ent-hero-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.5) 60%, transparent 100%);
    z-index: 2;
}
.ent-hero-overlay h4 {
    font-size: 1.3rem;
    line-height: 1.5;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

/* 2. List Posts (Right Column) */
.ent-list-img {
    width: 130px;
    height: 85px;
    object-fit: cover;
}
.ent-list-item {
    transition: transform 0.3s ease;
}
.ent-list-item:hover {
    transform: translateX(-5px); /* माउस लैजाँदा हल्का सर्ने */
}
.ent-list-title {
    font-size: 1.05rem;
    color: #1f2937;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .ent-hero-card { height: 350px; }
}
@media (max-width: 767px) {
    .ent-hero-card { height: 280px; }
    .ent-list-img { width: 110px; height: 80px; }
    .ent-hero-overlay h4 { font-size: 1.15rem; }
}






/* =========================================
   8-Post Photo Grid Layout (4 Columns)
========================================== */
.photo-grid-section {
    padding: 30px 0;
}

/* Square Card Formatting */
.photo-grid-card {
    aspect-ratio: 1 / 1; /* यसले तस्बिरलाई ठ्याक्कै चारपाटे (Square) बनाउँछ */
    display: block;
    background-color: #f3f4f6;
}

/* Image Zoom Effect */
.photo-grid-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.photo-grid-card:hover .photo-grid-img {
    transform: scale(1.08); /* माउस लैजाँदा भित्रभित्रै जुम हुने */
}

/* Gradient Overlay for Text Readability */
.photo-grid-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.5) 50%, transparent 100%);
    z-index: 2;
    padding-top: 50px !important; /* माथिबाट कालो छायाँ बिस्तारै गाढा हुँदै आउन */
}

/* Title Styling */
.photo-grid-title {
    font-size: 1.1rem;
    line-height: 1.45;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.9); /* अक्षर प्रस्ट देखाउन कालो छायाँ */
    transition: color 0.3s ease;
}

/* Hover Theme Color */
.photo-grid-card:hover .photo-grid-title {
    color: #ff6224 !important; /* तपाईंको थिमको सुन्तला रङ */
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .photo-grid-title { font-size: 1.05rem; }
}
@media (max-width: 767px) {
    .photo-grid-title { font-size: 0.95rem; line-height: 1.4; }
    .photo-grid-overlay { padding: 12px !important; padding-top: 40px !important; }
}







/* =========================================
   Bichar (Opinion) Section - Modern Editorial Concept
========================================== */
.bichar-v2-section {
    padding: 40px 0;
    background-color: #f8fafc; 
    border-top: 1px solid #e2e8f0;
}

/* Modern Card Layout */
.bichar-modern-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #ff6224; /* थिमको सुन्तला रङको बायाँ बोर्डर */
    transition: all 0.3s ease;
    z-index: 1;
}
.bichar-modern-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    border-color: #ff6224; /* होभर गर्दा पूरै बोर्डर सुन्तला रङको हुने */
}

/* Background Faint Quote Icon */
.bichar-bg-quote {
    position: absolute;
    bottom: -10px;
    right: 10px;
    font-size: 5rem;
    color: #ff6224;
    opacity: 0.04; /* एकदमै मधुरो (Watermark जस्तो) */
    z-index: -1;
    transition: transform 0.3s ease;
}
.bichar-modern-card:hover .bichar-bg-quote {
    transform: scale(1.1) rotate(-5deg);
}

/* Author Profile (Top Row) */
.bichar-modern-avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #f1f5f9;
    padding: 2px;
}
.bichar-modern-writer {
    font-weight: 700;
    color: #1e293b;
    font-size: 1rem;
    line-height: 1.2;
}
.bichar-modern-date {
    font-size: 0.8rem;
    color: #64748b;
    margin-top: 4px;
}
.bichar-modern-date a {
    color: #64748b;
    text-decoration: none;
}
.bichar-modern-date a:hover {
    color: #ff6224;
}

/* Opinion Title */
.bichar-modern-title {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.45;
    color: #0f172a;
    transition: color 0.3s;
}
.bichar-modern-card:hover .bichar-modern-title {
    color: #ff6224;
}

/* Mobile Responsive - 2 Items Per Row Adjustments */
@media (max-width: 767px) {
    .bichar-modern-card {
        padding: 15px 12px;
        border-left-width: 3px;
    }
    .bichar-modern-avatar {
        width: 45px; /* मोबाइलमा तस्बिर अलिकति सानो */
        height: 45px;
    }
    .bichar-modern-writer {
        font-size: 0.9rem;
    }
    .bichar-modern-date {
        font-size: 0.75rem;
    }
    .bichar-modern-title {
        font-size: 1.05rem;
        line-height: 1.4;
    }
} 








/* =========================================
   Premium Split Hero Section (Slider + 2 Stacked)
========================================== */
.split-hero-section {
    padding: 30px 0;
}

/* Image Wrappers (Hover Effect & Heights) */
.split-hero-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 6px;
}
.split-hero-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.split-hero-wrapper:hover img {
    transform: scale(1.05); /* प्रिमियम जुम */
}

/* Perfect Height Matching */
.slider-main-box {
    height: 480px; 
}
.stacked-small-box {
    height: 228px; /* (228+228+24 gap = 480px) दुवै साइड बराबर */
}

/* 
   नयाँ कन्सेप्ट (Better Concept): 
   छायाँ पूरै तस्बिरमा नभई, अक्षरको पछाडि तल मात्र बस्नेछ! 
*/
.split-title-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 60px 20px 20px 20px; /* माथितिर खाली ठाउँ छोडेर छायाँ सुरु हुने */
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 50%, transparent 100%);
}

/* Typography */
.split-slider-title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    transition: color 0.3s;
}
.split-stacked-title {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.4;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    transition: color 0.3s;
}
.split-hero-wrapper:hover .split-slider-title, 
.split-hero-wrapper:hover .split-stacked-title {
    color: #ff6224 !important; /* होभर गर्दा थिमको सुन्तला रङ */
}

/* =========================================
   Owl Carousel Customization
========================================== */
.split-hero-section .owl-nav {
    position: absolute;
    top: 15px;
    right: 15px;
    margin: 0 !important;
}
.split-hero-section .owl-nav button.owl-prev,
.split-hero-section .owl-nav button.owl-next {
    background: rgba(0, 0, 0, 0.4) !important; 
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important; 
    width: 32px;
    height: 32px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    border-radius: 4px;
    font-size: 1.1rem !important;
    transition: all 0.3s ease;
}
.split-hero-section .owl-nav button:hover {
    background: #ff6224 !important;
    border-color: #ff6224 !important;
    color: #ffffff !important;
}
.split-hero-section .owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}
.split-hero-section .owl-dots .owl-dot span {
    width: 25px !important; 
    height: 3px !important;
    background: rgba(255, 255, 255, 0.4) !important;
    margin: 0 4px !important;
    border-radius: 0 !important;
    transition: 0.3s ease;
}
.split-hero-section .owl-dots .owl-dot.active span {
    background: #ffffff !important;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .slider-main-box { height: 400px; }
    .stacked-small-box { height: 200px; }
}
@media (max-width: 767px) {
    .slider-main-box { height: 280px; }
    .split-slider-title { font-size: 1.25rem; }
    .stacked-small-box { height: 220px; }
    .split-title-box { padding: 40px 15px 15px 15px; } /* मोबाइलमा छायाँ अझै कम गरिएको */
}





/* =========================================
   Professional Advertisement Modal Styling
========================================== */

/* 1. Backdrop Blur Effect (पछाडिको कन्टेन्ट हल्का धुम्म पार्ने) */
.modal-backdrop.show {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.7) !important;
}

/* 2. Modal Box Animation & Structure */
.adv-auto-modal .modal-content {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border: none;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.adv-auto-modal.fade.show .modal-content {
    transform: scale(1);
    opacity: 1;
}

/* 3. Sponsored / Advertisement Top Label (प्रोफेसनल लुक दिन) */
.adv-header-tag {
    background: #f1f5f9;
    padding: 6px 15px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 4. Widget Image Container */
.adv-auto-modal .modal-body {
    padding: 0;
    background: #0f172a; /* तस्बिर लोड हुँदा वा कालो किनारा आउँदा राम्रो देखाउन */
}
.adv-auto-modal .modal-body img {
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* 5. Sleek Close Button */
.custom-adv-close {
    background: #cbd5e1 !important;
    opacity: 1 !important;
    padding: 8px !important;
    border-radius: 50% !important;
    font-size: 0.75rem;
    transition: all 0.25s ease;
}
.custom-adv-close:hover {
    background: #ff6224 !important; /* थिमको सुन्तला रङ */
    color: #ffffff !important;
    transform: rotate(90deg) scale(1.1);
}

/* Mobile Responsive Adjustments */
@media (max-width: 767px) {
    .adv-auto-modal .modal-dialog {
        margin: 15px;
    }
}