* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "noto_sans_regular";
    src: url(../font/Noto_Sans_Gujarati/NotoSansGujarati-Regular.ttf);
}

:root {
    --noto_sans_regular: "Inter", "Noto Sans Gujarati", Arial, sans-serif;
    /* --site_font: "Inter", "Noto Sans Gujarati", Arial, sans-serif; */

    --fs_12: 12px;
    --fs_14: 14px;
    --fs_15: 15px;
    --fs_16: 16px;
    --fs_18: 18px;
    --fs_20: 20px;
    --fs_22: 22px;
    --fs_24: 24px;
    --fs_26: 26px;
    --fs_28: 28px;
    --fs_30: 30px;
    --fs_32: 32px;
    --fs_34: 34px;
    --fs_36: 36px;
    --fs_40: 40px;
    --fs_44: 44px;
    --fs_48: 48px;
    --fs_56: 56px;

    --bg_color_1: #FFFFFF;
    --bg_color_2: #000000;
    --bg_color_3: #f8f7f4;
    --bg_color_4: #e9272f;
    --bg_color_5: #070078;
    --bg_color_6: #FFF212;
    --bg_color_7: #c51922;
    --bg_color_8: #ffb703;
    --bg_color_9: #fbfaf7;

    --text_color_1: #000000;
    --text_color_2: #FFFFFF;
    --text_color_3: #e9272f;
    --text_color_4: #070078;
    --text_color_5: #FFF212;
    --text_color_6: #222222;
    --text_color_7: #555555;
    --text_color_8: #7c1f1f;

    --border_color_1: #ebe7df;
    --border_color_2: rgba(255, 255, 255, 0.24);
    --border_color_3: rgba(255, 255, 255, 0.18);
    --border_color_4: rgba(7, 0, 120, 0.12);
    --border_color_5: rgba(233, 39, 47, 0.16);

    --shadow_1: 0 18px 48px rgba(36, 31, 24, 0.08);
    --shadow_2: 0 28px 70px rgba(36, 31, 24, 0.12);
    --shadow_3: 0 18px 46px rgba(7, 0, 120, 0.16);
    --shadow_4: 0 18px 50px rgba(233, 39, 47, 0.16);
}

body,
p,
span,
li,
div,
a,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select {
    font-family: var(--noto_sans_regular);
}

html {
    scroll-behavior: smooth;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

body {
    background:
        radial-gradient(circle at top left, rgba(233, 39, 47, 0.06), transparent 28%),
        radial-gradient(circle at top right, rgba(7, 0, 120, 0.06), transparent 30%),
        var(--bg_color_3);
    font-family: var(--noto_sans_regular), sans-serif;
    color: var(--text_color_6);
}

p,
span,
li,
div,
a,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--noto_sans_regular), sans-serif;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.main-header {
    padding: 8px 0;
    background-color: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid var(--border_color_1);
    backdrop-filter: blur(16px);
}

.main-header .main-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header .main-header-logo-box {
    display: flex;
    align-items: center;
    gap: 14px;
}

.main-header .main-header-logo-image {
    width: 200px;
    height: auto;
    display: block;
}

.main-header .main-header-pattern-box {
    width: 58%;
    text-align: center;
}

.main-header .top-ad-swiper {
    width: 100%;
    overflow: hidden;
}

.main-header .top-ad-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header .top-ad-image {
    width: 100%;
    height: 118px;
    display: block;
    object-fit: contain;
}

.main-navbar {
    padding: 0;
    background-color: var(--bg_color_4);
    border-bottom: 4px solid var(--bg_color_5);
    position: sticky;
    top: 0;
    z-index: 9999;
}

.main-navbar .container {
    justify-content: flex-start;
}

.main-navbar .main-navbar-list {
    display: flex;
    align-items: center;
}

