/*
@File: Depan Template Styles
@Optimized: News Fast responsive navbar/logo adjustments — 2026-08-10

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Preloader Area CSS
** - Section Title CSS
** - Top Header Area CSS
** - Navbar Area CSS
** - Main News Area CSS
** - Widget Sidebar CSS
** - New News Area CSS
** - Main Default News Area CSS
** - Main News Slider Area CSS
** - Page Title CSS
** - Pagination Area CSS
** - Author Area CSS
** - About Area CSS
** - Team Area CSS
** - Login Area CSS
** - Register Area CSS
** - 404 Error Area CSS
** - Terms of service Area CSS
** - Coming Soon Area CSS
** - Contact Area CSS
** - News Area CSS
** - News Details Area CSS
** - Footer Area CSS
** - Copy Right Area CSS
** - Go Top CSS


*/
/*================================================
Default CSS
=================================================*/
@import url('https://fonts.cdnfonts.com/css/siyam-rupali');

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap");

body {
    padding: 0;
    margin: 0;
    font-family: "Siyam Rupali", "Roboto", sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 30.6px;
color: rgb(18, 18, 18);
}

/* News headings */
h1,
h2,
h3,
h4,
h5,
h6,
.news-title {
    font-family: "Siyam Rupali", "Roboto", serif;
    font-weight: 700;
    line-height: 1.4;
}

/* Article content */
.news-content,
.news-description,
.article-content {
    font-family: "Siyam Rupali", "Roboto", serif;
    font-size: 18px;
    line-height: 1.9;
}

/* Menu / UI */
.navbar,
.navbar a,
.menu,
button,
.btn,
.news-meta,
.date,
.category {
    font-family: "Siyam Rupali", "Roboto", sans-serif;
}

a {
    text-decoration: none;
    transition: 0.5s;
    color: #09101f;
}
a:hover,
a:focus {
    color: #d10000;
    text-decoration: none;
}

button {
    outline: 0 !important;
}

p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #656565;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}
p:last-child {
    margin-bottom: 0;
}

i {
    line-height: normal;
}

.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #09101f;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

.pt-100 {
    padding-top: 100px;
}

.pb-70 {
    padding-bottom: 70px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #d10000;
    z-index: 999999;
    height: 100%;
    overflow: hidden;
}
.preloader .loader {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    transform: translateY(-45%);
    height: 50px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}
.preloader .loader .wrapper {
    height: 50px;
    width: 180px;
}
.preloader .loader .circle {
    border-radius: 50%;
    border: 3px solid #ffffff;
    float: left;
    height: 50px;
    margin: 0 5px;
    width: 50px;
}
.preloader .loader .circle-1 {
    animation: move 1s ease-in-out infinite;
}
.preloader .loader .circle-1a {
    animation: fade 1s ease-in-out infinite;
}
.preloader .loader .circle-2 {
    animation: move 1s ease-in-out infinite;
}
.preloader .loader .circle-1a {
    margin-left: -55px;
    opacity: 0;
}
.preloader .loader .circle-3 {
    animation: circle-3 1s ease-in-out infinite;
    opacity: 1;
}
.preloader .loader span {
    color: #ffffff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.preloader-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center;
    transition: 0.9s;
}
.preloader-area .loader {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    transform: translateY(-43%);
    text-align: center;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    transition: 0.5s;
}
.preloader-area .box {
    width: 100%;
    height: 100%;
    background: #ffffff;
    animation: animate 0.5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
}
.preloader-area .shadow {
    width: 100%;
    height: 5px;
    background: #000000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    animation: shadow 0.5s linear infinite;
}
.preloader-area::before,
.preloader-area::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    z-index: -1;
    background: #d10000;
    transition: 0.9s;
}
.preloader-area::after {
    left: auto;
    right: 0;
}
.preloader-area.preloader-deactivate {
    visibility: hidden;
}
.preloader-area.preloader-deactivate::after,
.preloader-area.preloader-deactivate::before {
    width: 0;
}
.preloader-area.preloader-deactivate .loader {
    opacity: 0;
    visibility: hidden;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes move {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(60px);
    }
}
@keyframes circle-3 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes loader {
    0% {
        left: -100px;
    }
    100% {
        left: 110%;
    }
}
@keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        transform: translateY(0) rotate(90deg);
    }
}
@keyframes shadow {
    50% {
        transform: scale(1.2, 1);
    }
}
/*================================================
Section Title CSS
=================================================*/
.section-title {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
}
.section-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    bottom: -1px;
    background: #d10000;
}
.section-title h2 {
    font-size: 25px;
    margin-bottom: 0;
}

/*================================================
Top Header Area CSS
=================================================*/
.top-header-area {
    background-color: #111111;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-header-area.bg-color {
    background-color: #ffffff;
    border-bottom: 1px solid #e1e1e1;
}
.top-header-area.bg-color .top-header-social li a {
    color: #09101f;
}
.top-header-area.bg-color .top-header-social li a i {
    background-color: #eeeeee;
}
.top-header-area.bg-color .top-header-social li a i:hover {
    color: #09101f;
}
.top-header-area.bg-color .top-header-others li a {
    color: #09101f;
}
.top-header-area.bg-color .top-header-others li a:hover {
    color: #d10000;
}
.top-header-area.bg-color .top-header-others .languages-list .nice-select {
    color: #09101f;
}
.top-header-area.bg-ffffff {
    background-color: #ffffff;
}
.top-header-area.bg-ffffff .top-header-others li a {
    color: #09101f;
}
.top-header-area.bg-ffffff .top-header-others li a:hover {
    color: #d10000;
}
.top-header-area.bg-ffffff .top-header-others .languages-list .nice-select {
    color: #09101f;
}

.top-header-social {
    padding-left: 0;
    margin-bottom: 0;
}
.top-header-social li {
    display: inline-block;
    list-style-type: none;
    margin-right: 5px;
}
.top-header-social li:last-child {
    margin-right: 0;
}
.top-header-social li a {
    color: #ffffff;
}
.top-header-social li a i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ffffff;
    color: #d10000;
    font-size: 16px;
    border-radius: 50px;
    transition: 0.5s;
}
.top-header-social li a i:hover {
    background-color: #d10000;
    color: #ffffff;
    transform: translateY(-2px);
}

.top-header-others {
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
}
.top-header-others li {
    list-style-type: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    margin-right: 12px;
}
.top-header-others li:last-child {
    margin-right: 0;
}
.top-header-others li i {
    position: absolute;
    left: 0;
    color: #d10000;
    top: 4px;
}
.top-header-others li a {
    color: #ffffff;
}
.top-header-others li a:hover {
    color: #d10000;
}
.top-header-others .languages-list .nice-select {
    background-color: transparent;
    border-radius: 0;
    border: none;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    line-height: initial;
    color: #ffffff;
    padding-left: 0;
    padding-right: 25px;
}
.top-header-others .languages-list .nice-select::after {
    border-color: #d10000;
    height: 8px;
    width: 8px;
    right: 5px;
    margin-top: -5px;
}
.top-header-others .languages-list .nice-select .list {
    background-color: #ffffff;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    border-radius: 0;
    width: 150px;
    height: 200px;
    overflow-y: scroll;
    margin-top: 14px;
    margin-bottom: 0;
}
.top-header-others .languages-list .nice-select .list li {
    margin-right: 0;
}
.top-header-others .languages-list .nice-select .list .option {
    line-height: 40px;
    min-height: 40px;
    color: #656565;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 15px;
    display: block;
}
.top-header-others .languages-list .nice-select .list .option.selected {
    background-color: #d10000 !important;
    color: #ffffff;
    font-weight: normal;
}
.top-header-others .languages-list .nice-select .list::-webkit-scrollbar {
    display: none;
}

.breaking-news-content .breaking-title {
    font-size: 15px;
    font-weight: 500;
    color: #d10000;
    margin-bottom: 0;
    float: left;
}

.breaking-news-slides .single-breaking-news p {
    line-height: initial;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 10px;
    font-weight: 400;
}
.breaking-news-slides .single-breaking-news p a {
    color: #8a8a8a;
}

/*================================================
Navbar Area CSS
=================================================*/
.main-responsive-nav {
    display: none;
}

.main-navbar {
    background-color: #f6f6f6;
}
.main-navbar .navbar {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    min-height: 82px;
    transition: 0.5s;
    padding: 0;
}
.main-navbar .navbar .navbar-brand {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    flex-shrink: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 18px;
}

