.gap {
    gap: 12px;
}

.site-header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header .site-branding {
    display: flex;
    align-items: center;
}

.site-header .main-navigation {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    margin-left: 60px;
}


.main-navigation>div>ul>li.menu-item-has-children>a::after,
.main-navigation>div>ul>li>ul>li.menu-item-has-children>a::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    /* color: #fff; */
    display: block;
    /* margin: 4px 0 0 3px; */
    transition: transform 0.3s ease;
}

.main-navigation a:hover {
    color: var(--green);
}

.site-header .main-navigation ul {
    display: flex;
    list-style: none;
    gap: 36px;
    margin: 0;
    padding: 0;
}


.site-header .header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-actions .header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    transition: color 0.2s ease;
}

.header-actions .header-icon:hover {
    color: #d32f2f;
}

.header-search-box {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 10px;
    background: #fff;
    padding: 8px;
    border-radius: 6px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.header-search-box.open {
    display: flex;
}

.header-search-box input {
    border: none;
    outline: none;
    padding: 8px;
    width: 220px;
}

.header-search {
    position: relative;
}

.search-toggle i {
    color: #757575;
    font-size: 18px;
}



.header-actions {
    position: relative;
}

.main-navigation li {
    position: relative;
}



.search-toggle {
    border: 0;
    background: transparent;
    cursor: pointer;
}

/* .header-menu-toggle {
    display: block;
} */


@media (max-width: 768px) {
    .site-header .main-navigation {
        display: none;
    }

    .header-menu-toggle {
        display: inline-flex;
    }

    .footer-bottom {
        display: flex;
        justify-content: center !important;
    }

    .footer-top .link-col ul {
        gap: 6px !important;
    }

    .podcast-section {
        padding: 40px 0 !important;
    }

}

.site-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #ffffff;
    transition: box-shadow 0.3s ease, padding 0.3s ease;
    /* padding: 5px 0; */
    box-shadow: 0px 0px 3px 0px #01469A33;
}

.btn {
    padding: 9px 18px;
    background: var(--yellow);
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--secondary-font);
    letter-spacing: 0%;
    line-height: 20px;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn:hover {
    background: var(--green);
}

/* header  */
.top-bar {
    width: 100%;
    background: linear-gradient(90deg, #006D3A -6.61%, #0D5A36 100%);
}

.top-bar .statusbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-family: var(--secondary-font);
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
}

#datetime {
    display: flex;
    align-items: center;
}

.statusbar .dt-time {
    color: #FFFFFFBD;
}

.dt-date::after {
    content: "";
    display: inline-block;
    width: 16px;
}

.statusbar .language {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    user-select: none;
}

.lang-arrow {
    transition: transform 0.2s ease;
}

.language.open .lang-arrow {
    transform: rotate(180deg);
}

.lang-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 10px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    list-style: none;
    padding: 6px 0;
    min-width: 120px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    z-index: 100;
}

.language.open .lang-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-dropdown li a {
    display: block;
    padding: 8px 16px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}

.lang-dropdown li a:hover {
    background: #f4f4f4;
}

.title-main h2 {
    font-size: 36px;
    color: var(--primary);
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -1%;
    margin: 0 0 10px;

}

.title-secondary h3 {
    font-size: 24px;
    color: var(--primary);
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -1%;
    margin: 0 0 10px;

}

.title-secondary h4 {
    font-size: 20px;
    color: var(--primary);
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -1%;
    margin: 0 0 10px;
}

.title-secondary-white h4 {
    color: #fff;
}

p {
    font-size: 18px;
    color: var(--secondary);
    line-height: 30px;
    letter-spacing: 0%;
    font-weight: 400;

}

/* ticker bar  */

.nk-ticker {
    display: flex;
    align-items: stretch;
    border: 0.6px solid #9999994d;
    font-family: var(--secondary-font);
    font-size: 14px;
    color: #222222B2;
    overflow: hidden;
    white-space: nowrap;
}

.nk-ticker strong::before {
    content: '';
    background: #fff;
    border-radius: 50px;
    height: 6px;
    width: 6px;
}

.nk-ticker strong {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 6px;
    background: #DA262C;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.03em;
    padding: 14px 42px;
    font-size: 18px;

}