.main-navbar .main-navbar-link {
    padding: 14px 20px !important;
    font-size: var(--fs_14);
    line-height: 1;
    letter-spacing: 0.6px;
    color: var(--text_color_2);
    border-left: 1px solid var(--border_color_3);
    transition: all 0.28s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-navbar .main-navbar-link:hover,
.main-navbar .main-navbar-link.active {
    color: var(--text_color_5);
    background-color: var(--bg_color_7);
}

.main-navbar .main-navbar-toggle {
    border: 0;
    box-shadow: none;
}

.main-navbar .main-navbar-toggle:focus {
    box-shadow: none;
}

.main-navbar .main-navbar-collapse {
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 992px) {
    .main-navbar .main-navbar-collapse {
        display: flex !important;
    }
}

.main-navbar .main-navbar-right {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.main-navbar .main-navbar-epaper-link {
    padding: 12px 22px;
    font-size: var(--fs_16);
    line-height: 1;
    color: var(--text_color_2);
    background-color: var(--bg_color_5);
    border-left: 1px solid var(--border_color_3);
    border-right: 1px solid var(--border_color_3);
    transition: all 0.28s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.main-navbar .main-navbar-epaper-link svg {
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
    fill: currentColor;
}

.main-navbar .main-navbar-epaper-link svg path {
    fill: currentColor;
}

.main-navbar .main-navbar-epaper-link:hover {
    color: var(--text_color_5);
    background-color: var(--bg_color_7);
}

.news-ticker-section {
    padding: 20px 0 20px 0;
}

.news-ticker-section .news-ticker-wrapper {
    min-height: 48px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--border_color_1);
    box-shadow: var(--shadow_1);
    backdrop-filter: blur(14px);
}

.news-ticker-section .news-ticker-icon-box {
    width: 58px;
    height: 48px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    background-color: var(--bg_color_4);
}

.news-ticker-section .news-ticker-icon {
    width: 19px;
    height: 19px;
    display: block;
    position: relative;
    border-radius: 50%;
    border: 2px solid var(--bg_color_1);
}

.news-ticker-section .news-ticker-icon::before {
    content: "";
    width: 2px;
    height: 8px;
    position: absolute;
    left: 7px;
    top: 3px;
    background-color: var(--bg_color_1);
}

/* .news-ticker-section .news-ticker-content {
    width: 100%;
    overflow: hidden;
}

.news-ticker-section .news-ticker-text {
    margin: 0;
    width: max-content;
    padding: 0 18px;
    font-size: var(--fs_14);
    line-height: 48px;
    white-space: nowrap;
    color: var(--text_color_3);
    animation: newsTickerMove 18s linear infinite;
}

@keyframes newsTickerMove {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
} */

.news-ticker-section .news-ticker-content {
    width: 100%;
    overflow: hidden;
}

.news-ticker-section .news-ticker-text {
    margin: 0;
    min-height: 48px;
    padding: 0 18px;
    font-size: var(--fs_14);
    line-height: 48px;
    white-space: nowrap;
    color: var(--text_color_3);
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-ticker-section .news-ticker-text.is-typing::after {
    content: "|";
    display: inline-block;
    margin-left: 4px;
    color: var(--text_color_3);
    animation: newsTickerCursorBlink 0.75s step-end infinite;
}

@keyframes newsTickerCursorBlink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.home-main-section {
    padding-bottom: 58px;
}

.home-left-sidebar {
    position: sticky;
    top: 24px;
}

.home-left-sidebar .home-category-card {
    overflow: hidden;
    border-radius: 0;
    background-color: var(--bg_color_5);
    box-shadow: var(--shadow_3);
}

.home-left-sidebar .home-category-link {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 16px 20px;
    font-size: var(--fs_14);
    line-height: 1.4;
    color: var(--text_color_2);
    border-bottom: 1px solid var(--border_color_2);
    transition: all 0.28s ease;
}

.home-left-sidebar .home-category-link:hover {
    padding-left: 26px;
    color: var(--text_color_5);
    background-color: var(--bg_color_4);
}

.home-left-sidebar .home-sidebar-card {
    margin-top: 24px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--border_color_1);
    box-shadow: var(--shadow_1);
    backdrop-filter: blur(14px);
}

.home-left-sidebar .home-sidebar-card .alvitrai_name {
    padding: 12px 18px;
    font-size: var(--fs_14);
    line-height: 1.45;
    color: var(--text_color_4);
}

.home-left-sidebar .home-sidebar-title {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0;
    padding: 10px 20px;
    font-size: var(--fs_16);
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
    width: 100%;
}

.home-left-sidebar .home-sidebar-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-left-sidebar .home-sidebar-link {
    display: block;
    padding: 12px 18px;
    font-size: var(--fs_14);
    line-height: 1.45;
    color: var(--text_color_4);
    border-bottom: 1px solid var(--border_color_1);
    transition: all 0.28s ease;
}

.home-left-sidebar .home-sidebar-item:last-child .home-sidebar-link {
    border-bottom: 0;
}

.home-left-sidebar .home-sidebar-link:hover {
    color: var(--text_color_3);
    background-color: rgba(233, 39, 47, 0.06);
}

.home-feature-section .home-feature-card {
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--border_color_1);
    box-shadow: var(--shadow_2);
    backdrop-filter: blur(16px);
}

.home-feature-section .home-feature-swiper {
    width: 100%;
    height: 785px;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.home-feature-section .home-feature-swiper-wrapper {
    width: 100%;
    height: 100%;
}

.home-feature-section .home-feature-slide {
    width: 100%;
    height: 100%;
}

.home-feature-section .home-feature-post {
    width: 100%;
    height: 100%;
    min-height: unset;
    padding: 10px;
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background-color: var(--bg_color_1);
}

.home-feature-section .home-feature-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.home-feature-section .home-feature-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.home-feature-section .home-feature-content {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 26px;
    z-index: 3;
    padding: 10px 16px;
    border-radius: 0;
    color: var(--text_color_2);
    background-color: rgba(7, 0, 120, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
}

.home-feature-section .home-feature-title {
    margin-bottom: 0;
    font-size: var(--fs_22);
    color: var(--text_color_2);
}

.home-feature-section .home-feature-button {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background-color: rgba(233, 39, 47, 0.92);
    transform: translateY(-50%);
    transition: all 0.28s ease;
}

.home-feature-section .home-feature-button:hover {
    background-color: var(--bg_color_5);
}

.home-feature-section .home-feature-button-prev {
    left: 18px;
}

.home-feature-section .home-feature-button-next {
    right: 18px;
}

.home-feature-section .home-feature-arrow {
    font-size: var(--fs_32);
    line-height: 1;
    color: var(--text_color_2);
}

.home-feature-section .home-feature-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    z-index: 6;
    display: flex;
    justify-content: center;
    gap: 6px;
}

.home-feature-section .home-feature-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.46);
    border-radius: 0;
}

.home-feature-section .home-feature-pagination .swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 0;
    background-color: var(--bg_color_4);
}

.home-feature-section .home-thumb-swiper {
    width: 100%;
    margin-top: 28px;
    padding-top: 18px;
    overflow: hidden;
    border-top: 4px solid var(--bg_color_4);
}

.home-feature-section .home-thumb-row {
    display: flex;
    align-items: stretch;
}

.home-feature-section .home-thumb-slide {
    height: auto;
}

.home-feature-section .home-thumb-item {
    width: 100%;
    height: 96px;
    display: block;
    padding: 0;
    overflow: hidden;
    border: 2px solid transparent;
    background-color: var(--bg_color_1);
    text-decoration: none;
    cursor: pointer;
}

.home-feature-section .home-thumb-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.home-feature-section .home-thumb-slide.swiper-slide-thumb-active .home-thumb-item {
    border-color: var(--bg_color_4);
}

.home-feature-section .home-post-list {
    margin-top: 28px;
}

.home-feature-section .home-post-card {
    margin-bottom: 28px;
}

.home-feature-section .home-post-image-box {
    width: 100%;
    overflow: hidden;
    background-color: var(--bg_color_1);
    border: 1px solid var(--border_color_1);
}

.home-feature-section .home-post-image {
    width: 100%;
    display: block;
    object-fit: contain;
}

.home-feature-section .home-post-title {
    padding-bottom: 10px;
    margin: 14px 0 0 0;
    font-size: var(--fs_20);
    line-height: 1.4;
    font-weight: 600;
    color: var(--text_color_4);
    border-bottom: 1px solid var(--border_color_1);
}