.main-navbar .navbar .navbar-brand img {
    display: block;
    width: 190px;
    max-width: 190px;
    height: auto;
    object-fit: contain;
}
.main-navbar .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.main-navbar .navbar .navbar-nav {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    min-width: 0;
    margin: auto;
}
.main-navbar .navbar .navbar-nav .nav-item {
    position: relative;
    flex-shrink: 0;
}
.main-navbar .navbar .navbar-nav .nav-item a {
    color: #09101f;
    font-size: 16px;
    font-weight: 500;
    padding: 30px 12px;
    transition: 0.5s;
}
.main-navbar .navbar .navbar-nav .nav-item a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: -4px;
    margin-right: -4px;
}
.main-navbar .navbar .navbar-nav .nav-item a:hover,
.main-navbar .navbar .navbar-nav .nav-item a:focus,
.main-navbar .navbar .navbar-nav .nav-item a.active {
    color: #ffffff;
    background-color: #d10000;
}
.main-navbar .navbar .navbar-nav .nav-item:hover a,
.main-navbar .navbar .navbar-nav .nav-item.active a {
    color: #ffffff;
    background-color: #d10000;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
    border: none;
    top: 70px;
    left: 0;
    z-index: 99;
    opacity: 0;
    width: 230px;
    display: block;
    border-radius: 0;
    margin-top: 15px;
    position: absolute;
    visibility: hidden;
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    padding: 15px 0;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 5px 20px;
    position: relative;
    display: block;
    color: #09101f;
    font-size: 15px;
    font-weight: 500;
    background-color: transparent;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
    right: 15px;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #d10000;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -230px;
    right: auto;
    margin-top: 15px;
    visibility: hidden;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    a {
    color: #09101f;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:hover,
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:focus,
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active {
    color: #d10000;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 300px;
    visibility: hidden;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a {
    color: #09101f;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:hover,
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:focus,
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active {
    color: #d10000;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -300px;
    visibility: hidden;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a {
    color: #09101f;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:hover,
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:focus,
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active {
    color: #d10000;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 300px;
    visibility: hidden;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a {
    color: #09101f;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:hover,
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:focus,
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active {
    color: #d10000;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -300px;
    visibility: hidden;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a {
    color: #09101f;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:hover,
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:focus,
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active {
    color: #d10000;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 300px;
    visibility: hidden;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a {
    color: #09101f;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:hover,
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:focus,
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active {
    color: #d10000;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li.active
    a {
    color: #d10000;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li:hover
    .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li.active
    a {
    color: #d10000;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li:hover
    .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li.active
    a {
    color: #d10000;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li:hover
    .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li.active
    a {
    color: #d10000;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li:hover
    .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li.active
    a {
    color: #d10000;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li:hover
    .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #d10000;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li:hover
    .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.main-navbar .navbar .navbar-nav .nav-item.megamenu {
    position: inherit;
}
.main-navbar .navbar .navbar-nav .nav-item.megamenu .container {
    display: block;
    flex-wrap: unset;
    max-width: 1160px;
    align-items: unset;
    justify-content: unset;
}
.main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
    left: 0;
    top: auto;
    width: 100%;
    margin-top: 0;
    padding: 30px 0;
    position: absolute;
    transform: unset !important;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .megamenu-submenu
    .nav-item
    .nav-link {
    padding: 0;
    margin-top: 15px;
    display: inline-block;
    color: #09101f;
    font-weight: 500;
    font-size: 15px;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .megamenu-submenu
    .nav-item
    .nav-link:hover,
.main-navbar
    .navbar
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .megamenu-submenu
    .nav-item
    .nav-link.active {
    color: #d10000;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .megamenu-submenu
    .nav-item:first-child
    a {
    margin-top: 0;
}
.main-navbar
    .navbar
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .d-block
    img {
    border-radius: 8px;
}
.main-navbar .navbar .others-options {
    flex: 0 0 auto;
    margin-left: 15px;
}

.main-navbar .navbar .others-options .option-item .search-box {
    position: relative;
    width: 250px;
    border-radius: 5px;
}
.main-navbar .navbar .others-options .option-item .search-box .form-control {
    height: 50px;
    padding: 8px 15px;
    border: 1px solid #eeeeee;
    background-color: #eeeeee;
    transition: 0.5s;
    border-radius: 5px;
}
.main-navbar
    .navbar
    .others-options
    .option-item
    .search-box
    .form-control:focus {
    border-color: #d10000;
    background-color: transparent;
    box-shadow: none;
}
.main-navbar .navbar .others-options .option-item .search-box button {
    border: none;
    background-color: #d10000;
    color: #ffffff;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 5px;
    transition: 0.5s;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
}
.main-navbar .navbar .others-options .option-item .search-box button i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.main-navbar .navbar .others-options .option-item .search-box button:hover,
.main-navbar .navbar .others-options .option-item .search-box button:focus {
    background-color: #dc472e;
    color: #ffffff;
}

.navbar-two .main-navbar {
    background-color: #ffffff;
    border-bottom: 1px solid #e1e1e1;
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff !important;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.others-option-for-responsive {
    display: none;
}
.others-option-for-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 9991;
    position: absolute;
    right: 60px;
    top: -28px;
}
.others-option-for-responsive .dot-menu .inner {
    display: flex;
    align-items: center;
    height: 30px;
}
.others-option-for-responsive .dot-menu .inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    transition: 0.5s;
    background-color: #09101f;
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
    background-color: #d10000;
}
.others-option-for-responsive .container {
    position: relative;
}
.others-option-for-responsive .container .container {
    position: absolute;
    right: 0;
    top: 10px;
    max-width: 260px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    transform: scaleX(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
}
.others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
}
.others-option-for-responsive
    .option-inner
    .others-options
    .option-item
    .search-box {
    position: relative;
    width: 250px;
    border-radius: 5px;
}
.others-option-for-responsive
    .option-inner
    .others-options
    .option-item
    .search-box
    .form-control {
    height: 50px;
    padding: 8px 15px;
    border: 1px solid #eeeeee;
    background-color: #eeeeee;
    transition: 0.5s;
    border-radius: 5px;
}
.others-option-for-responsive
    .option-inner
    .others-options
    .option-item
    .search-box
    .form-control:focus {
    border-color: #d10000;
    background-color: transparent;
    box-shadow: none;
}
.others-option-for-responsive
    .option-inner
    .others-options
    .option-item
    .search-box
    button {
    border: none;
    background-color: #d10000;
    color: #ffffff;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 5px;
    transition: 0.5s;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
}
.others-option-for-responsive
    .option-inner
    .others-options
    .option-item
    .search-box
    button
    i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.others-option-for-responsive
    .option-inner
    .others-options
    .option-item
    .search-box
    button:hover,
.others-option-for-responsive
    .option-inner
    .others-options
    .option-item
    .search-box
    button:focus {
    background-color: #dc472e;
    color: #ffffff;
}

@media only screen and (max-width: 1199px) {
    .main-responsive-nav {
        display: block;
    }
    .main-responsive-nav .main-responsive-menu {
        position: relative;
    }
    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
        font-size: 15px;
    }
    .main-responsive-nav
        .main-responsive-menu.mean-container
        .mean-nav
        ul
        li
        a.active {
        color: #dc472e;
    }
    .main-responsive-nav
        .main-responsive-menu.mean-container
        .mean-nav
        ul
        li
        a
        i {
        display: none;
    }
    .main-responsive-nav
        .main-responsive-menu.mean-container
        .mean-nav
        ul
        li
        li
        a {
        font-size: 14px;
    }
    .main-responsive-nav .main-responsive-menu.mean-container .others-options {
        display: none !important;
    }
    .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        height: 360px;
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    }
    .main-responsive-nav .mean-container a.meanmenu-reveal {
        color: #09101f;
    }
    .main-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #09101f;
        position: relative;
    }
    .main-responsive-nav .logo {
        position: relative;
    }
    .main-responsive-nav .logo img {
        display: block;
        width: 170px !important;
        max-width: 170px !important;
        height: auto !important;
        object-fit: contain;
    }
    .navbar-area {
        background-color: #ffffff;
        box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .main-navbar {
        display: none;
    }
    .others-option-for-responsive {
        display: block;
    }
}
/*================================================
News Fast Navbar Device Optimization
=================================================*/
@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
    .main-navbar .navbar .navbar-brand {
        margin-right: 10px;
    }

    .main-navbar .navbar .navbar-brand img {
        width: 150px;
        max-width: 150px;
        height: auto;
    }

    .main-navbar .navbar .navbar-nav .nav-item a {
        font-size: 14px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .main-navbar .navbar .navbar-nav .nav-item a i {
        font-size: 16px;
    }

    .main-navbar .navbar .others-options {
        margin-left: 8px;
    }

    .main-navbar .navbar .others-options .option-item .search-box {
        width: 200px;
    }
}

@media only screen and (min-width: 1400px) {
    .main-navbar .navbar .navbar-brand img {
        width: 190px;
        max-width: 190px;
    }
}

@media only screen and (max-width: 575.98px) {
    .main-responsive-nav .logo img {
        width: 145px !important;
        max-width: 145px !important;
    }
}

/*================================================
Main News Area CSS
=================================================*/
.main-news-area {
    padding-top: 50px;
    padding-bottom: 20px;
}

.single-main-news {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.single-main-news::before {
    position: absolute;
    content: "";
    background:
        linear-gradient(transparent, #111), linear-gradient(transparent, #111);
    height: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.7;
}
.single-main-news img {
    overflow: hidden;
    transition: all 1.5s ease-out;
}
.single-main-news .news-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 30px;
    z-index: 2;
}
.single-main-news .news-content .tag {
    display: inline-block;
    font-size: 14px;
    background-color: #d10000;
    color: #ffffff;
    padding: 2px 10px;
    font-weight: 400;
    transition: 0.5s;
}
.single-main-news .news-content h3 {
    font-size: 36px;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 20px;
}
.single-main-news .news-content h3 a {
    color: #ffffff;
    position: relative;
}
.single-main-news .news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.single-main-news .news-content span {
    color: #ffffff;
}
.single-main-news .news-content span a {
    color: #ffffff;
    font-weight: 400;
}
.single-main-news:hover img {
    transform: scale(1.1);
}
.single-main-news:hover .news-content .tag {
    background-color: #dc472e;
}
.single-main-news:hover .news-content h3 a {
    color: #d10000;
}
.single-main-news:hover .news-content h3 a::before {
    width: 100%;
}
.single-main-news:hover .news-content span a {
    color: #d10000;
}

.single-main-news-inner {
    position: relative;
    overflow: hidden;
}
.single-main-news-inner::before {
    position: absolute;
    content: "";
    background:
        linear-gradient(transparent, #111), linear-gradient(transparent, #111);
    height: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.7;
}
.single-main-news-inner img {
    overflow: hidden;
    transition: all 1.5s ease-out;
}
.single-main-news-inner .news-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 30px;
    z-index: 2;
}
.single-main-news-inner .news-content .tag {
    display: inline-block;
    font-size: 14px;
    background-color: #d10000;
    color: #ffffff;
    padding: 2px 10px;
    font-weight: 400;
    transition: 0.5s;
}
.single-main-news-inner .news-content h3 {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 12px;
}
.single-main-news-inner .news-content h3 a {
    color: #ffffff;
    position: relative;
}
.single-main-news-inner .news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.single-main-news-inner .news-content span {
    color: #ffffff;
    font-size: 14px;
}
.single-main-news-inner:hover img {
    transform: scale(1.1);
}
.single-main-news-inner:hover .news-content .tag {
    background-color: #dc472e;
}
.single-main-news-inner:hover .news-content h3 a {
    color: #d10000;
}
.single-main-news-inner:hover .news-content h3 a::before {
    width: 100%;
}

.single-main-news-box {
    margin-top: 18px;
    border: 1px solid #eeeeee;
    position: relative;
    overflow: hidden;
}
.single-main-news-box img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    width: 150px;
}
.single-main-news-box .news-content {
    padding-left: 165px;
    padding-right: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.single-main-news-box .news-content .tag {
    font-size: 14px;
    color: #d10000;
    font-weight: 400;
}
.single-main-news-box .news-content h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.single-main-news-box .news-content h3 a {
    color: #09101f;
    position: relative;
}
.single-main-news-box .news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.single-main-news-box .news-content span {
    color: #656565;
    font-size: 14px;
    font-weight: 400;
}
.single-main-news-box:hover .news-content h3 a {
    color: #d10000;
}
.single-main-news-box:hover .news-content h3 a::before {
    width: 100%;
}

/*================================================
Default News Area CSS
=================================================*/
.default-news-area {
    padding-bottom: 50px;
}

.single-most-popular-news {
    margin-bottom: 30px;
}
.single-most-popular-news .popular-news-image {
    overflow: hidden;
}
.single-most-popular-news .popular-news-image img {
    transition: 0.5s;
}
.single-most-popular-news .popular-news-content {
    margin-top: 15px;
}
.single-most-popular-news .popular-news-content span {
    font-size: 14px;
    font-weight: 500;
    color: #d10000;
}
.single-most-popular-news .popular-news-content h3 {
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.single-most-popular-news .popular-news-content h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.single-most-popular-news .popular-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.single-most-popular-news .popular-news-content p {
    font-weight: 400;
    font-size: 14px;
}
.single-most-popular-news .popular-news-content p a {
    color: #656565;
}
.single-most-popular-news:hover .popular-news-content h3 a {
    color: #d10000;
}
.single-most-popular-news:hover .popular-news-content h3 a::before {
    width: 100%;
}
.single-most-popular-news:hover .popular-news-content p a {
    color: #d10000;
}
.single-most-popular-news:hover .popular-news-image img {
    transform: scale(1.1);
}

.most-popular-post {
    margin-bottom: 30px;
    border: 1px solid #eeeeee;
}
.most-popular-post .post-image {
    overflow: hidden;
}
.most-popular-post .post-image img {
    transition: 0.5s;
}
.most-popular-post .post-content span {
    font-size: 14px;
    font-weight: 500;
    color: #d10000;
}
.most-popular-post .post-content h3 {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.most-popular-post .post-content h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.most-popular-post .post-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.most-popular-post .post-content p {
    font-weight: 400;
    font-size: 14px;
}
.most-popular-post .post-content p a {
    color: #656565;
}
.most-popular-post:hover .post-content h3 a {
    color: #d10000;
}
.most-popular-post:hover .post-content h3 a::before {
    width: 100%;
}
.most-popular-post:hover .post-image img {
    transform: scale(1.1);
}

.video-item {
    position: relative;
}
.video-item::before {
    position: absolute;
    content: "";
    background:
        linear-gradient(transparent, #000000),
        linear-gradient(transparent, #000000);
    height: 60%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.8;
}
.video-item .video-news-image {
    position: relative;
}
.video-item .video-news-image i {
    font-size: 50px;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #ffffff;
    transition: 0.5s;
}
.video-item .video-news-image i:hover {
    color: #d10000;
}
.video-item .video-news-content {
    position: absolute;
    bottom: 0;
    padding: 25px;
    z-index: 1;
    transition: 0.5s;
}
.video-item .video-news-content h3 {
    font-size: 22px;
    margin-bottom: 12px;
}
.video-item .video-news-content h3 a {
    color: #ffffff;
}
.video-item .video-news-content span {
    color: #ffffff;
    font-size: 14px;
}
.video-item:hover .video-news-image i {
    color: #d10000;
}
.video-item:hover .video-news-content h3 a {
    color: #d10000;
}
.video-item.mb-30 {
    margin-bottom: 30px;
}

.single-video-item {
    margin-bottom: 30px;
}
.single-video-item .video-news-image {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.single-video-item .video-news-image img {
    transition: 0.5s;
}
.single-video-item .video-news-image i {
    font-size: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #ffffff;
    transition: 0.5s;
    z-index: 1;
}
.single-video-item .video-news-image i:hover {
    color: #d10000;
}
.single-video-item .video-news-image::before {
    position: absolute;
    content: "";
    background:
        linear-gradient(transparent, #000000),
        linear-gradient(transparent, #000000);
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.5;
}
.single-video-item .video-news-content {
    margin-top: 15px;
}
.single-video-item .video-news-content span {
    font-size: 14px;
    font-weight: 500;
    color: #d10000;
}
.single-video-item .video-news-content h3 {
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.single-video-item .video-news-content h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.single-video-item .video-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.single-video-item .video-news-content p {
    font-weight: 400;
    font-size: 14px;
}
.single-video-item .video-news-content p a {
    color: #656565;
}
.single-video-item:hover .video-news-content h3 a {
    color: #d10000;
}
.single-video-item:hover .video-news-content h3 a::before {
    width: 100%;
}
.single-video-item:hover .video-news-content p a {
    color: #d10000;
}
.single-video-item:hover .video-news-image img {
    transform: scale(1.1);
}

.video-slides {
    margin-bottom: 30px;
}
.video-slides.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -65px;
    right: 0;
}
.video-slides.owl-theme .owl-nav [class*="owl-"] {
    background-color: transparent;
    border: 1px solid #e1e1e1;
    height: 30px;
    width: 30px;
    line-height: 32px;
    border-radius: 0;
    transition: 0.5s;
    font-size: 20px;
}
.video-slides.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #d10000;
    border: 1px solid #d10000;
}

.single-politics-news {
    margin-bottom: 30px;
}
.single-politics-news .politics-news-image {
    overflow: hidden;
    position: relative;
}
.single-politics-news .politics-news-image img {
    transition: 0.5s;
}
.single-politics-news .politics-news-image i {
    font-size: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #ffffff;
    transition: 0.5s;
    text-align: center;
}
.single-politics-news .politics-news-image i:hover {
    color: #d10000;
}
.single-politics-news .politics-news-content {
    margin-top: 15px;
}
.single-politics-news .politics-news-content span {
    font-size: 14px;
    font-weight: 500;
    color: #d10000;
}
.single-politics-news .politics-news-content h3 {
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.single-politics-news .politics-news-content h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.single-politics-news .politics-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.single-politics-news .politics-news-content p {
    font-weight: 400;
    font-size: 14px;
}
.single-politics-news .politics-news-content p a {
    color: #656565;
}
.single-politics-news .politics-news-content-box span {
    font-size: 14px;
    font-weight: 500;
    color: #d10000;
}
.single-politics-news .politics-news-content-box h3 {
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.single-politics-news .politics-news-content-box h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.single-politics-news .politics-news-content-box h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.single-politics-news .politics-news-content-box p {
    font-weight: 400;
    font-size: 14px;
}
.single-politics-news .politics-news-content-box .date {
    font-weight: 400;
    font-size: 14px;
    color: #656565;
}
.single-politics-news:hover .politics-news-content h3 a {
    color: #d10000;
}
.single-politics-news:hover .politics-news-content h3 a::before {
    width: 100%;
}
.single-politics-news:hover .politics-news-content p a {
    color: #d10000;
}
.single-politics-news:hover .politics-news-content-box h3 a {
    color: #d10000;
}
.single-politics-news:hover .politics-news-content-box h3 a::before {
    width: 100%;
}
.single-politics-news:hover .politics-news-image img {
    transform: scale(1.1);
}

.politics-news-post {
    margin-bottom: 30px;
}
.politics-news-post .politics-news-image {
    overflow: hidden;
    position: relative;
}
.politics-news-post .politics-news-image img {
    transition: 0.5s;
}
.politics-news-post .politics-news-image i {
    font-size: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #ffffff;
    transition: 0.5s;
    text-align: center;
}
.politics-news-post .politics-news-image i:hover {
    color: #d10000;
}
.politics-news-post .politics-news-content h3 {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.politics-news-post .politics-news-content h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.politics-news-post .politics-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.politics-news-post .politics-news-content p {
    font-weight: 400;
    font-size: 14px;
}
.politics-news-post:hover .politics-news-content h3 a {
    color: #d10000;
}
.politics-news-post:hover .politics-news-content h3 a::before {
    width: 100%;
}
.politics-news-post:hover .politics-news-image img {
    transform: scale(1.1);
}

.politics-news-post-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.politics-news-post-box::before {
    position: absolute;
    content: "";
    background:
        linear-gradient(transparent, #000000),
        linear-gradient(transparent, #000000);
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.5;
}
.politics-news-post-box img {
    overflow: hidden;
    transition: all 1.5s ease-out;
}
.politics-news-post-box .politics-news-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 25px;
    z-index: 2;
}
.politics-news-post-box .politics-news-content h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 12px;
}
.politics-news-post-box .politics-news-content h3 a {
    color: #ffffff;
    position: relative;
}
.politics-news-post-box .politics-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.politics-news-post-box .politics-news-content p {
    color: #ffffff;
    font-size: 14px;
}
.politics-news-post-box:hover img {
    transform: scale(1.1);
}
.politics-news-post-box:hover .politics-news-content h3 a {
    color: #d10000;
}
.politics-news-post-box:hover .politics-news-content h3 a::before {
    width: 100%;
}

.single-business-news {
    margin-bottom: 30px;
}
.single-business-news .business-news-image {
    overflow: hidden;
}
.single-business-news .business-news-image img {
    transition: 0.5s;
}
.single-business-news .business-news-content {
    margin-top: 20px;
}
.single-business-news .business-news-content span {
    font-size: 14px;
    font-weight: 500;
    color: #d10000;
}
.single-business-news .business-news-content h3 {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 16px;
}
.single-business-news .business-news-content h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.single-business-news .business-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.single-business-news .business-news-content p {
    font-weight: 400;
    font-size: 14px;
}
.single-business-news .business-news-content p a {
    color: #656565;
}
.single-business-news:hover .business-news-content h3 a {
    color: #d10000;
}
.single-business-news:hover .business-news-content h3 a::before {
    width: 100%;
}
.single-business-news:hover .business-news-content p a {
    color: #d10000;
}
.single-business-news:hover .business-news-content-box h3 a {
    color: #d10000;
}
.single-business-news:hover .business-news-content-box h3 a::before {
    width: 100%;
}
.single-business-news:hover .business-news-image img {
    transform: scale(1.1);
}
.single-business-news .business-news-content-box span {
    font-size: 14px;
    font-weight: 500;
    color: #d10000;
}
.single-business-news .business-news-content-box h3 {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 16px;
}
.single-business-news .business-news-content-box h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.single-business-news .business-news-content-box h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.single-business-news .business-news-content-box p {
    font-weight: 400;
    font-size: 14px;
}
.single-business-news .business-news-content-box .date {
    font-weight: 400;
    font-size: 14px;
    color: #656565;
}

.business-news-slides.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -65px;
    right: 0;
}
.business-news-slides.owl-theme .owl-nav [class*="owl-"] {
    background-color: transparent;
    border: 1px solid #e1e1e1;
    height: 30px;
    width: 30px;
    line-height: 32px;
    border-radius: 0;
    transition: 0.5s;
    font-size: 20px;
}
.business-news-slides.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #d10000;
    border: 1px solid #d10000;
}

.single-sports-news {
    margin-bottom: 30px;
}
.single-sports-news .sports-news-image {
    overflow: hidden;
}
.single-sports-news .sports-news-image img {
    transition: 0.5s;
}
.single-sports-news .sports-news-content h3 {
    font-size: 18px;
    margin-bottom: 12px;
}
.single-sports-news .sports-news-content h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.single-sports-news .sports-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.single-sports-news .sports-news-content p {
    font-weight: 400;
    font-size: 14px;
}
.single-sports-news:hover .sports-news-content h3 a {
    color: #d10000;
}
.single-sports-news:hover .sports-news-content h3 a::before {
    width: 100%;
}
.single-sports-news:hover .sports-news-image img {
    transform: scale(1.1);
}

.single-sports-news-box {
    margin-bottom: 30px;
}
.single-sports-news-box .sports-news-image {
    overflow: hidden;
    position: relative;
}
.single-sports-news-box .sports-news-image img {
    transition: 0.5s;
}
.single-sports-news-box .sports-news-image i {
    font-size: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #ffffff;
    transition: 0.5s;
    text-align: center;
}
.single-sports-news-box .sports-news-image i:hover {
    color: #d10000;
}
.single-sports-news-box .sports-news-content {
    margin-top: 15px;
}
.single-sports-news-box .sports-news-content span {
    font-size: 14px;
    font-weight: 500;
    color: #d10000;
}
.single-sports-news-box .sports-news-content h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 12px;
}
.single-sports-news-box .sports-news-content h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.single-sports-news-box .sports-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.single-sports-news-box .sports-news-content p {
    font-weight: 400;
    font-size: 14px;
}
.single-sports-news-box .sports-news-content p a {
    color: #656565;
}
.single-sports-news-box:hover .sports-news-content h3 a {
    color: #d10000;
}
.single-sports-news-box:hover .sports-news-content h3 a::before {
    width: 100%;
}
.single-sports-news-box:hover .sports-news-content p a {
    color: #d10000;
}
.single-sports-news-box:hover .sports-news-image img {
    transform: scale(1.1);
}

.sports-news-post {
    margin-bottom: 30px;
}
.sports-news-post .sports-news-image {
    overflow: hidden;
}
.sports-news-post .sports-news-image img {
    transition: 0.5s;
}
.sports-news-post .sports-news-content span {
    font-size: 14px;
    color: #d10000;
}
.sports-news-post .sports-news-content h3 {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.sports-news-post .sports-news-content h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.sports-news-post .sports-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.sports-news-post .sports-news-content p {
    font-weight: 400;
    font-size: 14px;
}
.sports-news-post:hover .sports-news-content h3 a {
    color: #d10000;
}
.sports-news-post:hover .sports-news-content h3 a::before {
    width: 100%;
}
.sports-news-post:hover .sports-news-image img {
    transform: scale(1.1);
}

.single-tech-news-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.single-tech-news-box::before {
    position: absolute;
    content: "";
    background:
        linear-gradient(transparent, #000000),
        linear-gradient(transparent, #000000);
    height: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.5;
}
.single-tech-news-box img {
    overflow: hidden;
    transition: all 1.5s ease-out;
}
.single-tech-news-box .tech-news-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 15px;
    z-index: 2;
}
.single-tech-news-box .tech-news-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.single-tech-news-box .tech-news-content h3 a {
    color: #ffffff;
    position: relative;
}
.single-tech-news-box .tech-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.single-tech-news-box .tech-news-content p {
    color: #ffffff;
    font-size: 14px;
}
.single-tech-news-box:hover img {
    transform: scale(1.1);
}
.single-tech-news-box:hover .tech-news-content h3 a {
    color: #d10000;
}
.single-tech-news-box:hover .tech-news-content h3 a::before {
    width: 100%;
}

.sports-slider.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -65px;
    right: 0;
}
.sports-slider.owl-theme .owl-nav [class*="owl-"] {
    background-color: transparent;
    border: 1px solid #e1e1e1;
    height: 30px;
    width: 30px;
    line-height: 32px;
    border-radius: 0;
    transition: 0.5s;
    font-size: 20px;
}
.sports-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #d10000;
    border: 1px solid #d10000;
}

.tech-slider.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -65px;
    right: 0;
}
.tech-slider.owl-theme .owl-nav [class*="owl-"] {
    background-color: transparent;
    border: 1px solid #e1e1e1;
    height: 30px;
    width: 30px;
    line-height: 32px;
    border-radius: 0;
    transition: 0.5s;
    font-size: 20px;
}
.tech-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #d10000;
    border: 1px solid #d10000;
}

.single-tech-news {
    margin-bottom: 30px;
}
.single-tech-news .tech-news-image {
    overflow: hidden;
}
.single-tech-news .tech-news-image img {
    transition: 0.5s;
}
.single-tech-news .tech-news-content h3 {
    font-size: 18px;
    margin-bottom: 12px;
}
.single-tech-news .tech-news-content h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.single-tech-news .tech-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.single-tech-news .tech-news-content p {
    font-weight: 400;
    font-size: 14px;
}
.single-tech-news:hover .tech-news-content h3 a {
    color: #d10000;
}
.single-tech-news:hover .tech-news-content h3 a::before {
    width: 100%;
}
.single-tech-news:hover .tech-news-image img {
    transform: scale(1.1);
}

.single-tech-inner-news {
    margin-bottom: 30px;
}
.single-tech-inner-news .tech-news-image {
    overflow: hidden;
}
.single-tech-inner-news .tech-news-image img {
    transition: 0.5s;
}
.single-tech-inner-news .tech-news-content {
    margin-top: 15px;
}
.single-tech-inner-news .tech-news-content span {
    font-size: 14px;
    font-weight: 500;
    color: #d10000;
}
.single-tech-inner-news .tech-news-content h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 12px;
}
.single-tech-inner-news .tech-news-content h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.single-tech-inner-news .tech-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.single-tech-inner-news .tech-news-content p {
    font-weight: 400;
    font-size: 14px;
}
.single-tech-inner-news .tech-news-content p a {
    color: #656565;
}
.single-tech-inner-news:hover .tech-news-content h3 a {
    color: #d10000;
}
.single-tech-inner-news:hover .tech-news-content h3 a::before {
    width: 100%;
}
.single-tech-inner-news:hover .tech-news-content p a {
    color: #d10000;
}
.single-tech-inner-news:hover .tech-news-image img {
    transform: scale(1.1);
}

.single-culture-news {
    margin-bottom: 30px;
}
.single-culture-news .culture-news-image {
    overflow: hidden;
    position: relative;
}
.single-culture-news .culture-news-image img {
    transition: 0.5s;
}
.single-culture-news .culture-news-image i {
    font-size: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #ffffff;
    transition: 0.5s;
    text-align: center;
}
.single-culture-news .culture-news-image i:hover {
    color: #d10000;
}
.single-culture-news .culture-news-content {
    margin-top: 15px;
}
.single-culture-news .culture-news-content span {
    font-size: 14px;
    font-weight: 500;
    color: #d10000;
}
.single-culture-news .culture-news-content h3 {
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.single-culture-news .culture-news-content h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.single-culture-news .culture-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.single-culture-news .culture-news-content p {
    font-weight: 400;
    font-size: 14px;
}
.single-culture-news .culture-news-content p a {
    color: #656565;
}
.single-culture-news:hover .culture-news-content h3 a {
    color: #d10000;
}
.single-culture-news:hover .culture-news-content h3 a::before {
    width: 100%;
}
.single-culture-news:hover .culture-news-content p a {
    color: #d10000;
}
.single-culture-news:hover .culture-news-image img {
    transform: scale(1.1);
}

.culture-news-post {
    margin-bottom: 30px;
}
.culture-news-post .culture-news-image {
    overflow: hidden;
}
.culture-news-post .culture-news-image img {
    transition: 0.5s;
}
.culture-news-post .culture-news-content span {
    font-size: 14px;
    font-weight: 500;
    color: #d10000;
}
.culture-news-post .culture-news-content h3 {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.culture-news-post .culture-news-content h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.culture-news-post .culture-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.culture-news-post .culture-news-content p {
    font-weight: 400;
    font-size: 14px;
}
.culture-news-post:hover .culture-news-content h3 a {
    color: #d10000;
}
.culture-news-post:hover .culture-news-content h3 a::before {
    width: 100%;
}
.culture-news-post:hover .culture-news-image img {
    transform: scale(1.1);
}

.single-health-news {
    position: relative;
}
.single-health-news::before {
    position: absolute;
    content: "";
    background:
        linear-gradient(transparent, #111), linear-gradient(transparent, #111);
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.5;
}
.single-health-news .health-news-image {
    overflow: hidden;
}
.single-health-news .health-news-image img {
    transition: 0.5s;
}
.single-health-news .health-news-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 25px;
    z-index: 2;
}
.single-health-news .health-news-content span {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
.single-health-news .health-news-content h3 {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 16px;
}
.single-health-news .health-news-content h3 a {
    color: #ffffff;
    position: relative;
    z-index: 1;
}
.single-health-news .health-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.single-health-news .health-news-content p {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}
.single-health-news .health-news-content p a {
    color: #ffffff;
}
.single-health-news:hover .health-news-content h3 a {
    color: #d10000;
}
.single-health-news:hover .health-news-content h3 a::before {
    width: 100%;
}
.single-health-news:hover .health-news-content p a {
    color: #d10000;
}
.single-health-news:hover .health-news-image img {
    transform: scale(1.1);
}

.health-news-slides.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -65px;
    right: 0;
}
.health-news-slides.owl-theme .owl-nav [class*="owl-"] {
    background-color: transparent;
    border: 1px solid #e1e1e1;
    height: 30px;
    width: 30px;
    line-height: 32px;
    border-radius: 0;
    transition: 0.5s;
    font-size: 20px;
}
.health-news-slides.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #d10000;
    border: 1px solid #d10000;
}

.health-news-post {
    margin-top: 30px;
}
.health-news-post .health-news-image {
    overflow: hidden;
}
.health-news-post .health-news-image img {
    transition: 0.5s;
}
.health-news-post .health-news-content span {
    font-size: 14px;
    font-weight: 500;
    color: #d10000;
}
.health-news-post .health-news-content h3 {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.health-news-post .health-news-content h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.health-news-post .health-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.health-news-post .health-news-content p {
    font-weight: 400;
    font-size: 14px;
}
.health-news-post .health-news-content b {
    font-size: 16px;
    font-weight: 400;
    font-size: 14px;
    color: #09101f;
}
.health-news-post:hover .health-news-content h3 a {
    color: #d10000;
}
.health-news-post:hover .health-news-content h3 a::before {
    width: 100%;
}
.health-news-post:hover .health-news-image img {
    transform: scale(1.1);
}

.single-overview-news {
    margin-bottom: 30px;
}
.single-overview-news .overview-news-image {
    overflow: hidden;
}
.single-overview-news .overview-news-image img {
    transition: 0.5s;
}
.single-overview-news .overview-news-content {
    margin-top: 20px;
}
.single-overview-news .overview-news-content span {
    font-size: 14px;
    font-weight: 500;
    color: #d10000;
}
.single-overview-news .overview-news-content h3 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.single-overview-news .overview-news-content h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.single-overview-news .overview-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.single-overview-news .overview-news-content p {
    font-weight: 400;
    font-size: 14px;
}
.single-overview-news .overview-news-content p a {
    color: #656565;
}
.single-overview-news:hover .overview-news-content h3 a {
    color: #d10000;
}
.single-overview-news:hover .overview-news-content h3 a::before {
    width: 100%;
}
.single-overview-news:hover .overview-news-content p a {
    color: #d10000;
}
.single-overview-news:hover .overview-news-image img {
    transform: scale(1.1);
}

/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area .widget {
    margin-bottom: 30px;
}
.widget-area .widget:last-child {
    margin-bottom: 0;
}
.widget-area .widget .widget-title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 25px;
    font-weight: 500;
}
.widget-area .widget .widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    bottom: -1px;
    background: #d10000;
}
.widget-area .widget_latest_news_thumb {
    position: relative;
    overflow: hidden;
}
.widget-area .widget_latest_news_thumb .item {
    overflow: hidden;
    margin-bottom: 25px;
}
.widget-area .widget_latest_news_thumb .item:last-child {
    margin-bottom: 0;
}
.widget-area .widget_latest_news_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 80px;
    margin-right: 15px;
    z-index: 1;
}
.widget-area .widget_latest_news_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}
.widget-area .widget_latest_news_thumb .item .thumb .fullimage.bg1 {
    background-image: url(../../assets/img/latest-news/latest-news-1.jpg);
}
.widget-area .widget_latest_news_thumb .item .thumb .fullimage.bg2 {
    background-image: url(../../assets/img/latest-news/latest-news-2.jpg);
}
.widget-area .widget_latest_news_thumb .item .thumb .fullimage.bg3 {
    background-image: url(../../assets/img/latest-news/latest-news-3.jpg);
}
.widget-area .widget_latest_news_thumb .item .thumb .fullimage.bg4 {
    background-image: url(../../assets/img/latest-news/latest-news-4.jpg);
}
.widget-area .widget_latest_news_thumb .item .thumb .fullimage.bg5 {
    background-image: url(../../assets/img/latest-news/latest-news-5.jpg);
}
.widget-area .widget_latest_news_thumb .item .thumb .fullimage.bg6 {
    background-image: url(../../assets/img/latest-news/latest-news-6.jpg);
}
.widget-area .widget_latest_news_thumb .item .thumb .fullimage.bg7 {
    background-image: url(../../assets/img/latest-news/latest-news-7.jpg);
}
.widget-area .widget_latest_news_thumb .item .thumb .fullimage.bg8 {
    background-image: url(../../assets/img/latest-news/latest-news-8.jpg);
}
.widget-area .widget_latest_news_thumb .item .thumb .fullimage.bg9 {
    background-image: url(../../assets/img/latest-news/latest-news-9.jpg);
}
.widget-area .widget_latest_news_thumb .item .thumb .fullimage.bg10 {
    background-image: url(../../assets/img/latest-news/latest-news-10.jpg);
}
.widget-area .widget_latest_news_thumb .item .info {
    overflow: hidden;
    margin-top: 5px;
}
.widget-area .widget_latest_news_thumb .item .info span {
    display: block;
    color: #656565;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
}
.widget-area .widget_latest_news_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 17px;
    font-weight: bold;
}
.widget-area .widget_latest_news_thumb .item .info .title a {
    display: inline-block;
    transition: 0.5s;
}
.widget-area .widget_latest_news_thumb .item:hover .info .title a {
    color: #dc472e;
}
.widget-area
    .widget_featured_reports
    .single-featured-reports
    .featured-reports-content {
    margin-top: 15px;
}
.widget-area
    .widget_featured_reports
    .single-featured-reports
    .featured-reports-content
    h3 {
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: 500;
}
.widget-area
    .widget_featured_reports
    .single-featured-reports
    .featured-reports-content
    h3
    a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.widget-area
    .widget_featured_reports
    .single-featured-reports
    .featured-reports-content
    h3
    a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.widget-area
    .widget_featured_reports
    .single-featured-reports
    .featured-reports-content
    p {
    font-size: 16px;
    font-weight: 400;
    font-size: 14px;
}
.widget-area
    .widget_featured_reports
    .single-featured-reports
    .featured-reports-content
    p
    a {
    color: #656565;
}
.widget-area
    .widget_featured_reports
    .single-featured-reports:hover
    .featured-reports-content
    h3
    a {
    color: #d10000;
}
.widget-area
    .widget_featured_reports
    .single-featured-reports:hover
    .featured-reports-content
    h3
    a::before {
    width: 100%;
}
.widget-area
    .widget_featured_reports
    .single-featured-reports:hover
    .featured-reports-content
    p
    a {
    color: #d10000;
}
.widget-area .widget_stay_connected .widget-title {
    margin-bottom: 20px;
}
.widget-area .widget_stay_connected .stay-connected-list {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.widget-area .widget_stay_connected .stay-connected-list li {
    list-style-type: none;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}
.widget-area .widget_stay_connected .stay-connected-list li a {
    display: inline-block;
    background-color: #39569e;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}
.widget-area .widget_stay_connected .stay-connected-list li a:hover {
    color: #09101f;
}
.widget-area .widget_stay_connected .stay-connected-list li a i {
    margin-right: 5px;
    font-size: 20px;
    line-height: 0;
    position: relative;
    top: 3px;
}
.widget-area .widget_stay_connected .stay-connected-list li .twitter {
    background-color: #52aaf4;
}
.widget-area .widget_stay_connected .stay-connected-list li .linkedin {
    background-color: #0185ae;
}
.widget-area .widget_stay_connected .stay-connected-list li .youtube {
    background-color: #dc472e;
}
.widget-area .widget_stay_connected .stay-connected-list li .instagram {
    background-color: #c8359d;
}
.widget-area .widget_stay_connected .stay-connected-list li .wifi {
    background-color: #f18527;
}
.widget-area .widget_newsletter {
    background-color: #f6f6f6;
    padding: 25px;
}
.widget-area .widget_newsletter .newsletter-content {
    text-align: center;
    margin-bottom: 25px;
}
.widget-area .widget_newsletter .newsletter-content h3 {
    font-size: 25px;
    margin-bottom: 10px;
}
.widget-area .widget_newsletter .newsletter-content p {
    font-size: 14px;
}
.widget-area .widget_newsletter .newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: none;
    height: 55px;
    padding-left: 15px;
    border-radius: 0;
    outline: 0;
    color: #09101f;
}
.widget-area
    .widget_newsletter
    .newsletter-form
    .input-newsletter:focus::-moz-placeholder {
    color: transparent;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.widget-area
    .widget_newsletter
    .newsletter-form
    .input-newsletter:focus::placeholder {
    color: transparent;
    transition: 0.5s;
}
.widget-area .widget_newsletter .newsletter-form button {
    background: #d10000;
    color: #ffffff;
    border: none;
    height: 55px;
    padding: 0 60px;
    transition: 0.5s;
    line-height: 55px;
    font-weight: 500;
    border-radius: 0;
    transition: 0.5s;
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 10px;
}
.widget-area .widget_newsletter .newsletter-form button:hover {
    background-color: #dc472e;
}
.widget-area .widget_newsletter .newsletter-form #validator-newsletter {
    color: red;
    margin-top: 15px;
    font-weight: 400;
    text-align: center;
    font-weight: 400;
}
.widget-area .widget_popular_posts_thumb {
    position: relative;
    overflow: hidden;
}
.widget-area .widget_popular_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 25px;
}
.widget-area .widget_popular_posts_thumb .item:last-child {
    margin-bottom: 0;
}
.widget-area .widget_popular_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 80px;
    margin-right: 15px;
    z-index: 1;
}
.widget-area .widget_popular_posts_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}
.widget-area .widget_popular_posts_thumb .item .thumb .fullimage.bg1 {
    background-image: url(../../assets/img/popular-posts/popular-posts-1.jpg);
}
.widget-area .widget_popular_posts_thumb .item .thumb .fullimage.bg2 {
    background-image: url(../../assets/img/popular-posts/popular-posts-2.jpg);
}
.widget-area .widget_popular_posts_thumb .item .thumb .fullimage.bg3 {
    background-image: url(../../assets/img/popular-posts/popular-posts-3.jpg);
}
.widget-area .widget_popular_posts_thumb .item .thumb .fullimage.bg4 {
    background-image: url(../../assets/img/popular-posts/popular-posts-4.jpg);
}
.widget-area .widget_popular_posts_thumb .item .thumb .fullimage.bg5 {
    background-image: url(../../assets/img/popular-posts/popular-posts-5.jpg);
}
.widget-area .widget_popular_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 5px;
}
.widget-area .widget_popular_posts_thumb .item .info span {
    display: block;
    color: #656565;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
}
.widget-area .widget_popular_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 17px;
    font-weight: bold;
}
.widget-area .widget_popular_posts_thumb .item .info .title a {
    display: inline-block;
    transition: 0.5s;
}
.widget-area .widget_popular_posts_thumb .item:hover .info .title a {
    color: #dc472e;
}
.widget-area .widget_most_shared .single-most-shared {
    position: relative;
}
.widget-area .widget_most_shared .single-most-shared::before {
    position: absolute;
    content: "";
    background:
        linear-gradient(transparent, #111), linear-gradient(transparent, #111);
    height: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.7;
}
.widget-area .widget_most_shared .single-most-shared .most-shared-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    z-index: 1;
}
.widget-area .widget_most_shared .single-most-shared .most-shared-content h3 {
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: 500;
}
.widget-area .widget_most_shared .single-most-shared .most-shared-content h3 a {
    color: #ffffff;
    position: relative;
    z-index: 1;
}
.widget-area
    .widget_most_shared
    .single-most-shared
    .most-shared-content
    h3
    a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.widget-area .widget_most_shared .single-most-shared .most-shared-content p {
    font-size: 16px;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}
.widget-area .widget_most_shared .single-most-shared .most-shared-content p a {
    color: #ffffff;
}
.widget-area
    .widget_most_shared
    .single-most-shared:hover
    .most-shared-content
    h3
    a {
    color: #d10000;
}
.widget-area
    .widget_most_shared
    .single-most-shared:hover
    .most-shared-content
    h3
    a::before {
    width: 100%;
}
.widget-area
    .widget_most_shared
    .single-most-shared:hover
    .most-shared-content
    p
    a {
    color: #d10000;
}
.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 18px;
}
.widget-area .tagcloud a {
    display: inline-block;
    border: 1px solid #e1e1e1 !important;
    color: #09101f;
    padding: 8px 15px;
    border: none;
    border-radius: 0;
    font-weight: 400;
    font-size: 15px !important;
    margin-top: 8px;
    margin-right: 5px;
}
.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
    color: #ffffff;
    background-color: #d10000;
    border: 1px solid #d10000 !important;
}
.widget-area .widget_instagram ul {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -10px;
}
.widget-area .widget_instagram ul li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}
.widget-area .widget_instagram ul li .box {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.widget-area .widget_instagram ul li .box .link-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}
.widget-area .widget_instagram ul li .box i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    color: #ffffff;
    z-index: 2;
}
.widget-area .widget_instagram ul li .box img {
    transition: 0.5s;
}
.widget-area .widget_instagram ul li .box::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: #d10000;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.widget-area .widget_instagram ul li .box:hover::before {
    opacity: 0.5;
    visibility: visible;
}
.widget-area .widget_instagram ul li .box:hover img {
    transform: scale(1.3);
}
.widget-area .widget_instagram ul li .box:hover i {
    opacity: 1;
    visibility: visible;
}
.widget-area .widget_search form {
    position: relative;
}
.widget-area .widget_search form label {
    display: block;
    margin-bottom: 0;
}
.widget-area .widget_search form .screen-reader-text {
    display: none;
}
.widget-area .widget_search form .search-field {
    background-color: transparent;
    height: 50px;
    padding: 8px 15px;
    border: 1px solid #eeeeee;
    background-color: #eeeeee;
    width: 100%;
    display: block;
    outline: 0;
    transition: 0.5s;
    border-radius: 0;
}
.widget-area .widget_search form .search-field:focus {
    border-color: #dc472e;
    background-color: transparent;
}
.widget-area .widget_search form button {
    border: none;
    background-color: #d10000;
    color: #ffffff;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 5px;
    padding: 0;
    transition: 0.5s;
    top: 5px;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
}
.widget-area .widget_search form button i {
    position: absolute;
    left: 0;
    right: 0;
    top: 52%;
    transform: translateY(-52%);
}
.widget-area .widget_search form button:hover,
.widget-area .widget_search form button:focus {
    background-color: #dc472e;
    color: #ffffff;
}

/*================================================
New News Area CSS
=================================================*/
.new-news-area {
    padding-top: 50px;
    padding-bottom: 20px;
}

.single-new-news {
    margin-bottom: 30px;
    border: 1px solid #eeeeee;
    padding: 15px;
}
.single-new-news .new-news-content {
    margin-top: 20px;
}
.single-new-news .new-news-content span {
    display: inline-block;
    font-size: 14px;
    background-color: #09101f;
    color: #ffffff;
    padding: 2px 10px;
    font-weight: 400;
    transition: 0.5s;
    border-radius: 2px;
}
.single-new-news .new-news-content h3 {
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 15px;
}
.single-new-news .new-news-content h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.single-new-news .new-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.single-new-news .new-news-content p {
    font-weight: 400;
    font-size: 14px;
}
.single-new-news:hover .new-news-content h3 a {
    color: #d10000;
}
.single-new-news:hover .new-news-content h3 a::before {
    width: 100%;
}

.single-new-news-box {
    margin-bottom: 30px;
    border: 1px solid #eeeeee;
}
.single-new-news-box .new-news-content {
    padding: 28px 20px;
}
.single-new-news-box .new-news-content span {
    display: inline-block;
    font-size: 14px;
    background-color: #09101f;
    color: #ffffff;
    padding: 2px 10px;
    font-weight: 400;
    transition: 0.5s;
    border-radius: 2px;
}
.single-new-news-box .new-news-content h3 {
    font-size: 36px;
    margin-top: 18px;
    margin-bottom: 20px;
}
.single-new-news-box .new-news-content h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.single-new-news-box .new-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.single-new-news-box .new-news-content p {
    font-weight: 400;
    font-size: 14px;
}
.single-new-news-box:hover .new-news-content h3 a {
    color: #d10000;
}
.single-new-news-box:hover .new-news-content h3 a::before {
    width: 100%;
}

.daily-briefing-item {
    padding: 15px;
    border: 1px solid #eeeeee;
}
.daily-briefing-item .title {
    margin-bottom: 20px;
}
.daily-briefing-item .title h3 {
    font-size: 25px;
    position: relative;
    padding-bottom: 15px;
}
.daily-briefing-item .title h3::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #eeeeee;
    transition: 0.5s;
}
.daily-briefing-item .daily-briefing-content {
    margin-bottom: 28px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 36px;
}
.daily-briefing-item .daily-briefing-content:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.daily-briefing-item .daily-briefing-content span {
    font-size: 14px;
    color: #d10000;
}
.daily-briefing-item .daily-briefing-content h4 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.daily-briefing-item .daily-briefing-content h4 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.daily-briefing-item .daily-briefing-content h4 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.daily-briefing-item .daily-briefing-content p {
    font-weight: 400;
    font-size: 14px;
}
.daily-briefing-item .daily-briefing-content:hover h4 a {
    color: #d10000;
}
.daily-briefing-item .daily-briefing-content:hover h4 a::before {
    width: 100%;
}

/*================================================
Main Default News Area CSS
=================================================*/
.main-default-news-area {
    padding-top: 50px;
    padding-bottom: 20px;
}

.single-main-default-news {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.single-main-default-news::before {
    position: absolute;
    content: "";
    background:
        linear-gradient(transparent, #000000),
        linear-gradient(transparent, #000000);
    height: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.5;
}
.single-main-default-news img {
    overflow: hidden;
    transition: all 1.5s ease-out;
}
.single-main-default-news .news-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 25px;
    z-index: 2;
}
.single-main-default-news .news-content .tag {
    display: inline-block;
    font-size: 14px;
    background-color: #d10000;
    color: #ffffff;
    padding: 2px 5px;
    font-weight: 400;
    transition: 0.5s;
}
.single-main-default-news .news-content h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 12px;
}
.single-main-default-news .news-content h3 a {
    color: #ffffff;
    position: relative;
}
.single-main-default-news .news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.single-main-default-news .news-content span {
    color: #ffffff;
    font-size: 14px;
}
.single-main-default-news:hover img {
    transform: scale(1.1);
}
.single-main-default-news:hover .news-content .tag {
    background-color: #dc472e;
}
.single-main-default-news:hover .news-content h3 a {
    color: #d10000;
}
.single-main-default-news:hover .news-content h3 a::before {
    width: 100%;
}

.single-main-default-news-inner {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.single-main-default-news-inner::before {
    position: absolute;
    content: "";
    background:
        linear-gradient(transparent, #000000),
        linear-gradient(transparent, #000000);
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.2;
}
.single-main-default-news-inner img {
    overflow: hidden;
    transition: all 1.5s ease-out;
}
.single-main-default-news-inner .news-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 25px;
    z-index: 2;
}
.single-main-default-news-inner .news-content .tag {
    display: inline-block;
    font-size: 14px;
    background-color: #d10000;
    color: #ffffff;
    padding: 2px 5px;
    font-weight: 400;
    transition: 0.5s;
}
.single-main-default-news-inner .news-content h3 {
    font-size: 36px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 12px;
}
.single-main-default-news-inner .news-content h3 a {
    color: #ffffff;
    position: relative;
}
.single-main-default-news-inner .news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.single-main-default-news-inner .news-content span {
    color: #ffffff;
    font-size: 14px;
}
.single-main-default-news-inner:hover img {
    transform: scale(1.1);
}
.single-main-default-news-inner:hover .news-content .tag {
    background-color: #dc472e;
}
.single-main-default-news-inner:hover .news-content h3 a {
    color: #d10000;
}
.single-main-default-news-inner:hover .news-content h3 a::before {
    width: 100%;
}

/*================================================
Main News Slider Area CSS
=================================================*/
.main-news-slider-area {
    padding-top: 50px;
    padding-bottom: 50px;
}
.main-news-slider-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.news-slider-item {
    position: relative;
    overflow: hidden;
}
.news-slider-item::before {
    position: absolute;
    content: "";
    background:
        linear-gradient(transparent, #000000),
        linear-gradient(transparent, #000000);
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.7;
}
.news-slider-item img {
    overflow: hidden;
    transition: all 1.5s ease-out;
}
.news-slider-item .slider-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 30px;
    z-index: 2;
}
.news-slider-item .slider-content .tag {
    display: inline-block;
    font-size: 14px;
    background-color: #d10000;
    color: #ffffff;
    padding: 2px 10px;
    font-weight: 400;
    transition: 0.5s;
}
.news-slider-item .slider-content h3 {
    font-size: 30px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}
.news-slider-item .slider-content h3 a {
    color: #ffffff;
    position: relative;
}
.news-slider-item .slider-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.news-slider-item .slider-content span {
    color: #ffffff;
}
.news-slider-item .slider-content span a {
    color: #ffffff;
    font-weight: 400;
}
.news-slider-item:hover img {
    transform: scale(1.1);
}
.news-slider-item:hover .slider-content .tag {
    background-color: #dc472e;
}
.news-slider-item:hover .slider-content h3 a {
    color: #d10000;
}
.news-slider-item:hover .slider-content h3 a::before {
    width: 100%;
}
.news-slider-item:hover .slider-content span a {
    color: #d10000;
}

.main-news-slides.owl-theme .owl-nav {
    margin-top: 0;
    transition: 3s;
    opacity: 0;
    visibility: hidden;
    line-height: 0.01;
}
.main-news-slides.owl-theme .owl-nav [class*="owl-"] {
    color: #d10000;
    margin: 0;
    position: absolute;
    left: 20px;
    top: 30%;
    transform: translateY(-30%);
    padding: 0;
    background: #ffffff;
    border-radius: 0;
    transition: 0.5s;
    width: 45px;
    height: 45px;
    line-height: 46px;
    text-align: center;
    font-size: 45px;
}
.main-news-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: 20px;
}
.main-news-slides.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #ffffff;
    background-color: #d10000;
}
.main-news-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

/*================================================
Page Title CSS
=================================================*/
.page-title-area {
    padding-top: 35px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e1e1e1;
}

.page-title-content {
    position: relative;
}
.page-title-content h2 {
    margin-bottom: 0;
    font-size: 30px;
}
.page-title-content ul {
    text-align: right;
    position: absolute;
    right: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    top: 50%;
    transform: translateY(-50%);
}
.page-title-content ul li {
    display: inline-block;
    margin-left: 15px;
    font-weight: 400;
    color: #d10000;
    position: relative;
}
.page-title-content ul li::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 5px;
    height: 15px;
    width: 1px;
    background-color: #d10000;
}
.page-title-content ul li:first-child {
    margin-left: 0;
}
.page-title-content ul li:first-child::before {
    display: none;
}
.page-title-content ul li a {
    display: block;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
    margin-top: 30px;
}
.pagination-area .page-numbers {
    width: 35px;
    height: 35px;
    margin: 0 3px;
    display: inline-block;
    background-color: #ffffff;
    line-height: 35px;
    color: #09101f;
    box-shadow: 0 2px 10px 0 #d8dde6;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    text-align: center;
}
.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover,
.pagination-area .page-numbers:focus {
    background: #dc472e;
    color: #ffffff;
    box-shadow: 0 2px 10px 0 #d8dde6;
}
.pagination-area .page-numbers i {
    font-size: 20px;
    position: relative;
    top: 4px;
}

/*================================================
Author Area CSS
=================================================*/
.author-area {
    padding-top: 50px;
}
.author-area .container {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 50px;
}

.author-content h3 {
    font-size: 32px;
    margin-bottom: 15px;
}
.author-content p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.author-content .author-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 15px;
}
.author-content .author-list li {
    list-style-type: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    margin-right: 12px;
}
.author-content .author-list li:last-child {
    margin-right: 0;
}
.author-content .author-list li i {
    position: absolute;
    left: 0;
    color: #d10000;
    top: 4px;
}
.author-content .author-list li a {
    color: #09101f;
}
.author-content .author-list li a:hover {
    color: #d10000;
}
.author-content .author-social {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
}
.author-content .author-social li {
    display: inline-block;
    list-style-type: none;
    margin-right: 5px;
}
.author-content .author-social li:last-child {
    margin-right: 0;
}
.author-content .author-social li a i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #d10000;
    color: #ffffff;
    font-size: 16px;
    border-radius: 50px;
    transition: 0.5s;
}
.author-content .author-social li a i:hover {
    background-color: #dc472e;
    color: #ffffff;
    transform: translateY(-2px);
}

/*================================================
About Area CSS
=================================================*/
.about-image {
    margin-bottom: 30px;
}

.about-content h3 {
    font-size: 30px;
    margin-bottom: 15px;
}
.about-content p {
    font-size: 14px;
}

/*================================================
Team Area CSS
=================================================*/
.team-area {
    padding-bottom: 30px;
}

.single-team-box {
    margin-bottom: 30px;
    text-align: center;
}
.single-team-box .image {
    position: relative;
    transition: 0.5s;
    overflow: hidden;
}
.single-team-box .image img {
    transition: 0.5s;
}
.single-team-box .image .social {
    padding-left: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
}
.single-team-box .image .social li {
    display: inline-block;
    transform: translateY(30px);
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    margin: 0 5px;
}
.single-team-box .image .social li a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #f4f5fe;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #09101f;
    border-radius: 2px;
    transition: 0.5s;
}
.single-team-box .image .social li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
}
.single-team-box .image .social li a:hover {
    color: #ffffff;
    background-color: #d10000;
}
.single-team-box .image .social li:nth-child(1) {
    transition-delay: 0.1s;
}
.single-team-box .image .social li:nth-child(2) {
    transition-delay: 0.2s;
}
.single-team-box .image .social li:nth-child(3) {
    transition-delay: 0.3s;
}
.single-team-box .image .social li:nth-child(4) {
    transition-delay: 0.4s;
}
.single-team-box .content {
    background-color: #f3f3f3;
    padding: 30px 20px;
}
.single-team-box .content h3 {
    margin-bottom: 0;
    font-size: 25px;
}
.single-team-box .content span {
    display: block;
    color: #d10000;
    font-size: 15px;
    margin-top: 12px;
}
.single-team-box:hover .image img {
    transform: scale(1.1);
}
.single-team-box:hover .image .social li {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

/*================================================
Login Area CSS
=================================================*/
.login-form {
    padding: 40px 45px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
    max-width: 650px;
    margin: auto;
}
.login-form h2 {
    margin-bottom: 30px;
    font-size: 36px;
    position: relative;
    padding-left: 15px;
}
.login-form h2::before {
    position: absolute;
    left: 0;
    top: 2px;
    width: 2px;
    content: "";
    height: 40px;
    background-color: #d10000;
}
.login-form form .form-group {
    margin-bottom: 25px;
}
.login-form form .form-group label {
    display: block;
    margin-bottom: 10px;
    color: #656565;
    font-weight: 400;
    font-size: 16px;
}
.login-form form .form-group .form-control {
    height: 60px;
    padding: 0 0 0 15px;
    line-height: initial;
    color: #09101f;
    background-color: transparent !important;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    box-shadow: unset !important;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 500;
}
.login-form form .form-group .form-control:focus {
    border: 1px solid #d10000;
}
.login-form form .form-group .form-control:focus::-moz-placeholder {
    color: transparent;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.login-form form .form-group .form-control:focus::placeholder {
    color: transparent;
    transition: 0.5s;
}
.login-form form .lost-your-password {
    text-align: right;
}
.login-form form .lost-your-password a {
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    color: #656565;
}
.login-form form .lost-your-password a::before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    transition: 0.5s;
    background-color: #eeeeee;
}
.login-form form .lost-your-password a::after {
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    transition: 0.5s;
    bottom: 0;
    content: "";
    background-color: #dc472e;
}
.login-form form .lost-your-password a:hover::before {
    width: 0;
}
.login-form form .lost-your-password a:hover::after {
    width: 100%;
}
.login-form form .form-check {
    font-weight: 500;
    font-size: 15px;
    color: #656565;
}
.login-form form .form-check-input {
    position: absolute;
    margin-top: 2.8px;
    margin-left: -18px;
}
.login-form form .form-check-input:focus {
    box-shadow: unset;
}
.login-form form button {
    border: none;
    margin-top: 25px;
    padding: 15px 30px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    background-color: #d10000;
    color: #ffffff;
    transition: 0.5s;
}
.login-form form button:hover {
    background-color: #dc472e;
}
.login-form .important-text {
    margin-top: 15px;
}
.login-form .important-text p {
    font-size: 15px;
    color: #656565;
}
.login-form .important-text p a {
    color: #656565;
    font-weight: 600;
}
.login-form .important-text p a:hover {
    color: #d10000;
}

/*================================================
Register Area CSS
=================================================*/
.register-form {
    padding: 40px 45px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
    max-width: 650px;
    margin: auto;
}
.register-form h2 {
    margin-bottom: 30px;
    font-size: 36px;
    position: relative;
    padding-left: 15px;
}
.register-form h2::before {
    position: absolute;
    left: 0;
    top: 2px;
    width: 2px;
    content: "";
    height: 40px;
    background-color: #d10000;
}
.register-form form .form-group {
    margin-bottom: 25px;
}
.register-form form .form-group label {
    display: block;
    margin-bottom: 10px;
    color: #656565;
    font-weight: 400;
    font-size: 16px;
}
.register-form form .form-group .form-control {
    height: 60px;
    padding: 0 0 0 15px;
    line-height: initial;
    color: #09101f;
    background-color: transparent !important;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    box-shadow: unset !important;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 500;
}
.register-form form .form-group .form-control:focus {
    border: 1px solid #d10000;
}
.register-form form .form-group .form-control:focus::-moz-placeholder {
    color: transparent;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.register-form form .form-group .form-control:focus::placeholder {
    color: transparent;
    transition: 0.5s;
}
.register-form form .form-check {
    font-weight: 500;
    font-size: 15px;
    color: #656565;
}
.register-form form .form-check-input {
    position: absolute;
    margin-top: 2.8px;
    margin-left: -18px;
}
.register-form form .form-check-input:focus {
    box-shadow: unset;
}
.register-form form button {
    border: none;
    margin-top: 25px;
    padding: 15px 30px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    background-color: #d10000;
    color: #ffffff;
    transition: 0.5s;
}
.register-form form button:hover {
    background-color: #dc472e;
}
.register-form .important-text {
    margin-top: 15px;
}
.register-form .important-text p {
    font-size: 15px;
    color: #656565;
}
.register-form .important-text p a {
    color: #656565;
    font-weight: 600;
}
.register-form .important-text p a:hover {
    color: #d10000;
}

/*================================================
404 Error Area CSS
=================================================*/
.error-content {
    text-align: center;
    margin: 0 auto;
    max-width: 750px;
}
.error-content h3 {
    font-size: 38px;
    margin-top: 45px;
    margin-bottom: 20px;
}
.error-content p {
    max-width: 520px;
    margin: 0 auto 25px;
    font-size: 15px;
}
.error-content .default-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 30px;
    background-color: #d10000;
    color: #ffffff;
    transition: 0.5s;
}
.error-content .default-btn:hover {
    background-color: #dc472e;
}

/*================================================
Terms of service Area CSS
=================================================*/
.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
    display: block;
    border: 2px solid #f3f3f3;
    margin-bottom: 10px;
}
.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
    padding: 25px 40px 20px 20px;
    color: #09101f;
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 500;
}
.faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #09101f;
    font-size: 20px;
    transition: 0.5s;
}
.faq-accordion .accordion .accordion-title.active i::before {
    content: "\eace";
    color: #dc472e;
}
.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    padding: 18px 20px;
    border-top: 1px solid #dc472e;
    color: #656565;
    font-size: 15px;
}
.faq-accordion .accordion .accordion-content.show {
    display: block;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
    height: 100vh;
}

.coming-soon-content {
    max-width: 1050px;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    padding: 50px 60px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    margin: auto;
}
.coming-soon-content h2 {
    font-size: 45px;
    margin-bottom: 0;
}
.coming-soon-content #timer {
    margin-top: 40px;
}
.coming-soon-content #timer div {
    background-color: #09101f;
    color: #ffffff;
    width: 190px;
    height: 185px;
    border-radius: 5px;
    font-size: 45px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}