.nk-ticker-viewport {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.nk-ticker-track {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nk-ticker-track li {
    display: inline-flex;
    align-items: center;
    padding: 6px 24px;
    white-space: nowrap;
    color: #222222B2;
    border-right: 0.6px solid #2229;
}

.nk-ticker-track li b {
    margin-right: 16px;
    color: var(--green);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: -1%;
    font-family: var(--secondary-font);
}



/* section top left */
.nk-story-card {
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 0.6px solid #E6E6E6;
    /* height: 100%; */
    background: #fff;
}

.analysis-story-card {
    /* background: none; */
    border-radius: 0;
    border: none;
}

.analysis-story-card .economy-content {
    background: none !important;
}

.analysis-story-card img {
    border-radius: 10px;
}

.nk-story-card .economy-content {
    display: flex;
    flex-direction: column;
    /* background: #F4F4F4 !important; */
}

.analysis-section .economy-content {
    background: #F4F4F4 !important;
}

.analysis-content-area {
    background: #F4F4F4 !important;
    margin: 40px 0 !important;
}

.bottom-content-area {
    margin: 40px;
}

/* Image + badge */
.nk-story-media {
    position: relative;
    width: 100%;
    /* aspect-ratio: 16 / 10; */
    overflow: hidden;
}

.nk-story-media img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    display: block;
}

.nk-story-badge {
    position: absolute;
    top: 32px;
    left: -6px;
    background: var(--yellow);
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0%;
    padding: 6px 16px;
    border-radius: 4px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-family: var(--secondary-font);
}

.green-story-badge {
    background: var(--green);
}


/* Footer: author + actions */
.nk-story-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.nk-story-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nk-author-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.nk-author-meta {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.nk-author-name {
    font-size: 14px;
    font-weight: 500;
    color: #262626;
}

.nk-author-date {
    font-family: var(--secondary-font);
    font-size: 14px;
    color: #585858;
}

.nk-story-actions {
    display: flex;
    /* align-items: center; */
    gap: 10px;
}

.nk-share-btn {
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    cursor: pointer;
}


/* section top right  */
.nk-trending-card {
    border-radius: 10px;
    border: 0.6px solid #DFDFDF;
    background: #fff;
    padding: 28px;
}

.news-page-card {
    border-radius: 10px;
    border: 0.6px solid #DFDFDF;
    background: #fff;
    padding: 28px;
    position: sticky;
    top: 105px;
}


/* Header row: title + View All */
.top-stories .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.5px solid #B7B7B73B;
    margin-bottom: 4px;
    padding-bottom: 10px;
}

.cont-right {
    border-bottom: 0.5px solid #B7B7B73B;
    padding-bottom: 20px;
}

.nk-trending-card .btn {
    margin: 0 0 10px;
}

/* List */
.nk-trending-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* nk-trending-item  */
.top-stories .nk-trending-list ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0;
    flex-direction: column;
}

.nk-trending-text {
    flex: 1;
    min-width: 0;
    width: 90%;
}

.nk-trending-tag {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2%;
    line-height: 20px;
    color: var(--green);
    margin-bottom: 6px;
    font-family: var(--secondary-font);
}


.nk-trending-time {
    font-size: 14px;
    color: #585858;
    font-weight: 400;
}

.nk-trending-thumb {
    flex-shrink: 0;
    width: 30%;
    height: 100%;
    border-radius: 7px;
    overflow: hidden;
}

