:root {
    --font-family: "Mukta", sans-serif;
    --font-nepali: "Hind", sans-serif;
    --font-menu: "Akshar", sans-serif;
    --font-family-english: "Open Sans", sans-serif;
    /* --font-family-english: "Inter", sans-serif; */
    --primary: RGB(182, 34, 34);
    --primaryrgb: 162, 1, 162;
    --topheader: #f8f8f8;
    --ontopheader: #444444;
    --border-radius: 5px;
    --img-hover-time: 0.9s;
    --title-hover-time: 0.3s;
    --footer-bg: #000;
    --primary: #b62222;
    --offwhite: rgb(207, 207, 207);
}

* {
    -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: #f7f7f7;
    background-position: center;
    font-family: var(--font-family);
    font-weight: 500;
    letter-spacing: 0.02rem;
    /* line-height: 1.8; */
}

/***********************************
    english language font change
***********************************/
body.lang__english p,
body.lang__english h1,
body.lang__english h2,
body.lang__english h3,
body.lang__english h4,
body.lang__english h5,
body.lang__english h6,
body.lang__english a {
    font-family: var(--font-family-english) !important;
    letter-spacing: 0 !important;
}

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

div p {
    line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #010101;
    margin: 0;
    font-weight: 600;
}

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;
}

.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: 20px 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: 9px 20px;
    min-width: 160px;
}

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

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

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

.logo-area .logo img {
    height: auto;
    max-width: 125% !important;
}

.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 {
    color: #1d2027;
    font-size: 20px;
    font-weight: 650;
}

/* USE ONLY TO GIVE DIFFERENT FONT TO MENU TEM */
.mainmenu .site-navigation .navigation li a {
    font-family: var(--font-menu);
    font-weight: 500;
}

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

.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.menu-item-has-megamenu:after,
.mainmenu .site-navigation .navigation li.menu-item-has-children::after {
    content: url(/wp-content/themes/lahachhap/assets/img/down.svg);
    width: 17px;
    height: 17px;
    display: inline-block;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.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);
}

.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 a {
    font-size: 1.2rem;
}

.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 .container .row .col-xl-6 .blog-style .blog-img {
    height: 100%;
}

.offcanvas-body .site-navigation .navigation>li.menu-item-has-children>a:after {
    content: url(/wp-content/themes/lahachhap/assets/img/down.svg);
    width: 17px;
    height: 17px;
    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);
}

.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;
}

.search-menu {
    background-color: #fff;
    left: 0;
    position: fixed;
    top: -20px;
    transform: translateY(-100%);
    width: 100%;
    z-index: 17;
    height: 68px;
    transition: 0.2s ease-in-out;
}

.search-active .search-menu {
    pointer-events: auto;
    transform: translateY(0);
    top: 0;
}

.search-menu .search-menu__form {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
}

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

.search-menu .search-menu__form input {
    border: none;
    outline: 0;
    background-color: #fff;
    color: #1d1d1d;
    letter-spacing: 0;
    text-indent: 0;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 58px;
    font-size: 18px;
    width: 100%;
    height: 68px;
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.2784313725);
}

.search-menu .search-menu__form button {
    border: none;
    background-color: #fff;
    padding-right: 25px;
    cursor: pointer;
}

.search-backdrop {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

.search-active .search-backdrop {
    display: block;
}

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

.top_news h2 {
    font-size: 55px;
    letter-spacing: -1px;
    line-height: 1.22;
    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 a {
    border-radius: 5px;
    height: 100%;
}

.kavre_update .image-hover img {
    height: 100%;
    object-fit: cover;
}

.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: 600;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.5;
    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: 500;
    margin-bottom: 20px;
}

.bihcar {
    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;
}

@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: 600;
    font-size: 2rem;
    z-index: 2;
}

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: 3px !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 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 {
    background: #f0efef;
    padding: 15px 5px;
    border-radius: 3%;
    /* box-shadow: 5px 5px 5px 2px rgba(217, 215, 215, 0.3); */
}

.bichar-section p {
    line-height: 1.5;
}

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

.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: 10px;
}

.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 {
    min-height: 110px;
    width: 100%;
}

.blog-card h3 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}

.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;
}

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{
	border-radius:var(--border-radius);
}

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

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

.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;
}

.hblog h3 {
    line-height: 1.5;
}

.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 {
    height: 180px;
    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: 4rem 0;
}

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

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

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

.footer-top-area .widgettitle::after {
    background: var(--primary);
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 17px 0 23px;
    right: 0;
    top: 0;
    width: 50px;
}

.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;
}

.bottom__news__list h3 a {
    line-height: 1.4;
}

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

.img-logo {
    height: 30px;
}

.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%;
}


.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__subscribe p {
    line-height: 1.2;
}

/* .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 .footer-top-area .widgettitle::after {
    background: var(--primary);
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    margin: 17px 0 23px;
    top: 0;
    width: 50px;
}

.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;
}

.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;
}

.title-medium-dark,
.post-date-dark {
    padding-left: 10px;
}

.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;
}

.title-medium-dark,
.post-date-dark {
    padding-left: 10px;
}

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

.sticky__header .news_title.display-1 {
    width: 100%;
    max-width: 1200px;
    /* margin-top: 0 !important; */
    font-size: 2rem;
}

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

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

}

.news_title_sticky h1 {
    font-weight: 500;
}

.sticky__header {
    position: fixed;
    z-index: 10;
    top: 74px;
    /* padding-top: 0 !important; */
    /* padding-bottom: 0 !important; */
}

.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/lahachhap/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;
    line-height: 1.1;
    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 a {
    color: var(--primary);
    text-decoration: underline;
}

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

#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;
}

.lahachhap__ad {
    margin-top: 2rem;
}

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

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

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

@media (min-width:768px) {

    .category_with_sidead .row>div:nth-child(5) .hblog,
    .category_with_sidead .row>div:last-child .hblog {
        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;
    }
}

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

.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;
    }

}


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

blockquote {
    width: 100%;
    padding: 1em 30px 1em 75px;
    border-bottom: 1px 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 {
    max-width: 100px;
    max-height: 100px;
    border-radius: 100%;
}

.single_menu_sideoption {
    gap: 20px;
}

.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: 15px;
    flex-wrap: wrap;
}

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

.share-icon-container .smd p {
    display: none;
}

.share-icon-container .smd i {
    width: 40px;
    height: 40px;
    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-bottom: 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;
    }
}

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

@media (min-width:768px) {

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

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

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

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

@media (min-width:850px) {

    .bottom_list_ad .grid_layout>a:last-child,
    .bottom_list_ad .grid_layout>a:nth-last-child(2) {
        max-width: 50%;
        display: inline-block !important;
    }
}

.wp-embed-share {
    display: none !important;
}