.home-feature-section .home-bottom-ad {
    margin-top: 28px;
}

.home-feature-section .home-bottom-ad-card {
    margin-bottom: 28px;
}

.home-feature-section .home-ad-image-box {
    width: 100%;
    overflow: hidden;
    background-color: var(--bg_color_1);
    border: 1px solid var(--border_color_1);
}

.home-feature-section .home-ad-image {
    width: 100%;
    display: block;
    object-fit: contain;
}

.home-feature-section .home-ad-title {
    padding-bottom: 10px;
    margin: 14px 0 0 0;
    font-size: var(--fs_20);
    line-height: 1.4;
    font-weight: 600;
    color: var(--text_color_4);
    border-bottom: 1px solid var(--border_color_1);
}

.home-right-sidebar {
    /* position: sticky; */
    top: 24px;
}

.home-right-sidebar .home-thought-swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.home-right-sidebar .home-thought-swiper-wrapper {
    width: 100%;
}

.home-right-sidebar .home-thought-swiper1 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.home-right-sidebar .home-thought-swiper-wrapper1 {
    width: 100%;
}

.home-right-sidebar .home-thought-slide {
    width: 100%;
    text-align: center;
}

.home-right-sidebar .home-thought-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.home-right-sidebar .home-thought-pagination {
    position: relative;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.home-right-sidebar .home-thought-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0;
    opacity: 1;
    background-color: rgba(7, 0, 120, 0.28);
}

.home-right-sidebar .home-thought-pagination .swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 999px;
    background-color: var(--bg_color_4);
}

.home-right-sidebar .home-small-slider-card {
    margin-top: 24px;
    padding: 10px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--border_color_1);
    box-shadow: var(--shadow_1);
    backdrop-filter: blur(14px);
}

.home-right-sidebar .home-small-swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.home-right-sidebar .home-small-swiper-wrapper {
    width: 100%;
}

.home-right-sidebar .home-small-slide {
    width: 100%;
    position: relative;
}

.home-right-sidebar .home-small-slider-image {
    width: 100%;
    display: block;
    object-fit: cover;
}

.home-right-sidebar .home-small-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    z-index: 4;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.home-right-sidebar .home-small-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.55);
    border-radius: 0;
}

.home-right-sidebar .home-small-pagination .swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 0;
    background-color: var(--bg_color_4);
}

.home-right-sidebar .home-blue-link-card {
    margin-top: 24px;
    background-color: var(--bg_color_5);
}

.home-right-sidebar .home-blue-link-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}

.home-right-sidebar .home-blue-link-row.single {
    grid-template-columns: 1fr;
}

.home-right-sidebar .home-blue-link-row a {
    min-height: 46px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs_14);
    line-height: 1.4;
    color: var(--text_color_2);
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.38);
    transition: all 0.25s ease;
}

.home-right-sidebar .home-blue-link-row a:last-child {
    border-right: 0;
}

.home-right-sidebar .home-blue-link-row a:hover {
    color: var(--text_color_5);
    background-color: var(--bg_color_4);
}

.home-right-sidebar .home-image-list-card {
    margin-top: 24px;
    padding: 0 0 12px;
    background-color: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--border_color_1);
    box-shadow: var(--shadow_1);
    backdrop-filter: blur(14px);
}

.home-right-sidebar .home-image-list-card .red-title {
    display: inline-block;
    margin: 0 0 12px;
    padding: 10px 18px;
    font-size: var(--fs_16);
    line-height: 1.4;
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
    width: 100%;
}

.home-right-sidebar .home-right-post {
    display: block;
    padding: 0 12px 18px;
    margin-bottom: 14px;
    border-bottom: 1px solid var(--border_color_1);
}

.home-right-sidebar .home-right-post:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.home-right-sidebar .home-right-post img {
    width: 100%;
    height: 250px;
    display: block;
    object-fit: cover;
    background-color: var(--bg_color_1);
}

.home-right-sidebar .home-right-post p {
    margin: 10px 0 0;
    font-size: var(--fs_14);
    line-height: 1.45;
    color: var(--text_color_4);
}

.home-right-sidebar .home-small-arrow {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    z-index: 5;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs_28);
    line-height: 1;
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
    transform: translateY(-50%);
}

.home-right-sidebar .home-small-arrow-prev {
    left: 0;
}

.home-right-sidebar .home-small-arrow-next {
    right: 0;
}

.home-right-sidebar .vertical-linear-slider-card {
    overflow: hidden;
}

.home-right-sidebar .vertical-linear-slider {
    height: 560px;
    overflow: hidden;
    position: relative;
}

.home-right-sidebar .vertical-linear-track {
    display: flex;
    flex-direction: column;
    animation: verticalLinearSlide 18s linear infinite;
}

.home-right-sidebar .vertical-linear-slider:hover .vertical-linear-track {
    animation-play-state: paused;
}