.nk-trending-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Optional: clamp long headlines to 2 lines for alignment consistency */
.nk-trending-headline {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.top-home-section {
    background: #F4F4F4;
}

.story-content-pd .text-bold p {
    display: block;
}

/* responsive  */
@media (max-width: 375px) {
    .nk-trending-thumb img {
        width: 60px;
        height: 60px;
    }
}

/* ======================================================
   SMALL (>=480px) — Small tablets / large phones landscape
====================================================== */
@media (max-width: 480px) {
    .nk-story-footer {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }

    .nk-story-actions .btn {
        /* width: auto; */
        display: none;
    }

    .nk-trending-text p {
        font-size: 13px;
    }

    .nk-trending-thumb img {
        width: 65px;
        height: 65px;
    }

    .top-home-section {
        padding-bottom: 0 !important;
    }

    .uk-section-xlarge-bottom {
        padding-bottom: 50px !important;
    }

    .btn .btn-text {
        display: none;
    }

    .btn-icon-mobile {
        padding: 13px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .btn-icon-mobile img {
        width: 12px;
        height: auto;
    }

    /* .policy-card .card-img {
        max-width: 20% !important;
    } */


    .economy-content p {
        display: none;
    }

    .sme-story-card__content p {
        display: none;
    }

    .clinic-section {
        padding: 18px 0 !important;
    }

    *+.uk-margin-medium {
        margin-top: 20px !important;
    }

    .analysis-content-area {
        margin: 16px 0 !important;
    }

    .top-bar {
        display: none;
    }

    .footer-top .logo {
        width: 50%;
    }

    .policy-section .policy-card {
        display: flex;
        flex-direction: column;
    }

    .policy-card .card-img {
        max-width: 100% !important;
        height: 240px;
    }

    .policy-section,
    .insights-section,
    .export-nepal-section,
    .economic-section,
    .analysis-section {
        padding: 40px 0 !important;
    }


    .content-area,
    .content-area p,
    .content-area div,
    .entry-content,
    .entry-content p,
    .entry-content div {
        font-size: 16px;
        line-height: 30px;
    }

    .uk-grid+.uk-grid-medium,
    .uk-grid+.uk-grid-row-medium,
    .uk-grid-medium>.uk-grid-margin,
    .uk-grid-row-medium>.uk-grid-margin,
    *+.uk-grid-margin-medium {
        margin-top: 6px;
    }
}

@media (max-width: 613px) {
    .footer-top .credit-col {
        display: flex;
        gap: 30px;
        width: 100% !important;
    }

    .footer-top .credit-block {
        width: 100%;
        display: inline-block;
    }

    .footer-top .credit-label {
        font-size: 14px !important;
    }

    .footer-top .credit-name {
        font-size: 20px !important;
    }

    footer {
        padding: 40px 0 !important;
    }
}

/* ======================================================
   TABLET (>=640px) — UIkit @s
====================================================== */
@media (max-width: 640px) {
    .top-home-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .nk-story-badge {
        font-size: 12px;
        padding: 5px 10px;
    }

    .nk-author-avatar {
        width: 34px;
        height: 34px;
    }

    .nk-author-name {
        font-size: 13px;
    }

    .nk-trending-card {
        margin-top: 20px;
        padding: 18px;
    }

    .nk-trending-thumb img {
        width: 70px;
        height: 70px;
    }

    .policy-card .card-img {
        max-width: 42%;
    }

    .clinic-card-mobile-n {
        display: none !important;
    }

    .clinic-multiple-page .clinic-card-media img {
        width: 40%;
        height: 350px !important;
    }

    .clinic-multiple-page .clinic-card {
        display: flex;
        flex-direction: column;
    }
}


/* ======================================================
   MEDIUM / DESKTOP START (>=960px) — UIkit @m
   Grid switches: story 3/5 width, trending 1/5 width
====================================================== */
@media (max-width: 960px) {
    .top-home-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .nk-story-media img {
        height: 280px;
    }

    .title-main h2 {
        font-size: 22px;
        line-height: 34px;
    }

    .nk-trending-card {
        margin-top: 0;
        padding: 16px;
        height: 100%;
    }

    .top-stories h2 {
        font-size: 28px;
    }

    .nk-trending-text p {
        font-size: 13px;
        -webkit-line-clamp: 2;
    }

    .uk-section-large {
        padding-top: 40px !important;
    }

    .title-secondary h3 {
        font-size: 22px;
        line-height: 26px;
    }

    p {
        font-size: 16px;
        line-height: 26px;
    }

    .bottom-content-area {
        margin: 22px;
    }

    .title-secondary h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .sme-story-section {
        padding-bottom: 50px !important;
    }

    .sme-story-card__content {
        padding: 0 !important;
    }
}

.mobile-only-story-content {
    display: none;
}

@media (max-width: 992px) {
    .site-header .main-navigation ul {
        display: none;
    }

    .uk-width-1-2\@m {
        width: 100% !important;
    }

    .sme-story-card__image {
        display: none;
    }

    .sme-img {
        display: block;
    }


    .mobile-only-story-content {
        display: block !important;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .story-content-pd {
        padding: 20px;
    }

    .sme-story-section .sme-story-card__content .tag {
        display: none;
    }
}



@media (max-width: 1025px) {

    .uk-width-1-2\@m {
        width: 100% !important;
    }
}

/* ======================================================
   LARGE (>=1200px) — UIkit @l
   Grid switches: story 2/3 width, trending 1/3 width
====================================================== */
@media (max-width: 1200px) {
    .nk-trending-card {
        padding: 20px;
    }

    .nk-trending-text p {
        font-size: 14px;
    }
}
















/* offcanvas  */
.offcanvas {
    display: none;
}

.main-navigation>div>ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation>div>ul>li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-navigation>div>ul>li>a,
.sub-menu>li>a {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #222222E5;
    text-transform: capitalize;
}

.main-navigation>div>ul>li>a {
    padding: 10px 0;
}

.main-navigation>div>ul>li>ul {
    background: #fff;
    -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, .15);
    box-shadow: 4px 4px 15px rgba(0, 0, 0, .15);
    left: 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 170%;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    visibility: hidden;
    /* width: 250px; */
}


.main-navigation>div>ul>li>ul:after {
    border: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-top: none;
    content: " ";
    left: 10px;
    position: absolute;
    top: -7px;
}

.main-navigation>div>ul>li:hover>ul {
    opacity: 1;
    top: 100%;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    visibility: visible;
    z-index: 1000;
}

.main-navigation>div>ul>li>ul>li>a,
.main-navigation>div>ul>li>ul>li>ul>li>a {
    border-bottom: 1px solid #eee;
    color: #303030;
    font-size: 15px;
    padding: 10px 20px;
}

.main-navigation>div>ul>li>ul>li.menu-item-has-children>a::after {
    content: "\f054";
    margin-left: auto;
    color: #111;
}

.main-navigation>div>ul>li>ul>li>a:hover {
    color: var(--primary);
}

.main-navigation>div>ul>li>ul>li>ul {
    background: #fff;
    -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, .15);
    box-shadow: 4px 4px 15px rgba(0, 0, 0, .15);
    left: 120%;
    list-style: none;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    visibility: hidden;
    /* width: 250px; */
}

.main-navigation>div>ul>li>ul>li:hover>ul {
    opacity: 1;
    left: 100%;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    visibility: visible;
    z-index: 1000;
}

.main-navigation .burger__menu {
    display: none;
}


/* @media (max-width: 992px) { */

.offcanvas,
.burger__menu {
    display: block;
}

.main-navigation .burger__menu {
    display: block;
}

.offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    transition: opacity .3s linear, visibility .3s linear;
}