.coming-soon-content #timer div span {
    display: block;
    margin-top: -2px;
    font-size: 16px;
    font-weight: 500;
}
.coming-soon-content form {
    position: relative;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.coming-soon-content form .form-group {
    margin-bottom: 25px;
    position: relative;
}
.coming-soon-content form .form-group .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #eeeeee;
    color: #09101f;
    height: 45px;
    padding-bottom: 20px;
    display: block;
    width: 100%;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 400;
}
.coming-soon-content form .form-group .form-control::-moz-placeholder {
    color: #a1a1a1;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.coming-soon-content form .form-group .form-control::placeholder {
    color: #a1a1a1;
    transition: 0.5s;
}
.coming-soon-content form .form-group .form-control:focus {
    box-shadow: none;
    border-bottom: 2px solid #d10000;
}
.coming-soon-content form .default-btn {
    display: inline-block;
    padding: 15px 45px;
    background-color: #d10000;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    transition: 0.5s;
}
.coming-soon-content form .default-btn:hover {
    background-color: #dc472e;
}
.coming-soon-content form .validation-danger {
    margin-top: 15px;
    color: red;
}
.coming-soon-content form .validation-success {
    margin-top: 15px;
}
.coming-soon-content form p {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 15px;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-map iframe {
    width: 100%;
    border: none;
    height: 450px;
}

.contact-info {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
}
.contact-info li {
    font-size: 15px;
    color: #656565;
    list-style-type: none;
    margin-bottom: 12px;
}
.contact-info li:last-child {
    margin-bottom: 0;
}
.contact-info li span {
    font-size: 16px;
    color: #09101f;
    font-weight: 500;
}
.contact-info li a {
    color: #656565;
}
.contact-info li a:hover {
    color: #d10000;
}

.contact-form {
    margin-top: 25px;
    padding: 40px;
    box-shadow: 0 0 20px rgba(158, 158, 158, 0.16);
    background-color: #ffffff;
}
.contact-form .title {
    margin-bottom: 25px;
}
.contact-form .title h3 {
    font-size: 25px;
    margin-bottom: 12px;
}
.contact-form .title p {
    font-size: 14px;
    margin-bottom: 0;
}
.contact-form form .form-group {
    margin-bottom: 15px;
}
.contact-form form .form-group .form-control {
    height: 60px;
    color: #09101f;
    box-shadow: unset !important;
    border: 1px solid #eeeeee;
    background-color: transparent;
    transition: 0.5s;
    border-radius: 3px;
    padding: 1px 0 0 15px;
    font-size: 15px;
    font-weight: 500;
}
.contact-form form .form-group .form-control::-moz-placeholder {
    color: #7e7e7e;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.contact-form form .form-group .form-control::placeholder {
    color: #7e7e7e;
    transition: 0.5s;
}
.contact-form form .form-group .form-control:focus {
    border-color: #d10000;
    background-color: transparent;
}
.contact-form form .form-group .form-control:focus::-moz-placeholder {
    color: transparent;
}
.contact-form form .form-group .form-control:focus::placeholder {
    color: transparent;
}
.contact-form form .form-group textarea.form-control {
    height: auto;
    padding-top: 15px;
}
.contact-form form .help-block ul {
    margin-top: 12px;
    margin-bottom: 0;
}
.contact-form form .help-block ul li {
    color: red;
    font-size: 14px;
}
.contact-form form .default-btn {
    margin-top: 5px;
    display: inline-block;
    padding: 15px 35px;
    width: 100%;
    transition: 0.5s;
    border: none;
    background-color: #d10000;
    border-radius: 5px;
    color: #ffffff;
}
.contact-form form .default-btn:hover {
    background-color: #dc472e;
}
.contact-form form #msgSubmit {
    margin: 0 !important;
}
.contact-form form #msgSubmit.text-danger,
.contact-form form #msgSubmit.text-success {
    margin-top: 20px !important;
    font-size: 20px !important;
}
.contact-form form .form-check {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #656565;
}
.contact-form form .form-check a {
    color: #d10000;
}