@keyframes verticalLinearSlide {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

.home-right-sidebar .vertical-linear-slider .home-right-post {
    flex-shrink: 0;
    display: block;
    padding: 0 12px 18px;
    margin-bottom: 14px;
    border-bottom: 1px solid var(--border_color_1);
}

.home-right-sidebar .vertical-linear-slider .home-right-post img {
    width: 100%;
    height: 190px;
    display: block;
    object-fit: cover;
    background-color: var(--bg_color_1);
}

.home-right-sidebar .vertical-linear-slider .home-right-post p {
    margin: 10px 0 0;
    font-size: var(--fs_14);
    line-height: 1.45;
    color: var(--text_color_4);
}

.scroll-top-button {
    width: 42px;
    height: 42px;
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 99;
    border: 0;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: var(--fs_24);
    line-height: 1;
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
}

.scroll-top-button.show {
    display: flex;
}

.main-footer {
    padding: 18px 0;
    text-align: center;
    background-color: var(--bg_color_5);
}

.main-footer .main-footer-text {
    margin: 0;
    font-size: var(--fs_14);
    line-height: 1.4;
    color: var(--text_color_2);
}

.home-feature-section .home-post-card {
    display: none;
    margin-bottom: 28px;
}


.home-feature-section .home-post-card.is-visible {
    display: block;
    animation: homePostFadeIn 0.35s ease;
}

@keyframes homePostFadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.home-post-view-more-box {
    margin-top: 8px;
    display: flex;
    justify-content: center;
}

.home-post-view-more-box {
    margin-top: 8px;
    display: flex;
    justify-content: center;
}

.home-post-view-more-btn {
    padding: 12px 22px;
    font-size: var(--fs_14);
    line-height: 1.4;
    letter-spacing: 0.6px;
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
    border: none;
    cursor: pointer;
    transition: all 0.28s ease;
}

.home-post-view-more-btn:hover {
    background-color: var(--bg_color_5);
}

.home-post-view-more-btn:focus {
    outline: none;
    box-shadow: none;
}

.home-post-view-more-btn.d-none {
    display: none;
}

.home-post-view-more-btn.is-loading {
    pointer-events: none;
}

.home-post-circle-loader {
    width: 20px;
    height: 20px;
    position: relative;
    display: none;
    flex-shrink: 0;
    animation: homePostCircleLoaderRotate 3s linear infinite;
    margin-left: 5px;
}

.home-post-circle-loader span {
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    border-radius: 50%;
    background-color: var(--bg_color_1);
    transform-origin: 0 0;
}

.home-post-circle-loader span:nth-child(1) {
    transform: rotate(0deg) translate(9px);
    opacity: 1;
}

.home-post-circle-loader span:nth-child(2) {
    transform: rotate(36deg) translate(9px);
    opacity: 0.9;
}

.home-post-circle-loader span:nth-child(3) {
    transform: rotate(72deg) translate(9px);
    opacity: 0.8;
}

.home-post-circle-loader span:nth-child(4) {
    transform: rotate(108deg) translate(9px);
    opacity: 0.7;
}

.home-post-circle-loader span:nth-child(5) {
    transform: rotate(144deg) translate(9px);
    opacity: 0.6;
}

.home-post-circle-loader span:nth-child(6) {
    transform: rotate(180deg) translate(9px);
    opacity: 0.5;
}

.home-post-circle-loader span:nth-child(7) {
    transform: rotate(216deg) translate(9px);
    opacity: 0.4;
}

.home-post-circle-loader span:nth-child(8) {
    transform: rotate(252deg) translate(9px);
    opacity: 0.3;
}

.home-post-circle-loader span:nth-child(9) {
    transform: rotate(288deg) translate(9px);
    opacity: 0.2;
}

.home-post-circle-loader span:nth-child(10) {
    transform: rotate(324deg) translate(9px);
    opacity: 0.1;
}

.home-post-view-more-btn.is-loading .home-post-circle-loader {
    display: inline-block;
}

@keyframes homePostCircleLoaderRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.visiting-ad-section {
    padding: 0 0 32px;
}

.visiting-ad-section .visiting-ad-card {
    padding: 16px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--border_color_1);
    box-shadow: var(--shadow_1);
    backdrop-filter: blur(14px);
}

.visiting-ad-section .visiting-ad-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.visiting-ad-section .visiting-ad-title {
    margin: 0;
    padding: 12px 22px;
    font-size: var(--fs_14);
    line-height: 1.4;
    letter-spacing: 0.6px;
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
}

.visiting-ad-section .visiting-ad-arrow-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.visiting-ad-section .visiting-ad-arrow {
    width: 36px;
    height: 36px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs_28);
    line-height: 1;
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
    transition: all 0.25s ease;
}

.visiting-ad-section .visiting-ad-arrow:hover {
    background-color: var(--bg_color_5);
}

.visiting-ad-section .visiting-ad-swiper {
    width: 100%;
    overflow: hidden;
}

.visiting-ad-section .visiting-ad-slide {
    height: auto;
}

.visiting-ad-section .visiting-ad-item {
    width: 100%;
    height: 140px;
    display: block;
    overflow: hidden;
    background-color: var(--bg_color_1);
    border: 1px solid var(--border_color_1);
    transition: all 0.28s ease;
}

.visiting-ad-section .visiting-ad-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.main-footer {
    padding: 0;
    overflow: hidden;
    text-align: left;
    color: var(--text_color_2);
    background:
        radial-gradient(circle at 8% 10%, rgba(255, 255, 255, 0.12), transparent 26%),
        linear-gradient(135deg, #05005a 0%, #070078 48%, #03002f 100%);
    border-top: 4px solid var(--bg_color_4);
}

.main-footer .main-footer-wrapper {
    min-height: 138px;
    padding: 30px 0 24px;
}

.main-footer .main-footer-logo-text {
    margin: 0 0 8px;
    font-size: var(--fs_24);
    line-height: 1.1;
    color: var(--text_color_2);
    letter-spacing: 0.4px;
}

.main-footer .main-footer-desc {
    max-width: 340px;
    margin: 0;
    font-size: var(--fs_14);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
}

.main-footer .main-footer-link-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.main-footer .main-footer-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 22px;
}

.main-footer .main-footer-nav a {
    position: relative;
    font-size: var(--fs_14);
    line-height: 1;
    color: var(--text_color_2);
    letter-spacing: 0.6px;
    transition: all 0.25s ease;
}

.main-footer .main-footer-nav a:hover {
    color: var(--text_color_5);
}

.main-footer .main-footer-social-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.main-footer .main-footer-social-link {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text_color_2);
    border: 1px solid rgba(255, 255, 255, 0.26);
    background-color: rgba(255, 255, 255, 0.06);
    transition: all 0.25s ease;
}

.main-footer .main-footer-social-link:hover {
    color: var(--text_color_2);
    border-color: var(--bg_color_4);
    background-color: var(--bg_color_4);
}

.main-footer .main-footer-social-link svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
}

.main-footer .main-footer-counter-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.main-footer .main-footer-counter-label {
    font-size: var(--fs_14);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.main-footer .main-footer-counter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
}