.offcanvas.show {
    right: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;

    visibility: visible;
    opacity: 1;
}

.offcanvas:after {
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    background: #000c;
    content: "";
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all .3s linear;
}

.offcanvas .offcanvas__bar {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    left: auto;
    z-index: 10;
    display: flex;
    justify-content: flex-end;

    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .3s linear;
}

.offcanvas .offcanvas__bar .offcanvas__sidebar {
    background: var(--green);
    height: 100%;
    min-width: 300px;
    width: max-content;
    overflow-y: auto;
    position: relative;
    z-index: 10;
}

.offcanvas .offcanvas__bar.showbar {
    right: 0;
}


.offcanvas__logo {
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    background: #fff;
    -webkit-box-shadow: inset 0 -1px 0 0 #eaeaea;
    box-shadow: inset 0 -1px 0 0 #eaeaea;
    padding: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10;
}

.offcanvas__logo .custom-logo-link {
    display: block;
    width: 55%;
}

.offcanvas__logo a img {
    margin: 0 auto;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    /* width: 180px; */
}

.offcanvas__close {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    /* left: 310px; */
    position: absolute;
    top: 10px;
    width: 50px;
    z-index: 100;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.offcanvas__close .offcanvas__icon {
    line-height: 0;
    width: 20px;
}

.offcanvas__close .offcanvas__icon span {
    background: #4C4C4B;
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: top;
    width: 20px;
}

.offcanvas__close .offcanvas__icon span+span {
    margin-top: 5px;
}

.offcanvas.show .offcanvas__close .offcanvas__icon span:first-child {
    -webkit-animation: icon1 .7s ease .6s forwards;
    animation: icon1 .7s ease .6s forwards;
}

.offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(2) {
    -webkit-animation: icon2 .7s ease .6s forwards;
    animation: icon2 .7s ease .6s forwards;
}

.offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(3) {
    -webkit-animation: icon3 .7s ease .6s forwards;
    animation: icon3 .7s ease .6s forwards;
}

@-webkit-keyframes icon1 {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        top: 7px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        top: 7px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes icon1 {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        top: 7px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        top: 7px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes icon2 {
    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes icon2 {
    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes icon3 {
    0% {
        bottom: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        bottom: 7px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        bottom: 7px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}

@keyframes icon3 {
    0% {
        bottom: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        bottom: 7px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        bottom: 7px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}

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

#primary-menu1 li a:hover {
    color: var(--yellow);
}

#primary-menu1 {
    padding: 0 10px;
}

#primary-menu1>li>a {
    color: #666;
    display: block;
    font-size: 15px;
    font-weight: 500;
    /* padding: 18px 12px 20px; */
    padding: 12px;
    text-transform: capitalize;
}

#primary-menu1>li>ul,
#primary-menu1>li>ul>li>ul {
    display: none;
}

#primary-menu1 li {
    cursor: pointer;
    position: relative;
    cursor: pointer;
    /* margin-top: 18px; */
}

#primary-menu1 li a {
    color: #fff;
    text-decoration: none;
}

#primary-menu1>li {
    border-bottom: 1px solid #eee;
}