/*================================================
News Area CSS
=================================================*/
.single-news-item {
    margin-bottom: 30px;
}
.single-news-item .news-image {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.single-news-item .news-image img {
    transition: 0.5s;
}
.single-news-item .news-image i {
    font-size: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #ffffff;
    transition: 0.5s;
}
.single-news-item .news-image i:hover {
    color: #d10000;
}
.single-news-item .news-content span {
    font-size: 14px;
    font-weight: 500;
    color: #d10000;
}
.single-news-item .news-content h3 {
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 15px;
}
.single-news-item .news-content h3 a {
    color: #09101f;
    position: relative;
    z-index: 1;
}
.single-news-item .news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d10000;
    transition: 0.5s;
    z-index: -1;
}
.single-news-item .news-content p {
    font-weight: 400;
    font-size: 14px;
}
.single-news-item .news-content p a {
    color: #656565;
}
.single-news-item .news-content.mt-20 {
    margin-top: 20px;
}
.single-news-item:hover .news-content h3 a {
    color: #d10000;
}
.single-news-item:hover .news-content h3 a::before {
    width: 100%;
}
.single-news-item:hover .news-content p a {
    color: #d10000;
}
.single-news-item:hover .news-image img {
    transform: scale(1.1);
}

/*================================================
News Details Area CSS
=================================================*/
.blog-details-desc .article-image {
    position: relative;
}
.blog-details-desc .article-image i {
    font-size: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #ffffff;
    transition: 0.5s;
    text-align: center;
}
.blog-details-desc .article-image:hover i {
    color: #d10000;
}
.blog-details-desc .article-content {
    margin-top: 30px;
}
.blog-details-desc .article-content span {
    font-weight: 400;
    font-size: 14px;
}
.blog-details-desc .article-content span a {
    color: #656565;
}
.blog-details-desc .article-content span a:hover {
    color: #d10000;
}
.blog-details-desc .article-content h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 35px;
}
.blog-details-desc .article-content h4 {
    margin-bottom: 15px;
    font-size: 25px;
}
.blog-details-desc .article-content p {
    font-size: 15px;
    font-weight: 400;
}
.blog-details-desc .article-content .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 30px;
}
.blog-details-desc .article-content .features-list li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 34px;
    color: #656565;
}
.blog-details-desc .article-content .features-list li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 40px;
    background-color: #faf5f5;
    color: #dc472e;
    transition: 0.5s;
    display: inline-block;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}