.main-footer .main-footer-counter span {
    padding: 4px 6px;
    letter-spacing: 2px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs_16);
    line-height: 1;
    color: #111;
    background: linear-gradient(180deg, #ffffff 0%, #dcdcdc 100%);
    border: 1px solid rgba(255, 255, 255, 0.42);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.14);
}

.main-footer .main-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.main-footer .main-footer-text,
.main-footer .main-footer-credit {
    margin: 0;
    font-size: var(--fs_14);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.78);
}

.main-footer .main-footer-credit span {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    margin-left: 4px;
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
}

.article-detail-section {
    padding-bottom: 56px;
}

.breadcrumb_top_part {
    padding: 20px 0 20px 0;
}

.breadcrumb_top_part .article-detail-section__top {
    padding: 0 0 14px 0;
    border-bottom: 1px solid var(--border_color_1);
}

.breadcrumb_top_part .article-detail-section__top-row {
    display: flex;
    align-items: center;
    gap: 0;
}

.breadcrumb_top_part .article-detail-section__heading-col {
    display: flex;
    align-items: center;
}

.breadcrumb_top_part .article-detail-section__breadcrumb-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
}

.breadcrumb_top_part .article-detail-section__page-heading {
    margin: 0;
    font-size: var(--fs_22);
    line-height: 1.35;
    color: var(--text_color_3);
}

.breadcrumb_top_part .article-detail-section__breadcrumb {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: nowrap;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: var(--fs_16);
    line-height: 1.4;
    color: var(--text_color_3);
    text-align: right;
}

.breadcrumb_top_part .article-detail-section__breadcrumb-link {
    color: var(--text_color_4);
    flex-shrink: 0;
}

.breadcrumb_top_part .article-detail-section__breadcrumb-link:hover {
    color: var(--text_color_3);
}

.breadcrumb_top_part .article-detail-section__breadcrumb-separator {
    color: var(--text_color_3);
    flex-shrink: 0;
}

.breadcrumb_top_part .article-detail-section__breadcrumb-current {
    color: var(--text_color_3);
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}




.article-detail-section .article-detail-section__article-card {
    background-color: transparent;
}

.article-detail-section .article-detail-section__main-image-box {
    width: 100%;
    padding: 6px;
    background-color: var(--bg_color_1);
    border: 1px solid var(--border_color_1);
}

.article-detail-section .article-detail-section__main-image {
    width: 100%;
    display: block;
    object-fit: cover;
}

.article-detail-section .article-detail-section__image-title {
    margin: 12px 0 0;
    padding-bottom: 12px;
    font-size: var(--fs_20);
    line-height: 1.4;
    color: var(--text_color_4);
    border-bottom: 1px solid var(--border_color_1);
}

.article-detail-section .article-detail-section__date-row {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: var(--fs_14);
    line-height: 1.4;
    color: var(--text_color_3);
}

.article-detail-section .article-detail-section__date-icon {
    font-size: var(--fs_14);
    color: var(--text_color_3);
}

.article-detail-section .article-detail-section__date-icon svg {
    color: var(--text_color_3);
    height: 22px;
    width: 22px;
}

.article-detail-section .article-detail-section__date-text {
    font-size: var(--fs_14);
    color: var(--text_color_3);
}

.article-detail-section .article-detail-section__main-title {
    margin: 18px 0 20px;
    font-size: var(--fs_28);
    line-height: 1.4;
    color: #b73535;
}

.article-detail-section .article-detail-section__content {
    width: 100%;
}

.article-detail-section .article-detail-section__paragraph {
    margin: 0 0 18px;
    font-size: var(--fs_18);
    line-height: 1.4;
    font-weight: 600;
    color: #c03737;
}

.article-detail-section .article-detail-section__related-topic,
.article-detail-section .article-detail-section__related-pics {
    margin-top: 54px;
    padding-top: 18px;
    border-top: 1px solid var(--border_color_1);
}

.article-detail-section .article-detail-section__section-title-row {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}

.article-detail-section .article-detail-section__section-title {
    /* margin: 0;
    padding: 12px 22px;
    display: inline-flex;
    align-items: center;
    font-size: var(--fs_14);
    line-height: 1;
    letter-spacing: 0.5px;
    color: var(--text_color_2);
    background-color: var(--bg_color_4); */

    padding: 12px 22px;
    font-size: var(--fs_14);
    line-height: 1.4;
    letter-spacing: 0.6px;
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
    border: none;
    cursor: pointer;
    transition: all 0.28s ease;
}

.article-detail-section .article-detail-section__related-row {
    align-items: flex-start;
}

.article-detail-section .article-detail-section__related-card {
    display: block;
    width: 100%;
    height: 100%;
    color: var(--text_color_4);
}

.article-detail-section .article-detail-section__related-image {
    width: 100%;
    height: 170px;
    display: block;
    object-fit: cover;
    padding: 4px;
    background-color: var(--bg_color_1);
    border: 1px solid var(--border_color_1);
}

.article-detail-section .article-detail-section__related-title {
    margin: 8px 0 6px;
    font-size: var(--fs_16);
    line-height: 1.45;
    color: var(--text_color_4);
    font-weight: 600;
    transition: 0.3s color ease;
}

.article-detail-section .article-detail-section__related-date {
    display: flex;
    align-items: center;
    font-size: var(--fs_14);
    line-height: 1.4;
    color: var(--text_color_3);
}

.article-detail-section .article-detail-section__related-date svg {
    color: var(--text_color_3);
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.article-detail-section .article-detail-section__related-card:hover .article-detail-section__related-title {
    color: var(--text_color_3);
}

.article-detail-section .article-detail-section__date-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text_color_3);
    flex-shrink: 0;
}

.article-detail-section .article-detail-section__date-icon svg {
    width: 20px;
    height: 20px;
    display: block;
    color: var(--text_color_3);
    fill: currentColor;
}

.article-detail-section .article-detail-section__date-icon svg path,
.article-detail-section .article-detail-section__date-icon svg circle {
    fill: currentColor;
}

.article-detail-section .article-detail-section__related-date {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--text_color_3);
}