/* #primary-menu1>li a.show-active,
#primary-menu1>li.menu-item-has-children ul li a.show-active,
#primary-menu1>li:hover>a,
#primary-menu1>li>a:hover {
    background: #00000012;
} */



#primary-menu1>li>ul>li:hover {
    background: hsla(0, 0%, 100%, .1);
}

#primary-menu1 li.menu-item-has-children span {
    background: #DA262C;
    width: 10px;
    height: 10px;
    border-radius: 50%;

    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}


#primary-menu1>li.menu-item-has-children {
    display: block;
    align-items: center;
    justify-content: space-between;
}

/* #primary-menu1>li.menu-item-has-children>a {
    display: inline-flex;
    align-items: center;
} */

#primary-menu1>li.menu-item-has-children>span {
    /* position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center; */
    /* width: 10px;
    height: 10px; */
    /* margin-left: 6px; */
    transform: none;
}

#primary-menu1 li.menu-item-has-children span i {
    /* left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    display: none;
}

#primary-menu1 li.menu-item-has-children>ul {
    background: #fff;
}

#primary-menu1 li.menu-item-has-children>ul>li.menu-item-has-children>ul {
    background: #fff;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    padding: 0;
}

#primary-menu1>li.menu-item-has-children>span {
    top: 21px;
}

#primary-menu1>li.menu-item-has-children ul li a {
    border-bottom: 1px solid hsla(0, 1.5%, 38.6%, 0.23);
    color: var(--secondary);
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 30px;
    text-transform: capitalize;
}

#primary-menu1>li.menu-item-has-children ul li:last-child a {
    border-bottom: none;
}

#primary-menu1>li ul li:hover>a {
    background: #0000000d;
    color: var(--secondary);
}

#primary-menu1>li.menu-item-has-children ul li:hover a {
    color: var(--secondary);
}

#primary-menu1>li.menu-item-has-children ul li.menu-item-has-children ul li a {
    padding-left: 40px;
}

#primary-menu1>li.menu-item-has-children ul li.menu-item-has-children ul li.menu-item-has-children ul li a {
    padding-left: 60px;
}

.burger__menu {
    color: var(--primary);
    display: inline-block;
    font-size: 25px;
    padding: 17px 0;
}

.burger__menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.header__right {
    display: none;
}

/* .main-navigation #primary-menu {
    display: none;
} */

.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



/* SME Success Story section  */
.sme-story-section {
    background: #F4F4F4;
}

/* .story-card-w {
    height: 100%;
} */

