.diplomatnepal-news-section .article-meta-top,
.diplomatnepal-news-section .article-meta-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-family: var(--font-family);
    color: var(--news-font-color-gray);
    font-size: 0.85rem;
    margin-top: 8px;
}

.diplomatnepal-news-section .article-meta-bottom {
    margin-top: 6px;
}

.diplomatnepal-news-section .meta-category {
    font-weight: 400;
    color: var(--news-font-color-gray);
}

/* Advertisement Widget Areas */
.diplomatnepal-news-section .below-main-news-ad {
    margin-top: 20px;
    width: 100%;
}

.diplomatnepal-news-section .below-main-news-ad .widget {
    width: 100%;
    margin: 0;
    padding: 0;
}

.diplomatnepal-news-section .below-main-news-ad .widget img,
.diplomatnepal-news-section .below-main-news-ad .widget iframe,
.diplomatnepal-news-section .below-main-news-ad .widget video {
    width: 100% !important;
    height: 100px !important;
    object-fit: cover;
    display: block;
    border-radius: var(--border-radius);
}

.diplomatnepal-news-section .top-right-news-ad {
    margin-bottom: 20px;
    width: 100%;
}

.diplomatnepal-news-section .top-right-news-ad .widget {
    width: 100%;
    margin: 0;
    padding: 0;
}

.diplomatnepal-news-section .top-right-news-ad .widget img,
.diplomatnepal-news-section .top-right-news-ad .widget iframe,
.diplomatnepal-news-section .top-right-news-ad .widget video {
    width: 100% !important;
    height: auto;
    display: block;
    border-radius: var(--border-radius);
}

/* Mobile Responsive for Ad Widgets */
@media (max-width: 768px) {
    .diplomatnepal-news-section .below-main-news-ad {
        margin-top: 15px;
    }
    
    .diplomatnepal-news-section .below-main-news-ad .widget img,
    .diplomatnepal-news-section .below-main-news-ad .widget iframe,
    .diplomatnepal-news-section .below-main-news-ad .widget video {
        height: 80px !important;
    }
    
    .diplomatnepal-news-section .top-right-news-ad {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .diplomatnepal-news-section .below-main-news-ad .widget img,
    .diplomatnepal-news-section .below-main-news-ad .widget iframe,
    .diplomatnepal-news-section .below-main-news-ad .widget video {
        height: 60px !important;
    }
}

/* Global Design Section Typography - Apply to all design templates */
.category h2,
.category .category_title h2,
.category_title h2 {
    font-family: var(--font-title) !important;
    font-weight: 580 !important;
    color: var(--primary) !important;
}

.category h3,
.category .title-medium-dark,
.title-medium-dark,
.category .title-medium-dark a,
.title-medium-dark a {
    font-family: var(--font-title) !important;
    font-weight: 580 !important;
    color: var(--news-font-color-black) !important;
}

.category p,
.category .description,
.category .subtitle,
.category .person-name,
.description,
.subtitle,
.person-name {
    font-family: var(--font-description) !important;
    font-weight: 450 !important;
    color: var(--news-font-color-black) !important;
    line-height: var(--news-line-height) !important;
}

/* Cover Story Section */
.cover_story h3 {
    font-family: var(--font-title) !important;
    font-weight: 580 !important;
    color: var(--news-font-color-black) !important;
}

.cover_story .description {
    font-family: var(--font-description) !important;
    font-weight: 450 !important;
    color: var(--news-font-color-black) !important;
    line-height: var(--news-line-height) !important;
}

/* Background Section */
.kavre_update h2,
.kavre_update .title-medium-dark,
.kavre_update .title-medium-dark a {
    font-family: var(--font-title) !important;
    font-weight: 580 !important;
    color: var(--news-font-color-black) !important;
}

.kavre_update .subtitle {
    font-family: var(--font-description) !important;
    font-weight: 450 !important;
    color: var(--news-font-color-black) !important;
    line-height: var(--news-line-height) !important;
}

/* Columns Section */
.category_with_sidead h3,
.category_with_sidead .title-medium-dark,
.category_with_sidead .title-medium-dark a {
    font-family: var(--font-title) !important;
    font-weight: 580 !important;
    color: var(--news-font-color-black) !important;
}

.category_with_sidead p,
.category_with_sidead .person-name {
    font-family: var(--font-description) !important;
    font-weight: 450 !important;
    color: var(--news-font-color-black) !important;
    line-height: var(--news-line-height) !important;
}

/* Bichar Section */
.bichar-section h3,
.bichar-section .title-medium-dark,
.bichar-section .title-medium-dark a {
    font-family: var(--font-title) !important;
    font-weight: 580 !important;
    color: var(--news-font-color-black) !important;
}

.bichar-section p,
.bichar-section .person-name {
    font-family: var(--font-description) !important;
    font-weight: 450 !important;
    color: var(--news-font-color-black) !important;
    line-height: var(--news-line-height) !important;
}

/* General Blog Card Typography */
.blog-card h2,
.blog-card h3,
.blog-card .title-medium-dark,
.blog-card .title-medium-dark a {
    font-family: var(--font-title) !important;
    font-weight: 580 !important;
    font-size: 1.1rem !important;
    color: var(--news-font-color-black) !important;
}

.blog-card p,
.blog-card .subtitle,
.blog-card .description {
    font-family: var(--font-description) !important;
    font-weight: 450 !important;
    color: var(--news-font-color-black) !important;
    line-height: var(--news-line-height) !important;
}

/* Hover Effects for Links */
.category a:hover,
.blog-card a:hover,
.title-medium-dark a:hover {
    color: var(--primary) !important;
    transition: color var(--title-hover-time) ease;
}

/* Interview Section - White Text */
.interview h2,
.interview .category_title h2 {
    font-family: var(--font-title) !important;
    font-weight: 580 !important;
    color: var(--news-font-color-white) !important;
}

.interview h3,
.interview .infomation h3 {
    font-family: var(--font-title) !important;
    font-weight: 580 !important;
    color: var(--news-font-color-white) !important;
}

.interview .post-date-dark,
.interview .post-date-dark ul,
.interview .post-date-dark li {
    color: var(--news-font-color-white) !important;
}

.interview a {
    color: var(--news-font-color-white) !important;
}

.interview a:hover {
    color: var(--primary) !important;
    transition: color var(--title-hover-time) ease;
}

/* Top Header Cards Section - Main Featured News */
.blog-style h3,
.blog-style .box-title-30,
.blog-style .box-title-18 {
    font-family: var(--font-title) !important;
    font-weight: 580 !important;
    color: var(--news-font-color-black) !important;
    line-height: 1.3 !important;
}

.blog-style .box-title-30 {
    font-size: 1.5rem !important;
}

.blog-style .box-title-18 {
    font-size: 1.1rem !important;
}

.blog-style .blog-meta,
.blog-style .author_meta {
    font-family: var(--font-family) !important;
    font-weight: 400 !important;
    color: var(--news-font-color-white) !important;
    font-size: 0.85rem !important;
}

.blog-style a:hover {
    color: var(--primary) !important;
    transition: color var(--title-hover-time) ease;
}

/* Trending News Section */
.trending_news_card h2,
.trending_news_card .category_title h2 {
    font-family: var(--font-title) !important;
    font-weight: 580 !important;
    color: var(--primary) !important;
}

.trending_news_card h3,
.trending_news_card .box-title-30 {
    font-family: var(--font-title) !important;
    font-weight: 580 !important;
    color: var(--news-font-color-black) !important;
    line-height: 1.3 !important;
}

.trending_news_card .blog-meta {
    font-family: var(--font-family) !important;
    font-weight: 400 !important;
    color: var(--news-font-color-gray) !important;
    font-size: 0.85rem !important;
}

.trending_news_card .list-group-item a {
    font-family: var(--font-title) !important;
    font-weight: 450 !important;
    color: var(--news-font-color-black) !important;
    line-height: var(--news-line-height) !important;
}

.trending_news_card .list-group-item a:hover {
    color: var(--primary) !important;
    transition: color var(--title-hover-time) ease;
}

/* Bichar Section in Top Header */
.bichar-items-hero h2,
.bichar-items-hero .bihcar {
    font-family: var(--font-title) !important;
    font-weight: 580 !important;
    color: var(--primary) !important;
}

.bichar-items-hero .post_title p {
    font-family: var(--font-title) !important;
    font-weight: 580 !important;
    color: var(--news-font-color-black) !important;
    line-height: 1.3 !important;
}

.bichar-items-hero .person-name {
    font-family: var(--font-description) !important;
    font-weight: 450 !important;
    color: var(--news-font-color-gray) !important;
    line-height: var(--news-line-height) !important;
}

/* Single News Page Styling */
.single-news-main {
    background-color: #f8f9fa;
    min-height: 100vh;
}

.single-news-main .news_title_sticky {
    background-color: white;
    border-bottom: 1px solid #e9ecef;
}

.single-news-main .news_title h1 {
    font-family: var(--font-title) !important;
    font-weight: 580 !important;
    color: var(--news-font-color-black) !important;
    line-height: 1.3 !important;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.single-news-main .sub-headline {
    font-family: var(--font-description) !important;
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--news-font-color-gray);
    font-style: italic;
}

.single-news-main .featured_image_fullwidth {
    background-color: white;
    padding: 0;
}

.single-news-main .featured_image_fullwidth img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 0;
}

.single-news-main .featured_image_fullwidth .video-container {
    position: relative;
    width: 100%;
    height: 500px;
    padding-bottom: 0;
}

.single-news-main .featured_image_fullwidth .youtube_video_frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.single-news-main .featured_image_fullwidth .featured_image_caption {
    background-color: rgba(0,0,0,0.8);
    color: white;
    padding: 10px 20px;
    margin-top: -50px;
    position: relative;
    z-index: 10;
    font-family: var(--font-description) !important;
    font-size: 0.9rem;
    font-weight: 400;
    font-style: italic;
}

.main .featured_image_caption {
    font-family: var(--font-description) !important;
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--news-font-color-gray);
    margin-top: 10px;
    font-style: italic;
}

.main .video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    margin-bottom: 30px;
}

.main .youtube_video_frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
}

.main .news_description {
    font-family: var(--font-description) !important;
    font-size: 1rem;
    font-weight: 400;
    color: var(--news-font-color-black);
    line-height: 1.6;
}

.main .news_description h1,
.main .news_description h2,
.main .news_description h3,
.main .news_description h4,
.main .news_description h5,
.main .news_description h6 {
    font-family: var(--font-title) !important;
    font-weight: 580 !important;
    color: var(--news-font-color-black) !important;
    margin-top: 30px;
    margin-bottom: 15px;
}

.main .news_description p {
    margin-bottom: 20px;
}

.main .news_description img {
    max-width: 100%;
    height: auto;
    border-radius: var(--border-radius);
    margin: 20px 0;
}

/* Author Box Styling */
.main .authorbox {
    margin-top: 40px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: var(--border-radius);
}

.main .authorbox .name {
    font-family: var(--font-title) !important;
    font-weight: 580 !important;
    color: var(--news-font-color-black) !important;
    text-decoration: none;
}

.main .authorbox .name:hover {
    color: var(--primary) !important;
}

.main .authorbox p {
    font-family: var(--font-description) !important;
    font-weight: 400;
    color: var(--news-font-color-gray);
    line-height: 1.5;
}

/* Related News Styling */
.main .cat-name h3 {
    font-family: var(--font-title) !important;
    font-weight: 580 !important;
    color: var(--primary) !important;
}

.main .title-medium-dark a {
    font-family: var(--font-title) !important;
    font-weight: 580 !important;
    color: var(--news-font-color-black) !important;
    text-decoration: none;
    line-height: 1.3;
}

.main .title-medium-dark a:hover {
    color: var(--primary) !important;
}

/* Share Button Styling */
.main .share_btn {
    background: var(--primary);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: var(--border-radius);
    transition: background-color 0.3s ease;
}

.main .share_btn:hover {
    background: #b8942a;
    color: white;
}

.main .share_options {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: var(--border-radius);
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 1000;
    min-width: 200px;
}

/* Single News Content Area */
.single-news-main .news_description {
    background-color: white;
    padding: 40px;
    border-radius: var(--border-radius);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.single-news-main .news_description h1,
.single-news-main .news_description h2,
.single-news-main .news_description h3,
.single-news-main .news_description h4,
.single-news-main .news_description h5,
.single-news-main .news_description h6 {
    font-family: var(--font-title) !important;
    font-weight: 580 !important;
    color: var(--news-font-color-black) !important;
    margin-top: 30px;
    margin-bottom: 15px;
}

.single-news-main .news_description p {
    font-family: var(--font-description) !important;
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--news-font-color-black);
    line-height: 1.8;
    margin-bottom: 20px;
}