.blog-details-desc .article-content .features-list li:hover i {
    background-color: #dc472e;
    color: #ffffff;
}
.blog-details-desc .article-content .features-list li:last-child {
    margin-bottom: 0;
}
.blog-details-desc .article-content .desc-overview {
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-footer {
    margin-top: 30px;
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
    padding-bottom: 20px;
}
.article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.article-footer .article-share .social li {
    display: inline-block;
}
.article-footer .article-share .social li span {
    color: #09101f;
    font-size: 18px;
    margin-right: 5px;
    font-weight: 600;
}
.article-footer .article-share .social li a {
    display: block;
    color: #dc472e;
    width: 30px;
    height: 30px;
    line-height: 34px;
    border-radius: 50%;
    background-color: #eeeef0;
    text-align: center;
}
.article-footer .article-share .social li a:hover {
    color: #ffffff;
    background-color: #dc472e;
    transform: translateY(-2px);
}

blockquote,
.blockquote {
    background-color: #fafafa;
    padding: 30px !important;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: 3px solid #dc472e;
    border-right: 3px solid #dc472e;
    border-radius: 5px;
}
blockquote p,
.blockquote p {
    color: #09101f;
    margin-bottom: 0;
    font-size: 18px !important;
    font-weight: 500;
    font-style: italic;
}

.post-navigation {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-top: 20px;
    padding-bottom: 20px;
}
.post-navigation .navigation-links {
    display: flex;
    flex-wrap: wrap;
}
.post-navigation .navigation-links .nav-previous {
    flex: 0 0 50%;
    max-width: 50%;
}
.post-navigation .navigation-links .nav-previous a i {
    margin-right: 2px;
    transition: 0.5s;
    font-size: 25px;
    position: relative;
    top: 5px;
    line-height: 0;
}
.post-navigation .navigation-links .nav-previous a:hover i {
    margin-right: 0;
}
.post-navigation .navigation-links .nav-next {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
}
.post-navigation .navigation-links .nav-next a i {
    margin-right: 2px;
    transition: 0.5s;
    font-size: 25px;
    position: relative;
    top: 5px;
    line-height: 0;
}
.post-navigation .navigation-links .nav-next a:hover i {
    margin-left: 0;
}
.post-navigation .navigation-links div a {
    display: inline-block;
    font-weight: 600;
}

.comments-area {
    margin-top: 30px;
}
.comments-area .comments-title {
    margin-bottom: 30px;
    font-size: 25px;
}
.comments-area ol,
.comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.comments-area .children {
    margin-left: 20px;
}
.comments-area .comment-body {
    border-bottom: 1px dashed #eeeeee;
    padding-left: 70px;
    color: #09101f;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.comments-area .comment-body .reply {
    margin-top: 15px;
}
.comments-area .comment-body .reply a {
    border: 1px dashed #ded9d9;
    color: #09101f;
    display: inline-block;
    padding: 5px 25px 5px;
    border-radius: 30px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}
.comments-area .comment-body .reply a:hover {
    color: #ffffff;
    background-color: #dc472e;
    border-color: #dc472e;
}
.comments-area .comment-author {
    font-size: 16px;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
}
.comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
}
.comments-area .comment-author .fn {
    font-weight: 600;
}
.comments-area .comment-content p {
    font-size: 14px;
    font-weight: 400;
}
.comments-area .comment-metadata {
    color: #656565;
    margin-bottom: 10px;
    font-size: 14px;
}
.comments-area .comment-metadata a {
    display: inline-block;
    color: #656565;
}
.comments-area .comment-metadata a:hover {
    color: #dc472e;
}
.comments-area .comment-respond {
    margin-top: 30px;
}
.comments-area .comment-respond .comment-reply-title {
    margin-bottom: 0;
    font-size: 25px;
}
.comments-area .comment-respond .comment-form {
    overflow: hidden;
}
.comments-area .comment-respond .comment-notes {
    margin-top: 15px;
    margin-bottom: 30px;
}
.comments-area .comment-respond .comment-form-comment {
    float: left;
    width: 100%;
}
.comments-area .comment-respond label {
    font-size: 16px;
    font-weight: 500;
}
.comments-area .comment-respond input[type="date"],
.comments-area .comment-respond input[type="time"],
.comments-area .comment-respond input[type="datetime-local"],
.comments-area .comment-respond input[type="week"],
.comments-area .comment-respond input[type="month"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"],
.comments-area .comment-respond input[type="password"],
.comments-area .comment-respond input[type="search"],
.comments-area .comment-respond input[type="tel"],
.comments-area .comment-respond input[type="number"],
.comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #f4f4f4;
    border: none;
    padding: 1px 0 0 15px;
    height: 60px;
    outline: 0;
    border-radius: 2px;
    color: #09101f;
}
.comments-area .comment-respond input[type="date"]::-moz-placeholder,
.comments-area .comment-respond input[type="time"]::-moz-placeholder,
.comments-area .comment-respond input[type="datetime-local"]::-moz-placeholder,
.comments-area .comment-respond input[type="week"]::-moz-placeholder,
.comments-area .comment-respond input[type="month"]::-moz-placeholder,
.comments-area .comment-respond input[type="text"]::-moz-placeholder,
.comments-area .comment-respond input[type="email"]::-moz-placeholder,
.comments-area .comment-respond input[type="url"]::-moz-placeholder,
.comments-area .comment-respond input[type="password"]::-moz-placeholder,
.comments-area .comment-respond input[type="search"]::-moz-placeholder,
.comments-area .comment-respond input[type="tel"]::-moz-placeholder,
.comments-area .comment-respond input[type="number"]::-moz-placeholder,
.comments-area .comment-respond textarea::-moz-placeholder {
    color: #f4f4f4;
}
.comments-area .comment-respond input[type="date"]::placeholder,
.comments-area .comment-respond input[type="time"]::placeholder,
.comments-area .comment-respond input[type="datetime-local"]::placeholder,
.comments-area .comment-respond input[type="week"]::placeholder,
.comments-area .comment-respond input[type="month"]::placeholder,
.comments-area .comment-respond input[type="text"]::placeholder,
.comments-area .comment-respond input[type="email"]::placeholder,
.comments-area .comment-respond input[type="url"]::placeholder,
.comments-area .comment-respond input[type="password"]::placeholder,
.comments-area .comment-respond input[type="search"]::placeholder,
.comments-area .comment-respond input[type="tel"]::placeholder,
.comments-area .comment-respond input[type="number"]::placeholder,
.comments-area .comment-respond textarea::placeholder {
    color: #f4f4f4;
}
.comments-area .comment-respond textarea {
    height: auto !important;
    padding-top: 15px;
}
.comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 7.5px;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #656565;
}
.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%;
}
.comments-area .comment-respond .form-submit input {
    background: #d10000;
    border: none;
    color: #ffffff;
    padding: 10px 30px 10px;
    display: inline-block;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 0;
    font-weight: 600;
    border-radius: 5px;
}
.comments-area .comment-respond .form-submit input:hover {
    background-color: #dc472e;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
    background-color: #ffffff;
}

.single-footer-widget {
    margin-bottom: 30px;
}
.single-footer-widget a img {
    margin-bottom: 25px;
}
.single-footer-widget p {
    color: #09101f;
    font-size: 14px;
}
.single-footer-widget .social {
    margin-top: 25px;
    padding-left: 0;
    margin-bottom: 0;
}
.single-footer-widget .social li {
    list-style-type: none;
    display: inline-block;
}
.single-footer-widget .social li a i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #eeeeee;
    text-align: center;
    font-size: 20px;
    color: #09101f;
    margin: 0 5px;
    transition: 0.5s;
}
.single-footer-widget .social li a i:hover {
    background-color: #d10000;
    border: 1px solid #d10000;
}
.single-footer-widget h2 {
    font-size: 25px;
    color: #09101f;
    margin-bottom: 25px;
}
.single-footer-widget .post-content {
    margin-bottom: 20px;
}
.single-footer-widget .post-content:last-child {
    margin-bottom: 0;
}
.single-footer-widget .post-content h4 {
    font-size: 15px;
    margin-bottom: 10px;
}
.single-footer-widget .post-content h4 a {
    color: #09101f;
}
.single-footer-widget .post-content span {
    color: #09101f;
    font-size: 12px;
}
.single-footer-widget .post-content .row .col-lg-4 {
    padding-right: 5px;
}
.single-footer-widget .post-content .row .col-lg-8 {
    padding-left: 5px;
    padding-right: 5px;
}
.single-footer-widget .post-content .post-image a img {
    margin-bottom: 0;
    max-width: 80px;
}
.single-footer-widget .post-content:hover h4 a {
    color: #d10000;
}
.single-footer-widget .useful-links-list {
    padding-left: 0;
    margin-bottom: 0;
}
.single-footer-widget .useful-links-list li {
    list-style-type: none;
    margin-bottom: 15px;
    font-size: 15px;
}
.single-footer-widget .useful-links-list li:last-child {
    margin-bottom: 0;
}
.single-footer-widget .useful-links-list li a {
    color: #09101f;
}
.single-footer-widget .useful-links-list li a:hover {
    color: #d10000;
}
.single-footer-widget .widget-subscribe-content p {
    color: #09101f;
    margin-bottom: 0;
}
.single-footer-widget .widget-subscribe-content .newsletter-form {
    margin-top: 20px;
}
.single-footer-widget
    .widget-subscribe-content
    .newsletter-form
    .input-newsletter {
    display: block;
    width: 100%;
    background-color: #09101f;
    border: none;
    height: 55px;
    padding-left: 15px;
    border-radius: 0;
    outline: 0;
    color: #09101f;
}
.single-footer-widget
    .widget-subscribe-content
    .newsletter-form
    .input-newsletter:focus::-moz-placeholder {
    color: transparent;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.single-footer-widget
    .widget-subscribe-content
    .newsletter-form
    .input-newsletter:focus::placeholder {
    color: transparent;
    transition: 0.5s;
}
.single-footer-widget .widget-subscribe-content .newsletter-form button {
    background: #d10000;
    color: #09101f;
    border: none;
    height: 55px;
    padding: 0 60px;
    transition: 0.5s;
    line-height: 55px;
    font-weight: 500;
    border-radius: 0;
    transition: 0.5s;
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 10px;
}
.single-footer-widget .widget-subscribe-content .newsletter-form button:hover {
    background-color: #dc472e;
}
.single-footer-widget
    .widget-subscribe-content
    .newsletter-form
    #validator-newsletter {
    color: red;
    margin-top: 15px;
    font-weight: 400;
    text-align: center;
    font-weight: 400;
}
.single-footer-widget .widget-subscribe-content .newsletter-form .title {
    text-align: center;
    margin-top: 10px;
}
.single-footer-widget .widget-subscribe-content .newsletter-form .title p {
    margin-bottom: 0;
    color: red;
}

/*================================================
Copy Right Area CSS
=================================================*/
.copyright-area {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #111111;
    border-top: 1px solid #292929;
}
.copyright-area .copyright-area-content {
    text-align: center;
}
.copyright-area .copyright-area-content p {
    color: #ffffff;
    font-size: 14px;
}
.copyright-area .copyright-area-content p a {
    display: inline-block;
    font-weight: 500;
    color: #d10000;
}
.copyright-area .copyright-area-content p a:hover {
    color: #ffffff;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 20px;
    color: #ffffff;
    background-color: #09101f;
    z-index: 4;
    width: 35px;
    text-align: center;
    height: 35px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 22px;
    transition: 0.5s;
    overflow: hidden;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
}
.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 50px;
}
.go-top:hover {
    background-color: #d10000;
    color: #ffffff;
    transition: 0.5s;
    box-shadow:
        0 4px 6px rgba(50, 50, 93, 0.11),
        0 1px 3px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
    right: 30px;
    z-index: 99;
    top: 50%;
    position: fixed;
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #ffffff !important;
    background-color: #82b440;
    padding: 3.5px 10px;
    font-size: 12px;
    font-weight: 600;
    animation-name: tada;
    animation-duration: 5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
.buy-now-btn img {
    display: none;
}
.buy-now-btn:hover {
    background-color: #d10000;
    color: #ffffff !important;
}

@keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
} /*# sourceMappingURL=style.css.map */