.section-label {
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-label__line {
    width: 40px;
    height: 2px;
    background: linear-gradient(to right, rgba(212, 175, 55, 0), #d4af37);
    display: inline-block;
}

.section-label__text {
    color: var(--green);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -1%;
    font-family: var(--secondary-font);
}

.section-label__text-white {
    color: #fff;
}

.section-label__line-white {
    background: linear-gradient(90deg, #FFFFFF -29.99%, #D4AF37 100%);
}


/* ---------- Left: Image + Founder badge ---------- */
.sme-story-card__image {
    position: relative;
    border-radius: 10px;
    /* overflow: hidden; */
}

.sme-story-card__image img {
    width: 100%;
    height: 549px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.founder-badge {
    font-family: var(--secondary-font);
    position: absolute;
    left: 45px;
    bottom: -50px;
    background: #fff;
    border-radius: 10px;
    padding: 10px 22px;
    border: 0.4px solid #D0D0D0;
}

.founder-badge__label {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 4%;
    color: var(--green);
    margin-bottom: 2px;
}

.founder-badge__name {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 20px;
    letter-spacing: 4%;
    display: block;
}

.founder-badge__org {
    font-size: 12px;
    font-weight: 400;
    color: #636363;
    line-height: 17px;
    letter-spacing: 4%;
}

/* ---------- Right: Content card ---------- */
.sme-story-card__content {
    flex: 1;
    background: linear-gradient(122.3deg, #E9FFF2 -78.23%, #FFFFFF 60.71%);
    border-radius: 10px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    border: 0.4px solid #D0D0D0;
    /* height: 100%; */
}

.sme-story-card__content .tag {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    background: var(--green);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0%;
    padding: 6px 14px;
    border-radius: 10px;
    margin-bottom: 16px;
}

.sme-story-card__content .divider {
    border: none;
    border: 0.6px solid #A9A9A92B;
}

.sme-story-card__quote {
    border-left: 3px solid #d4af37;
    padding-left: 14px;
    font-size: 14px;
    font-style: italic;
    color: #333;
    line-height: 1.7;
    margin: 0 0 18px;
}

.text-bold p {
    font-weight: 600;
}

.sme-story-card__content .text-bold {
    display: flex;
    align-items: center;
    gap: 18px;
}

.section__line {
    height: 46.5px;
    display: inline-block;
    border: 1px solid #D4AF37;
    border-radius: 2px;
}

.share-btn-news {
    display: none;
}


/* ---------- Responsive ---------- */
@media (max-width: 768px) {
    .sme-story-card {
        flex-direction: column;
    }

    .custom-logo-link img {
        width: 70%;
    }

    /* .policy-card {
        display: flex;
        flex-direction: column;
    } */

    .content-area,
    .content-area p,
    .content-area div,
    .entry-content,
    .entry-content p,
    .entry-content div {
        font-size: 18px;
        line-height: 34px;
    }

    .news-final-page .social-row {
        display: none;

    }

    .share-btn-news {
        display: block;
    }
}


/* insights section  */
.insights-section {
    background: #EFF8F2;
    border: 0.5px solid #BDBDBD;
    padding: 70px 0;
}

.insights-card {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    border: 0.5px solid #DFDFDF
}

.insights-card-image-wrap {
    position: relative;
    max-height: 450px;
    overflow: hidden;
}

.insights-card-image-wrap img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
}

.insights-card-body {
    padding: 16px 18px 18px;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    color: var(--green);
    text-decoration: none;
    font-family: var(--secondary-font);
}

.read-more:hover img {
    transform: translateX(3px);
}


/* responsive  */




/* clinic section  */
.clinic-section {
    background: #F4F4F4;
    /* padding: 70px 0; */
}

.clinic-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    height: 80%;
}

.clinic-card-small {
    height: 100% !important;
}

.clinic-card-media {
    position: relative;
    min-height: 220px;
    width: 150%;
}

.clinic-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.clinic-card-media span {
    position: absolute;
    top: 26px;
    left: 26px;
    background: #ffffff;
    color: var(--green);
    font-size: 14px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 10px;
}

.clinic-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 20px;
}


/* Only large card has the divider + answer block */
.clinic-card-content .divider {
    border: none;
    margin: 16px 0;
    width: 95%;
    border: 0.6px solid #D4AF373D;
}

.info-position {
    font-family: var(--secondary-font);
    display: block;
}

.info-position span {
    display: block;
}

/* Right column stacked cards */
.right-stack {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Market Analysis section  */
.analysis-section {
    background: #F4F4F4;
    padding: 70px 0;
    /* padding-top: 0 !important; */
}

/* export nepal section  */
.export-nepal-section {
    background: #F4F4F4;
    padding: 70px 0;
}

/* podcast section  */
.podcast-section {
    padding: 70px 0;
    background: linear-gradient(270deg, #006636 -54.76%, #013A1F 100%);
}


.video-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.video-modal.active {
    display: flex;
    /* only shown when JS adds .active */
}

.video-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    z-index: 1;
}

.video-modal-iframe-wrap {
    position: relative;
    padding-top: 56.25%;
}

.video-modal-iframe-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.video-modal-close {
    position: absolute;
    top: -36px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 1;
}

.podcast-card-image-wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.podcast-card-image-wrap img {
    width: 100%;
    display: block;
}

/* dark gradient so white text stays readable */
.podcast-card-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);

}

.podcast-card .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    border: 2px solid rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(2px);
    transition: transform 0.2s ease, background 0.2s ease;
    z-index: 2;
}