.single-news-main .news_description img {
    max-width: 100%;
    height: auto;
    border-radius: var(--border-radius);
    margin: 30px 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Author Box Styling for Single News */
.single-news-main .authorbox {
    background-color: white;
    border-radius: var(--border-radius);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

/* Related News Grid */
.single-news-main .keep-items-4-md {
    background-color: white;
    padding: 40px;
    border-radius: var(--border-radius);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.single-news-main .blog-card {
    background-color: white;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.single-news-main .blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.single-news-main .blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0;
}

.single-news-main .blog-card .title-medium-dark {
    padding: 15px;
}

.single-news-main .blog-card .title-medium-dark a {
    font-family: var(--font-title) !important;
    font-weight: 580 !important;
    color: var(--news-font-color-black) !important;
    text-decoration: none;
    line-height: 1.4;
    font-size: 1rem;
}

.single-news-main .blog-card .title-medium-dark a:hover {
    color: var(--primary) !important;
}

/* Responsive Design for Single News */
@media (max-width: 768px) {
    .single-news-main .news_title h1 {
        font-size: 2rem;
    }
    
    .single-news-main .featured_image_fullwidth img,
    .single-news-main .featured_image_fullwidth .video-container {
        height: 300px;
    }
    
    .single-news-main .news_description {
        padding: 20px;
    }
    
    .single-news-main .keep-items-4-md {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .single-news-main .news_title h1 {
        font-size: 1.5rem;
    }
    
    .single-news-main .featured_image_fullwidth img,
    .single-news-main .featured_image_fullwidth .video-container {
        height: 250px;
    }
}

/* Home Feature Design Styling */
.list_news_and_category .category_title {
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.list_news_and_category .category_title h2 {
    font-family: var(--font-title) !important;
    font-weight: 580 !important;
    color: var(--primary) !important;
    font-size: 2rem;
    margin: 0;
    line-height: 1.2;
}

.list_news_and_category .hblog {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: white;
    border-radius: var(--border-radius);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.list_news_and_category .hblog:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.list_news_and_category .hblog .media-body {
    flex: 1;
}

.list_news_and_category .hblog .title-medium-dark a {
    font-family: var(--font-title) !important;
    font-weight: 580 !important;
    color: var(--news-font-color-black) !important;
    text-decoration: none;
    line-height: 1.4;
    font-size: 1.1rem;
}

.list_news_and_category .hblog .title-medium-dark a:hover {
    color: var(--primary) !important;
}

.list_news_and_category .hblog .post-description {
    font-family: var(--font-description) !important;
    font-size: 14px; /* desktop size */
    font-weight: 400;
    color: var(--news-font-color-black); /* match news category color */
    line-height: 1.6;
    margin: 10px 0;
}

/* Home Feature Metadata Styling - Top Section */
.list_news_and_category .hblog .article-meta-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-family) !important;
    font-size: 0.75rem;
    color: var(--news-font-color-gray);
    margin-bottom: 12px;
}

.list_news_and_category .hblog .meta-category {
    font-weight: 400;
    color: var(--news-font-color-gray);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.list_news_and_category .hblog .meta-reading-time {
    font-weight: 500;
    color: var(--news-font-color-gray);
}

/* Home Feature Metadata Styling - Bottom Section */
.list_news_and_category .hblog .article-meta-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-family) !important;
    font-size: 0.75rem;
    color: var(--news-font-color-gray);
    margin-top: 15px;
    padding-top: 15px;
}

.list_news_and_category .hblog .meta-author {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.list_news_and_category .hblog .author-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.list_news_and_category .hblog .author-name {
    font-weight: 500;
    color: var(--news-font-color-gray);
}

.list_news_and_category .hblog .meta-date {
    font-weight: 400;
    color: var(--news-font-color-gray);
}

.list_news_and_category .hblog .img-opacity-hover {
    flex-shrink: 0;
    width: 200px;
    height: 150px;
    overflow: hidden;
    border-radius: var(--border-radius);
}

.list_news_and_category .hblog .img-opacity-hover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.list_news_and_category .hblog:hover .img-opacity-hover img {
    transform: scale(1.05);
}

.list_news_and_category .side_ad {
    position: sticky;
    top: 20px;
}

.list_news_and_category .side_ad img {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Responsive Design for Home Feature */
@media (max-width: 768px) {
    .list_news_and_category .hblog {
        flex-direction: row;
        text-align: left;
        gap: 12px;
        align-items: flex-start;
        padding: 15px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        margin-bottom: 15px;
    }
    
    .list_news_and_category .hblog .article-meta-top {
        order: 1;
        justify-content: space-between;
        margin-bottom: 8px;
        width: 100%;
        font-size: 0.7rem;
    }
    
    .list_news_and_category .hblog .media-body {
        width: 75% !important;
        flex: 0 0 75% !important;
        padding-right: 12px;
        order: 1;
    }
    
    .list_news_and_category .hblog .title-medium-dark {
        order: 2;
        margin-bottom: 0;
        flex: 1;
    }
    
    .list_news_and_category .hblog .title-medium-dark a {
        display: block;
        text-decoration: none;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        font-size: 0.95rem;
        line-height: 1.4;
        font-weight: 600;
        color: #333;
    }
    
    .list_news_and_category .hblog .img-opacity-hover {
        width: 25% !important;
        flex: 0 0 25% !important;
        height: 100px;
        margin: 0;
        order: 2;
        flex-shrink: 0;
    }
    
    .list_news_and_category .hblog .img-opacity-hover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px;
    }
    
    .list_news_and_category .hblog .post-description {
        display: none;
    }
    
    .list_news_and_category .hblog .article-meta-bottom {
        order: 4;
        margin-top: 8px;
        padding-top: 0;
        width: 100%;
        border-top: none;
        font-size: 0.7rem;
    }
    
    .list_news_and_category .hblog .meta-author {
        display: flex;
        align-items: center;
        gap: 6px;
    }
    
    .list_news_and_category .hblog .author-avatar {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        object-fit: cover;
    }
    
    .list_news_and_category .hblog .author-name {
        font-size: 0.7rem;
        font-weight: 500;
    }
    
    .list_news_and_category .hblog .meta-date {
        font-size: 0.7rem;
    }
    
    .list_news_and_category .hblog .post-date-dark ul {
        justify-content: flex-start;
    }
}
:root {
    --font-family: "DM Sans", sans-serif;
    --font-nepali: "Roboto", sans-serif;
    --font-menu: "DM Sans", sans-serif;
    --font-heading: "Noto Serif", serif;
    --font-subheading: "Noto Serif", serif;
    --font-title: var(--font-heading);
    --font-description: var(--font-heading);
    --primary: RGB(201, 149, 40);
    --primaryrgb: 201, 149, 40;
    --topheader: #ffffff;
    --ontopheader: #333333;
  --border-radius: 5px;
  --img-hover-time: 0.9s;
  --title-hover-time: 0.3s;
  --footer-bg: #000;
  --offwhite: rgb(207, 207, 207);
    --secondary: rgb(12 105 161);
    --news-font-color-black: rgb(32, 34, 36);
    --news-font-color-gray: rgb(102, 102, 102);
    --news-font-color-white: rgb(255, 255, 255);
    --news-line-height: 22px;
}

/* Top Header Styles - NYT Style */
.top-header {
    background-color: var(--topheader);
    padding: 4px 0;
    font-size: 12px;
    font-family: var(--font-family);
    min-height: 32px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

/* Top Header Social Links */
.top-header .social-links .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.top-header .social-links .social-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* All social links use brand color */
.top-header .social-links .x-link,
.top-header .social-links .facebook-link,
.top-header .social-links .whatsapp-link,
.top-header .social-links .viber-link {
    background: linear-gradient(135deg, var(--primary) 0%, #d4a853 100%);
    border: 1px solid var(--primary);
}

.top-header .social-links .x-link:hover,
.top-header .social-links .facebook-link:hover,
.top-header .social-links .whatsapp-link:hover,
.top-header .social-links .viber-link:hover {
    background: linear-gradient(135deg, #b8942a 0%, #d4a853 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(201, 149, 40, 0.3);
}

.top-header .container {
    max-width: 1320px;
}

.top-header-left .social-links {
    display: flex;
    gap: 12px;
    align-items: center;
}

.social-link {
    color: var(--ontopheader);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.social-link:hover {
    color: var(--primary);
    text-decoration: none;
}

.top-header-right {
    gap: 15px;
}

.top-header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.subscribe-btn {
    background-color: var(--primary);
    color: white;
    padding: 4px 12px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease;
}

.subscribe-btn:hover {
    background-color: #b8942a;
    color: white;
    text-decoration: none;
}

/* E-Magazine Button Styles */
.emagazine-btn {
    background-color: var(--primary);
    color: white;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid var(--primary);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.emagazine-btn:hover,
.btn-primary.emagazine-btn:hover {
    background-color: var(--primary) !important;
    color: white !important;
    text-decoration: none;
    transform: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-color: var(--primary) !important;
}

/* Main E-Magazine Button - Prominent Position */
.main-magazine-btn {
    background: linear-gradient(135deg, var(--primary) 0%, #d4a853 100%);
    border: 2px solid var(--primary);
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(201, 149, 40, 0.3);
    position: relative;
    overflow: hidden;
}

.main-magazine-btn::before {
    display: none;
}

.main-magazine-btn:hover::before {
    display: none;
}

.main-magazine-btn:hover,
.btn-primary.main-magazine-btn:hover {
    background: linear-gradient(135deg, var(--primary) 0%, #d4a853 100%) !important;
    transform: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-color: var(--primary) !important;
    color: white !important;
}

.main-magazine-btn i {
    font-size: 18px;
    margin-right: 8px;
}

/* E-Magazine button styling - simple design */
.weather_info .emagazine-btn {
    font-size: 13px;
    padding: 6px 16px;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: inline-block;
}

/* Ensure date and E-Magazine are always visible */
.time {
    display: block !important;
    visibility: visible !important;
}

.weather_info {
    display: block !important;
    visibility: visible !important;
}

.emagazine-section {
    display: flex !important;
    visibility: visible !important;
}

/* Date and E-Magazine Section */
.date-magazine-section {
    background-color: #f8f9fa;
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
    font-family: var(--font-family);
    min-height: auto;
}

/* Hide on desktop, show on mobile */
@media (min-width: 769px) {
    .date-magazine-section {
        display: none;
    }
}

@media (max-width: 768px) {
    .date-magazine-section {
        display: block;
    }
}

.date-magazine-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 30px;
    width: 100%;
}

.date-magazine-section .container {
   
    max-width: 1320px;
}

.magazine-info {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    flex-shrink: 0;
}

.date-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
}

.date-info .date-english {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.2;
    height: 17px;
}

.date-info .date-nepali {
    font-size: 12px;
    color: #666;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
}

.section-magazine-btn {
    font-size: 12px;
    padding: 6px 16px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: linear-gradient(135deg, var(--primary) 0%, #d4a853 100%);
    border: 1px solid var(--primary);
    box-shadow: 0 2px 6px rgba(201, 149, 40, 0.3);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    align-self: flex-start;
    height: 17px;
    display: flex;
    align-items: center;
}

.section-magazine-btn::before {
    display: none;
}

.section-magazine-btn:hover::before {
    display: none;
}

.section-magazine-btn:hover,
.btn-primary.section-magazine-btn:hover {
    background: linear-gradient(135deg, var(--primary) 0%, #d4a853 100%) !important;
    transform: none;
    box-shadow: 0 2px 6px rgba(201, 149, 40, 0.3);
    border-color: var(--primary) !important;
    color: white !important;
}

/* Desktop weather info layout */
.desktop-weather-info {
    gap: 15px;
}

/* Desktop social media links styling */
.desktop-social-links {
    margin-left: 10px;
}

.desktop-social-links .desktop-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary) 0%, #d4a853 100%);
    color: white;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(201, 149, 40, 0.3);
}

.desktop-social-links .desktop-social-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(201, 149, 40, 0.4);
    background: linear-gradient(135deg, #b8942a 0%, #d4a853 100%);
    color: white;
}

.desktop-social-links .desktop-social-link.facebook:hover {
    background: #1877f2;
}

.desktop-social-links .desktop-social-link.twitter:hover {
    background: #1da1f2;
}

.desktop-social-links .desktop-social-link.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.desktop-social-links .desktop-social-link.youtube:hover {
    background: #ff0000;
}

.desktop-social-links .desktop-social-link.linkedin:hover {
    background: #0077b5;
}

.desktop-social-links .desktop-social-link.tiktok:hover {
    background: #000000;
}

/* Mobile weather info layout - E-Magazine button only */
.mobile-weather-info .emagazine-btn {
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(135deg, var(--primary) 0%, #d4a853 100%);
    border: 2px solid var(--primary);
    box-shadow: 0 4px 12px rgba(201, 149, 40, 0.3);
    position: relative;
    overflow: hidden;
}

.mobile-weather-info .emagazine-btn::before {
    display: none;
}

.mobile-weather-info .emagazine-btn:hover::before {
    display: none;
}

.mobile-weather-info .emagazine-btn:hover,
.mobile-weather-info .btn-primary.emagazine-btn:hover {
    background: linear-gradient(135deg, var(--primary) 0%, #d4a853 100%) !important;
    transform: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-color: var(--primary) !important;
    color: white !important;
}

.account-dropdown {
    position: relative;
}

.account-link {
    color: var(--ontopheader);
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.3s ease;
}

.account-link:hover {
    color: var(--primary);
    text-decoration: none;
}

.account-link i {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.account-dropdown:hover .account-link i {
    transform: rotate(180deg);
}

.account-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    min-width: 150px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.account-dropdown:hover .account-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.account-menu a {
    display: block;
    padding: 8px 12px;
    color: var(--ontopheader);
    text-decoration: none;
    font-size: 12px;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.3s ease;
}

.account-menu a:last-child {
    border-bottom: 2px solid var(--primary);
}

.account-menu a:hover {
    background-color: #f8f8f8;
    color: var(--primary);
    text-decoration: none;
}

/* Responsive Styles for Top Header */
@media (max-width: 768px) {
    .top-header {
        padding: 3px 0;
        font-size: 11px;
        min-height: 28px;
    }
    
    .top-header .row {
        flex-direction: column;
        gap: 4px;
    }
    
    .top-header-left,
    .top-header-right {
        justify-content: center !important;
    }
    
    .top-header-left .social-links {
        gap: 10px;
        justify-content: center;
    }
    
    .social-link {
        font-size: 12px;
        width: 18px;
        height: 18px;
    }
    
    .top-header-actions {
        gap: 12px;
    }
    
    .subscribe-btn {
        padding: 3px 10px;
        font-size: 10px;
    }
    
    .emagazine-btn {
        padding: 3px 10px;
        font-size: 10px;
    }
    
    .account-link {
        font-size: 11px;
    }
    
    .account-menu {
        right: auto;
        left: 50%;
        transform: translateX(-50%) translateY(-10px);
        min-width: 120px;
    }
    
    .account-dropdown:hover .account-menu {
        transform: translateX(-50%) translateY(0);
    }
}

@media (max-width: 480px) {
    .top-header {
        min-height: 26px;
        padding: 2px 0;
    }
    
    .top-header-left .social-links {
        gap: 8px;
    }
    
    .social-link {
        font-size: 11px;
        width: 16px;
        height: 16px;
    }
    
    .top-header-actions {
        gap: 8px;
    }
    
    .subscribe-btn {
        padding: 2px 8px;
        font-size: 9px;
    }
    
    .emagazine-btn {
        padding: 2px 8px;
        font-size: 9px;
    }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}

body {
  --margin: 2.5rem;
  margin-bottom: 0 !important;
    background: #fff;
  background-position: center;
  font-family: var(--font-family);
    font-weight: 400;
    line-height: 1.1;
    font-size: 14px;
}

body {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #010101;
  margin: 0;
    font-weight: 500;
    font-family: var(--font-heading);
}

a:hover,
a:focus,
a {
  outline-style: none;
  text-decoration: none;
}

.border-top {
  border-bottom: 1px solid #eee !important;
}

.border-bottom {
  border-bottom: 1px solid #eee !important;
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  transition: 0.3s all;
}

.btn-primary:hover {
  background: none;
  color: var(--primary);
  border-color: var(--primary);
}

.h-500 {
  height: 500px !important;
}

@media (max-width:768px) {
    .top_news .h-500 {
		height: auto !important;
	}
	
    body section.videos {
        padding-top: 2rem;
    }
}

@media (max-width:500px) {
    .kavre_update .blog-card {}
}

.featured {
  object-position: top;
}

.flex-1 {
  flex: 1;
}

.margin-top-3 {
  margin-top: 3rem;
}

/* =================================================================
TOP HEADER
================================================================= */

.header-top-bar {
  background-color: var(--topheader);
  padding: 0;
  border-bottom: 1px solid #ebebeb;
}

.header-top-bar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.navbar {
    --bs-navbar-toggler-font-size: 1rem;
}

.mainmenu .navbar-toggler,
.mainmenu .navbar-toggler:focus,
.mainmenu .navbar-toggler:hover,
.mainmenu .navbar-toggler:active {
  outline: none;
  border: none;
  padding: 0;
  box-shadow: none;
}

.header-top-bar ul li {
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.header-top-bar .tophead-right ul li {
  margin-right: 15px;
}

.header-top-bar ul li ion-icon {
  color: var(--primary);
}

.header-top-bar,
.header-top-bar a {
  color: #6f6c6c;
}

.header-middle-area {
    padding: 15px 0;
}


.tophead-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.tophead-right ul li a ion-icon {
  color: #8a8a8a;
}

.tophead-right ul li {
  transition: transform 0.3s ease;
}

.tophead-right ul li:hover a ion-icon {
  color: var(--primary);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  transition: transform 0.3s ease, color 0.3s ease;
}

.time_clock {
  background: #e3e3e3;
  color: var(--body-color);
    padding: 5px 20px;
    border-radius: 3px;
}

.header-menu {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
  transition: all 0.3s ease;
  top: 0px;
    position: relative;
}

.header-menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
    z-index: 99;
  transition: all 0.3s ease;
    padding: 15px;
}

.news_title_sticky {
    background-color: #fff;
    width: 100%;
}

.header-menu .logo {
  max-height: 50px;
  max-width: 1500px;
  margin-right: 5px;
}

.header-menu.fixed .logo {
    max-height: 50px;
    max-width: 120px;
    margin-right: 5px;
}

.header-menu.fixed .menu_logo_container {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-menu.fixed .mainmenu .site-navigation .navigation li {
    margin-right: 6px;
    margin-left: 0px;
}

.header-menu.fixed .mainmenu .site-navigation .navigation li a {
    font-size: 14px;
}

.menu_logo_container img {
    max-width: 120px;
}

.mainmenu .site-navigation .navigation li {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-right: 20px;
  margin-left: 4px;
}


.mainmenu .site-navigation .navigation li a {
  font-family: var(--font-menu);
  font-weight: 500;
    font-size: 16px;
    color: rgb(70 70 70);
}

.mainmenu .site-navigation .navigation li:hover a {
    color: #000;
}

.mainmenu .site-navigation .navigation ul.sub-menu {
  left: 0;
  z-index: 100;
  margin: 0;
  padding: 0;
  height: auto;
  min-width: 250px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #fff;
  background-clip: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center top 0;
  transform-origin: center top 0;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 5%);
  border-radius: 5px;
  padding: 15px 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  top: 47px;
  border: 1px solid #eee;
  border-top: 0;
  padding-bottom: 15px;
}

.mainmenu .site-navigation .navigation li:hover ul.sub-menu {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.mainmenu .site-navigation .navigation ul.sub-menu li a {
  color: #434343;
  padding: 6px 20px;
  position: relative;
  display: block;
  font-weight: 500;
  padding-bottom: 0;
}

.mainmenu .site-navigation .navigation ul.sub-menu li {
  display: block;
}

.mainmenu .site-navigation .navigation ul.sub-menu li a {
  transition: margin 0.3s ease;
}

.mainmenu .site-navigation .navigation ul.sub-menu li a:hover {
  color: var(--primary);
}

.mainmenu .site-navigation .navigation li.active,
.mainmenu .site-navigation .navigation li.active a {
    color: var(--primary);
    font-weight: 600;
}

.mainmenu .site-navigation .navigation li.menu-item-has-megamenu:after,
.mainmenu .site-navigation .navigation li.menu-item-has-children::after {
    content: '\f107'; /* Font Awesome down chevron */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    color: #666;
  display: inline-block;
  transition: transform 0.3s ease;
  cursor: pointer;
    margin-left: 5px;
}

.mainmenu .site-navigation .navigation li.menu-item-has-megamenu:hover:after,
.mainmenu .site-navigation .navigation li.menu-item-has-children:hover:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: var(--primary);
}

.site-navigation ul {
  padding: 0;
  margin: 0;
}

.mainmenu .site-navigation ul li {
  padding: 7px 0;
}

.mainmenu .site-navigation ul li ul li {
  padding: 15px;
  padding-bottom: 0;
}

.mainmenu .site-navigation .navigation ul.sub-menu li a {
  padding: 0;
}

.mainmenu .site-navigation .navigation li ul li ul {
  top: 0 !important;
  left: 100% !important;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.mainmenu .site-navigation .navigation li ul li:hover ul {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.offcanvas {
  --bs-offcanvas-width: 300px;
}

.offcanvas-header {
  flex-direction: column;
}

.offcanvas-header .mobile_search {
  width: 100%;
}

.offcanvas-header .mobile_search input,
.offcanvas-header .mobile_search input:focus,
.offcanvas-header .mobile_search input:active {
  width: 100%;
  padding: 10px;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  border-color: var(--bs-border-color);
}

.offcanvas-header .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.offcanvas-body .site-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offcanvas-body .site-navigation ul li {
  margin-bottom: 17px;
}


.offcanvas-body .site-navigation ul li ul {
  margin-left: 1rem;
  margin-top: 10px;
  display: none;
}

.offcanvas-body .site-navigation .navigation>li.menu-item-has-children>a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-news-area .container .row .col-xl-6 .blog-style {
  height: 100%;
}

.main-news-area img {
    object-fit: cover;
}

.main-news-area .container .row .col-xl-6 .blog-style .blog-img {
  height: 100%;
    border-radius: var(--bs-border-radius);
}

.main-news-area .row .blog-style {
    border-radius: var(--bs-border-radius);
}

.offcanvas-body .site-navigation .navigation>li.menu-item-has-children>a:after {
    content: '\f107'; /* Font Awesome down chevron */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    color: #666;
  display: inline-block;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.offcanvas-body .site-navigation .navigation li.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: var(--primary);
}

.offcanvas-body .site-navigation ul li.open ul {
  display: block;
}

.right_part .palika-btn,
.palika-btn a {
  border: 1px solid rgb(206, 76, 76);
  border-radius: 5px;
  padding: 5px 13px;
}

.right_part .palika-btn {
    margin-right: 20px;
}

.right_part .palika-btn:hover,
.palika-btn a:hover {
  background-color: var(--primary);
  color: white !important;
}

/* .kavre-btn a:hover {
  background-color: rgb(13, 173, 13);
  color: white !important;
} */
.search-button,
.search-button:hover,
.search-button:focus {
  background: none;
  outline: none;
  border: none;
  padding: 0;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right_part {
    position: relative;
}

.search-button {
    background: none;
    border: none;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    padding: 8px;
    transition: color 0.3s ease;
}

.search-button:hover {
    color: var(--primary);
}

.search-menu {
    background-color: transparent;
    border: none;
    border-radius: 0;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 350px;
    z-index: 9999;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    box-shadow: none;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
}


body.search-active .search-menu {
    height: 60px !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    transform: translateY(0) !important;
}

.search-menu .search-menu__form {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  background-color: transparent;
  border: none;
}

.hblog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-menu .search-menu__form input {
    border: 1px solid #ddd;
    outline: none;
  background-color: #fff;
  color: #1d1d1d;
    font-size: 14px;
  width: 100%;
    height: 40px;
    padding: 0 12px 0 40px;
    font-family: var(--font-family);
    border-radius: 25px;
    margin-right: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.search-menu .search-menu__form input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgba(201, 149, 40, 0.2);
}

.search-menu .search-menu__form input::placeholder {
    color: #999;
    font-size: 14px;
}

.search-menu .search-menu__form button {
  border: none;
    background-color: transparent;
    color: #666;
    padding: 0;
    border-radius: 0;
  cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    font-size: 14px;
    flex-shrink: 0;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.search-menu .search-menu__form button:hover {
    color: var(--primary);
}

/* Mobile Header Improvements */
@media (max-width: 768px) {
    /* Hide top header on mobile */
    .top-header {
  display: none;
    }
    
    /* Add right margin to E-Magazine button on mobile */
    .emagazine-btn {
        margin-right: 10px;
    }
    
    /* E-Magazine button hidden on mobile to prevent overlap with golden line */
    
    /* Increase header menu navbar height on mobile */
    .header-menu.navbar.navbar-expand-lg {
        min-height: 80px;
        padding: 20px 0;
    }
    
    .header-middle-area {
        padding: 60px 0; /* Increased padding for bigger header */
        min-height: 120px; /* Set minimum height */
    }
    
    .logo-area {
        flex-direction: column;
        gap: 25px; /* Increased gap */
        text-align: center;
        padding: 20px 0; /* Added padding */
    }
    
    .logo-area .logo img {
        max-width: 350px !important; /* Increased logo size */
        width: 100% !important;
        height: auto !important;
    }
    
    
    /* Mobile navigation E-Magazine button - simple design */
    .mobile-nav-magazine-btn .emagazine-btn {
        font-size: 16px;
        padding: 12px 20px;
        border-radius: 4px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }
    
    /* Mobile navigation font size increase */
    .offcanvas-body .site-navigation .navigation li a {
        font-size: 18px !important;
        padding: 12px 0 !important;
        font-weight: 600;
        color: #333;
    }
    
    .offcanvas-body .site-navigation .navigation li {
        margin-bottom: 15px; /* Increased vertical spacing */
    }
    
    .offcanvas-body .site-navigation .navigation li:last-child {
        margin-bottom: 0; /* Remove margin from last item */
    }
    
    /* Mobile social media links styling */
    .mobile-social-links {
        border-top: 1px solid #e0e0e0 !important;
    }
    
    .mobile-social-links h6 {
        color: #666;
        font-weight: 600;
        font-size: 16px;
    }
    
    .mobile-social-links .social-links .social-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--primary) 0%, #d4a853 100%);
        color: white;
        text-decoration: none;
        font-size: 20px;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(201, 149, 40, 0.3);
        border: 1px solid var(--primary);
    }
    
    .mobile-social-links .social-links .social-link:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 15px rgba(201, 149, 40, 0.4);
        background: linear-gradient(135deg, #b8942a 0%, #d4a853 100%);
        color: white;
    }
    
    .weather_info {
        margin-top: 10px;
    }
    
    .mobile-weather-info .emagazine-btn {
        font-size: 15px;
        padding: 10px 20px;
    }
    
    /* E-Magazine button styling for both desktop and mobile */
    .emagazine-section .emagazine-btn {
        font-size: 14px;
        padding: 8px 18px;
        border-radius: 4px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }
    
    .time {
        font-size: 14px;
        line-height: 1.4;
        display: block !important;
        visibility: visible !important;
    }
    
    .weather_info {
        display: block !important;
        visibility: visible !important;
    }
    
    .weather_info .emagazine-btn {
        display: inline-block !important;
        visibility: visible !important;
    }
    
    
}

@media (max-width: 480px) {
    .header-middle-area {
        padding: 50px 0; /* Increased padding for bigger header */
        min-height: 100px; /* Set minimum height */
    }
    
    /* Increase header menu navbar height on smaller mobile */
    .header-menu.navbar.navbar-expand-lg {
        min-height: 70px;
        padding: 15px 0;
    }
    
    .logo-area .logo img {
        max-width: 300px !important; /* Increased logo size */
    }
    
    .mobile-header-magazine-btn {
        font-size: 15px;
        padding: 10px 20px;
    }
    
    .mobile-nav-magazine-btn .emagazine-btn {
        font-size: 15px;
        padding: 12px 18px;
    }
    
    /* Mobile navigation font size for smaller screens */
    .offcanvas-body .site-navigation .navigation li a {
        font-size: 16px !important;
        padding: 10px 0 !important;
    }
    
    .offcanvas-body .site-navigation .navigation li {
        margin-bottom: 12px; /* Slightly less spacing on smaller screens */
    }
    
    /* Mobile social media links for smaller screens */
    .mobile-social-links .social-links .social-link {
        width: 40px;
        height: 40px;
        font-size: 18px;
        background: linear-gradient(135deg, var(--primary) 0%, #d4a853 100%);
        border: 1px solid var(--primary);
    }
    
    .mobile-social-links .social-links .social-link:hover {
        background: linear-gradient(135deg, #b8942a 0%, #d4a853 100%);
    }
    
    .mobile-social-links h6 {
        font-size: 14px;
    }
    
    /* Date and E-Magazine Section - Smaller Mobile */
    .date-magazine-section {
        padding: 5px 0;
    }
    
    .date-info {
        gap: 1px;
    }
    
    .date-info .date-english {
        font-size: 11px;
    }
    
    .date-info .date-nepali {
        font-size: 9px;
    }
    
    .section-magazine-btn {
        font-size: 10px;
        padding: 4px 10px;
    }
    
    /* Date and E-Magazine Section - Mobile */
    .date-magazine-section {
        padding: 6px 0;
    }
    
    .date-info {
        gap: 2px;
    }
    
    .date-info .date-english {
        font-size: 12px;
    }
    
    .date-info .date-nepali {
        font-size: 10px;
    }
    
    .section-magazine-btn {
        font-size: 11px;
        padding: 5px 12px;
    }
    
    .main-magazine-btn i {
        font-size: 16px;
        margin-right: 6px;
    }
    
    .weather_info .emagazine-btn {
        font-size: 13px;
        padding: 7px 16px;
    }
    
    .time {
        font-size: 13px;
    }
}

/* Responsive search menu */
@media (max-width: 768px) {
    .search-menu {
        right: 10px;
        width: 280px;
    }
    
    .search-menu .search-menu__form {
        padding: 0 12px;
    }
    
    .search-menu .search-menu__form input {
        font-size: 13px;
        height: 35px;
        padding: 0 10px;
    }
    
    .search-menu .search-menu__form button {
        height: 35px;
        min-width: 35px;
        padding: 6px 10px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .search-menu {
        right: 5px;
        width: 250px;
    }
}

/* =================================================================
HORIZONTAL ADS WIDGET AREA
================================================================= */

.horizontal-ads-widget-area {
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    border: none;
}

.horizontal-ads-widget-area .container {
    max-width: 1320px;
    padding: 0 15px;
}

.horizontal-ad-widget {
    text-align: center;
    margin: 0;
    padding: 0;
  width: 100%;
}

.horizontal-ad-widget img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    transition: none;
  display: block;
}

.horizontal-ad-widget img:hover {
    transform: none;
    box-shadow: none;
}

.ad-widget-title {
    display: none; /* Hide widget titles for ads */
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .horizontal-ads-widget-area {
        padding: 0;
        margin: 0;
    }
    
    .horizontal-ads-widget-area .container {
        padding: 0 15px;
    }
    
    .horizontal-ad-widget img {
        border-radius: 0;
    }
}

@media (max-width: 480px) {
    .horizontal-ads-widget-area {
        padding: 0;
        margin: 0;
    }
    
    .horizontal-ads-widget-area .container {
        padding: 0 10px;
    }
    
    .horizontal-ad-widget img {
        border-radius: 0;
    }
}

/* =================================================================
MAIN CONTENT
================================================================= */

.top_news h2 {
  font-size: 55px;
  letter-spacing: -1px;
  margin-bottom: calc(var(--margin) - 1rem);
  transition: var(--title-hover-time) all;
}

.top_news:hover h2 {
  color: var(--primary);
}

.top_news img {
  border-radius: var(--border-radius);
}

.top_news img.featured {
  width: 100%;
  height: auto;
}

.news-bottom-column {
  margin-bottom: 0px !important;
}

.top_news .post_author {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: calc(var(--margin) - 1rem);
}

.top_news .post_author img {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 1px solid var(--primary);
  padding: 5px;
}

/* =================================================================
TOP NEWS CATEGORY
================================================================= */
.image-hover {
  overflow: hidden;
  position: relative;
}

.image-hover img {
  -o-transition: all var(--img-hover-time) ease;
  transition: all var(--img-hover-time) ease;
  -webkit-transition: all var(--img-hover-time) ease;
  -moz-transition: all var(--img-hover-time) ease;
  -ms-transition: all var(--img-hover-time) ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (min-width: 1200px) {
  .main-news-area .row {
    height: 100%;
  }

  .main-news-area .row .blog-style {
    height: 100%;
  }

  .main-news-area .row .blog-img {
    height: 100%;
  }

  .main-news-area .row .blog-img img {
    height: 100%;
  }

  .main-news-area .blog-img img {
    min-height: 233px;
  }

  .category .row .blog-style {
    height: 100%;
  }

  .category .row .blog-img img {
    height: 100%;
    object-fit: cover;
  }

  .category .blog-img img {
    min-height: 333px;
  }

  .hblog .img-opacity-hover img {
    min-height: 80px !important;
  }

    .smtp {
        height: 160px;
    object-fit: cover
  }

  .large-ads img {
    max-height: 21rem;
    object-fit: contain;
  }
}

.health-category {
  color: var(--primary);
}

.image-hover h3 {
  -o-transition: all var(--title-hover-time) ease;
  transition: all var(--title-hover-time) ease;
  -webkit-transition: all var(--title-hover-time) ease;
  -moz-transition: all var(--title-hover-time) ease;
  -ms-transition: all var(--title-hover-time) ease;
}

.kavre_update {
  background-color: #b8d8ba;
  padding: 30px 0px;
}

.kavre_silder_col {
  max-height: 456px;
}

.kavre_sider-row {
  max-height: 482px;
}

.kavre-slider-biliner {
  position: absolute;
  top: 15px;
  left: 15px;
}

.image-hover:hover h3 {
  color: var(--primary);
}

.image-hover img {
  transition: all 0.2s ease;
}

.image-hover:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.blog-img,
.blog-style {
  position: relative;
  overflow: hidden;
}

.blog-style .blog-img {
  position: relative;
}

.blog-img img {
  width: 100%;
  height: auto;
}

.blog-img:after {
  content: "";
  height: 100%;
  width: 100%;
    background-image: linear-gradient(to top,
    rgb(0, 0, 0),
    rgba(0, 0, 0, 0.58),
    transparent,
            transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.blog-style .blog-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  z-index: 3;
}

.single_nagarpalika {
  margin-bottom: 15px !important;
}

.blog-style.small .blog-content {
  padding: 0 20px;
}

.blog-style .blog-content h3 {
    font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
    font-size: 28px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.48) 0 0 14px;
}

.blog-style .blog-content h3.box-title-18 {
  font-size: 18px;
    font-weight: 600;
  margin-bottom: 20px;
}

.bihcar {
    display: flex;
    align-items: center;
    gap: 20px;
  color: var(--primary);
    text-align: left;
    font-size: 20px !important;
    z-index: 2;
    position: relative;
    padding-top: 0 !important;
    line-height: 1;
}

/*.bihcar:after {*/
/*    content: "";*/
/*    flex-grow: 1;*/
/*    height: 1px;*/
/*    background-color: var(--primary);*/
/*}*/

.blog-style .blog-content h3.box-title-20 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.blog-style .blog-content h3 a {
  color: inherit;
}

.blog-meta {
  display: block;
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #b5b5b5;
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
}

.blog-meta span ion-icon,
.blog-meta a ion-icon {
  margin-right: 4px;
}

.blog-meta span:after,
.blog-meta a:after {
  content: "";
  height: 12px;
  width: 1px;
  background-color: var(--bs-border-color);
  position: absolute;
  top: 50%;
  right: 0;
  margin: -6px 0;
}

.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
  padding-right: 0;
}

.blog-meta span:last-child:after,
.blog-meta a:last-child:after {
  content: none;
}

.main-news-area .row {
  --bs-gutter-x: 1rem;
}

.main-news-area .row .img-overlay {
  margin-bottom: 1rem;
    border-radius: 12px;
}

.main-news-area .row .img-overlay:last-child {
    margin-bottom: 0;
}

@media (min-width:1000px) {
    .main-news-area .row .col-xl-6 .row .img-overlay {
        margin-bottom: 0;
  }

  .main-news-area .row .col-xl-6 .row .col-xl-6.img-overlay:nth-child(1),
    .main-news-area .row .col-xl-6 .row .col-xl-6.img-overlay:nth-child(2) {
        margin-bottom: 1rem;
  }
}

.main-news-area {
  margin-bottom: 3rem;
}

/* =================================================================
CATEGORY
================================================================= */
section.category {
  margin-bottom: 2rem;
}

section.category .category_title {
  position: relative;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--margin);
}

section.category .category_title h1,
section.category .category_title h2 {
  display: inline-block;
  position: relative;
  color: var(--primary);
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
    font-weight: 500;
    font-size: 1.8rem;
  z-index: 2;
}

section.category .category_title h2 {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.cover_story .reading_time {
    margin: 10px 0;
    font-size: 14px;
    color: #a5a5a5;
}

.cover_story a {
    text-transform: capitalized;
}

.cover_story p.description {
    line-height: 1.5;
    color: #616161;
    margin: 1.5rem 0;
}

.cover_story a {
    color: var(--secondary);
}

.cover_image {
    position: relative;
    z-index: 2;
}

.cover_image img {
    border-radius: var(--bs-border-radius);
    border: none !important;
}



section.category .category_title .more {
  background-color: rgba(34, 96, 191, 0.08);
  width: 67px;
  height: 35px;
  border-radius: 7px;
  text-align: center;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
}

.kavre_update .blog-card ul li {
  color: white;
}

section.category.kavre_update .category_title .more {
  background-color: rgba(34, 96, 191, 0.5);
}

.category_title .more ion-icon {
  margin-top: 2px !important;
}

.pradesh-catagory h2 {
  color: var(--primary);
}

.pradesh {
  margin-right: 40px;
}

.pradesh-list ul li button {
  color: #333;
}

.pradesh-list ul li button:hover {
  color: #333;
}

.pradesh-list h2 {
    line-height: 0.9;
}

.pradesh-list ul li button.active {
  color: #fff !important;
  background-color: var(--primary) !important;
}

.news-catg .list-group {
  --bs-list-group-bg: var(--body-color);
}

.news-catg ul li button {
  color: #333;
}

.news-catg ul li button:hover {
  color: #333;
}

.news-catg ul li button.active {
  color: #fff !important;
  background-color: var(--primary) !important;
}

section.category .category_title .more:hover {
  background-color: var(--primary);
  color: #fff;
}

.arrow_btn {
  margin-left: 2px;
}

.blog-card {
  margin-bottom: var(--margin);
}

.biliner {
  margin: 0 auto;
  display: inline-block;
  background-color: var(--primary);
  color: white;
  border-radius: 5px;
  font-size: medium !important;
  text-align: center;
}

.img-opacity-hover {
  position: relative;
  display: block;
  overflow: hidden;
}

.img-opacity-hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(225, 225, 225, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.blog-card ul {
  padding: 10px 10px 10px 0;
  margin: 0;
  list-style: none;
}

.bichar-section {
    padding: 0 5px;
  border-radius: 3%;
}

.bichar-items {
    display: flex;
    align-items: center;
}

.bichar-items .post_title {
    margin-bottom: 8px;
    display: block;
}

.bichar-items-hero img {
    max-width: 60px;
    max-height: 60px;
}

.bichar-items-hero .bichar-items {
    border-bottom: 1px solid #eeeeee;
}


body .bichar-items-hero p {
    font-size: 16px;
    font-family: var(--font-heading);
}

.bichar-items-author {
    display: block;
}

.bichar-items-author>div {
  display: flex;
  align-items: center;
    margin-bottom: 5px;
}

.bichar-items-author>div img {
    max-width: 20px;
    max-height: 20px;
    margin-right: 5px !important;
}

.bichar-section .bichar-items ion-icon {
  font-size: 14px;
  margin-right: 5px;
}

.bichar-section .bichar-img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 50%;
    margin-right: 14px;
}

.bichar-section p {
  font-size: 18px;
  margin-bottom: 1px;
}

.bichar-section .person-name {
  font-size: 13px;
  color: #000;
  display: flex;
  align-items: center;
}

.blog-card ul li {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
  font-size: 14px;
  color: #737373;
  margin-right: 15px;
}

.blog-card ul li:last-child {
  margin-right: 0;
}

.blog-card ul li span {
  font-weight: 700;
  margin-right: 5px;
  display: inline-block;
}

.blog-card .img-opacity-hover img {
    width: 100%;
}

.blog-card h3 {
    font-size: 20px;
    font-weight: 600;
}

.blog-card .post-description {
    margin: 8px 0;
    color: #717171;
}

.blog-card .author_meta {
    color: #777777;
    margin-bottom: 10px;
}

.blog-card .author_meta img {
    margin-right: 8px;
}

.blog-card h3 a {
  color: inherit;
}

.media-body .subtitle {
    opacity: 0.5;
}

.kavre_update .media-body h2,
.kavre_update .media-body h2 a {
    color: #fff;
}

.kavre_update .blog-card .img-opacity-hover img,
.kavre_update .img-opacity-hover {
    height: 100%;
    max-height: 100%;
}

.kavre_update .advertisement img {
    border-radius: var(--bs-border-radius);
}

section.category .col-xl-4 .img-overlay,
section.category .col-xl-4 .blog-style,
section.category .col-xl-4 .blog-style .blog-img,
section.category .col-xl-4 .blog-style .blog-img img {
  height: 100%;
}

section.category .col-xl-4 .blog-style img {
  object-fit: cover;
}

.hblog {
  margin-bottom: var(--margin);
  display: flex;
  align-items: flex-start;
    gap: 1rem;
}

.first-blog {
  margin-bottom: 1.5rem !important;
}

.hblog .img-opacity-hover {
  max-width: 100px;
  max-width: 100px;
}

.hblog .img-opacity-hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: var(--border-radius);
}

.hblog,
.img-opacity-hover {
  overflow: hidden;
  position: relative;
}

body .hblog .post-date li {
    position: relative;
}

body .hblog .post-date li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: var(--primary);
    border-radius: 100%;
    top: 40%;
    left: -11px;
}

body .hblog .post-date li:first-child:before {
    content: none;
}

.hblog .post-date-dark li,
.hblog .post-date-dark ul {
  padding-top: 0;
  color: rgb(61, 59, 59);
}

.hblog.full .img-opacity-hover {
  max-width: 50%;
  width: 100%;
}

.img-opacity-hover {
  max-height: 275px;
}

.img-opacity-hover img {
  object-fit: cover;
    border-radius: 5px;
}

.hblog.full h3 {
  font-size: 2rem;
}

.hblog .subtitle {
  padding: 0 10px;
  color: #000;
  margin-top: 1rem;
}

.padding_adjust {
  padding-left: 10px;
}

.line-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* =================================================================
FOOTER
================================================================= */

.footer-top-area {
  background: #efefef;
    padding: 3rem 0;
}

.footer-bottom-area {
  background: #E6E6E6;
  text-align: center;
  padding: 20px 0;
}

.footer-top-area .widget {
  color: #000;
}

.footer__social {
    position: relative;
    display: flex;
    justify-content: center;
}

.footer__social::before {
    content: "";
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    z-index: 1;
}

.footer__social ul {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-self: center;
    background-color: #efefef;
    padding: 0 60px;
    z-index: 2;
    list-style: none;
}

.footer-top-area .widgettitle {
  color: #000;
  font-size: 20px;
  font-weight: 600;
    margin-bottom: 20px;
  text-transform: Capitalize;
}

.footer__social {
    margin: 1.5rem 0;
}

.footer__social ul li a {
    font-size: 23px;
    color: 636161 !important;
    display: flex;
}

.footer-top-area ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 1px;
  position: relative;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-top-area .widget_category li {
  float: left;
  width: 50%;
  text-align: right;
  cursor: pointer;
}

.footer-top-area .widget_category a {
  float: left;
}

.footer-top-area a:link,
.footer-top-area a:visited {
  color: #000;
}

.footer-logo {
  /* margin: 0 auto 30px;
  max-width: 200px;
  padding: 0; */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.footer-bottom-social {
  width: 100%;
  text-align: center;
}

.footer-bottom-social p {
  margin-bottom: 10px;
  border: 1px solid #333;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}

.tophead-social {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.tophead-social li {
  display: inline-block;
}

.footer-bottom-social ul li a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  background-color: #f1d2d2;
  text-align: center;
  color: #fff;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.footer-bottom-social ul li a:hover {
  background-color: var(--primary);
  color: #fff;
}

.share-btn p {
  margin-bottom: 0;
}

.social {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.social li {
  display: inline-block;
}

.social li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget_company_info p {
  margin: 0;
  /* margin-bottom: 7px; */
}

.widget_company_info .title {
  font-weight: 600;
  font-size: 1.5rem;
  margin: 1rem 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background-color: #404040;
  text-align: center;
  color: #fff;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.footer-bottom-social ul li a:hover {
  background-color: var(--primary);
  color: #fff;
}

.widget_company_info p {
  margin: 0;
  margin-bottom: 0px;
}

.widget_company_info .title {
  font-weight: 600;
  font-size: 1.5rem;
  margin: 1rem 0;
}

.img-logo {
  height: 30px;
    width: 30px;
    object-fit: cover;
    object-position: top;
}

.algin-form .submit button {
  background-color: var(--primary);
  color: #fff;
}

.algin-form .submit button:hover {
  background-color: #fff;
  color: var(--primary);
  border: solid 2px var(--primary);
}

.emoji-wrap img {
  height: 50px;
  transition: transform 0.5s ease;
}

.reaction .emoji-wrap img:hover {
  transform: scale(1.25);
}

.reaction .emoji-wrap:hover {
  color: var(--primary);
}

.image-container {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}

.play-button ion-icon {
  color: #fff;
}

.blog-content.image-container {
  padding: 10px 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.videos {
  background: #000;
  padding: 5rem 0;
}

section.videos .category_title h2 {
  color: #fff;
  padding-left: 10px;
  line-height: 30px;
}

section.videos .swiper-button-next,
section.videos .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #000;
  border-radius: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  z-index: 3;
  transition: 0.3s all;
}

section.videos .swiper-button-next {
  right: -50%;
}

section.videos .swiper-button-prev {
  left: -50%;
}

section.videos .swiper-button-next:after,
section.videos .swiper-button-prev:after {
  font-size: 16px;
}

section.videos:hover .swiper-button-next {
  right: 10px;
}

section.videos .swiper-button-next:hover,
section.videos .swiper-button-prev:hover {
  background: var(--primary);
  color: #fff;
}

section.videos:hover .swiper-button-prev {
  left: 10px;
}

section.videos .img-overlay:after {
  background-image: linear-gradient(transparent, #111),
    linear-gradient(transparent, #111);
}

.instagram-slide {
  position: relative;
  overflow: hidden;
}

.instagram-slide .swiper-slide::before {
  content: "";
  position: absolute;
  height: 40%;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.instagram-slider .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
    height: 400px;
}

.instagram-slider .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
}


.instagram-slide img {
  width: 100%;
    height: 100%;
  border-radius: 10px;
  min-height: 370px;
  object-fit: cover;
}

.instagram-slide:hover span {
  bottom: -20%;
  opacity: 1;
}

.kavre__page__d .img__container {
  position: relative;
}

.kavre__page__d .img__container span {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1;
  bottom: 1.5rem;
  left: 0;
  color: #fff;
  background: rgb(0, 0, 0);
    background: linear-gradient(0deg,
    rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 0.045700286950717783) 100%);
  opacity: 0.6;
  /* transform: translate(0%, -50%); */
  transition: 0.3s all;
  z-index: 9999999;
  font-size: 14px;
  text-align: left;
  padding: 15px;
  border-radius: 10px;
}

.kavre__page__d .img__container:hover span {
  opacity: 1;
}

.instagram-slide span {
  position: absolute;
  bottom: -70%;
  left: 50%;
  color: #fff;
  background: rgb(0, 0, 0);
    background: linear-gradient(0deg,
    rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 0.045700286950717783) 100%);

  /* width: calc(100% - 42px); */
  width: 100%;
  height: 40%;
  /* text-align: center; */
  visibility: visible;
  opacity: 0.2;
  transform: translate(-50%, -50%);
  transition: 0.3s all;
  z-index: 9999999;
  font-size: 14px;
  text-align: left;
  padding: 15px;
  display: flex;
  align-items: end;
  justify-content: center;
  /* gap: 3px; */
}

.instagram-slide:hover span {
  /* top: 80%; */
  visibility: visible;
  opacity: 1;
}

.instagram-slide:hover .picture_count {
  opacity: 1;
  transition: all 0.3s ease;
}

.instagram-slide .picture_count {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, 1);
  padding: 1px 12px;
  border-radius: 30px;
  /* border-radius: 12% 21% 0% 64% / 0% 0% 47% 65%; */
  text-align: center;
  visibility: visible;
  opacity: 0.5;
  /* transform: translate(-50%, -50%); */
  z-index: 9;
  font-size: 14px;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* gap: 3px; */
  transition: all 0.3s ease;
}

.instagram-slide .picture_count p {
  display: inline-block;
  margin-bottom: 0;
  margin-right: -2px;
}

/**************************************
CSS added to modify RASHIK KARMCHARYA
**************************************/

.mr-2 {
  margin-right: 20px;
}

.post-author div span {
  line-height: 1.8;
  text-align: center;
}

/**************************************
CSS for added map
**************************************/

.heat-map {
  position: relative;
  margin-bottom: 1.5rem !important;
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem 1rem;
}

.switch-menu {
  position: absolute;
  left: 1.5rem;
  bottom: 4rem;
}

.switch-menu ul {
  margin: 0;
  padding: 0;
}

.switch-menu ul li {
  display: inline-block;
  margin-right: 1rem;
}

.switch-menu ul li.active a {
  background: #f5f5f5;
}

.switch-menu a {
  background: #ffffff;
  display: block;
  width: 160px;
  border-radius: 3px;
  overflow: hidden;
  box-sizing: border-box;
  color: #000;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ced5db;
}

.switch-menu a figure {
  padding: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ced5db;
  margin-bottom: 0.5rem;
}

.switch-menu a span {
  display: block;
  padding-bottom: 0.5rem;
}

.switch-menu a img {
  width: 100%;
}

.switch-menu a:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  color: #0f6eb1;
}

.map-legend {
  width: 350px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.map-legend .wrap {
  --primary-color: #0da039;
  --secondary-color: #00c8fc;
  --body-color: #212121;
  --border-color: rgba(0, 0, 0, 0.125);
  font-size: 0.91rem;
  font-weight: bold;
  color: var(--body-color);
  background: white;
  color: var(--body-color);
  box-shadow: 0 3px 14px rgb(0 0 0 / 40%);
  border-radius: 12px;
  padding: 15px;
  /* opacity: 0; */
  transition: ease opacity 0.5s;
  position: relative;
  /* max-width: 300px;
  width: clamp(300px, calc(100vw - 16px), 400px); */
}

svg {
  text-align: center;
  max-width: 100%;
  height: auto;
}

path {
  stroke: #ffffff;
}

#bg {
  display: none;
}

.palika-list {
  margin-top: 5px;
  scrollbar-width: thin;
}

.palika-list li {
  --bs-card-border-color: #eae6e6;
}

.palika-card {
  margin-top: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: white !important;
}

.load_more_palika {
  color: var(--primary);
  padding: 4px 10px;
  border-radius: 5px;
}

.load_more_palika a {
  float: right;
}

/*start prov6*/

path.prov6 {
  fill: #ff8360;
}

path.prov6:hover {
  fill: #fc683f;
}

/*start prov4*/
path.prov4 {
  fill: #e8e288;
}

path.prov4:hover {
  fill: #ddd560;
}

/*start prov3*/

path.prov3 {
  fill: #7dce82;
}

path.prov3:hover {
  fill: #53ce5b;
}

/*start prov2*/
.prov2 {
  background: #eee;
}

path.prov2 {
  fill: #95cbdd;
}

path.prov2:hover {
  fill: #7bcae4;
}

.prov5 {
  background: #aee4a5;
}

path.prov5 {
  fill: #f4c2f1;
}

path.prov5:hover {
  fill: #f5a8f0;
}

path:hover {
  cursor: pointer;
}

/*start prov7*/
.prov7 {
  background: #041d21;
}

path.prov7 {
  fill: #bcc0e7;
  background: #53c7c1;
}

path.prov7:hover {
  fill: #a8b0f5;
  background: #3faca6;
}

/*start prov1*/
.prov1 {
  background: #1873e2;
}

path.prov1 {
  fill: #4ab3af;
}

path.prov1:hover {
  fill: #138d89;
}

path .prov1,
.prov2,
.prov3,
.prov4,
.prov5,
.prov6,
.prov7 {
  stroke-width: 0.2;
}

.maptext {
  font-family: Muli, Helvetica, sans-serif;
  font-size: 8.5pt;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .map-legend {
    width: 100%;
    top: -70%;
  }
}

/**************************************
  CSS FOR MAPS PAGES
**************************************/

/*************************************
  ALTERNATE FOOTER 
*************************************/
.alt_footer {
  display: block;
}

.alt_footer .footer-logo {
  margin-bottom: 1rem;
}

.alt_footer .footer-logo img {
  width: 50%;
    height: auto;
}

.alt_footer .widget_company_info {
  width: 100%;
  font-size: 14px;
  /* margin-top: 15px; */
  color: #222;
}

.alt_footer .widget_company_info div div a {
  margin-left: 5px;
}

.alt_footer .footer-logo {
  height: auto;
}

.alt_footer .footer-bottom-social {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  /* justify-content: center; */
}

.alt_footer .footer-bottom-social .follow__prt {
  margin-bottom: 0;
}

.alt_footer .footer-bottom-social .follow__prt p {
  margin-bottom: 0;
  border: 0;
  padding-left: 0 !important;
}

.alt_footer .tophead-social {
  gap: 0;
}

.alt_footer .footer-bottom-social ul li {
  padding-bottom: 0 !important;
}

.alt_footer .footer-top-area a:link,
.alt_footer .footer-top-area a {
  color: var(--primary);
  width: auto;
  height: auto;
}

/* .alt_footer .footer-top-area a:link,
.alt_footer .footer-top-area a:hover {
  color: ;
} */

/* .alt_footer .footer-bottom-social ul li a:hover {
  background-color: none !important;
  color: var(--primary);
} */

.alt_footer .footer-bottom-social ul li a:hover {
  background-color: none !important;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.alt_footer .footer-bottom-area {
  padding: 10px 0;
  text-align: center;
}

.alt_footer .footer-bottom-area p {
  margin-bottom: 0;
  text-align: center;
    color: #B6B5B4;
}

.alt_footer .tophead-social a {
  background-color: none;
  background: none;
}

.alt_footer .tophead-social a:hover {
  background-color: none;
  color: var(--primary);
}

.alt_footer .footer-bottom-social ul li a:hover {
  background: none;
}

.alt_footer .footer-bottom-social .tophead-social li {
  margin-right: 15px;
}

.alt_footer .container .row:first-child {
  text-align: left;
}

/****************************************
  TYPOGRAPHY ADDITION
****************************************/
.detailed P {
  letter-spacing: 1.8;
  font-weight: 400;
  margin-bottom: 2rem;
}

.cat-name h3,
.section_title.news h3 {
  color: var(--primary);
}

.title__suggested__news ul li {
  display: flex;
  align-items: center;
}

.title__suggested__news ul li p {
  margin-bottom: 0;
  /* margin-left: 3px; */
}

.title__suggested__news ul li {
  font-size: 0.8rem;
}

.blog-card .img-opacity-hover img {
  object-fit: cover;
    max-height: 150px;
}

.archive .blog-card .img-opacity-hover img {
    max-height: 200px;
    height: 200px;
}

.footer__subscribe p {
  font-weight: 400;
}

.social-icon {
  font-size: 24px;
  transition: color 0.3s;
}

.social-icon:hover {
  opacity: 0.7;
}

.facebook-icon {
  color: #3b5998;
}

.twitter-icon {
  color: #1da1f2;
}

.linkedin-icon {
  color: #0077b5;
}

.pinterest-icon {
  color: #bd081c;
}

.instagram-icon {
  color: #e1306c;
}

.social-icon {
  font-size: 24px;
  transition: color 0.3s;
}

.social-icon:hover {
  opacity: 0.7;
}

.facebook-icon {
  color: #3b5998;
}

.twitter-icon {
  color: #1da1f2;
}

.linkedin-icon {
  color: #0077b5;
}

.pinterest-icon {
  color: #bd081c;
}

.instagram-icon {
  color: #e1306c;
}


/********************************
  NEWS SINGLE PAGE STICKY TITLE
********************************/

.sticky__header .news_title.display-1 {
  width: 100%;
  max-width: 1200px;
  font-size: 2rem;
}

.sticky__header .news_title {
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .sticky__header .news_title.display-1 {
    font-size: 1.5rem;
  }
}

.news_title_sticky {
    /*background-color: #f7f7f7;*/
  width: 100%;

}

.wp-block-image :where(figcaption) {
    text-align: center;
}

.news_title_sticky h1 {
    font-weight: 500;
    line-height: 1;
    font-size: 30px;
}

.sticky__header {
    /* position: fixed;
  z-index: 10;
    top: 55px;
    padding: 15px 0; */
}

.news_title_sticky h1 {
  transition: all 0.5s ease;
}

.sticky__header h1 {
  font-size: 2rem;
  transition: all 0.3s ease;
}

/* *************************************************
    USE ONLY WHEN OVERLAY SEMI TRANSPARENT IS USED
****************************************************/

.kavre_update {
    /* background: url("/wp-content/themes/diplomatnepal/assets/img/pngwing.png"); */
  position: relative;
}

.kavre_update .container {
  position: relative;
}

.kavre_update,
.kavre_update h3,
.kavre_update {
  color: white;
}

.kavre_update .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  background-color: rgba(18, 70, 3, 0.9);
}

.kavre_update .category_title,
.kavre_update .category_title h2,
.kavre_update .category_title a {
  color: white;
}

section.category.kavre_update .category_title h2 {
  color: white;
}

/* section.category .category_title h2 {
  color: white;
} */

/***************************************
  OPTIONAL STYLES 
***************************************/
@media (max-width: 767px) {
  .footer-top-area .row .col-lg-4:not(.row:first-child) {
    margin-top: 15px;
  }
}

.alt_footer .footer-top-area .widget_company_info p,
.alt_footer .footer-top-area .widget-body p {
  color: var(--ontopheader);
}

.alt_footer .footer-top-area .widget_company_info p.copyright__nepali__info {
  color: #000;
    margin-top: 5px;
    line-height: 1.2;
    opacity: 0.4;
    font-style: normal;
}

.alt_footer .footer-top-area .widget_company_info>div a {
  color: var(--ontopheader);
}

.alt_footer .footer-top-area .widget_company_info .widget-body>div {
  margin-bottom: 5px;
}

.alt_footer .footer-top-area .widget-body ion-icon {
  color: var(--primary);
}

/**************************************
  ENGLISGH LANGUAGE TAG ON HEADER LOGO
**************************************/
.logo-area {
  position: relative;
}

.logo-area .page__english__tag {
  position: absolute;
  z-index: 1;
  background-color: var(--primary);
  border-radius: 50%;
  top: -10px;
  right: -25px;
  color: white;
  padding: 5px 6px;
  font-size: 0.6rem;
  font-weight: NORMAL;
}

.offcanvas .language__change__option {
  text-align: center;
  padding: 30px;
}

.offcanvas .language__change__option a {
  border: 1px solid var(--primary);
  border-radius: 5px;
  padding: 5px 10px;
}

.copyright__nepali__info {
  font-size: 0.7rem;
  margin-top: 1rem;
  font-style: italic;
  font-weight: 600;
  width: 60%;
  text-align: left;
  margin-right: auto;
}

.advertisement img {
    width: 100%;
    height: auto;
}

#wpdcom {
    width: 100%;
    max-width: 100%;
}

.news_description p {
    font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.news_description img {
    max-width: 100%;
}

.news_description a {
    color: var(--primary);
    text-decoration: underline;
}

.featured_image {
    margin: 2rem 0;
}

.featured_image img {
    max-width: 100%;
    border-radius: 6px;
}

.featured_image_caption {
    margin-top: 10px;
    font-size: 16px;
    font-style: italic;
}

#comments {
    margin: 0 !important;
}

body #wpdcom .wpd-auth .wpd-login a {
    color: var(--primary);
}

.home-icon a {
    content: "";
    display: flex;
    align-items: center;
  line-height: 0;
  text-indent: -9999px;
}

.home-icon a:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="ionicon" viewBox="0 0 512 512"><path d="M80 212v236a16 16 0 0016 16h96V328a24 24 0 0124-24h80a24 24 0 0124 24v136h96a16 16 0 0016-16V212" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path d="M480 256L266.89 52c-5-5.28-16.69-5.34-21.78 0L32 256M400 179V64h-48v69" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg>');
  display: inline-block;
    width: 20px;
    height: 20px;
  line-height: initial;
  text-indent: 0;
}

.single_news_share {
    padding: 10px;
}

.single_news_share .heateor_sss_sharing_container {
    width: 100%;
}

.news_description .heateor_sss_sharing_container {
    display: none !important;
}

.single_news_share .heateor_sss_sharing_container .heateor_sss_sharing_ul {
    text-align: right;
}


body div.heateor_sss_follow_icons_container svg,
body div.heateor_sss_sharing_container svg {
    width: 25px;
    height: 25px;
}

body .heateor_sss_horizontal_sharing .heateor_sss_svg,
body .heateor_sss_standard_follow_icons_container .heateor_sss_svg {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    padding: 3px 8px !important;
}

#wpdcom .wpd-form-head {
    display: none !important;
}

.diplomatnepal__ad {
    margin-top: 2rem;
}

.diplomatnepal__ad img {
    width: 100%;
    height: auto;
}

.diplomatnepal__ad a {
    margin-bottom: 2rem;
    display: block;
}

.diplomatnepal__ad a:last-child {
    margin-bottom: 0;
}

.navigation.pagination {
    justify-content: center;
}

.navigation.pagination h2 {
    display: none;
}

.navigation.pagination .nav-links {
    display: flex;
}

.navigation.pagination .page-numbers {
  padding: 5px 15px;
    color: var(--primary);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.navigation.pagination .page-numbers {
    border-right: 0;
}

.navigation.pagination .page-numbers:first-child {
  border-left: 1px solid #dee2e6;
}

.navigation.pagination .page-numbers:last-child {
  border-right: 1px solid #dee2e6;
}

.navigation.pagination .page-numbers.current {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

@media (min-width:1000px) {

  .category_fullcard .col-xl-8 .row .col-xl-4:nth-child(4) .blog-card,
  .category_fullcard .col-xl-8 .row .col-xl-4:nth-child(5) .blog-card,
    .category_fullcard .col-xl-8 .row .col-xl-4:nth-child(6) .blog-card {
        margin-bottom: 0;
  }
}

.post_author .name,
.post-author .name,
.post-date .date,
.hblog .post-date-dark li,
.bichar-section .person-name {
    color: rgb(0, 0, 0, 0.6);
}

.news_flipper {
  overflow: hidden;
    height: 30px;
    /* Adjust based on the height of each list item */
  position: relative;
  white-space: nowrap;
  display: inline-block;
}

.news_flipper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.news_flipper li {
    height: 30px;
    /* Same as the container height */
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
    transform-origin: bottom;
    /* Flip from the bottom edge */
    transform: rotateX(90deg);
    /* Start hidden */
  opacity: 0;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

.news_flipper li.active {
  opacity: 1;
    transform: rotateX(0deg);
    /* Flip into view */
}

.news_flipper li.flipping-out {
    transform: rotateX(-90deg);
    /* Flip out of view */
  opacity: 0;
}

.news_flipper li.flipping-in {
    transform: rotateX(0deg);
    /* Flip into view */
  opacity: 1;
}

.news_description .featured_image img {
  width: 100%;
  height: auto;
}

/* blibnnking btn */

.live__btn {
  font-size: 14px;
}

#blink {
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 100px;
  animation-name: blink;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.menu-item .megamenu-dropdown {
    left: 0;
    height: auto;
    position: absolute;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    background-color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform-origin: center top 0;
    transform-origin: center top 0;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 5%);
    padding: 1rem;
    top: 70px;
    border: 1px solid #eee;
    border-top: 0;
    width: 100%;
    z-index: 99999;
    border-bottom: 2px solid var(--primary);
}

.menu-item:hover .megamenu-dropdown {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.megamenu-dropdown .news-card {
    font-family: var(--font-family);
}

.megamenu-dropdown .news-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 150px;
    max-width: 100%;
    margin-bottom: 12px;
}

.megamenu-dropdown .news-card .news-title {
    line-height: 1.5;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-family);
}

.megamenu-dropdown .news-card .news-excerpt {
    font-size: 15px;
    color: #737373;
    font-family: var(--font-family);
}

@media (max-width:768px) {
    .megamenu-dropdown {
        display: none !important;
    }

    .menu-item.position-static a:after {
        content: "" !important;
    }
    
    .header-menu {
        padding: 10px 0;
    }
    
    .mainmenu .site-navigation .navigation li {
        margin-right: 15px;
        margin-left: 0;
    }
    
    .mainmenu .site-navigation .navigation li a {
        font-size: 14px;
    }
    
    .right_part {
        gap: 15px;
    }
    
    .search-button {
        font-size: 18px;
        padding: 8px;
    }
}

.trending_news_card .blog-style .blog-content h3 {
  font-size: 20px;
}

.palika-card {
  min-height: 300px;
}

.palika-card .palika-list {
  color: #ccc;
}

.palika-card .palika-list .list-group-item {
    color: #ccc !important;
}

.palika-card-empty .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.health-category .fa-solid,
.health-category .fa-regular {
    color: var(--primary);
}

.local_level_name a {
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}

.palika_description p {
  font-size: 20px;
  color: #000;
}

.palika_description table {
  font-size: 20px;
  color: #000;
}

.palika_description table td {
    padding: 10px;
    background: none;
}

.download_link {
    font-size: 15px;
    text-decoration: underline;
    color: var(--bs-blue);
}

.budget_sticky {
    position: sticky;
    top: 100px;
}

.news_description .wp-block-heading {
    margin-bottom: 10px;
}

.news_description figure:not(.is-resized) img {
  width: 100% !important;
  height: auto !important;
}

.heateor_sss_horizontal_sharing .heateor_sss_svg,
.heateor_sss_standard_follow_icons_container .heateor_sss_svg {
    padding: 4px 0 !important;
}

.heateor_sss_sharing_container {
    margin-bottom: 1rem;
}

.youtube_video_frame {
    width: 100%;
    height: 600px;
    margin-bottom: 1rem;
}

@media (max-width:768px) {
    .youtube_video_frame {
        height: 450px;
    }

    .single_news_share .heateor_sss_sharing_container .heateor_sss_sharing_ul {
        text-align: center;
        margin-top: 10px !important;
    }
}

@media (max-width:568px) {
    .youtube_video_frame {
        height: 300px;
    }

}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }
}

.mainmenu_container {
    display: flex;
    align-items: center;
    gap: 20px;
}


.mainmenu>div.menu_logo_container {
    display: flex;
    align-items: center;
    gap: 20px;
}

blockquote {
    width: 100%;
    padding: 1em 30px 1em 75px;
    border-bottom: 2px solid var(--primary);
    line-height: 1;
    position: relative;
    background: #EDEDED;
}

blockquote::before {
    content: "\201C";
    color: var(--primary);
    font-size: 106px;
    position: absolute;
    left: 10px;
    top: 1px;
    font-family: Arial;
}

blockquote::after {
    content: '';
}

.news_description blockquote p {
    font-size: 30px;
    color: #999;
    font-weight: 600;
    line-height: 45px;
}

blockquote p:last-child {
    margin-bottom: 0;
}

@media (max-width:500px) {
    .news_description blockquote p {
        font-size: 25px;
    }
}

.wp-block-columns {
    gap: 10px;
    margin-top: 1rem;
}

.author_infomation {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author_infomation img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
}

.single_menu_sideoption {
    gap: 20px;
}

.side_ad img {
    border-radius: var(--bs-border-radius);
}

.single_menu_sideoption .btn {
    background-color: transparent;
    border-color: #ddd;
    color: var(--primary);
    min-width: 170px;
}

.single_menu_sideoption .btn:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.single_menu_sideoption .font_resizer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1rem;
}

.single_menu_sideoption .share_btn {
    min-width: 100px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.single_menu_sideoption .share_btn {
    color: black;
}

.single_menu_sideoption .share_btn:hover svg {
    fill: #fff;
}

.single_menu_sideoption .share_btn svg {
    width: 20px;
}

.single_menu_sideoption .share_btn svg {
    margin-right: 3px;
}

.share-icon-container {
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.share-icon-container .smd {
    text-align: center;
    margin-right: 10px;
}

.share-icon-container .smd i {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.share-icon-container .smd p {
    color: #484848;
    margin-top: 5px;
}

.shareModal .modal-body {
    padding: 2rem;
}

.shareModal .close {
    background: transparent;
    border: 1px solid #ddd;
    width: 35px;
    height: 35px;
    border-radius: 100%;
}

.shareModal .close span {
    font-size: 27px;
    line-height: 30px;
}

.shareModal .modal-footer .input-group {
    padding: 0;
}

.shareModal .modal-footer .input-group input,
.shareModal .modal-footer .input-group input:focus {
    padding: 10px 15px;
    outline: none;
    box-shadow: none;
}

.middle-footer-area {
  padding: 2rem 0;
  background: #ededed;
  border-top: 1px solid var(--primary);
}

.middle-footer-area .author_profile {
    display: flex;
    align-items: center;
    gap: 20px;
    border-right: 2px solid #e6e6e6;
    padding-right: 3rem;
}

.middle-footer-area .author_profile:last-child {
    border-right: none;
    padding-right: 0;
}

.middle-footer-area .author_profile img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.middle-footer-area .author_profile .author_name {
    font-size: 1.2rem;
    font-weight: bold;
}

.middle-footer-area .author_profile .author_role {
    color: #767676;
}

.middle-footer-area .author_profiles {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4rem;
}

.font_resizer .btn {
    min-width: 40px;
    font-family: serif;
}

.font_resizer .btn.active {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

@media (max-width:1000px) {
    .middle-footer-area .author_profiles {
        gap: 2rem;
    }

    .middle-footer-area .author_profile {
        padding-right: 1.5rem;
    }
}

@media (max-width:600px) {
    .middle-footer-area .author_profiles {
        display: block;
    }

    .middle-footer-area .author_profile {
        border-right: none;
        margin-bottom: 1.5rem;
    }

    .middle-footer-area .author_profile:last-child {
        margin-bottom: 0;
    }
}

@media (max-width:350px) {
    .single_menu_sideoption {
        flex-wrap: wrap;
        gap: 10px;
    }

    .emoji-wrap img {
        width: 35px;
        height: auto;
    }

    .emoji-wrap p {
        font-size: 0.8rem;
    }
}

#response-message .alert {
    --bs-alert-padding-x: 0.5rem;
    --bs-alert-padding-y: 0.5rem;
}

#response-message .alert .btn-close {
    padding: 0.8rem;
}

.single_menu_sideoption {
    position: relative;
}

.share_options {
    position: absolute;
    top: 60px;
    width: 100%;
    background: #F7F6F7;
    z-index: 999;
    padding: 0;
    box-shadow: 0 7px 11px rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.3s all;
}

.share_options .share-icon-container {
    padding: 10px 1rem;
}

.news_title_sticky .share_options {
    top: 80px;
}

.news_title_sticky .news_title span {
    font-size: 18px;
    color: var(--primary);
    display: block;
    margin-top: 15px;
}

.news_title_sticky.sticky__header .news_title span {
    display: none;
}

@media (max-width:500px) {
    .share_label {
        display: none;
    }

    .single_menu_sideoption .share_btn {
        min-width: auto;
    }
}

.news_title_sticky {
    display: flex;
    justify-content: space-between;
    max-width: 1320px;
}

.news_title_sticky .right_options {
    display: none;
    align-items: center;
    gap: 20px;
}

.sticky__header .right_options {
    display: flex;
}

@media (max-width:1000px) {
    .news_title_sticky .right_options {
        display: none !important;
    }
}

.special_news {
    background: rgb(136, 0, 0);
    background: linear-gradient(90deg, rgba(136, 0, 0, 1) 73%, rgba(158, 158, 158, 1) 100%);
    border-radius: 10px;
    padding: 5rem 2rem 0.5rem;
    color: #fff;
    position: relative;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.special_news a,
.special_news a h2 {
    color: #fff;
}

.special_news .subtitle {
    color: #FED972;
    font-size: 25px;
}

.special_news_header {
    display: flex;
    position: absolute;
    align-items: flex-end;
    top: -1.5rem;
    gap: 15px;
}

.special_news_header img {
    width: 100px;
    height: 100px;
}

.special_news a h2 {
    font-size: 50px;
    max-width: 70%;
    line-height: 65px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.special_news .author_info {
    text-align: center;
    position: absolute;
    top: -2rem;
    right: -1.5rem;
}

.special_news .author_info img {
    max-width: 250px;
    margin-bottom: 7px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

@media (max-width:1000px) {
    .special_news .author_info {
        display: none;
    }

    .special_news a h2 {
        max-width: 100%;
        font-size: 40px;
        line-height: 55px;
        margin-top: 1rem;
    }

    .special_news {
        background: rgb(136, 0, 0);
    }
}

@media (max-width:1000px) {
    .special_news a h2 {
        max-width: 100%;
        font-size: 30px;
        line-height: 40px;
        margin-top: 1rem;
    }
}

.wp-block-embed__wrapper iframe {
  width: 100%;
}

.is-provider-youtube .wp-block-embed__wrapper iframe {
    width: 100%;
    min-height: 500px;
}

@media (max-width:500px) {
    .is-provider-youtube .wp-block-embed__wrapper iframe {
  min-height: auto;
}

    .main-news-area .row .img-overlay
}

.featured_container .col-xl-4 .img-overlay img {
    max-height: 600px;
}

.author_meta {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #fff;
}

.author_meta img {
    width: 20px;
    height: 20px;
    border-radius: 9999px;
}

@media (min-width:768px) {

    .hblog .img-opacity-hover,
    .hblog .img-opacity-hover img {
        height: 160px;
        width: 160px;
        min-width: 160px;
    }
}

.listcard_subtitle {
    color: #858585;
    font-size: 14px;
    margin-top: 10px;
}

.news_list_megamenu_col .news_list_megamenu {
    list-style: disc;
    padding-left: 1rem;
    margin-left: 1rem;
    border-left: 1px solid #ccc;
}

a .news_list_megamenu_col .news_list_megamenu li {
    margin-bottom: 1rem;
}

.news_description ul li {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.footer_top_section {
    background: var(--bs-border-color);
}

.footer_top_section .footer-top-area {
    background: transparent !important;
}

.footer_top_section .footer-top-area img {
    margin-bottom: 0;
}

.footer_top_section img {
    max-width: 250px;
    margin-bottom: 2rem;
}

.subscribe_btn {
    border-color: var(--primary);
    border-radius: 9999px;
    color: #000;
    padding: 7px 25px;
}

.subscribe_btn:hover {
    background: var(--primary);
    color: #fff;
}

.author_lists {
    gap: 5px;
}

.author_lists img {
    border-radius: 9999px;
}

.list_news_and_category .category_list {
    background: #FAFAFA;
    border-radius: var(--bs-border-radius);
    padding: 1rem;
}

.list_news_and_category .category_list h2 {
    font-size: 20px;
    margin-bottom: 16px;
}

.list_news_and_category .category_list a {
    font-weight: 500;
    color: #595959;
    border: 1px solid #D6D6D6;
    border-radius: 8px;
    margin-right: 5px;
    padding: 8px 14px;
}

.news_slider {
    background: #F3F3F3;
    padding: 2rem 0;
}

.news_slider .swiper {
    padding: 0 1rem;
}

.news_slider .blog-card .post-description {
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
}

.news_slider .blog-card h3,
.news_slider .post-date {
    text-align: left;
}

.news_slider .blog-card .author_meta {
    font-size: 14px;
}

.news_slider .hblog {
    flex-direction: column;
    margin-bottom: 0;
}

.news_slider .swiper-slide {
    border-radius: var(--bs-border-radius);
}

.news_slider .media-body {
    padding: 1rem;
}

.news_slider .hblog .img-opacity-hover,
.news_slider .hblog .img-opacity-hover img {
    width: 100%;
    display: block;
    max-width: 100%;
    height: 200px;
    max-height: inherit;
}

.swiper {
    width: 100%;
    height: 100%;
}

.footer .footer-top-area {
    background: #fff;
    padding: 1.5rem 0;
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .footer-top-area img {
    max-width: 240px;
}

.footer .footer-top-area .social_icons ul,
.footer .footer-top-area .social_icons li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-top-area .social_icons,
.footer .footer-top-area .social_icons ul {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.footer .footer-top-area .social_icons i {
    width: 35px;
    height: 35px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.footer .footer-top-area .social_icons i.fa-facebook {
    background: #3b71ca;
}

.footer .footer-top-area .social_icons i.fa-instagram {
    background: #ac2bac;
}

.footer .footer-top-area .social_icons i.fa-youtube {
    background: #ed302f;
}

.footer .footer-top-area .social_icons i.fa-linkedin {
    background: #0082ca;
}

.footer .footer-top-area .social_icons i.fa-tiktok {
    background: #000;
}

.footer .footer-bottom-area {
    background: #f4f4f4;
    padding: 1rem;
}

.footer .footer-bottom-area .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .footer-bottom-area p {
    margin-bottom: 0;
}

.footer .footer-bottom-area ul,
.footer .footer-bottom-area li {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer .footer-bottom-area ul {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.footer .subscribe_widget .subscribe_form input {
    padding: 12px;
    width: 100%;
    border: 1px solid #f4f4f4;
    border-radius: var(--bs-border-radius);
}

.footer .subscribe_widget .subscribe_form button {
    position: absolute;
    right: 4px;
    padding: 5px 10px;
    font-size: 14px;
    top: 4px;
}

.footer h3 {
    font-size: 18px;
    margin-bottom: 1.5rem;
}

.footer .subtitle {
    color: #969696;
}

.footer .subscribe_form {
    margin-bottom: 1rem;
}

@media (min-width:1200px) {
    .footer .footer-middle-area .row {
        --bs-gutter-x: 3.5rem;
    }
}

.footer .footer-middle-area .row>div {
    border-left: 1px solid #f4f4f4;
}

.footer .footer-middle-area .row>div:first-child {
    border-left: none;
}

.footer .footer-middle-area .row>div>div,
.footer .footer-middle-area .row>div>form {
    padding: 3rem 0;
}

.about_widget .members {
    list-style: none;
    padding: 0;
}

@media (min-width:568px) {
    .about_widget .members {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

@media (max-width:1000px) {
    .footer .footer-middle-area .row>div>div {
        padding: 1rem 0;
    }
}

@media (max-width:768px) {

    .footer .footer-top-area,
    .footer .footer-bottom-area .container {
        gap: 1rem;
        justify-content: center;
    }

    body .hblog .img-opacity-hover {
        max-width: 175px;
        min-width: 175px;
    }

    body .hblog .post-description,
    body .listcard_subtitle {
        display: none;
    }

    body .category_with_sidead h3 {
        margin-bottom: 10px;
    }
}

.about_widget .members li {
    margin-bottom: 1rem;
}

.about_widget .members li .name {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}

.about_widget .members li span:not(.name) {
    color: #969696;
}

.authorbox {
    background: #f7f7f7;
    padding: 1rem;
    border-radius: var(--border-radius);
}

.authorbox .post,
.authorsocial {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.avatar-author img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.authorbox .name {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

.interview .cover_image .infomation {
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) -7%, rgba(0, 0, 0, 0.045700286950717783) 100%);
    bottom: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: flex-end;
    border-radius: var(--bs-border-radius);
    padding: 2rem;
}

.interview .post-date ul {
    display: flex;
    gap: 20px;
    align-items: center;
    list-style: none;
    padding: 0;
}

.interview .post-date ul li {
    position: relative;
}

.interview .post-date ul li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: var(--primary);
    border-radius: 100%;
    top: 40%;
    left: -11px;
}

.interview .post-date ul li:first-child:before {
    content: none;
}

@media (max-width:560px) {
    .interview .cover_image .infomation {
        padding: 10px;
    }

    .interview .cover_image .infomation h3 {
        font-size: 1.3rem;
    }

    section.category .category_title {
        margin-bottom: 1rem;
    }
}

.interview .cover_image .infomation h3 {
    color: #fff;
}

.weather_information {
    display: none;
}

@media (max-width:768px) {
    .weather_information {
        margin-top: 1rem;
        display: block;
    }

    .weather_information_container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}


.single-post .sticky-item {
    position: sticky;
    top: 150px;
    margin-top: 2rem;
}

.single-post .sticky-item .cat-name {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid var(--primary);
    padding: 10px 0;
}

.single-post .sticky-item img {
    max-width: 100%;
}

body.page .news_title {
    padding: 1rem 0;
}

body.page .news_title h1 {
    font-size: 2.5rem;
    font-weight: 400;
}

.search-button i {
    font-size: 16px;
}

/* Advertisement Widget Area Styles */
.horizontal-ads-widget-area {
    width: 100%;
}

.advertisement-widget-content {
    width: 100%;
}

.advertisement-widget-content .widget {
    width: 100%;
    margin: 0;
    padding: 0;
}

.advertisement-widget-content .widget img,
.advertisement-widget-content .widget iframe,
.advertisement-widget-content .widget video {
    width: 100% !important;
    height: auto;
    display: block;
}

.advertisement-widget-content .widget .textwidget {
    width: 100%;
}

/* DiplomatNepal Style News Section */
.diplomatnepal-news-section {
    margin: 40px 0;
}

.diplomatnepal-news-section .section-header {
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.diplomatnepal-news-section .section-title {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
    margin: 0;
    line-height: 1.2;
}

.diplomatnepal-news-section .news-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
}

/* Left Column - 2 News with Images */
.diplomatnepal-news-section .left-news {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.diplomatnepal-news-section .left-article {
    display: flex;
    flex-direction: column;
}

.diplomatnepal-news-section .left-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: var(--border-radius);
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.diplomatnepal-news-section .left-image:hover {
    transform: scale(1.02);
}

/* Middle Column - 1 Large Featured Article */
.diplomatnepal-news-section .middle-news {
    display: flex;
    flex-direction: column;
}

.diplomatnepal-news-section .featured-article {
    display: flex;
    flex-direction: column;
}

.diplomatnepal-news-section .featured-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: var(--border-radius);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.diplomatnepal-news-section .featured-image:hover {
    transform: scale(1.02);
}

/* Right Column - 4 Text Only Articles */
.diplomatnepal-news-section .right-news {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.diplomatnepal-news-section .article-meta {
    font-family: var(--font-family);
    font-size: 0.75rem;
    color: var(--news-font-color-gray);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.diplomatnepal-news-section .article-title {
    font-family: var(--font-title);
    font-size: 1.25rem;
    font-weight: 580;
    color: var(--news-font-color-black);
    line-height: 1.3;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
    transition: color var(--title-hover-time) ease;
}

/* Left Column Typography */
.diplomatnepal-news-section .left-title {
    font-family: var(--font-title);
    font-size: 1.1rem;
    font-weight: 580;
    line-height: 1.3;
    margin-bottom: 10px;
}

.diplomatnepal-news-section .left-description {
    font-size: 0.85rem;
    font-weight: 450;
    line-height: 1.3;
    margin-bottom: 10px;
}

/* Middle Column Typography */
.diplomatnepal-news-section .featured-title {
    font-family: var(--font-title);
    font-size: 1.8rem;
    font-weight: 580;
    line-height: 1.2;
    margin-bottom: 15px;
}

.diplomatnepal-news-section .featured-description {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 15px;
}

/* Right Column Typography */
.diplomatnepal-news-section .right-title {
    font-family: var(--font-title);
    font-size: 0.95rem;
    font-weight: 580;
    line-height: 1.4;
    margin-bottom: 8px;
}

.diplomatnepal-news-section .right-description {
    font-size: 0.8rem;
    font-weight: 450;
    line-height: 1.4;
    margin-bottom: 8px;
}

.diplomatnepal-news-section .article-title:hover {
    color: var(--primary);
}

.diplomatnepal-news-section .article-description {
    font-family: var(--font-description);
    font-size: 0.9rem;
    font-weight: 450;
    color: var(--news-font-color-black);
    line-height: var(--news-line-height);
    margin-bottom: 12px;
}

.diplomatnepal-news-section .featured-description {
    font-family: var(--font-description);
    font-size: 1rem;
    font-weight: 450;
    line-height: 1.4;
    margin-bottom: 15px;
}

.diplomatnepal-news-section .secondary-description {
    font-family: var(--font-description);
    font-size: 0.85rem;
    font-weight: 450;
    line-height: 1.3;
    margin-bottom: 10px;
}

.diplomatnepal-news-section .article-time {
    font-family: var(--font-family);
    font-size: 0.75rem;
    color: var(--news-font-color-gray);
    font-weight: 400;
}

/* Meta row with author, date, reading time */
.diplomatnepal-news-section .article-meta-row {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-family);
    color: var(--news-font-color-gray);
    font-size: 0.85rem;
}

.diplomatnepal-news-section .meta-author {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.diplomatnepal-news-section .author-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.diplomatnepal-news-section .author-name {
    font-weight: 500;
}

.diplomatnepal-news-section .right-article {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
    padding: 15px;
    border-radius: 8px;
}

.diplomatnepal-news-section .right-article:hover {
    background-color: #fafafa;
}

.diplomatnepal-news-section .right-article:last-child {
    border-bottom: none;
    padding-bottom: 15px;
}

.diplomatnepal-news-section .right-article .article-meta {
    font-size: 0.7rem;
    margin-bottom: 6px;
    color: var(--news-font-color-gray);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.diplomatnepal-news-section .right-article .article-time {
    font-size: 0.7rem;
    color: var(--news-font-color-gray);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .diplomatnepal-news-section .news-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .diplomatnepal-news-section .left-news {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .diplomatnepal-news-section .section-title {
        font-size: 1.5rem;
    }
    
    .diplomatnepal-news-section .featured-image {
        height: 300px;
    }
    
    .diplomatnepal-news-section .left-image {
        height: 150px;
    }
    
    .diplomatnepal-news-section .featured-title {
        font-size: 1.4rem;
    }
    
    .diplomatnepal-news-section .left-title {
        font-size: 1rem;
    }
    
    .diplomatnepal-news-section .right-title {
        font-size: 0.9rem;
    }
    
    .diplomatnepal-news-section .right-description {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .diplomatnepal-news-section {
        margin: 20px 0;
    }
    
    .diplomatnepal-news-section .section-header {
        margin-bottom: 20px;
    }
    
    .diplomatnepal-news-section .news-grid {
        gap: 20px;
    }
    
    .diplomatnepal-news-section .left-news {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .diplomatnepal-news-section .right-news {
        gap: 15px;
    }
    
    .diplomatnepal-news-section .featured-image {
        height: 250px;
    }
    
    .diplomatnepal-news-section .left-image {
        height: 120px;
    }
    
    .diplomatnepal-news-section .featured-title {
        font-size: 1.2rem;
    }
}

/* Listad section heading underline */
.category_with_sidead .category_title {
    padding-bottom: 12px;
    margin-bottom: 18px;
    border-bottom: 2px solid var(--primary);
}

/* Interview section heading */
.category.interview .category_title {
    padding-bottom: 12px;
    margin-bottom: 18px;
}
.category.interview .category_title h2,
.category.interview .category_title a {
    font-family: var(--font-title);
    font-weight: 580;
    color: var(--primary) !important;
    margin: 0;
    text-decoration: none;
}

/* Home Feature (left column): show all news as one continuous container */
.list_news_and_category .news_section {
    background: transparent;
}
.list_news_and_category .news_section .hblog {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 8px 0 !important;
    margin: 0 !important;
}
.list_news_and_category .news_section .hblog + .hblog {
    margin-top: 8px !important; /* tighten space between items */
}
/* Prevent utility gap from creating large internal spacing */
.list_news_and_category .news_section .hblog.gap-4,
.list_news_and_category .news_section .hblog.gap-3 {
    gap: 8px !important;
}

/* Cover Story heading underline */
.category.cover_story .category_title {
    padding-bottom: 12px;
    margin-bottom: 18px;
}
/* Ensure the cover-story link does not alter layout */
.category.cover_story .cover-story-link {
    display: block;
}

/* Branded News Slider */
.news_slider {
    background: #ffffff;
    padding: 15px 0 20px;
}
.news_slider .category_title h2 {
    font-family: var(--font-title);
    font-weight: 580;
    color: var(--primary) !important;
    margin: 0 0 -10px 0;
}
.news_slider .slider-nav .swiper-button-prev,
.news_slider .slider-nav .swiper-button-next {
    color: var(--primary);
}
.news_slider .news-swiper {
    width: 100%;
    margin-top: 0;
}
.news_slider .slide-card {
    background: #111; /* dark card on brand bg */
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.news_slider .slide-card .thumb { display: block; }
.news_slider .slide-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.news_slider .slide-meta-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #fff !important;
    padding: 10px 12px 0 12px;
    gap: 12px;
}

.news_slider .slide-meta-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #fff !important;
    padding: 0 12px 12px 12px;
    gap: 12px;
}
.news_slider .slide-title {
    font-family: var(--font-title);
    font-weight: 580;
    font-size: 18px;
    line-height: 1.3;
    margin: 12px 12px 8px 12px;
    min-height: 50px;
    text-align: left;
}
.news_slider .slide-title a { color: var(--news-font-color-white); text-decoration: none; }
.news_slider .slide-title a:hover { color: #fff; opacity: 0.9; }

/* Remove bullet separator */
.news_slider .slide-desc {
    font-family: var(--font-description);
    font-weight: 450;
    color: var(--offwhite);
    font-size: 14px;
    line-height: 1.5;
    margin: 0 12px 10px 12px;
}
.news_slider .slide-meta-bottom { padding: 0 12px 12px; }

/* Pagination dots on mobile */
.news_slider .swiper-pagination-bullet { background: rgba(255,255,255,0.6); }
.news_slider .swiper-pagination-bullet-active { background: #fff; }

@media (max-width: 768px) {
    .news_slider { padding: 18px 0 20px; }
    .news_slider .slide-card img { height: 150px; }
}

/* Home Feature: right column fallback (text-only list) */
.right-feature-fallback .right-news-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.right-feature-fallback .right-news-item {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.right-feature-fallback .right-news-item:last-child {
    border-bottom: none;
}
.right-feature-fallback .right-news-item .title-medium-dark a {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 580;
    text-decoration: none;
    color: var(--news-font-color-black);
}
.right-feature-fallback .right-news-item .title-medium-dark a:hover {
    color: var(--primary);
}
.right-feature-fallback .right-news-item .article-meta-bottom {
    margin-top: 6px;
}
.right-feature-fallback .right-news-item .meta-date {
    font-size: 12px;
    color: var(--muted);
}

@media (max-width: 768px) {
    .right-feature-fallback .right-news-item .title-medium-dark a { font-size: 15px; }
    .right-feature-fallback .right-news-container { gap: 8px; }
    .right-feature-fallback .right-news-item { padding: 6px 0; }
}

/* News Slider Navigation Buttons - Brand Color Styled */
.news_slider .news-swiper .swiper-button-prev,
.news_slider .news-swiper .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border: 2px solid #fff;
    transition: all 0.3s ease;
    z-index: 10;
}

.news_slider .news-swiper .swiper-button-prev { 
    left: 15px; 
    right: auto; 
}

.news_slider .news-swiper .swiper-button-next { 
    right: 15px; 
    left: auto; 
}

.news_slider .news-swiper .swiper-button-prev::after,
.news_slider .news-swiper .swiper-button-next::after { 
    font-size: 16px; 
    font-weight: 700; 
    color: #fff;
}

.news_slider .news-swiper .swiper-button-prev:hover,
.news_slider .news-swiper .swiper-button-next:hover {
    background: #fff;
    color: var(--primary);
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.news_slider .news-swiper .swiper-button-prev:hover::after,
.news_slider .news-swiper .swiper-button-next:hover::after {
    color: var(--primary);
}

/* Tablet Responsive */
@media (max-width: 768px) {
    .news_slider .news-swiper .swiper-button-prev,
    .news_slider .news-swiper .swiper-button-next {
        width: 32px;
        height: 32px;
    }
    
    .news_slider .news-swiper .swiper-button-prev { left: 12px; }
    .news_slider .news-swiper .swiper-button-next { right: 12px; }
    
    .news_slider .news-swiper .swiper-button-prev::after,
    .news_slider .news-swiper .swiper-button-next::after { 
        font-size: 14px; 
    }
}

/* Mobile Responsive */
@media (max-width: 480px) {
    .news_slider .news-swiper .swiper-button-prev,
    .news_slider .news-swiper .swiper-button-next {
        width: 28px;
        height: 28px;
    }
    
    .news_slider .news-swiper .swiper-button-prev { left: 8px; }
    .news_slider .news-swiper .swiper-button-next { right: 8px; }
    
    .news_slider .news-swiper .swiper-button-prev::after,
    .news_slider .news-swiper .swiper-button-next::after { 
        font-size: 12px; 
    }
}

/* Extra Small Mobile */
@media (max-width: 360px) {
    .news_slider .news-swiper .swiper-button-prev,
    .news_slider .news-swiper .swiper-button-next {
        width: 24px;
        height: 24px;
    }
    
    .news_slider .news-swiper .swiper-button-prev { left: 6px; }
    .news_slider .news-swiper .swiper-button-next { right: 6px; }
    
    .news_slider .news-swiper .swiper-button-prev::after,
    .news_slider .news-swiper .swiper-button-next::after { 
        font-size: 10px; 
    }
}
/* News Slider category title */
.news_slider .category_title {
    padding-bottom: 12px;
    margin-bottom: 18px;
}

/* Cover Story Section Styling */
.cover_story .cover-story-container {
    background-color: #000;
    border-radius: 12px;
    padding: 30px;
    margin-top: 20px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

.cover_story .cover-story-link {
    text-decoration: none !important;
    color: inherit;
    display: block;
}

.cover_story .cover-story-link:hover {
    text-decoration: none !important;
    color: inherit;
}

.cover_story .cover_image {
    margin-bottom: 20px;
}



.cover_story .cover-content h3 {
    color: #fff !important;
    font-family: var(--font-title);
    font-weight: 580;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.cover_story .cover-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.cover_story .reading_time,
.cover_story .cover-date {
    color: #ccc !important;
    font-size: 14px;
    font-weight: 400;
}

.cover_story .description {
    color: #e0e0e0 !important;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.cover_story .read-more {
    color: var(--primary) !important;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid var(--primary);
    padding-bottom: 2px;
    display: inline-block;
    transition: all 0.3s ease;
}

.cover_story .cover-story-link:hover .read-more {
    color: #fff !important;
    border-bottom-color: #fff;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .cover_story .cover-story-container {
        padding: 20px;
        margin-top: 15px;
    }
    
    .cover_story .cover-content h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }
    
    .cover_story .cover-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 15px;
    }
    
    .cover_story .description {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .cover_story .read-more {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .cover_story .cover-story-container {
        padding: 15px;
    }
    
    .cover_story .cover-content h3 {
        font-size: 20px;
    }
    
    .cover_story .cover-meta {
        gap: 6px;
    }
    
    .cover_story .reading_time,
    .cover_story .cover-date {
        font-size: 12px;
    }
    
    .cover_story .description {
        font-size: 13px;
    }
}

/* Remove any border from cover story image */
.cover_story .cover_image img {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Interview Section - Beautiful Full Width Design */
.interview-content {
    margin-top: 20px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.interview-image-container {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 0 20px;
}

.interview-image-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 48px rgba(0,0,0,0.25);
}

.interview-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.interview-image-container:hover .interview-image {
    transform: scale(1.05);
}

.interview-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(
        to bottom, 
        rgba(0,0,0,0.1) 0%, 
        rgba(0,0,0,0.2) 30%, 
        rgba(0,0,0,0.4) 60%,
        rgba(0,0,0,0.8) 85%,
        rgba(0,0,0,0.9) 100%
    );
    padding: 30px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
}

.interview-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.2) 0%,
        rgba(0,0,0,0.4) 30%,
        rgba(0,0,0,0.6) 60%,
        rgba(0,0,0,0.8) 85%,
        rgba(0,0,0,0.9) 100%
    );
    z-index: 1;
}

.interview-info {
    position: relative;
    z-index: 2;
}

.interview-category {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 15px;
}

.interview-info h3 {
    font-family: var(--font-title) !important;
    font-weight: 580 !important;
    font-size: 28px !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
    color: white !important;
    max-width: 800px;
}

.interview-info h3 a {
    color: white !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.interview-info h3 a:hover {
    color: var(--primary) !important;
}

.interview-author {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255,255,255,0.9);
    margin-bottom: 20px;
}

.interview-description {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    max-width: 700px;
    margin-bottom: 20px;
}

.interview-meta {
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 14px;
    color: rgba(255,255,255,0.9);
}

.interview-date,
.interview-reading-time {
    font-weight: 400;
    color: rgba(255,255,255,0.9);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .interview-image-container {
        height: 250px;
        border-radius: 8px;
    }
    
    .interview-overlay {
        padding: 20px;
        justify-content: flex-end;
    }
    
    .interview-info {
        padding: 20px;
        border-radius: 8px;
    }
    
    .interview-category {
        font-size: 12px;
        margin-bottom: 10px;
    }
    
    .interview-info h3 {
        font-size: 18px !important;
        margin-bottom: 15px !important;
        max-width: 100%;
    }
    
    .interview-author {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .interview-description {
        display: none;
    }
    
    .interview-meta {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .interview-image-container {
        height: 200px;
    }
    
    .interview-overlay {
        padding: 15px;
    }
    
    .interview-info h3 {
        font-size: 18px !important;
    }
}

/* Mobile adjustments for full width interview */
@media (max-width: 768px) {
    .interview-content {
        margin-left: -50vw;
        margin-right: -50vw;
    }
    
    .interview-image-container {
        height: 250px;
        padding: 0 15px;
    }
}

@media (max-width: 576px) {
    .interview-image-container {
        height: 200px;
        padding: 0 10px;
    }
}

/* Interview Section - Image Full Width, Content Normal Width */
.interview-content {
    margin-top: 20px;
}

.interview-image-container {
    width: 100vw !important;
    height: 700px !important;
    position: relative;
    left: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 0 !important;
    background: linear-gradient(
        to bottom, 
        rgba(0,0,0,0.3) 30%, 
        rgba(0,0,0,0.8) 100%
    );
}

.interview-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent 0%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0.8) 100%);
    padding: 40px;
    color: white;
}

.interview-info {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.interview-info h3 {
    font-family: var(--font-title) !important;
    font-weight: 580 !important;
    font-size: 28px !important;
    line-height: 1.3 !important;
    margin-bottom: 15px !important;
    color: white !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.interview-info h3 a {
    color: white !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.interview-info h3 a:hover {
    color: var(--primary) !important;
}

.interview-meta {
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 14px;
    color: rgba(255,255,255,0.95);
}

.interview-date,
.interview-reading-time {
    font-weight: 400;
    color: rgba(255,255,255,0.95);
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .interview-image-container {
        height: 300px !important;
        margin-left: -50vw !important;
    }
    
    .interview-overlay {
        padding: 25px;
    }
    
    .interview-info {
        padding: 0 15px;
    }
    
    .interview-info h3 {
        font-size: 22px !important;
        margin-bottom: 12px !important;
    }
    
    .interview-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .interview-image-container {
        height: 250px !important;
    }
    
    .interview-overlay {
        padding: 20px;
    }
    
    .interview-info {
        padding: 0 10px;
    }
    
    .interview-info h3 {
        font-size: 20px !important;
    }
}

/* Tab Mobile Responsive Layout */
@media (max-width: 768px) {
    .tab-mobile-responsive .tab-mobile-row {
        display: flex !important;
        align-items: center !important;
        margin: 0 !important;
    }
    
    .tab-mobile-responsive .tab-mobile-image {
        flex: 0 0 25% !important;
        max-width: 25% !important;
        width: 25% !important;
        padding: 0 8px 0 0 !important;
    }
    
    .tab-mobile-responsive .tab-mobile-content {
        flex: 0 0 80% !important;
        max-width: 80% !important;
        width: 75% !important;
        padding: 0 0 0 8px !important;
    }
    
    .tab-mobile-responsive .tab-mobile-thumb {
        width: 100% !important;
        height: 70px !important;
        object-fit: cover !important;
        border-radius: 4px !important;
    }
    
    .tab-mobile-responsive .tab-desktop-content {
        display: none !important;
    }
    
    .tab-mobile-responsive .tab-mobile-only {
        display: block !important;
    }
    
    .tab-mobile-responsive .tab-mobile-title {
        font-size: 14px !important;
        line-height: 1.4 !important;
        margin-bottom: 8px !important;
        font-weight: 500 !important;
    }
    
    .tab-mobile-responsive .tab-mobile-title a {
        color: #333 !important;
        text-decoration: none !important;
        display: block;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
        hyphens: auto;
    }
    
    .tab-mobile-responsive .tab-mobile-title a:hover {
        color: var(--primary) !important;
    }
    
    .tab-mobile-responsive .tab-mobile-desc {
        font-size: 12px !important;
        line-height: 1.3 !important;
        margin-bottom: 8px !important;
        color: #666 !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .tab-mobile-responsive .tab-mobile-meta {
        font-size: 11px !important;
        color: #888 !important;
        display: flex;
        gap: 10px;
    }
    
    .tab-mobile-responsive .hblog.blog-card {
        padding: 12px !important;
        border: 1px solid #eee !important;
        border-radius: 6px !important;
        margin-bottom: 12px !important;
        background: #fff !important;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1) !important;
    }
}

/* Desktop - Keep Original Layout */
@media (min-width: 769px) {
    .tab-mobile-responsive .tab-mobile-row {
        display: block !important;
    }
    
    .tab-mobile-responsive .tab-mobile-image,
    .tab-mobile-responsive .tab-mobile-content {
        flex: none !important;
        max-width: none !important;
        width: 100% !important;
        padding: 0 !important;
    }
    
    .tab-mobile-responsive .tab-mobile-thumb {
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
        border-radius: 0 !important;
    }
    
    .tab-mobile-responsive .tab-desktop-content {
        display: block !important;
    }
    
    .tab-mobile-responsive .tab-mobile-only {
        display: none !important;
    }
    
    .tab-mobile-responsive .hblog.blog-card {
        padding: 0 !important;
        border: none !important;
        border-radius: 0 !important;
        margin-bottom: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
}



/* Simple Mobile Layout for Tab Section - Image Left, Title Right */
@media (max-width: 768px) {
    .tab-mobile-layout {
        display: flex !important;
        align-items: flex-start !important;
        gap: 10px !important;
        padding: 12px !important;
        border-radius: 8px !important;
        margin-bottom: 15px !important;
        background: #fff !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .tab-mobile-layout .img-opacity-hover {
        flex: 0 0 25% !important;
        max-width: 25% !important;
        margin: 0 !important;
        min-width: 0 !important;
    }
    
    .tab-mobile-layout .img-opacity-hover img {
        width: 100% !important;
        height: 60px !important;
        object-fit: cover !important;
        border-radius: 4px !important;
    }
    
    .tab-mobile-layout .media-body {
        flex: 1 !important;
        min-width: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }
    
    .tab-mobile-layout .blog-meta,
    .tab-mobile-layout .listcard_subtitle,
    .tab-mobile-layout .post-date-dark {
        display: none !important;
    }
    
    .tab-mobile-layout .title-medium-dark {
        font-size: 13px !important;
        line-height: 1.3 !important;
        margin: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }
    
    .tab-mobile-layout .title-medium-dark a {
        color: #333 !important;
        text-decoration: none !important;
        display: block !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: unset !important;
        hyphens: auto !important;
        line-height: 1.3 !important;
    }
    
    .tab-mobile-layout .title-medium-dark a:hover {
        color: var(--primary) !important;
    }
}    
    .tab-mobile-layout .img-opacity-hover {
        flex: 0 0 25% !important;
        max-width: 25% !important;
        margin: 0 !important;
    }
    
    .tab-mobile-layout .img-opacity-hover img {
        width: 100% !important;
        height: 70px !important;
        object-fit: cover !important;
        border-radius: 4px !important;
    }
    
    .tab-mobile-layout .media-body {
        flex: 0 0 75% !important;
        max-width: 75% !important;
        padding: 0 !important;
    }
    
    .tab-mobile-layout .blog-meta,
    .tab-mobile-layout .listcard_subtitle,
    .tab-mobile-layout .post-date-dark {
        display: none !important;
    }
    
    .tab-mobile-layout .title-medium-dark {
        font-size: 14px !important;
        line-height: 1.4 !important;
        margin: 0 !important;
    }
    
    .tab-mobile-layout .title-medium-dark a {
        color: #333 !important;
        text-decoration: none !important;
        display: block;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
    }
    
    .tab-mobile-layout .title-medium-dark a:hover {
        color: var(--primary) !important;
    }
}    
    .tab-mobile-layout .img-opacity-hover {
        flex: 0 0 25% !important;
        max-width: 25% !important;
        margin: 0 !important;
    }
    
    .tab-mobile-layout .img-opacity-hover img {
        width: 100% !important;
        height: 70px !important;
        object-fit: cover !important;
        border-radius: 4px !important;
    }
    
    .tab-mobile-layout .media-body {
        flex: 0 0 75% !important;
        max-width: 75% !important;
        padding: 0 !important;
    }
    
    .tab-mobile-layout .blog-meta,
    .tab-mobile-layout .listcard_subtitle,
    .tab-mobile-layout .post-date-dark {
        display: none !important;
    }
    
    .tab-mobile-layout .title-medium-dark {
        font-size: 14px !important;
        line-height: 1.4 !important;
        margin: 0 !important;
    }
    
    .tab-mobile-layout .title-medium-dark a {
        color: #333 !important;
        text-decoration: none !important;
        display: block;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
    }
    
    .tab-mobile-layout .title-medium-dark a:hover {
        color: var(--primary) !important;
    }
}

/* Fix container overflow for tab section on mobile */
@media (max-width: 768px) {
    .pradesh-catagory .col-xl-6 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/* Tab Section - Show Metadata and Description on Desktop Only */
@media (min-width: 769px) {
    .pradesh-catagory .tab-mobile-layout {
        display: flex !important;
        align-items: flex-start !important;
        gap: 15px !important;
    }
    
    .pradesh-catagory .tab-mobile-layout .img-opacity-hover {
        flex: 0 0 30% !important;
        max-width: 30% !important;
        margin: 0 !important;
    }
    
    .pradesh-catagory .tab-mobile-layout .img-opacity-hover img {
        width: 100% !important;
        height: auto !important;
        border-radius: 4px !important;
    }
    
    .pradesh-catagory .tab-mobile-layout .media-body {
        flex: 1 !important;
        padding: 0 !important;
        min-height: auto !important;
        display: block !important;
    }
    
    .pradesh-catagory .tab-mobile-layout .blog-meta {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        margin-bottom: 10px !important;
    }
    
    .pradesh-catagory .tab-mobile-layout .blog-meta img {
        width: 24px !important;
        height: 24px !important;
        border-radius: 50% !important;
    }
    
    .pradesh-catagory .tab-mobile-layout .listcard_subtitle {
        display: block !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
        margin-bottom: 15px !important;
        color: #666 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    
    .pradesh-catagory .tab-mobile-layout .post-date-dark {
        display: block !important;
    }
    
    .pradesh-catagory .tab-mobile-layout .post-date-dark ul {
        display: flex !important;
        gap: 15px !important;
        font-size: 13px !important;
        color: #888 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .pradesh-catagory .tab-mobile-layout .title-medium-dark {
        font-size: 18px !important;
        line-height: 1.4 !important;
        margin-bottom: 12px !important;
    }
    
    .pradesh-catagory .tab-mobile-layout .hblog.blog-card {
        padding: 0 !important;
        border: none !important;
        border-radius: 0 !important;
        margin-bottom: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
}
    
    .pradesh-catagory .row {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
}

/* Background Section - Make All Text White */
.kavre_update {
    color: white !important;
}

.kavre_update h2,
.kavre_update h3,
.kavre_update .title-medium-dark,
.kavre_update .title-medium-dark a,
.kavre_update .subtitle,
.kavre_update .post-date-dark,
.kavre_update .post-date-dark ul,
.kavre_update .post-date-dark li,
.kavre_update .category_title h2,
.kavre_update .category_title h2 a,
.kavre_update .media-body,
.kavre_update .blog-card,
.kavre_update .hblog {
    color: white !important;
}

.kavre_update .title-medium-dark a:hover {
    color: #f0f0f0 !important;
}

.kavre_update .category_title h2 a:hover {
    color: #f0f0f0 !important;
}

/* Single Page News Description - Use Noto Serif Font */
.news_description {
    font-family: 'Noto Serif', serif !important;
    line-height: 28px !important;
    font-size: 18px !important;
}

.news_description p,
.news_description div,
.news_description span,
.news_description h1,
.news_description h2,
.news_description h3,
.news_description h4,
.news_description h5,
.news_description h6,
.news_description li,
.news_description blockquote {
    font-family: 'Noto Serif', serif !important;
    line-height: 28px !important;
    font-size: 18px !important;
}

/* Single Page News Title - Font Weight and Mobile Responsive */
.news_title h1.display-1 {
    font-weight: 580 !important;
    line-height: 28px !important;
}

/* News Category - Like Other Metadata */
.news_category {
    display: inline-block;
    margin-bottom: 8px !important;
}

.category-badge {
    font-family: 'DM Sans', sans-serif !important;
    color: #666 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    display: inline-block !important;
    background: none !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}

/* Sticky News Title */
.news_title {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    background: white !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid #eee !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
}

/* Ensure parent containers don't interfere with sticky positioning */
.news_title_sticky {
    overflow: visible !important;
}

.container {
    overflow: visible !important;
}

.main {
    overflow: visible !important;
}

.news_title.scrolled {
    padding: 10px 0 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

.news_title.scrolled h1.display-1 {
    font-size: 20px !important;
    line-height: 24px !important;
    margin-bottom: 5px !important;
    font-weight: 580 !important;
}

.news_title.scrolled .news_category {
    margin-bottom: 5px !important;
}

.news_title.scrolled .category-badge {
    font-size: 12px !important;
}

/* Ensure scrolled state overrides all other styles */
.news_title.scrolled h1,
.news_title.scrolled h1.display-1 {
    font-size: 20px !important;
    line-height: 24px !important;
    margin-bottom: 5px !important;
    font-weight: 580 !important;
}

@media (max-width: 768px) {
    .news_title.scrolled h1,
    .news_title.scrolled h1.display-1 {
        font-size: 18px !important;
        line-height: 22px !important;
        font-weight: 580 !important;
    }
}

/* Performance Optimizations */
/* Image Lazy Loading */
img {
    loading: lazy;
    decoding: async;
}

/* Optimize image rendering */
img[src*=".webp"] {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

/* Preload critical images */
.preload-critical {
    content-visibility: auto;
    contain-intrinsic-size: 300px;
}

/* Optimize font loading */
@font-face {
    font-family: 'DM Sans';
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    font-display: swap;
}

/* Critical CSS - Above the fold */
.above-fold {
    content-visibility: auto;
    contain-intrinsic-size: 100vh;
}

/* Optimize animations */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Latest News Sidebar - Opinion Section Style */
.side-items.sticky-item {
    position: static !important;
}

.latest-news-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin-bottom: 0;
}

.latest-news-item:last-child {
    border-bottom: none;
}

.latest-news-content {
    width: 100%;
}

.latest-news-author {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}

.author-thumbnail {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.author-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.latest-news-text {
    flex: 1;
    min-width: 0;
}

.latest-news-title {
    margin: 0 0 8px 0;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #333;
}

.latest-news-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.latest-news-title a:hover {
    color: #007bff;
    text-decoration: none;
}

.latest-news-author-name {
    margin: 0;
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.news-right .cat-name h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 2px;
}

/* Magazine Section */
.magazine-section {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.magazine-section .cat-name h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 2px;
}

.magazine-item {
    text-align: center;
    margin-bottom: 20px;
}

.magazine-item:last-child {
    margin-bottom: 0;
}

.magazine-thumbnail {
    margin-bottom: 15px;
}

.magazine-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.magazine-thumbnail img:hover {
    transform: scale(1.02);
}

.magazine-title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.magazine-title h4 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.magazine-title h4 a:hover {
    color: #007bff;
    text-decoration: none;
}

/* Mobile Share Button - Move Below Thumbnail */
@media (max-width: 768px) {
    .news_title_sticky .right_options {
        display: none !important;
    }
    
    /* Hide share button from author/date line on mobile */
    .single_news_share .right_option {
        display: none !important;
    }
    
    /* Hide all share buttons in the author section on mobile */
    .single_news_share .right_option,
    .single_news_share .single_menu_sideoption {
        display: none !important;
    }
    
    .mobile-share-btn {
        text-align: left !important;
        margin-top: 8px !important;
        margin-bottom: 8px !important;
        padding: 0 !important;
    }
    
    .mobile-share-btn .share_btn {
        background: none !important;
        border: none !important;
        padding: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px !important;
        font-family: 'DM Sans', sans-serif !important;
        font-size: 14px !important;
        color: #666 !important;
        text-decoration: none !important;
        flex-direction: row !important;
    }
    
    .mobile-share-btn .share_btn:hover {
        color: #007bff !important;
    }
    
    .mobile-share-btn .share_btn svg {
        width: 18px !important;
        height: 18px !important;
        fill: currentColor !important;
    }
}

@media (max-width: 768px) {
    .news_title h1.display-1 {
        font-size: 24px !important;
        line-height: 28px !important;
        margin-bottom: 10px !important;
        font-weight: 580 !important;
    }
    
    .news_title span {
        font-size: 16px !important;
        line-height: 1.4 !important;
        color: #666 !important;
    }
}
    
    .pradesh-catagory .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* Features Mobile Layout - Same as Tab but Content Left, Icon Right */
@media (max-width: 768px) {
    .features-mobile-layout {
        display: flex !important;
        align-items: flex-start !important;
        gap: 10px !important;
        padding: 12px !important;
        border: 1px solid #eee !important;
        border-radius: 8px !important;
        margin-bottom: 15px !important;
        background: #fff !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .features-mobile-layout a {
        flex: 1 !important;
        min-width: 0 !important;
        margin: 0 !important;
        color: #333 !important;
        text-decoration: none !important;
        display: block !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: unset !important;
        hyphens: auto !important;
        line-height: 1.3 !important;
        font-size: 13px !important;
        order: 1 !important;
    }
    
    .features-mobile-layout i {
        flex: 0 0 25% !important;
        max-width: 25% !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 24px !important;
        color: var(--primary) !important;
        order: 2 !important;
        text-align: center !important;
    }
    
    .features-mobile-layout a:hover {
        color: var(--primary) !important;
    }
}    
    .features-mobile-layout i {
        flex: 0 0 25% !important;
        max-width: 25% !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 24px !important;
        order: 2 !important;
    }
    
    .features-mobile-layout a {
        flex: 1 !important;
        min-width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        order: 1 !important;
        font-size: 13px !important;
        line-height: 1.3 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        white-space: normal !important;
    }
}