/* updated css */

:root {
    --nf-red: #d60000;
    --nf-red-dark: #a90000;
    --nf-text: #171717;
    --nf-muted: #707070;
    --nf-border: #e4e4e4;
    --nf-soft: #f4f4f4;
    --nf-dark: #18191c;
    --nf-white: #ffffff;
}

.nf-home,
.nf-home * {
    box-sizing: border-box;
}

.nf-home {
    background: #fff;
    color: var(--nf-text);
    font-family: "Siyam Rupali", "Hind Siliguri", Arial, sans-serif;
    padding: 14px 0 40px;
}

.nf-home a {
    color: inherit;
    text-decoration: none;
}

.nf-home a:hover {
    color: var(--nf-red);
}

.nf-shell {
    width: min(1180px, calc(100% - 30px));
    margin: 0 auto;
}

.nf-ticker {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    border: 1px solid var(--nf-border);
    min-height: 38px;
    margin-bottom: 14px;
    overflow: hidden;
    background: #fff;
}

.nf-ticker__label {
    align-self: stretch;
    display: flex;
    align-items: center;
    padding: 0 18px;
    background: var(--nf-red);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.nf-ticker__viewport {
    min-width: 0;
    overflow: hidden;
}

.nf-ticker__track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: nfTickerScroll 35s linear infinite;
}

.nf-ticker:hover .nf-ticker__track {
    animation-play-state: paused;
}

.nf-ticker__group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 24px;
    min-height: 38px;
    padding: 0 24px 0 16px;
    white-space: nowrap;
    font-size: 13px;
}

.nf-ticker__group a {
    position: relative;
    flex: 0 0 auto;
}

.nf-ticker__group a::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--nf-red);
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}

@keyframes nfTickerScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .nf-ticker__track {
        animation: none;
    }
}

.nf-lead-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.85fr) minmax(0, 0.95fr);
    gap: 16px;
    align-items: start;
    margin-bottom: 24px;
}

.nf-story-card {
    border-bottom: 1px solid var(--nf-border);
    padding-bottom: 12px;
    margin-bottom: 14px;
}

.nf-story-card:last-child {
    margin-bottom: 0;
}

.nf-story-card__image,
.nf-lead__image,
.nf-card__image,
.nf-feature__image,
.nf-brief__image,
.nf-mini__image {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #ececec;
}

.nf-story-card__image {
    aspect-ratio: 16 / 10;
    margin-bottom: 8px;
}

.nf-story-card__image img,
.nf-lead__image img,
.nf-card__image img,
.nf-feature__image img,
.nf-brief__image img,
.nf-mini__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.nf-home a:hover img {
    transform: scale(1.025);
}

.nf-kicker {
    display: inline-block;
    margin-bottom: 5px;
    color: var(--nf-red);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
}

.nf-story-card h3,
.nf-card h3,
.nf-feature h3,
.nf-brief h4,
.nf-mini h4,
.nf-lead h1 {
    margin: 0;
    color: var(--nf-text);
    font-weight: 800;
}

.nf-story-card h3 {
    font-size: 18px;
    line-height: 1.38;
}

.nf-meta {
    margin: 7px 0 0;
    color: var(--nf-muted);
    font-size: 11px;
    line-height: 1.5;
}

.nf-summary {
    margin: 8px 0 0;
    color: #555;
    font-size: 13px;
    line-height: 1.65;
}

.nf-lead {
    border: 1px solid var(--nf-border);
    background: #fff;
}

.nf-lead__image {
    aspect-ratio: 16 / 9;
}

.nf-lead__content {
    padding: 14px 15px 16px;
}

.nf-lead h1 {
    font-size: clamp(25px, 3vw, 38px);
    line-height: 1.25;
    letter-spacing: -0.2px;
}

.nf-more-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-top: 12px;
    background: var(--nf-red);
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
}

.nf-more-link:hover {
    background: var(--nf-red-dark);
    color: #fff !important;
}

.nf-briefing {
    border: 1px solid var(--nf-border);
    background: #fff;
}

.nf-briefing__title {
    margin: 0;
    padding: 10px 12px;
    background: var(--nf-red);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.nf-brief {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid var(--nf-border);
}

.nf-brief:last-child {
    border-bottom: 0;
}

.nf-brief__image {
    height: 64px;
}

.nf-brief h4 {
    font-size: 14px;
    line-height: 1.38;
}

.nf-section {
    margin-top: 25px;
}

.nf-section-head {
    display: flex;
    align-items: stretch;
    min-height: 38px;
    margin-bottom: 13px;
    background: linear-gradient(to right, #eeeeee, #fafafa);
    border-left: 5px solid var(--nf-red);
    border-bottom: 1px solid var(--nf-border);
}

.nf-section-head h2 {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 12px;
    font-size: 19px;
    font-weight: 900;
}

.nf-section-head__more {
    width: 42px;
    margin-left: auto;
    display: grid;
    place-items: center;
    background: #ff4141;
    color: #fff !important;
    font-size: 21px;
    font-weight: 400;
}

.nf-popular-layout {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(250px, 1fr);
    gap: 16px;
}

.nf-popular-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.nf-card {
    min-width: 0;
}

.nf-card__image {
    aspect-ratio: 16 / 10;
    margin-bottom: 9px;
}

.nf-card h3 {
    font-size: 17px;
    line-height: 1.42;
}

.nf-rank {
    border: 1px solid var(--nf-border);
    background: #fff;
}

.nf-rank__tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #f0f0f0;
}

.nf-rank__tabs span {
    padding: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
}

.nf-rank__tabs span:first-child {
    background: var(--nf-red);
    color: #fff;
}

.nf-rank__list {
    padding: 5px 11px;
}

.nf-rank__item {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px;
    padding: 10px 0;
    border-bottom: 1px solid var(--nf-border);
}

.nf-rank__item:last-child {
    border-bottom: 0;
}

.nf-rank__number {
    color: var(--nf-red);
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
}

.nf-rank__item h4 {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 800;
}

.nf-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 16px;
    margin-top: 25px;
}

.nf-category {
    min-width: 0;
}

.nf-category.is-wide {
    grid-column: 1 / -1;
}

.nf-wide-grid {
    display: grid;
    grid-template-columns: 1.45fr repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.nf-feature__image {
    aspect-ratio: 16 / 10;
    margin-bottom: 9px;
}

.nf-feature h3 {
    font-size: 21px;
    line-height: 1.4;
}

.nf-wide-grid .nf-card h3 {
    font-size: 15px;
}

.nf-compact-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.95fr;
    gap: 14px;
}

.nf-mini-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nf-mini {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 9px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--nf-border);
}

.nf-mini:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.nf-mini__image {
    height: 62px;
}

.nf-mini h4 {
    font-size: 13px;
    line-height: 1.38;
}

.nf-dark-zone {
    margin-top: 30px;
    padding: 22px 0 28px;
    background: var(--nf-dark);
    color: #fff;
}

.nf-dark-zone .nf-section-head {
    color: #fff;
    background: #232428;
    border-bottom-color: #37383c;
}

.nf-dark-zone .nf-section-head h2 {
    color: #fff;
}

.nf-dark-grid {
    display: grid;
    grid-template-columns: 1.3fr 1.3fr 1fr 1fr;
    gap: 14px;
}

.nf-dark-card {
    position: relative;
    min-height: 205px;
    overflow: hidden;
    background: #222;
}

.nf-dark-card:nth-child(-n + 2) {
    min-height: 285px;
}

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

.nf-dark-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.9),
        rgba(0, 0, 0, 0.05) 70%
    );
}

.nf-dark-card__content {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px;
}

.nf-dark-card__content h3 {
    margin: 0;
    color: #fff;
    font-size: 17px;
    line-height: 1.42;
    font-weight: 900;
}

.nf-dark-card:nth-child(-n + 2) .nf-dark-card__content h3 {
    font-size: 21px;
}

.nf-empty {
    padding: 18px;
    border: 1px solid var(--nf-border);
    background: var(--nf-soft);
    color: var(--nf-muted);
    text-align: center;
    font-size: 14px;
}

@media (max-width: 991.98px) {
    .nf-lead-grid {
        grid-template-columns: 1fr 1.6fr;
    }

    .nf-briefing {
        grid-column: 1 / -1;
    }

    .nf-briefing__items {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nf-popular-layout {
        grid-template-columns: 1fr;
    }

    .nf-wide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nf-dark-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .nf-home {
        padding-top: 8px;
    }

    .nf-shell {
        width: min(100% - 20px, 1180px);
    }

    .nf-ticker {
        grid-template-columns: 1fr;
    }

    .nf-ticker__label {
        min-height: 34px;
        justify-content: center;
    }

    .nf-ticker__group {
        min-height: 37px;
    }

    .nf-lead-grid,
    .nf-category-grid,
    .nf-compact-grid {
        grid-template-columns: 1fr;
    }

    .nf-category.is-wide {
        grid-column: auto;
    }

    .nf-lead {
        order: -1;
    }

    .nf-briefing__items,
    .nf-popular-cards,
    .nf-wide-grid,
    .nf-dark-grid {
        grid-template-columns: 1fr 1fr;
    }

    .nf-lead h1 {
        font-size: 26px;
    }
}

@media (max-width: 575.98px) {
    .nf-briefing__items,
    .nf-popular-cards,
    .nf-wide-grid,
    .nf-dark-grid {
        grid-template-columns: 1fr;
    }

    .nf-dark-card,
    .nf-dark-card:nth-child(-n + 2) {
        min-height: 240px;
    }

    .nf-story-card h3,
    .nf-card h3 {
        font-size: 16px;
    }
}

:root {
    --nf-red: #c9141d;
    --nf-red-dark: #9e1017;
    --nf-ink: #171717;
    --nf-muted: #6d6d6d;
    --nf-line: #e4e4e4;
    --nf-soft: #f7f7f7;
    --nf-dark: #111315;
    --nf-radius: 8px;
    --nf-shadow: 0 10px 28px rgba(0, 0, 0, 0.07);
}

.nf-home {
    max-width: 1320px;
    padding-top: 18px;
    padding-bottom: 48px;
    color: var(--nf-ink);
    font-family: "Siyam Rupali", "Hind Siliguri", Arial, sans-serif;
}

.nf-home a {
    color: inherit;
    text-decoration: none;
    transition:
        color 0.2s ease,
        opacity 0.2s ease;
}

.nf-home a:hover {
    color: var(--nf-red);
}

.nf-home img {
    display: block;
    max-width: 100%;
}

/* Premium date/time bar */
.nf-topbar {
    position: relative;
    display: grid !important;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
    padding: 14px 18px;
    overflow: hidden;
    border: 1px solid rgba(201, 20, 29, 0.16);
    border-left: 5px solid var(--nf-red);
    border-radius: var(--nf-radius);
    background:
        radial-gradient(
            circle at 92% 8%,
            rgba(201, 20, 29, 0.09),
            transparent 28%
        ),
        linear-gradient(110deg, #fff8f8 0%, #fff 52%, #f7f7f7 100%);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.nf-topbar__date,
.nf-topbar__time {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 11px;
}

.nf-topbar__time {
    justify-content: flex-end;
    text-align: right;
}

.nf-topbar__edition {
    position: relative;
    z-index: 1;
    padding: 5px 18px;
    border-right: 1px solid var(--nf-line);
    border-left: 1px solid var(--nf-line);
    color: #666;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.nf-topbar__edition strong {
    display: block;
    color: var(--nf-ink);
    font-size: 14px;
    font-weight: 900;
}

.nf-topbar__icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--nf-red);
    color: #fff;
    font-size: 20px;
    box-shadow: 0 5px 14px rgba(201, 20, 29, 0.24);
}

.nf-topbar small {
    display: block;
    margin-bottom: 2px;
    color: #777;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.nf-topbar strong {
    display: block;
    color: var(--nf-ink);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
}

.nf-topbar__time strong {
    color: var(--nf-red);
}

.nf-live-dot {
    width: 11px;
    height: 11px;
    flex: 0 0 11px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #e00000;
    box-shadow:
        0 0 0 4px rgba(224, 0, 0, 0.15),
        0 0 12px rgba(224, 0, 0, 0.4);
    animation: nfPremiumPulse 1.4s infinite;
}

@keyframes nfPremiumPulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.45;
        transform: scale(0.78);
    }
}

.nf-top-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 22px;
    margin-bottom: 14px;
    padding: 9px 14px;
    border-bottom: 1px solid var(--nf-line);
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 800;
}

.nf-top-actions a {
    position: relative;
}

.nf-top-actions a:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -12px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #aaa;
    content: "";
    transform: translateY(-50%);
}

/* Empty advertising spaces */
.nf-ad-slot {
    position: relative;
    width: 100%;
    min-height: 92px;
    margin: 14px 0 24px;
    padding: 0;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    background: #fafafa;
}

.nf-ad-slot--mid {
    min-height: 120px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.nf-ad-slot__label {
    position: absolute;
    top: 7px;
    right: 8px;
    padding: 2px 7px;
    border: 1px solid #ddd;
    border-radius: 999px;
    background: #fff;
    color: #888;
    font-size: 10px;
    line-height: 1.4;
}

.nf-ad-slot__inner {
    display: none !important;
}

/* Breaking ticker */
.nf-ticker {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: stretch;
    margin-bottom: 25px;
    overflow: hidden;
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.nf-ticker__label {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background: var(--nf-red);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
}

.nf-ticker__label::after {
    position: absolute;
    top: 0;
    right: -12px;
    width: 24px;
    height: 100%;
    background: var(--nf-red);
    content: "";
    transform: skewX(-17deg);
}

.nf-ticker__viewport {
    min-width: 0;
    overflow: hidden;
}

.nf-ticker__track {
    display: flex;
    width: max-content;
    min-width: 100%;
    animation: nfPremiumTicker 45s linear infinite;
}

.nf-ticker:hover .nf-ticker__track {
    animation-play-state: paused;
}

.nf-ticker__group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 34px;
    padding: 10px 20px 10px 30px;
    white-space: nowrap;
}

.nf-ticker__group a,
.nf-ticker__group span {
    position: relative;
    color: #292929;
    font-size: 14px;
    font-weight: 800;
}

.nf-ticker__group a::before {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--nf-red);
    content: "";
    vertical-align: middle;
}

@keyframes nfPremiumTicker {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* Top newspaper grid */
.nf-lead-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.65fr) minmax(0, 0.88fr);
    gap: 0;
    margin-bottom: 40px;
    border-top: 3px solid var(--nf-ink);
    border-bottom: 1px solid var(--nf-line);
    background: #fff;
}

.nf-lead-grid > div,
.nf-lead-grid > aside {
    min-width: 0;
    padding: 20px;
}

.nf-lead-grid > div:not(:last-child),
.nf-lead-grid > aside:not(:last-child) {
    border-right: 1px solid var(--nf-line);
}

.nf-story-card {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--nf-line);
}

.nf-story-card:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.nf-story-card__image,
.nf-lead__image,
.nf-brief__image,
.nf-card__image,
.nf-feature__image,
.nf-mini__image {
    display: block;
    overflow: hidden;
    border-radius: 5px;
    background: #ededed;
}

.nf-story-card__image {
    aspect-ratio: 16 / 10;
    margin-bottom: 12px;
}
.nf-lead__image {
    aspect-ratio: 16 / 9.2;
    margin-bottom: 16px;
}
.nf-brief__image {
    aspect-ratio: 1 / 0.82;
}
.nf-card__image {
    aspect-ratio: 16 / 10;
    margin-bottom: 11px;
}
.nf-feature__image {
    aspect-ratio: 16 / 9.5;
    margin-bottom: 12px;
}
.nf-mini__image {
    aspect-ratio: 1 / 0.78;
}

.nf-story-card__image img,
.nf-lead__image img,
.nf-brief__image img,
.nf-card__image img,
.nf-feature__image img,
.nf-mini__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.nf-story-card:hover img,
.nf-lead:hover img,
.nf-brief:hover img,
.nf-card:hover img,
.nf-feature:hover img,
.nf-mini:hover img {
    transform: scale(1.035);
}

.nf-kicker {
    display: inline-block;
    margin: 10px 0 5px;
    color: var(--nf-red);
    font-size: 12px;
    font-weight: 900;
}

.nf-story-card h3,
.nf-card h3,
.nf-feature h3,
.nf-mini h4,
.nf-brief h4 {
    margin: 0;
    color: var(--nf-ink);
    font-weight: 900;
    line-height: 1.42;
}

.nf-story-card h3 {
    font-size: 20px;
}
.nf-card h3 {
    font-size: 19px;
}
.nf-feature h3 {
    font-size: 22px;
}
.nf-mini h4,
.nf-brief h4 {
    font-size: 15px;
}

.nf-summary {
    margin: 9px 0 0;
    color: var(--nf-muted);
    font-size: 14px;
    line-height: 1.75;
}

.nf-meta {
    margin: 10px 0 0;
    color: #888;
    font-size: 12px;
    line-height: 1.5;
}

.nf-lead {
    text-align: center;
}

.nf-lead h1 {
    margin: 4px 0 10px;
    color: #101010;
    font-size: clamp(30px, 3.1vw, 48px);
    font-weight: 950;
    letter-spacing: -0.025em;
    line-height: 1.24;
}

.nf-lead .nf-summary {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 1.8;
}

.nf-more-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 16px;
    padding-bottom: 2px;
    border-bottom: 1px solid var(--nf-red);
    color: var(--nf-red) !important;
    font-size: 13px;
    font-weight: 900;
}

.nf-more-link::after {
    content: "→";
}

.nf-briefing {
    background: #fbfbfb;
}

.nf-briefing__title {
    position: relative;
    margin: 0 0 17px;
    padding: 0 0 9px 14px;
    border-bottom: 2px solid var(--nf-ink);
    font-size: 20px;
    font-weight: 950;
}

.nf-briefing__title::before {
    position: absolute;
    top: 2px;
    bottom: 11px;
    left: 0;
    width: 4px;
    border-radius: 999px;
    background: var(--nf-red);
    content: "";
}

.nf-brief {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid var(--nf-line);
}

.nf-brief:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.nf-brief .nf-kicker {
    margin-top: 0;
}