.article-detail-section .article-detail-section__related-date svg {
    width: 18px;
    height: 18px;
    display: block;
    margin-right: 0;
    color: var(--text_color_3);
    fill: currentColor;
    flex-shrink: 0;
}

.article-detail-section .article-detail-section__related-date svg path,
.article-detail-section .article-detail-section__related-date svg circle {
    fill: currentColor;
}

.main-navbar .main-navbar-epaper-link svg,
.main-navbar .main-navbar-epaper-link svg path {
    color: currentColor;
    fill: currentColor;
}

.contact-page-section {
    padding: 0 0 56px;
}

.contact-map-card {
    width: 100%;
    height: 410px;
    padding: 6px;
    overflow: hidden;
    background-color: var(--bg_color_1);
    border: 1px solid var(--border_color_1);
    box-shadow: var(--shadow_1);
}

.contact-map-iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.contact-content-card {
    margin-top: 28px;
    padding: 0 0 10px;
    background-color: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--border_color_1);
    box-shadow: var(--shadow_1);
    backdrop-filter: blur(14px);
}

.contact-title-row {
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border_color_1);
}

.contact-section-title {
    display: inline-flex;
    margin: 0;
    padding: 12px 22px;
    font-size: var(--fs_16);
    line-height: 1;
    letter-spacing: 0.6px;
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
}

.contact-form {
    padding: 0 22px 18px;
}

.contact-input,
.contact-textarea {
    width: 100%;
    border: 1px solid var(--border_color_1);
    outline: none;
    background-color: var(--bg_color_1);
    color: var(--text_color_6);
    font-size: var(--fs_14);
    line-height: 1.5;
    transition: all 0.25s ease;
}

.contact-input {
    height: 46px;
    padding: 0 16px;
}

.contact-textarea {
    min-height: 170px;
    resize: vertical;
    padding: 14px 16px;
}

.contact-input::placeholder,
.contact-textarea::placeholder {
    color: var(--text_color_7);
}

.contact-input:focus,
.contact-textarea:focus {
    border-color: var(--bg_color_4);
    box-shadow: 0 0 0 3px rgba(233, 39, 47, 0.08);
}

.contact-submit-btn {
    min-width: 140px;
    height: 44px;
    padding: 0 22px;
    border: 0;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs_14);
    line-height: 1;
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
    transition: all 0.25s ease;
}

.contact-submit-btn:hover {
    background-color: var(--bg_color_5);
}

.contact-info-box {
    height: 100%;
    padding: 0 22px 18px;
    border-left: 1px solid var(--border_color_1);
}

.contact-info-item {
    margin-bottom: 24px;
}

.contact-info-item:last-child {
    margin-bottom: 0;
}

.contact-info-title {
    margin: 0 0 8px;
    font-size: var(--fs_15);
    line-height: 1.4;

    color: var(--text_color_4);
    letter-spacing: 0.4px;
}

.contact-info-title.red-title {
    color: var(--text_color_3);
}

.contact-info-text {
    margin: 0;
    font-size: var(--fs_14);
    line-height: 1.7;
    color: var(--text_color_7);
}

.contact-info-link {
    display: block;
    margin-bottom: 4px;
    font-size: var(--fs_14);
    line-height: 1.5;
    color: var(--text_color_4);
    transition: all 0.25s ease;
}

.contact-info-link:hover {
    color: var(--text_color_3);
}

.contact-social-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-social-link {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs_12);
    line-height: 1;

    color: var(--text_color_2);
    background-color: var(--bg_color_5);
    transition: all 0.25s ease;
}

.contact-social-link:hover {
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
}

.contact-page-section {
    padding: 0 0 56px 0;
}

.contact-page-main-box {
    margin: 0 0 24px 0;
    background-color: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--border_color_1);
    box-shadow: var(--shadow_1);
    backdrop-filter: blur(14px);
}

.contact-page-detail-box {
    padding: 28px 24px 28px 24px;
    height: 100%;
    background-color: var(--bg_color_1);
    border-right: 1px solid var(--border_color_1);
}

.contact-page-detail-title {
    /* margin: 0 0 26px 0;
    padding: 12px 18px 12px 18px;
    display: inline-flex;
    align-items: center;
    font-size: var(--fs_16);
    line-height: 1.3;
    color: var(--text_color_2);
    background-color: var(--bg_color_4); */

    margin: 0 0 16px 0;
    padding: 12px 22px;
    font-size: var(--fs_14);
    line-height: 1.4;
    letter-spacing: 0.6px;
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
    border: none;
    cursor: pointer;
    width: fit-content;
}

.contact-page-detail-item {
    margin: 0 0 26px 0;
}

.contact-page-detail-item:last-child {
    margin-bottom: 0;
}

.contact-page-detail-item h3 {
    margin: 0 0 9px 0;
    font-size: var(--fs_15);
    line-height: 1.4;
    color: var(--text_color_3);
}

.contact-page-detail-item p {
    margin: 0;
    font-size: var(--fs_14);
    line-height: 1.6;
    color: var(--text_color_7);
}

.contact-page-detail-item a {
    margin: 0 0 5px 0;
    display: block;
    font-size: var(--fs_14);
    line-height: 1.5;
    color: var(--text_color_4);
}

.contact-page-detail-item a:hover {
    color: var(--text_color_3);
}

.contact-page-social-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-page-social-row .social_media {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text_color_4);
    background-color: var(--bg_color_1);
    border: 1px solid var(--border_color_1);
    transition: all 0.25s ease;
}

.contact-page-social-row .social_media svg {
    width: 15px;
    height: 15px;
    display: block;
    fill: currentColor;
}

.contact-page-social-row .social_media svg path,
.contact-page-social-row .social_media svg g,
.contact-page-social-row .social_media svg circle {
    fill: currentColor;
}

.contact-page-social-row .social_media:hover {
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
    border-color: var(--bg_color_4);
}

.contact-page-form-box {
    padding: 28px 28px 28px 28px;
}

.contact-page-title-row {
    margin: 0 0 22px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid var(--border_color_1);
}