.podcast-card .play-btn:hover {
    background: #DA262C;
    transform: translate(-50%, -50%) scale(1.08);
    border: none;
}

/* text overlaid at the bottom of the image */
.podcast-card-image-wrap .podcast-card-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px;
    z-index: 2;
}

.podcast-section .btn:hover {
    border: 1.9px solid var(--yellow);
}

/* podcast slider  */
@media (max-width: 768px) {
    .podcast-slider {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 8px;
    }

    .podcast-slider::-webkit-scrollbar {
        display: none;
    }

    .podcast-slider {
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .podcast-slider>div[class*="uk-width"] {
        flex: 0 0 auto;
        width: 45%;
        scroll-snap-align: start;
        margin: 0 !important;
    }

    .clinic-card {
        height: 100%;
    }
}

/* show ~2 cards on smaller phones */
@media (max-width: 480px) {
    .podcast-slider>div[class*="uk-width"] {
        width: 75%;
    }

    .podcast-section {
        padding: 30px 0 !important;
    }

    .podcast-card .title-secondary h4 {
        font-size: 20px;
        line-height: 22px;
    }

    .podcast-card .play-btn {
        width: 32px;
        height: 32px;
    }
}











/* economic section  */
.economic-section {
    background: #EFF8F2;
    border: 0.5px solid #BDBDBD;
    padding: 70px 0;
}

/* policy section  */
.policy-section {
    background: #F4F4F4;
    padding: 70px 0;
}

.policy-card {
    display: flex;
    align-items: stretch;
    background: #EFF8F2;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.policy-card .card-img {
    min-height: 260px;
    object-fit: cover;
    width: 100%;
}

.policy-card .card-body {
    padding: 22px 26px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}



.policy-card .tag-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.policy-card .tag {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    background: var(--green);
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--secondary-font);
    letter-spacing: 0%;
    padding: 6px 14px;
    border-radius: 10px;
}

.policy-card .tag-border {
    border: 0.5px solid #BEBEBE;
    color: var(--green);
    background: transparent;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 10px;
    white-space: nowrap;
    font-family: var(--secondary-font);
}

.tag-yellow {
    padding: 6px 14px;
    background: var(--yellow) !important;
}

/* footer  */

.site-footer {
    background: linear-gradient(89.9deg, #013A1F 0.09%, #006636 152.91%);

}

footer {
    color: #fff;
    padding: 70px 0;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}

/* Brand block */
.brand-col {
    flex: 0 0 300px;
    max-width: 320px;
}

.footer-top .logo {
    margin-bottom: 18px;
}


.brand-col p {
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFFBF;
    margin: 0 0 18px 0;
}

.social-row {
    display: flex;
    gap: 10px;
}

.social-row a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease;
}

.social-row a:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.6);
}


/* Link columns */
.footer-top .link-col {
    flex: 0 0 auto;
    min-width: 110px;
}

.footer-top .link-col h4 {
    margin: 0 0 16px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 4%;
    color: #FFE89C;
    text-transform: capitalize;
}

.footer-top .link-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-top .link-col a {
    color: #FFFFFFB2;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0%;
    line-height: 20px;
    font-family: var(--secondary-font);

}

.footer-top .link-col a:hover {
    opacity: 1;
    text-decoration: underline;
    color: #fff;
}

/* Editorial credits */
.footer-top .credit-col {
    min-width: 170px;
}

.footer-top .credit-block {
    margin-bottom: 16px;
}

.footer-top .credit-block:last-child {
    margin-bottom: 0;
}

.footer-top .credit-label {
    display: block;
    font-size: 16px;
    margin-bottom: -5px;
}

.footer-top .credit-name {
    display: block;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1%;
}

/* Divider + bottom bar */
.footer-divider {
    border: none;
    border-top: 0.5px solid #FFFFFF6E;
    margin: 38px 0 20px 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFFCC;
    font-family: var(--secondary-font);
}

.footer-bottom a {
    color: #FFFFFFCC;
}

.footer-bottom a:hover {
    text-decoration: underline;
    color: #fff;
}