/* Section headers */
.nf-section {
    margin-bottom: 42px;
}

.nf-section-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--nf-ink);
}

.nf-section-head::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 74px;
    height: 3px;
    background: var(--nf-red);
    content: "";
}

.nf-section-head h2 {
    margin: 0;
    font-size: 26px;
    font-weight: 950;
}

.nf-section-head__more {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #333;
    font-size: 25px;
    line-height: 1;
}

.nf-section-head__more:hover {
    border-color: var(--nf-red);
    background: var(--nf-red);
    color: #fff !important;
}

/* Popular news */
.nf-popular-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(300px, 0.82fr);
    gap: 28px;
}

.nf-popular-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.nf-rank {
    overflow: hidden;
    border: 1px solid #dedede;
    border-radius: 7px;
    background: #fff;
    box-shadow: var(--nf-shadow);
}

.nf-rank__tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
}

.nf-rank__tab {
    padding: 12px 10px;
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: #555;
    font-family: inherit;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.nf-rank__tab.is-active {
    border-bottom-color: var(--nf-red);
    background: #fff;
    color: var(--nf-red);
}

.nf-rank__panel {
    display: none;
}

.nf-rank__panel.is-active {
    display: block;
}

.nf-rank__list {
    padding: 4px 17px;
}

.nf-rank__item {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 14px 0;
    border-bottom: 1px solid var(--nf-line);
}

.nf-rank__item:last-child {
    border-bottom: 0;
}

.nf-rank__number {
    color: #d4d4d4;
    font-family: Georgia, serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.nf-rank__item h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.52;
}

/* Category sections */
.nf-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 28px;
}

.nf-category {
    min-width: 0;
}

.nf-category.is-wide {
    grid-column: span 2;
}

.nf-wide-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 0.72fr));
    gap: 20px;
}

.nf-compact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(230px, 0.8fr);
    gap: 20px;
}

.nf-mini-list {
    display: flex;
    flex-direction: column;
}

.nf-mini {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 0 0 13px;
    margin: 0 0 13px;
    border-bottom: 1px solid var(--nf-line);
}

.nf-mini:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.nf-empty {
    padding: 30px 20px;
    border: 1px dashed #ddd;
    border-radius: 6px;
    background: #fafafa;
    color: #888;
    text-align: center;
}

/* Special report zone */
.nf-dark-zone {
    margin: 48px calc(50% - 50vw) 0;
    padding: 45px max(15px, calc((100vw - 1290px) / 2));
    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(201, 20, 29, 0.18),
            transparent 26%
        ),
        linear-gradient(135deg, #111315 0%, #202326 100%);
    color: #fff;
}

.nf-dark-zone .nf-section-head {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

.nf-dark-zone .nf-section-head h2,
.nf-dark-zone .nf-section-head__more {
    color: #fff;
}

.nf-dark-zone .nf-section-head__more {
    border-color: rgba(255, 255, 255, 0.25);
}

.nf-dark-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.nf-dark-card {
    position: relative;
    min-height: 320px;
    overflow: hidden;
    border-radius: 8px;
    background: #292929;
}

.nf-dark-card > a,
.nf-dark-card img {
    width: 100%;
    height: 100%;
}

.nf-dark-card img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.nf-dark-card:hover img {
    transform: scale(1.05);
}

.nf-dark-card::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.94),
        rgba(0, 0, 0, 0.08) 72%
    );
    content: "";
    pointer-events: none;
}

.nf-dark-card__content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 20px;
}

.nf-dark-card__content .nf-kicker {
    color: #ff7379;
}

.nf-dark-card__content h3 {
    margin: 3px 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 950;
    line-height: 1.42;
}

@media (max-width: 1199.98px) {
    .nf-lead-grid {
        grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.55fr);
    }

    .nf-briefing {
        grid-column: span 2;
        display: grid;
        grid-template-columns: 190px minmax(0, 1fr);
        gap: 20px;
        border-top: 1px solid var(--nf-line);
    }

    .nf-briefing__items {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 20px;
    }

    .nf-wide-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .nf-wide-grid .nf-feature {
        grid-column: span 3;
    }

    .nf-dark-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .nf-topbar {
        grid-template-columns: 1fr 1fr;
    }

    .nf-topbar__edition {
        display: none;
    }

    .nf-lead-grid {
        grid-template-columns: 1fr;
    }

    .nf-lead-grid > div,
    .nf-lead-grid > aside {
        padding: 18px 0;
        border-right: 0 !important;
        border-bottom: 1px solid var(--nf-line);
    }

    .nf-lead-grid > div:first-child {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .nf-story-card {
        padding: 0;
        margin: 0;
        border: 0;
    }

    .nf-briefing {
        grid-column: auto;
        display: block;
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    .nf-popular-layout {
        grid-template-columns: 1fr;
    }

    .nf-category-grid {
        grid-template-columns: 1fr;
    }

    .nf-category.is-wide {
        grid-column: auto;
    }

    .nf-wide-grid,
    .nf-compact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nf-wide-grid .nf-feature {
        grid-column: span 2;
    }
}

@media (max-width: 767.98px) {
    .nf-home {
        padding-right: 12px;
        padding-left: 12px;
    }

    .nf-topbar {
        display: none !important;
    }

    .nf-top-actions {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-right: 2px;
        padding-left: 2px;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .nf-top-actions::-webkit-scrollbar {
        display: none;
    }

    .nf-ad-slot {
        min-height: 72px;
        margin-bottom: 18px;
    }

    .nf-ad-slot--mid {
        min-height: 90px;
    }

    .nf-ticker {
        grid-template-columns: 92px minmax(0, 1fr);
        margin-bottom: 20px;
    }

    .nf-ticker__label {
        justify-content: center;
        padding: 9px 12px;
        font-size: 13px;
    }

    .nf-ticker__group {
        gap: 26px;
        padding: 9px 16px 9px 24px;
    }

    .nf-ticker__group a,
    .nf-ticker__group span {
        font-size: 13px;
    }

    .nf-lead-grid > div:first-child,
    .nf-popular-cards,
    .nf-briefing__items,
    .nf-wide-grid,
    .nf-compact-grid,
    .nf-dark-grid {
        grid-template-columns: 1fr;
    }

    .nf-wide-grid .nf-feature {
        grid-column: auto;
    }

    .nf-lead h1 {
        font-size: 30px;
    }

    .nf-lead .nf-summary {
        font-size: 14px;
    }

    .nf-card {
        display: grid;
        grid-template-columns: 130px minmax(0, 1fr);
        column-gap: 14px;
        align-items: start;
        padding-bottom: 15px;
        border-bottom: 1px solid var(--nf-line);
    }

    .nf-card__image {
        grid-row: span 3;
        margin-bottom: 0;
    }

    .nf-card .nf-kicker {
        margin-top: 0;
    }

    .nf-card h3 {
        font-size: 17px;
    }

    .nf-section-head h2 {
        font-size: 23px;
    }

    .nf-dark-zone {
        padding-top: 34px;
        padding-bottom: 34px;
    }

    .nf-dark-card {
        min-height: 270px;
    }
}

@media (max-width: 479.98px) {
    .nf-card {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .nf-brief {
        grid-template-columns: 84px minmax(0, 1fr);
    }

    .nf-mini {
        grid-template-columns: 92px minmax(0, 1fr);
    }
}

@media (prefers-reduced-motion: reduce) {
    .nf-ticker__track,
    .nf-live-dot {
        animation: none;
    }

    .nf-home img {
        transition: none;
    }
}

/* Category latest posts around the main hero */
.nf-lead-grid--category-latest {
    grid-template-columns:
        minmax(270px, 0.92fr)
        minmax(0, 1.65fr)
        minmax(270px, 0.92fr);
    align-items: stretch;
}

.nf-lead-center {
    min-width: 0;
    padding: 20px;
    text-align: center;
}

.nf-category-side {
    min-width: 0;
    padding: 0 !important;
    background: #fbfbfb;
}

.nf-category-side__head {
    position: sticky;
    top: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 70px;
    padding: 13px 16px;
    border-bottom: 2px solid var(--nf-ink);
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(7px);
}

.nf-category-side__head-icon {
    display: inline-flex;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--nf-red);
    color: #ffffff;
    font-size: 18px;
}

.nf-category-side__head small {
    display: block;
    margin-bottom: 1px;
    color: #888888;
    font-size: 10px;
    font-weight: 800;
}

.nf-category-side__head h2 {
    margin: 0;
    color: var(--nf-ink);
    font-size: 18px;
    font-weight: 950;
    line-height: 1.25;
}

.nf-category-side__list {
    max-height: 750px;
    padding: 0 16px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: #cccccc transparent;
    scrollbar-width: thin;
}

.nf-category-side__list::-webkit-scrollbar {
    width: 5px;
}

.nf-category-side__list::-webkit-scrollbar-track {
    background: transparent;
}

.nf-category-side__list::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #cccccc;
}

.nf-category-latest {
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 15px 0;
    border-bottom: 1px solid var(--nf-line);
}

.nf-category-latest:last-child {
    border-bottom: 0;
}

.nf-category-latest__image {
    display: block;
    aspect-ratio: 1 / 0.76;
    overflow: hidden;
    border-radius: 5px;
    background: #eeeeee;
}

.nf-category-latest__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.nf-category-latest:hover .nf-category-latest__image img {
    transform: scale(1.04);
}

.nf-category-latest__content {
    min-width: 0;
}

.nf-category-latest__category {
    display: inline-block;
    margin-bottom: 4px;
    color: var(--nf-red) !important;
    font-size: 11px;
    font-weight: 900;
}

.nf-category-latest h3 {
    margin: 0;
    color: var(--nf-ink);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.45;
}

.nf-category-latest__meta {
    margin: 5px 0 0;
    color: #999999;
    font-size: 10px;
    line-height: 1.35;
}

@media (max-width: 1199.98px) {
    .nf-lead-grid--category-latest {
        grid-template-columns:
            minmax(250px, 0.85fr)
            minmax(0, 1.45fr);
    }

    .nf-category-side--right {
        grid-column: span 2;
        border-top: 1px solid var(--nf-line);
    }

    .nf-category-side--right .nf-category-side__list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 20px;
        max-height: 430px;
    }
}

@media (max-width: 991.98px) {
    .nf-lead-grid--category-latest {
        grid-template-columns: 1fr;
    }

    .nf-category-side--right {
        grid-column: auto;
    }

    .nf-lead-center {
        order: -1;
        padding-right: 0;
        padding-left: 0;
    }

    .nf-category-side {
        border-right: 0 !important;
        border-bottom: 1px solid var(--nf-line);
    }

    .nf-category-side__list,
    .nf-category-side--right .nf-category-side__list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 20px;
        max-height: 460px;
    }
}

@media (max-width: 767.98px) {
    .nf-category-side__list,
    .nf-category-side--right .nf-category-side__list {
        grid-template-columns: 1fr;
        max-height: none;
        overflow: visible;
    }

    .nf-category-side__head {
        position: relative;
    }

    .nf-category-latest {
        grid-template-columns: 110px minmax(0, 1fr);
    }
}

@media (max-width: 479.98px) {
    .nf-category-latest {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    .nf-category-latest h3 {
        font-size: 14px;
    }
}

/* Refined left/right category cards */
.nf-category-side {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
}

.nf-category-side__head {
    grid-template-columns: auto minmax(0, 1fr) auto;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.035);
}

.nf-category-side__head-copy {
    min-width: 0;
}

.nf-category-side__more {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: var(--nf-red) !important;
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
}

.nf-category-side__more i {
    font-size: 16px;
    transition: transform 0.2s ease;
}

.nf-category-side__more:hover i {
    transform: translateX(3px);
}

.nf-category-side__list {
    padding: 10px 12px 12px;
}

.nf-category-latest {
    position: relative;
    grid-template-columns: 102px minmax(0, 1fr);
    gap: 13px;
    margin-bottom: 9px;
    padding: 11px;
    overflow: hidden;
    border: 1px solid transparent;
    border-bottom-color: var(--nf-line);
    border-radius: 7px;
    background: #ffffff;
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.nf-category-latest::before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 3px;
    border-radius: 0 999px 999px 0;
    background: var(--nf-red);
    content: "";
    opacity: 0;
    transform: scaleY(0.4);
    transition:
        opacity 0.22s ease,
        transform 0.22s ease;
}

.nf-category-latest:hover {
    border-color: rgba(201, 20, 29, 0.16);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.065);
    transform: translateY(-2px);
}

.nf-category-latest:hover::before {
    opacity: 1;
    transform: scaleY(1);
}