.contact-page-title {
    /* margin: 0;
    padding: 12px 22px 12px 22px;
    display: inline-flex;
    align-items: center;
    font-size: var(--fs_14);
    line-height: 1;
    letter-spacing: 0.5px;
    color: var(--text_color_2);
    background-color: var(--bg_color_4); */

    padding: 12px 22px;
    font-size: var(--fs_14);
    line-height: 1.4;
    letter-spacing: 0.6px;
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
    border: none;
    cursor: pointer;
    width: fit-content;
}

.contact-page-label {
    margin: 0 0 7px 0;
    display: block;
    font-size: var(--fs_14);
    line-height: 1.4;
    font-weight: 500;
    color: var(--text_color_4);
}

.contact-page-input,
.contact-page-textarea {
    padding: 12px 14px 12px 14px;
    width: 100%;
    border: 1px solid var(--border_color_1);
    outline: none;
    font-size: var(--fs_14);
    line-height: 1.5;
    color: var(--text_color_6);
    background-color: var(--bg_color_1);
    transition: all 0.25s ease;
}

.contact-page-input {
    height: 45px;
}

.contact-page-textarea {
    height: 164px;
    resize: vertical;
}

.contact-page-input::placeholder,
.contact-page-textarea::placeholder {
    color: var(--text_color_7);
}

.contact-page-input:focus,
.contact-page-textarea:focus {
    border-color: var(--bg_color_4);
}

.contact-page-btn {
    /* padding: 12px 22px;
    border: 0;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs_14);
    line-height: 1;
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
    transition: all 0.25s ease; */

    padding: 12px 22px;
    font-size: var(--fs_14);
    line-height: 1.4;
    letter-spacing: 0.6px;
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
    border: none;
    cursor: pointer;
    width: fit-content;
    transition: all 0.25s ease;
}

.contact-page-btn:hover {
    background-color: var(--bg_color_5);
}

.contact-page-map-box {
    padding: 6px 6px 6px 6px;
    height: 390px;
    overflow: hidden;
    background-color: var(--bg_color_1);
    border: 1px solid var(--border_color_1);
    box-shadow: var(--shadow_1);
}

.contact-page-map-box iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}





.about-page-section {
    padding: 0 0 56px;
}

.about-page-main-card {
    background-color: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--border_color_1);
    box-shadow: var(--shadow_1);
    backdrop-filter: blur(14px);
}

.about-page-title-row {
    border-bottom: 1px solid var(--border_color_1);
}

.about-page-title {
    /* display: inline-flex;
    margin: 0;
    padding: 12px 22px;
    font-size: var(--fs_16);
    line-height: 1;
    letter-spacing: 0.6px;
    color: var(--text_color_2);
    background-color: var(--bg_color_4); */

    padding: 12px 22px;
    font-size: var(--fs_14);
    line-height: 1.4;
    letter-spacing: 0.6px;
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
    border: none;
    cursor: pointer;
    width: fit-content;
    margin: 0;
}

.about-page-list {
    padding: 22px;
}

.about-page-list .about-page-item {
    border-bottom: 1px solid var(--border_color_1);
}

.about-page-list .about-page-item.is-visible {
    display: block;
    animation: homePostFadeIn 0.35s ease;
}

.about-page-list .about-page-item:last-child {
    border-bottom: none;
}

.about-page-list .about-page-item-title {
    margin: 0 0 14px 0;
    font-size: var(--fs_22);
    line-height: 1.4;
    color: var(--text_color_4);
}

.about-page-list .about-page-item-desc {
    font-size: var(--fs_16);
    line-height: 1.6;
    color: var(--text_color_7);
    margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
    .about-page-section {
        padding: 0;
    }
}















.newspaper-list-section {
    padding: 0 0 56px 0;
}

.newspaper-category-block {
    margin-bottom: 34px;
    padding: 0 0 24px 0;
    background-color: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--border_color_1);
    box-shadow: var(--shadow_1);
    backdrop-filter: blur(14px);
}

.newspaper-category-block:last-child {
    margin-bottom: 0;
}

.newspaper-section-title-row {
    margin-bottom: 22px;
    border-bottom: 1px solid var(--border_color_1);
}

.newspaper-section-title {
    margin: 0;
    padding: 12px 22px;
    width: fit-content;
    font-size: var(--fs_16);
    line-height: 1.4;
    letter-spacing: 0.6px;
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
}

.newspaper-logo-row {
    padding: 0 22px;
}

.newspaper-logo-card {
    width: 100%;
    min-height: 86px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg_color_1);
    border: 1px solid var(--border_color_1);
    transition: all 0.28s ease;
}

.newspaper-logo-card:hover {
    border-color: var(--bg_color_4);
    box-shadow: var(--shadow_1);
}

.newspaper-logo-card img {
    width: 100%;
    max-height: 58px;
    display: block;
    object-fit: contain;
}

@media only screen and (max-width: 768px) {
    .newspaper-list-section {
        padding-bottom: 36px;
    }

    .newspaper-category-block {
        margin-bottom: 26px;
        padding-bottom: 18px;
    }

    .newspaper-section-title-row {
        margin-bottom: 18px;
    }

    .newspaper-logo-row {
        padding: 0 16px;
    }

    .newspaper-logo-card {
        min-height: 76px;
        padding: 10px 12px;
    }

    .newspaper-logo-card img {
        max-height: 48px;
    }
}







@media only screen and (max-width: 992px) {
    .main-footer {
        text-align: center;
    }

    .main-footer .main-footer-wrapper {
        min-height: unset;
        padding: 28px 0 24px;
    }

    .main-footer .main-footer-desc {
        max-width: 100%;
        margin: 0 auto;
    }

    .main-footer .main-footer-counter-block {
        align-items: center;
    }

    .main-footer .main-footer-counter {
        justify-content: center;
    }

    .main-footer .main-footer-bottom {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .main-footer .main-footer-wrapper {
        padding: 26px 0 20px;
    }

    .main-footer .main-footer-logo-text {
        font-size: var(--fs_22);
    }

    .main-footer .main-footer-desc {
        font-size: var(--fs_14);
        line-height: 1.6;
    }

    .main-footer .main-footer-nav {
        gap: 12px 18px;
    }

    .main-footer .main-footer-bottom {
        flex-direction: column;
        gap: 8px;
        padding: 14px 0;
        text-align: center;
    }
}

@media only screen and (max-width: 576px) {
    .main-footer .main-footer-wrapper {
        padding: 24px 0 18px;
    }

    .main-footer .main-footer-logo-text {
        font-size: var(--fs_20);
    }

    .main-footer .main-footer-desc {
        font-size: var(--fs_14);
        line-height: 1.55;
    }

    .main-footer .main-footer-nav {
        gap: 12px 14px;
    }

    .main-footer .main-footer-nav a {
        font-size: var(--fs_14);
    }

    .main-footer .main-footer-social-link {
        width: 34px;
        height: 34px;
    }

    .main-footer .main-footer-counter span {
        min-width: 16px;
        height: 22px;
        padding: 3px 5px;
        font-size: var(--fs_14);
        letter-spacing: 1.5px;
    }

    .main-footer .main-footer-text,
    .main-footer .main-footer-credit {
        font-size: var(--fs_14);
        line-height: 1.5;
    }
}

@media only screen and (max-width: 420px) {
    .main-footer .main-footer-nav {
        flex-direction: column;
        gap: 12px;
    }

    .main-footer .main-footer-counter span {
        min-width: 15px;
        padding: 3px 4px;
        font-size: var(--fs_12);
        letter-spacing: 1px;
    }

    .main-footer .main-footer-credit span {
        margin-top: 6px;
    }
}







.epaper-page .epaper-list-section {
    padding: 0 0 56px 0;
}

.epaper-page .epaper-category-block {
    padding: 0 0 24px 0;
    background-color: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--border_color_1);
    box-shadow: var(--shadow_1);
    backdrop-filter: blur(14px);
}

.epaper-page .epaper-section-title-row {
    margin-bottom: 22px;
    border-bottom: 1px solid var(--border_color_1);
}

.epaper-page .epaper-section-title {
    margin: 0;
    padding: 12px 22px;
    width: fit-content;
    font-size: var(--fs_16);
    line-height: 1.4;
    letter-spacing: 0.6px;
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
}

.epaper-page .epaper-card-row {
    padding: 0 22px;
}

.epaper-page .epaper-card {
    height: 100%;
    overflow: hidden;
    background-color: var(--bg_color_1);
    border: 1px solid var(--border_color_1);
    box-shadow: 0 14px 34px rgba(36, 31, 24, 0.06);
    transition: all 0.28s ease;
}

.epaper-page .epaper-card:hover {
    border-color: var(--bg_color_4);
    box-shadow: var(--shadow_2);
}

.epaper-page .epaper-thumb-box {
    position: relative;
    width: 100%;
    height: 350px;
    padding: 10px;
    display: block;
    overflow: hidden;
    background-color: var(--bg_color_1);
    border-bottom: 1px solid var(--border_color_1);
}

.epaper-page .epaper-preview-frame {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-color: var(--bg_color_1);
}

/* .epaper-page .epaper-pdf-preview {
    width: calc(100% + 22px);
    height: calc(100% + 22px);
    margin-right: -22px;
    margin-bottom: -22px;
    display: block;
    border: 0;
    outline: 0;
    background-color: var(--bg_color_1);
    pointer-events: none;
    overflow: hidden;
} */

/* .epaper-page .epaper-pdf-preview {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    outline: 0;
    background-color: #ffffff;
    pointer-events: none;
    overflow: hidden;
} */

.epaper-page .epaper-pdf-canvas {
    width: 100%;
    height: 100%;
    display: block;
    background-color: var(--bg_color_1);
    object-fit: contain;
}

.epaper-page .epaper-preview-loader {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs_14);
    color: var(--text_color_4);
    background-color: var(--bg_color_1);
}

.epaper-page .epaper-preview-frame.is-loaded .epaper-preview-loader {
    display: none;
}

.epaper-page .epaper-preview-click-layer {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    cursor: pointer;
}

.epaper-page .epaper-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    padding: 5px 9px;
    font-size: var(--fs_12);
    line-height: 1;
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
}

.epaper-page .epaper-card-content {
    padding: 14px 14px 12px 14px;
}

.epaper-page .epaper-title {
    margin: 0 0 10px 0;
    font-size: var(--fs_18);
    line-height: 1.35;
    color: var(--text_color_4);
    font-weight: 600;
}

.epaper-page .epaper-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.epaper-page .epaper-location,
.epaper-page .epaper-date {
    font-size: var(--fs_13);
    line-height: 1.4;
}

.epaper-page .epaper-location {
    color: var(--text_color_3);
    font-weight: 600;
}

.epaper-page .epaper-date {
    color: var(--text_color_7);
}

.epaper-page .epaper-action-row {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    border-top: 1px solid var(--border_color_1);
}

.epaper-page .epaper-action-btn {
    width: 50%;
    min-height: 46px;
    padding: 11px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: var(--fs_14);
    line-height: 1.3;
    color: var(--text_color_2);
    text-align: center;
    transition: all 0.25s ease;
}

.epaper-page .epaper-download-btn {
    background-color: var(--bg_color_4);
}

.epaper-page .epaper-read-btn {
    background-color: var(--bg_color_5);
}

.epaper-page .epaper-action-btn:hover {
    color: var(--text_color_5);
    background-color: var(--bg_color_7);
}

@media only screen and (max-width: 992px) {
    .epaper-page .epaper-thumb-box {
        height: 300px;
    }
}

@media only screen and (max-width: 768px) {
    .epaper-page .epaper-list-section {
        padding-bottom: 36px;
    }

    .epaper-page .epaper-card-row {
        padding: 0 16px;
    }

    .epaper-page .epaper-thumb-box {
        height: 330px;
    }
}

@media only screen and (max-width: 576px) {
    .epaper-page .epaper-thumb-box {
        height: 300px;
    }

    .epaper-page .epaper-title {
        font-size: var(--fs_16);
    }

    .epaper-page .epaper-meta-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .epaper-page .epaper-action-btn {
        min-height: 44px;
        font-size: var(--fs_13);
    }
}