.nf-category-latest__image {
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.nf-category-latest__category {
    margin-bottom: 5px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #fff0f1;
    font-size: 10px;
    line-height: 1.3;
}

.nf-category-latest h3 {
    display: -webkit-box;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.48;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nf-category-latest__summary {
    display: -webkit-box;
    overflow: hidden;
    margin: 6px 0 0;
    color: #767676;
    font-size: 11px;
    line-height: 1.52;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nf-category-latest__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px 11px;
    margin: 8px 0 0;
    color: #8b8b8b;
    font-size: 10px;
    line-height: 1.4;
}

.nf-category-latest__meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.nf-category-latest__meta i {
    color: var(--nf-red);
    font-size: 12px;
}

/* Refined hero card */
.nf-lead-center {
    background: radial-gradient(
        circle at 50% 0%,
        rgba(201, 20, 29, 0.045),
        transparent 38%
    );
}

.nf-lead {
    padding: 0 0 18px;
    border-radius: 8px;
}

.nf-lead__image {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.09);
}

.nf-kicker--hero {
    padding: 5px 11px;
    border-radius: 999px;
    background: #fff0f1;
    font-size: 11px;
}

.nf-meta--hero {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 16px;
}

.nf-meta--hero span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.nf-meta--hero i {
    color: var(--nf-red);
    font-size: 14px;
}

@media (max-width: 1199.98px) {
    .nf-category-latest {
        grid-template-columns: 110px minmax(0, 1fr);
    }
}

@media (max-width: 767.98px) {
    .nf-category-side__head {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .nf-category-side__list {
        padding-right: 0;
        padding-left: 0;
    }

    .nf-category-latest {
        grid-template-columns: 118px minmax(0, 1fr);
        margin-bottom: 8px;
    }

    .nf-category-latest__summary {
        display: none;
    }
}

@media (max-width: 479.98px) {
    .nf-category-latest {
        grid-template-columns: 98px minmax(0, 1fr);
        padding: 9px;
    }

    .nf-category-side__more {
        font-size: 10px;
    }

    .nf-category-latest__meta {
        gap: 5px 8px;
    }
}

/* Full-page editorial refinements */
.nf-section {
    padding: 24px;
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.045);
}

.nf-section-head {
    align-items: flex-end;
    margin-bottom: 24px;
}

.nf-section-head__copy {
    min-width: 0;
}

.nf-section-head__eyebrow {
    display: inline-flex;
    margin-bottom: 4px;
    color: var(--nf-red);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.06em;
}

.nf-section-head__copy p {
    max-width: 620px;
    margin: 5px 0 0;
    color: #7a7a7a;
    font-size: 13px;
    line-height: 1.65;
}

.nf-section-head__more {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    font-size: 20px;
}

.nf-section-head__more i {
    transition: transform 0.2s ease;
}

.nf-section-head__more:hover i {
    transform: translateX(2px);
}

.nf-popular-cards .nf-card,
.nf-wide-grid > .nf-card {
    padding: 12px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-radius: 9px;
    background: #ffffff;
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.nf-popular-cards .nf-card:hover,
.nf-wide-grid > .nf-card:hover {
    border-color: rgba(201, 20, 29, 0.18);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.07);
    transform: translateY(-3px);
}

.nf-card__summary {
    display: -webkit-box;
    overflow: hidden;
    margin: 8px 0 0;
    color: #747474;
    font-size: 13px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nf-meta--card,
.nf-meta--feature {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px 14px;
}

.nf-meta--card span,
.nf-meta--feature span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.nf-meta--card i,
.nf-meta--feature i {
    color: var(--nf-red);
    font-size: 13px;
}

.nf-rank__content {
    min-width: 0;
}

.nf-rank__item {
    border-radius: 6px;
    transition:
        background 0.2s ease,
        padding 0.2s ease;
}

.nf-rank__item:hover {
    padding-right: 7px;
    padding-left: 7px;
    background: #fff6f6;
}

.nf-rank__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 10px;
    margin: 6px 0 0;
    color: #939393;
    font-size: 10px;
    line-height: 1.4;
}

.nf-rank__meta span {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.nf-rank__meta i {
    color: var(--nf-red);
    font-size: 11px;
}

.nf-category {
    padding: 22px;
    border: 1px solid #ececec;
    border-radius: 11px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.nf-category .nf-section-head {
    margin-bottom: 20px;
}

.nf-feature__image {
    border-radius: 8px;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.065);
}

.nf-mini {
    grid-template-columns: 112px minmax(0, 1fr);
    padding: 10px;
    margin-bottom: 8px;
    border: 1px solid transparent;
    border-bottom-color: var(--nf-line);
    border-radius: 7px;
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        transform 0.2s ease;
}

.nf-mini:hover {
    border-color: rgba(201, 20, 29, 0.16);
    background: #fff8f8;
    transform: translateX(2px);
}

.nf-mini__content {
    min-width: 0;
}

.nf-mini__summary {
    display: -webkit-box;
    overflow: hidden;
    margin: 5px 0 0;
    color: #7d7d7d;
    font-size: 11px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nf-mini__meta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 6px 0 0;
    color: #999999;
    font-size: 10px;
}

.nf-mini__meta i {
    color: var(--nf-red);
    font-size: 11px;
}

.nf-lead__content {
    padding: 0 10px;
}

.nf-ad-slot {
    background: linear-gradient(135deg, #fafafa 0%, #ffffff 50%, #f8f8f8 100%);
}

.nf-dark-zone .nf-section-head__copy p {
    color: rgba(255, 255, 255, 0.66);
}

.nf-dark-card__summary {
    display: -webkit-box;
    overflow: hidden;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nf-dark-card__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px 13px;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 10px;
    line-height: 1.4;
}

.nf-dark-card__meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.nf-dark-card__meta i {
    color: #ff777d;
    font-size: 12px;
}

@media (max-width: 991.98px) {
    .nf-section,
    .nf-category {
        padding: 18px;
    }

    .nf-category-grid {
        gap: 22px;
    }
}

@media (max-width: 767.98px) {
    .nf-section,
    .nf-category {
        padding: 15px;
        border-radius: 8px;
        box-shadow: none;
    }

    .nf-section-head {
        align-items: center;
    }

    .nf-section-head__copy p {
        font-size: 12px;
    }

    .nf-mini {
        grid-template-columns: 105px minmax(0, 1fr);
    }
}

@media (max-width: 479.98px) {
    .nf-section-head__copy p {
        display: none;
    }

    .nf-section-head h2 {
        font-size: 21px;
    }

    .nf-mini {
        grid-template-columns: 94px minmax(0, 1fr);
        padding: 8px;
    }

    .nf-mini__summary {
        display: none;
    }
}

/* breaking */

/* =========================================================
   BREAKING DYNAMIC LAYOUT
========================================================= */

.nf-breaking-dynamic {
    width: 100%;
    max-width: 1400px;
    margin: 20px auto 28px;
    padding: 0 15px;
}

.nf-breaking-dynamic__grid {
    display: grid;

    /*
     * Big section
     * Side section
     * Advertisement
     */
    grid-template-columns:
        minmax(0, 2.15fr)
        minmax(280px, 1fr)
        minmax(240px, 0.92fr);

    gap: 24px;
    align-items: start;
}

/* =========================================================
   COLUMN 1 - BIG SECTION
========================================================= */

.nf-breaking-big {
    min-width: 0;
}

/* Main Hero */

.nf-breaking-big__hero {
    display: grid;
    grid-template-columns: 58% 42%;

    min-height: 300px;
    height: auto;

    overflow: hidden;

    background: #fff;
    border: 1px solid #dedede;
    border-radius: 7px;
}

.nf-breaking-big__hero-image {
    min-height: 300px;
    height: 100%;
}

.nf-breaking-big__hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nf-breaking-big__hero:hover .nf-breaking-big__hero-image img {
    transform: scale(1.025);
}

.nf-breaking-big__hero-content {
    padding: 18px;
    justify-content: flex-start;
}

.nf-breaking-category {
    display: block;

    margin-bottom: 5px;

    font-size: 13px;
    font-weight: 700;

    color: #d80000;
}

.nf-breaking-big__hero-content h2 {
    margin: 5px 0 10px;

    font-size: 28px;
    line-height: 1.18;

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

.nf-breaking-big__hero-content h2 a {
    color: #111;
    text-decoration: none;
}

.nf-breaking-big__hero-content h2 a:hover {
    color: #d00000;
}

.nf-breaking-big__hero-content p {
    margin: 0;

    font-size: 15px;
    line-height: 1.5;

    color: #555;
}

/* Small Cards */

.nf-breaking-big__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    margin-top: 17px;

    border-top: 1px solid #dedede;
}

.nf-breaking-small-card {
    min-width: 0;

    padding: 16px 12px 14px;

    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.nf-breaking-small-card:nth-child(3n) {
    border-right: 0;
}

.nf-breaking-small-card__image {
    display: block;

    width: 100%;
    aspect-ratio: 16 / 9;

    margin-bottom: 8px;

    overflow: hidden;

    background: #eee;
    border-radius: 4px;
}

.nf-breaking-small-card__image img {
    width: 100%;
    height: 100%;

    display: block;
    object-fit: cover;

    transition: transform 0.3s ease;
}

.nf-breaking-small-card:hover .nf-breaking-small-card__image img {
    transform: scale(1.04);
}

.nf-breaking-small-card h3 {
    margin: 0;

    font-size: 17px;
    font-weight: 700;
    line-height: 1.32;
}

.nf-breaking-small-card h3 a {
    color: #111;
    text-decoration: none;
}

.nf-breaking-small-card h3 a:hover {
    color: #d00000;
}

/* =========================================================
   COLUMN 2 - SIDE NEWS
========================================================= */

.nf-breaking-side {
    min-width: 0;

    padding: 8px;

    background: #fff;

    border: 1px solid #ddd;
    border-radius: 6px;
}

.nf-breaking-side__hero {
    padding-bottom: 13px;

    border-bottom: 1px solid #ddd;
}

.nf-breaking-side__hero-image {
    display: block;

    width: 100%;
    aspect-ratio: 16 / 9;

    overflow: hidden;

    border-radius: 5px;
}

.nf-breaking-side__hero-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.nf-breaking-side__hero h2 {
    margin: 8px 0 0;

    font-size: 19px;
    line-height: 1.25;
    font-weight: 800;
}

.nf-breaking-side__hero h2 a {
    color: #111;
    text-decoration: none;
}

.nf-breaking-side__list {
    width: 100%;
}

.nf-breaking-side__item {
    display: grid;

    grid-template-columns: 100px minmax(0, 1fr);

    gap: 10px;

    align-items: center;

    padding: 12px 0;

    border-bottom: 1px solid #ddd;
}

.nf-breaking-side__item:last-child {
    border-bottom: 0;
}

.nf-breaking-side__thumb {
    display: block;

    width: 100px;
    height: 64px;

    overflow: hidden;

    background: #eee;
}

.nf-breaking-side__thumb img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}

.nf-breaking-side__item h3 {
    margin: 0;

    font-size: 16px;
    font-weight: 700;
    line-height: 1.28;
}

.nf-breaking-side__item h3 a {
    color: #111;
    text-decoration: none;
}

.nf-breaking-side__item h3 a:hover {
    color: #d00000;
}

/* =========================================================
   COLUMN 3 - ADVERTISEMENT
========================================================= */

.nf-breaking-ad {
    min-width: 0;
}

.nf-breaking-ad__label {
    margin-bottom: 6px;

    color: #888;

    font-size: 11px;
    text-align: center;
}

.nf-breaking-ad__box {
    display: block;

    width: 100%;

    overflow: hidden;

    background: #f5f5f5;
}

.nf-breaking-ad__box img {
    width: 100%;
    height: auto;

    display: block;
}

/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1200px) {
    .nf-breaking-dynamic__grid {
        grid-template-columns:
            minmax(0, 2fr)
            minmax(270px, 1fr);
    }

    /*
     * Advertisement full width below
     */
    .nf-breaking-ad {
        grid-column: 1 / -1;
    }

    .nf-breaking-ad__box {
        max-width: 728px;
        margin: auto;
    }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {
    .nf-breaking-dynamic__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .nf-breaking-big__hero {
        grid-template-columns: 52% 48%;
    }

    .nf-breaking-side {
        display: grid;
        grid-template-columns: 0.9fr 1.1fr;
        gap: 15px;
    }

    .nf-breaking-side__hero {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .nf-breaking-ad {
        grid-column: auto;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {
    .nf-breaking-dynamic {
        padding: 0 10px;
        margin-top: 12px;
    }

    /* Hero stacked */

    .nf-breaking-big__hero {
        display: block;
        height: auto;
    }

    .nf-breaking-big__hero-image {
        aspect-ratio: 16 / 10;
        height: auto;
    }

    .nf-breaking-big__hero-content {
        padding: 13px;
    }

    .nf-breaking-big__hero-content h2 {
        font-size: 23px;
    }

    .nf-breaking-big__hero-content p {
        font-size: 14px;
    }

    /* 2 cards */

    .nf-breaking-big__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nf-breaking-small-card {
        padding: 10px 7px;
    }

    .nf-breaking-small-card:nth-child(3n) {
        border-right: 1px solid #ddd;
    }

    .nf-breaking-small-card:nth-child(2n) {
        border-right: 0;
    }

    .nf-breaking-small-card h3 {
        font-size: 15px;
    }

    /* Side section */

    .nf-breaking-side {
        display: block;
    }

    .nf-breaking-side__hero {
        padding-bottom: 12px;
        border-bottom: 1px solid #ddd;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {
    .nf-breaking-big__cards {
        grid-template-columns: 1fr;
    }

    .nf-breaking-small-card {
        display: grid;

        grid-template-columns: 120px minmax(0, 1fr);

        gap: 10px;

        border-right: 0 !important;
    }

    .nf-breaking-small-card__image {
        margin: 0;
    }

    .nf-breaking-side__item {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    .nf-breaking-side__thumb {
        width: 92px;
        height: 62px;
    }
}
/* =========================================================
   NEWS FAST 24 - HOMEPAGE UI FINAL OVERRIDES
   Append this block AFTER the existing homepage CSS.
========================================================= */

.nf-home {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 16px 0 48px;
    background: #fff;
}

.nf-shell {
    width: min(1320px, calc(100% - 32px));
    margin-inline: auto;
}

/* ---------- Ticker ---------- */
.nf-ticker {
    margin-bottom: 18px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.035);
}

.nf-ticker__label {
    padding-inline: 18px;
    font-weight: 900;
}

/* ---------- Dynamic lead area ---------- */
.nf-breaking-dynamic {
    width: 100%;
    max-width: none;
    margin: 0 0 34px;
    padding: 0;
}

.nf-breaking-dynamic__grid {
    display: grid;
    grid-template-columns:
        minmax(0, 2.12fr)
        minmax(265px, 0.95fr)
        minmax(220px, 0.76fr);
    gap: 18px;
    align-items: start;
}

.nf-breaking-big,
.nf-breaking-side,
.nf-breaking-ad {
    min-width: 0;
}

.nf-breaking-big__hero {
    display: grid;
    grid-template-columns: minmax(0, 58%) minmax(0, 42%);
    min-height: 268px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.045);
}

.nf-breaking-big__hero-image {
    display: block;
    min-height: 268px;
    overflow: hidden;
    background: #eee;
}

.nf-breaking-big__hero-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.28s ease;
}

.nf-breaking-big__hero:hover .nf-breaking-big__hero-image img {
    transform: scale(1.025);
}

.nf-breaking-big__hero-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.nf-breaking-category,
.nf-breaking-small-card__category,
.nf-breaking-side__category,
.nf-breaking-side__item-copy > span {
    color: var(--nf-red, #d10000);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.4;
}

.nf-breaking-big__hero-content h1 {
    margin: 6px 0 10px;
    font-size: clamp(26px, 2.1vw, 36px);
    font-weight: 900;
    line-height: 1.14;
    letter-spacing: -0.025em;
}

.nf-breaking-big__hero-content h1 a {
    color: #101010;
}

.nf-breaking-big__hero-content p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #656565;
    font-size: 14px;
    line-height: 1.62;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.nf-breaking-big__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    background: #fff;
}

.nf-breaking-small-card {
    min-width: 0;
    padding: 12px;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    transition: background 0.2s ease;
}

.nf-breaking-small-card:hover {
    background: #fffafa;
}

.nf-breaking-small-card:nth-child(3n) {
    border-right: 0;
}

.nf-breaking-small-card:nth-last-child(-n + 3) {
    border-bottom: 0;
}

.nf-breaking-small-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 9px;
    overflow: hidden;
    border-radius: 7px;
    background: #eee;
}

.nf-breaking-small-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.nf-breaking-small-card h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 4px 0 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.38;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* ---------- Right side lead ---------- */
.nf-breaking-side {
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
}

.nf-breaking-side__hero {
    padding: 10px 10px 13px;
    border-bottom: 1px solid #e8e8e8;
}

.nf-breaking-side__hero-image {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 7px;
    background: #eee;
}

.nf-breaking-side__hero-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.nf-breaking-side__category {
    display: block;
    margin-top: 9px;
}

.nf-breaking-side__hero h2 {
    margin: 4px 0 0;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.3;
}

.nf-breaking-side__item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ededed;
    transition: background 0.2s ease;
}

.nf-breaking-side__item:hover {
    background: #fffafa;
}

.nf-breaking-side__item:last-child {
    border-bottom: 0;
}

.nf-breaking-side__thumb {
    width: 92px;
    height: 62px;
    overflow: hidden;
    border-radius: 6px;
    background: #eee;
}

.nf-breaking-side__thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.nf-breaking-side__item-copy {
    min-width: 0;
}

.nf-breaking-side__item h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 3px 0 0;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* ---------- Advertisement ---------- */
.nf-breaking-ad__label {
    margin-bottom: 6px;
    color: #9a9a9a;
    font-size: 10px;
    text-align: center;
}

.nf-breaking-ad__box {
    display: grid;
    width: 100%;
    min-height: 430px;
    place-items: center;
    overflow: hidden;
    border: 1px dashed #d7d7d7;
    border-radius: 9px;
    background: linear-gradient(135deg, #fafafa 0%, #fff 50%, #f7f7f7 100%);
    color: #b0b0b0;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

/* ---------- Main sections ---------- */
.nf-section,
.nf-category {
    border-color: #ebebeb;
    box-shadow: 0 7px 24px rgba(0, 0, 0, 0.035);
}

.nf-section {
    margin-top: 0;
    margin-bottom: 34px;
}

.nf-section-head {
    margin-bottom: 20px;
}

.nf-section-head h2 {
    letter-spacing: -0.015em;
}

.nf-popular-layout {
    gap: 22px;
}

.nf-popular-cards {
    gap: 14px;
}

.nf-popular-cards .nf-card,
.nf-wide-grid > .nf-card {
    border-radius: 10px;
}

.nf-card__image,
.nf-feature__image {
    overflow: hidden;
    border-radius: 8px;
}

.nf-card__image img,
.nf-feature__image img,
.nf-mini__image img,
.nf-dark-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* View count intentionally removed from markup. Keep metadata compact. */
.nf-meta--card,
.nf-meta--feature,
.nf-rank__meta,
.nf-dark-card__meta {
    gap: 6px;
}

.nf-category-grid {
    gap: 26px 22px;
}

.nf-category {
    overflow: hidden;
}

.nf-mini {
    background: #fff;
}

.nf-mini:hover {
    background: #fffafa;
}

/* ---------- Ad slots ---------- */
.nf-ad-slot {
    min-height: 110px;
    margin: 28px 0;
    border: 1px dashed #dedede;
    border-radius: 9px;
    background: #fbfbfb;
}

.nf-ad-slot__label {
    color: #aaa;
    font-size: 10px;
}

/* ---------- Dark zone ---------- */
.nf-dark-zone {
    margin-top: 44px;
}

.nf-dark-card {
    overflow: hidden;
    border-radius: 11px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199.98px) {
    .nf-breaking-dynamic__grid {
        grid-template-columns: minmax(0, 1.9fr) minmax(280px, 0.95fr);
    }

    .nf-breaking-ad {
        grid-column: 1 / -1;
    }

    .nf-breaking-ad__box {
        min-height: 110px;
    }
}

@media (max-width: 991.98px) {
    .nf-shell {
        width: min(100% - 24px, 1320px);
    }

    .nf-breaking-dynamic__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .nf-breaking-side {
        display: grid;
        grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr);
    }

    .nf-breaking-side__hero {
        border-right: 1px solid #e8e8e8;
        border-bottom: 0;
    }

    .nf-breaking-ad {
        grid-column: auto;
    }

    .nf-breaking-ad__box {
        min-height: 100px;
    }
}

@media (max-width: 767.98px) {
    .nf-home {
        padding-top: 10px;
    }

    .nf-shell {
        width: min(100% - 20px, 1320px);
    }

    .nf-ticker {
        border-radius: 7px;
    }

    .nf-breaking-big__hero {
        display: block;
        min-height: 0;
    }

    .nf-breaking-big__hero-image {
        min-height: 0;
        aspect-ratio: 16 / 9.5;
    }

    .nf-breaking-big__hero-content {
        padding: 15px;
    }

    .nf-breaking-big__hero-content h1 {
        font-size: 25px;
    }

    .nf-breaking-big__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nf-breaking-small-card:nth-child(3n) {
        border-right: 1px solid #e7e7e7;
    }

    .nf-breaking-small-card:nth-child(2n) {
        border-right: 0;
    }

    .nf-breaking-small-card:nth-last-child(-n + 3) {
        border-bottom: 1px solid #e7e7e7;
    }

    .nf-breaking-small-card:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .nf-breaking-side {
        display: block;
    }

    .nf-breaking-side__hero {
        border-right: 0;
        border-bottom: 1px solid #e8e8e8;
    }

    .nf-section,
    .nf-category {
        padding: 15px;
        border-radius: 9px;
        box-shadow: none;
    }

    .nf-section-head__copy p {
        font-size: 12px;
    }
}

@media (max-width: 479.98px) {
    .nf-breaking-big__hero-content h1 {
        font-size: 22px;
    }

    .nf-breaking-big__hero-content p {
        -webkit-line-clamp: 2;
    }

    .nf-breaking-big__cards {
        grid-template-columns: 1fr;
    }

    .nf-breaking-small-card {
        display: grid;
        grid-template-columns: 116px minmax(0, 1fr);
        column-gap: 10px;
        align-items: start;
        border-right: 0 !important;
        border-bottom: 1px solid #e7e7e7 !important;
    }

    .nf-breaking-small-card:last-child {
        border-bottom: 0 !important;
    }

    .nf-breaking-small-card__image {
        grid-row: 1 / span 2;
        margin: 0;
    }

    .nf-breaking-small-card__category,
    .nf-breaking-small-card h3 {
        grid-column: 2;
    }

    .nf-breaking-small-card h3 {
        font-size: 14px;
    }

    .nf-breaking-side__item {
        grid-template-columns: 88px minmax(0, 1fr);
    }

    .nf-breaking-side__thumb {
        width: 88px;
        height: 60px;
    }

    .nf-section-head__copy p,
    .nf-card__summary,
    .nf-mini__summary {
        display: none;
    }
}

/* advertisement */

.nf-breaking-ad {
    width: 100%;
    min-width: 0;
}

.nf-breaking-ad__label {
    margin-bottom: 7px;

    color: #999;
    font-size: 11px;
    text-align: center;
}

.nf-breaking-ad__box {
    display: block;

    width: 100%;

    overflow: hidden;

    border-radius: 8px;

    background: #f7f7f7;
}

.nf-breaking-ad__box img {
    display: block;

    width: 100%;
    height: auto;

    aspect-ratio: 3 / 5;

    object-fit: cover;
}

.nf-breaking-ad__empty {
    display: flex;

    width: 100%;
    min-height: 430px;

    align-items: center;
    justify-content: center;

    border: 1px dashed #d6d6d6;
    border-radius: 8px;

    background: #fafafa;

    color: #aaa;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
}
