/**********************************/
/********** General CSS ***********/
/**********************************/
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background: #ffffff !important;
}

a {
    color: #FF6F61;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #000000;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #000000 !important;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 15px 0;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    padding: 0;
    color: #ffffff;
    font-weight: 600;
}

h4,
h5,
h6 {
    font-weight: 400;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #FF6F61;
    color: #ffffff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    border-radius: 4px;
    z-index: 11;
}

.back-to-top:hover {
    background: #000000;
}

.back-to-top i {
    padding-top: 9px;
    color: #ffffff;
}


/**********************************/
/********* Form Input CSS *********/
/**********************************/
.form-control,
.custom-select {
    width: 100%;
    height: 35px;
    padding: 5px 15px;
    color: #999999;
    border: 1px solid #cccccc;
    margin-bottom: 15px
}

.form-control:focus,
.custom-select:focus {
    box-shadow: none;
    border-color: #FF6F61;
}

.custom-radio,
.custom-checkbox {
    margin-bottom: 15px;
}

.custom-radio .custom-control-label::before,
.custom-checkbox .custom-control-label::before {
    border-color: #cccccc;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    color: #ffffff;
    background: #FF6F61;
}

button.btn {
    color: #ffffff;
}

button.btn:hover {
    color: #ffffff;
}


/**********************************/
/*********** Top Bar CSS **********/
/**********************************/
.top-bar {
    padding: 2px 0;
    background: #000000;
}

.top-bar .tb-contact p {
    display: inline-block;
    margin: 0;
    color: #FF6F61;
    font-size: 14px;
}

.top-bar .tb-contact p i {
    margin-right: 6px;
}

.top-bar .tb-contact p:first-child {
    margin-right: 15px;
}

.top-bar .tb-menu {
    font-size: 0;
    text-align: right;
}

.top-bar .tb-menu a {
    color: #FF6F61;
    font-size: 14px;
    margin: 0 8px;
}

.top-bar .tb-menu a:hover {
    color: #ffffff;
}

.top-bar .tb-menu a:last-child {
    margin-right: 0;
}

.top-bar .tb-menu a::after {
    position: absolute;
    content: "/";
    margin: 1px 0 0 6px;
    color: #FF6F61;
    font-size: 14px;
}

.top-bar .tb-menu a:last-child::after {
    display: none;
}

@media (max-width: 768px) {

    .top-bar .tb-contact,
    .top-bar .tb-menu {
        text-align: center;
    }
}


/**********************************/
/*********** Brand CSS ************/
/**********************************/
.brand {
    margin: 15px 0;
    background: #ffffff;
}

.brand .b-logo {
    text-align: left;
    overflow: hidden;
}

.brand .b-logo a img {
    max-width: 100%;
    max-height: 60px;
}

.brand .b-ads {
    overflow: hidden;
}

.brand .b-ads a img {
    max-width: 100%;
    max-height: 100%;
}

.brand .b-search {
    width: 100%;
}

.brand .b-search input[type=text] {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.brand .b-search input[type=text]:focus {
    border-color: #FF6F61;
}

.brand .b-search button {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 15px;
    border: none;
    background: none;
    color: #FF6F61;
    border-radius: 0 4px 4px 0;
}

.brand .b-search button:hover {
    background: #FF6F61;
    color: #ffffff;
}

@media (min-width: 768px) {
    .brand {
        max-height: 90px;
    }

    .despl-web {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .despl-mob {
        display: none;
    }

    .brand .b-logo,
    .brand .b-ads,
    .brand .b-search {
        text-align: center;
        margin-bottom: 15px;
    }

    .brand .b-search {
        margin-bottom: 0;
    }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.nav-bar {
    position: relative;
}

.nav-bar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
}

.nav-bar .navbar {
    height: 100%;
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    border-bottom: 2px solid #000000;
    transition: none;
}

.nav-bar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

@media (min-width: 768px) {

    .nav-bar,
    .nav-bar .navbar {
        background: #FF6F61 !important;
    }

    .nav-bar .navbar-brand {
        display: none;
    }

    .nav-bar a.nav-link {
        padding: 8px 15px;
        font-size: 15px;
        text-transform: uppercase;
    }
}

@media (max-width: 768px) {

    .nav-bar,
    .nav-bar .navbar {
        padding: 3px 0;
        background: #FF6F61 !important;
    }

    .nav-bar a.nav-link {
        padding: 5px;
    }

    .nav-bar .dropdown-menu {
        box-shadow: none;
    }

    .nav-bar .social {
        display: none;
    }
}

.nav-bar .social {
    font-size: 0;
    overflow: hidden;
}

.nav-bar .social a {
    display: inline-block;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    padding: 3px 0;
    text-align: center;
    font-size: 14px;
    background: #FF6F61;
    border: 1px solid #ffffff;
    border-radius: 4px;
}

.nav-bar .social a:hover {
    background: #ffffff;
    border: 1px solid #ffffff;
}

.nav-bar .social a i {
    color: #ffffff;
}

.nav-bar .social a:hover i {
    color: #FF6F61;
}


/**********************************/
/********** Top News CSS **********/
/**********************************/
.top-news {
    position: relative;
    width: 100%;
    padding: 30px 0 0 0;
}

.top-news .tn-img {
    position: relative;
    overflow: hidden;
}

.top-news .tn-img img {
    width: 100%;
}

.top-news .tn-img:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.top-news .tn-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 10px 15px 20px;
    background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .9));
    display: flex;
    align-items: flex-end;
}

.top-news .tn-title a {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    transition: .3s;
}

.top-news .tn-left .tn-title a {
    font-size: 30px;
    font-weight: 600;
}

.top-news .tn-title a:hover {
    color: #FF6F61;
}

.top-news .tn-left {
    margin-bottom: 30px;
}

.top-news .tn-right {
    margin-bottom: 60px;
    padding: 0 30px;
}

.top-news .tn-right .col-md-6 {
    padding: 0;
}

.top-news .slick-prev,
.top-news .slick-next {
    width: 28px;
    height: 28px;
    z-index: 1;
    transition: .5s;
    color: #ffffff;
    background: #000000;
    border-radius: 4px;
}

.top-news .slick-prev {
    left: 30px;
}

.top-news .slick-next {
    right: 30px;
}

.top-news .slick-prev:hover,
.top-news .slick-prev:focus,
.top-news .slick-next:hover,
.top-news .slick-next:focus {
    color: #ffffff;
    background: #FF6F61;
}

.top-news .slick-prev::before,
.top-news .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
}

.top-news .slick-prev::before {
    content: "\f104";
}

.top-news .slick-next::before {
    content: "\f105";
}


/**********************************/
/******* Category News CSS ********/
/**********************************/
.cat-news {
    position: relative;
    width: 100%;
    padding: 0;
}

.cat-news .col-md-6 {
    margin-bottom: 30px;
}

.cat-news h2 {
    color: #000000;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px double #000000;
}

.cat-news .cn-img {
    position: relative;
    overflow: hidden;
}

.cat-news .cn-img img {
    width: 100%;
}

.cat-news .cn-img:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.cat-news .cn-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 10px 15px 20px;
    background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .9));
    display: flex;
    align-items: flex-end;
}

.cat-news .cn-title a {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    transition: .3s;
}

.cat-news .cn-title a:hover {
    color: #FF6F61;
}

.cat-news .slick-prev,
.cat-news .slick-next {
    top: -62px;
    width: 28px;
    height: 28px;
    z-index: 1;
    transition: .5s;
    color: #ffffff;
    background: #000000;
    border-radius: 4px;
}

.cat-news .slick-prev {
    left: calc(100% - 85px);
}

.cat-news .slick-next {
    right: 14px;
}

.cat-news .slick-prev:hover,
.cat-news .slick-prev:focus,
.cat-news .slick-next:hover,
.cat-news .slick-next:focus {
    color: #ffffff;
    background: #FF6F61;
}

.cat-news .slick-prev::before,
.cat-news .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
}

.cat-news .slick-prev::before {
    content: "\f104";
}

.cat-news .slick-next::before {
    content: "\f105";
}


/**********************************/
/********** Tab News CSS **********/
/**********************************/
.tab-news {
    position: relative;
}

.tab-news .col-md-6 {
    margin-bottom: 60px;
}

.tab-news .nav.nav-pills .nav-link {
    color: #ffffff;
    background: #000000;
    border-radius: 0;
}

.tab-news .nav.nav-pills .nav-link:hover,
.tab-news .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #FF6F61;
}

.tab-news .tab-content {
    padding: 30px 15px 15px 15px;
    background: rgba(0, 0, 0, .05);
}

.tab-news .tn-news {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background: #ffffff;
}

.tab-news .tn-img {
    width: 150px;
}

.tab-news .tn-img img {
    width: 150px;
}

.tab-news .tn-title {
    padding: 10px 15px;
}

.tab-news .tn-title a {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    transition: all .3s;
}

.tab-news .tn-title a:hover {
    color: #FF6F61;
}



/**********************************/
/********** Main News CSS *********/
/**********************************/
.main-news {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.main-news .col-md-4 {
    margin-bottom: 30px;
}

.main-news .mn-img {
    position: relative;
    overflow: hidden;
}

.main-news .mn-img img {
    width: 100%;
}

.main-news .mn-img:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.main-news .mn-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 10px 15px 20px;
    background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .9));
    display: flex;
    align-items: flex-end;
}

.main-news .mn-title a {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    transition: .3s;
}

.main-news .mn-title a:hover {
    color: #FF6F61;
}

.main-news .mn-list {
    margin-bottom: 30px;
}

.main-news .mn-list h2 {
    color: #000000;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px double #000000;
}

.main-news .mn-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-news .mn-list ul li {
    margin: 0 0 12px 22px;
}

.main-news .mn-list ul li:last-child {
    margin-bottom: 0;
}

.main-news .mn-list ul li a {
    color: #000000;
    display: block;
    line-height: 23px;
}

.main-news .mn-list ul li::before {
    position: absolute;
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000000;
    left: 1px;
}

.main-news .mn-list ul li a:hover {
    color: #FF6F61;
}


/**********************************/
/********* Breadcrumb CSS *********/
/**********************************/
.breadcrumb-wrap {
    position: relative;
    width: 100%;
    background: #ffffff;
}

.breadcrumb-wrap .breadcrumb {
    margin: 25px 0 0 0;
    padding: 0;
    background: none;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #353535;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item.active {
    color: #353535;
}


/**********************************/
/********* Single News CSS ********/
/**********************************/
.single-news {
    position: relative;
    width: 100%;
    padding: 25px 0 0 0;
    margin-bottom: 15px;
}

.single-news .sn-img {
    position: relative;
    overflow: hidden;
}

.single-news .sn-img img {
    width: 100%;
}

.single-news .sn-content {
    position: relative;
    width: 100%;
    padding: 30px 0;
}

.single-news .sn-content h1.sn-title {
    display: block;
    width: 100%;
    color: #000000;
}

.single-news .sn-related {
    margin-bottom: 45px;
}

.single-news .sn-related h2 {
    color: #000000;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px double #000000;
}

.single-news .sn-slider .sn-img {
    position: relative;
    overflow: hidden;
}

.single-news .sn-slider .sn-img img {
    width: 100%;
}

.single-news .sn-slider .sn-img:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.single-news .sn-slider .sn-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 10px 15px 20px;
    background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .9));
    display: flex;
    align-items: flex-end;
}

.single-news .sn-slider .sn-title a {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    transition: .3s;
}

.single-news .sn-slider .sn-title a:hover {
    color: #FF6F61;
}

.single-news .sn-slider .slick-prev,
.single-news .sn-slider .slick-next {
    top: -62px;
    width: 28px;
    height: 28px;
    z-index: 1;
    transition: .5s;
    color: #ffffff;
    background: #000000;
    border-radius: 4px;
}

.single-news .sn-slider .slick-prev {
    left: calc(100% - 85px);
}

.single-news .sn-slider .slick-next {
    right: 14px;
}

.single-news .sn-slider .slick-prev:hover,
.single-news .sn-slider .slick-prev:focus,
.single-news .sn-slider .slick-next:hover,
.single-news .sn-slider .slick-next:focus {
    color: #ffffff;
    background: #FF6F61;
}

.single-news .sn-slider .slick-prev::before,
.single-news .sn-slider .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
}

.single-news .sn-slider .slick-prev::before {
    content: "\f104";
}

.single-news .sn-slider .slick-next::before {
    content: "\f105";
}


/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
    position: relative;
    width: 100%;
}

.sidebar .sidebar-widget {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.sidebar .sidebar-widget h2.sw-title {
    color: #000000;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px double #000000;
}

.sidebar .sidebar-widget .news-list {
    position: relative;
    margin-bottom: 30px;
}

.sidebar .news-list .nl-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.sidebar .news-list .nl-item .nl-img {
    width: 100px;
}

.sidebar .news-list .nl-item .nl-img img {
    width: 100px;
}

.sidebar .news-list .nl-item .nl-title {
    padding-left: 15px;
}

.sidebar .news-list .nl-item .nl-title a {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s;
}

.sidebar .news-list .nl-item .nl-title a:hover {
    color: #FF6F61;
}

.sidebar .sidebar-widget .tab-news {
    position: relative;
    margin-bottom: 30px;
}

.sidebar .tab-news .nav.nav-pills .nav-link {
    color: #ffffff;
    background: #000000;
    border-radius: 0;
}

.sidebar .tab-news .nav.nav-pills .nav-link:hover,
.sidebar .tab-news .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #FF6F61;
}

.sidebar .tab-news .tab-content {
    padding: 15px 0 0 0;
    background: transparent;
}

.sidebar .tab-news .tab-content .container {
    padding: 0;
}

.sidebar .tab-news .tn-news {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.sidebar .tab-news .tn-img {
    width: 100px;
}

.sidebar .tab-news .tn-img img {
    width: 100px;
}

.sidebar .tab-news .tn-title {
    padding: 0 0 0 15px;
}

.sidebar .tab-news .tn-title a {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s;
}

.sidebar .tab-news .tn-title a:hover {
    color: #FF6F61;
}

.sidebar .sidebar-widget .category {
    position: relative;
}

.sidebar .category ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .category ul li {
    margin: 0 0 12px 22px;
}

.sidebar .category ul li:last-child {
    margin-bottom: 0;
}

.sidebar .category ul li a {
    display: inline-block;
    color: #000000;
    line-height: 23px;
}

.sidebar .category ul li a:hover {
    color: #FF6F61;
}

.sidebar .category ul li::before {
    position: absolute;
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000000;
    left: 1px;
}

.sidebar .category ul li span {
    display: inline-block;
    float: right;
}

.sidebar .sidebar-widget .tags {
    position: relative;
}

.sidebar .sidebar-widget .tags a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 10px;
    color: #000000;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 4px;
}

.sidebar .sidebar-widget .tags a:hover {
    color: #ffffff;
    background: #FF6F61;
    border: 1px solid #FF6F61;
}

.sidebar .sidebar-widget .image a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar .sidebar-widget .image img {
    max-width: 100%;
    transition: .3s;
}

.sidebar .sidebar-widget .image img:hover {
    transform: scale(1.1);
    filter: blur(3px);
    -webkit-filter: blur(3px);
}


/**********************************/
/********** Contact CSS ***********/
/**********************************/
.contact {
    position: relative;
    padding: 25px 0 15px 0;
}

.contact .contact-form,
.contact .contact-info {
    margin-bottom: 45px;
}

.contact .contact-info h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}

.contact .contact-info h4 i {
    color: #000000;
    margin-right: 5px;
}

.contact .social {
    position: relative;
    width: 100%;
}

.contact .social a {
    display: inline-block;
    margin: 10px 10px 0 0;
    width: 40px;
    height: 40px;
    padding: 7px 0;
    text-align: center;
    font-size: 18px;
    border: 1px solid #000000;
    border-radius: 4px;
}

.contact .social a i {
    color: #000000;
}

.contact .social a:hover {
    background: #FF6F61;
    border-color: #FF6F61;
}

.contact .social a:hover i {
    color: #ffffff;
}


/**********************************/
/********** Footer CSS ************/
/**********************************/
.footer {
    position: relative;
    padding: 60px 0 0 0;
    background: #111111;
}

.footer .footer-widget {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}

.footer .footer-widget .title {
    color: #ffffff;
    font-size: 25px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 3px double #ffffff;
}

.footer .footer-widget p {
    color: #ffffff;
}

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

.footer .footer-widget ul li {
    margin-bottom: 12px;
}

.footer .footer-widget ul li:last-child {
    margin-bottom: 0;
}

.footer .footer-widget ul li a {
    color: #ffffff;
    white-space: nowrap;
    display: block;
    line-height: 23px;
}

.footer .footer-widget ul li a::before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 5px;
}

.footer .footer-widget ul li a:hover {
    padding-left: 10px;
    color: #FF6F61;
}

.footer .contact-info p {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 16px;
}

.footer .contact-info p i {
    color: #ffffff;
    margin-right: 5px;
}

.footer .social {
    position: relative;
    width: 100%;
}

.footer .social a {
    display: inline-block;
    margin: 10px 5px 0 0;
    width: 35px;
    height: 35px;
    padding: 5px 0;
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    border-radius: 4px;
}

.footer .social a i {
    color: #111111;
}

.footer .social a:hover {
    background: #FF6F61;
}

.footer .social a:hover i {
    color: #ffffff;
}

.footer .newsletter {
    position: relative;
    width: 100%;
}

.footer .newsletter form {
    position: relative;
    width: 100%;
}

.footer .newsletter input {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    border: 1px solid #ffffff;
    border-radius: 4px;
}

.footer .newsletter .btn {
    position: absolute;
    width: 80px;
    height: 35px;
    top: 0;
    right: 0;
    padding: 0 15px;
    border: none;
    background: #111111;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #ffffff;
    border-radius: 0 4px 4px 0;
}

.footer .newsletter .btn:hover {
    background: #FF6F61;
}

.footer .newsletter input:focus,
.footer .newsletter .btn:focus {
    box-shadow: none;
}


/**********************************/
/******** Footer Menu CSS *********/
/**********************************/
.footer-menu {
    position: relative;
    background: #111111;
}

.footer-menu .container {
    padding: 15px 0;
    border-top: 1px solid #000000;
}

.footer-menu .f-menu {
    font-size: 0;
    text-align: center;
}

.footer-menu .f-menu a {
    color: #ffffff;
    font-size: 14px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ffffff;
}

.footer-menu .f-menu a:hover {
    color: #FF6F61;
}

.footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


/**********************************/
/******** Footer Bottom CSS *******/
/**********************************/
.footer-bottom {
    position: relative;
    padding: 25px 0;
    background: #000000;
}

.footer-bottom .copyright {
    text-align: left;
}

.footer-bottom .template-by {
    text-align: right;
}

.footer-bottom .copyright p,
.footer-bottom .template-by p {
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}

.footer-bottom .copyright p a,
.footer-bottom .template-by p a {
    font-weight: 600;
}

.footer-bottom .copyright p a:hover,
.footer-bottom .template-by p a:hover {
    color: #ffffff;
}

@media (max-width: 768.98px) {

    .footer-bottom .copyright,
    .footer-bottom .template-by {
        text-align: center;
    }
}















/* category */

body {
    font-family: Arial, sans-serif;
    margin: 0;
    background: #f7f7f7;
    color: #111;
}

.containerr {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

/* Featured News */
.featured {
    background: #fff;
    padding: 15px;
    border-radius: 2px;
}

.featured img {
    width: 100%;
    border-radius: 4px;
}

.featured h2 {
    font-size: 22px;
    margin: 10px 0;
}

.date {
    color: #888;
    font-size: 13px;
}

/* News List */
.news {
    display: flex;
    background: #fff;
    justify-content: space-between;
    padding: 15px;
    margin-top: 15px;
    border-radius: 5px;
    align-items: center;
}

.news img {
    width: 160px;
    height: auto;
    margin-left: 15px;
    border-radius: 3px;
}

.news h3 {
    margin: 0;
    font-size: 18px;
}

/* Sidebar */
.sidebar {
    background: #fff;
    padding: 15px;
    border-radius: 2px;
}

.sidebar h3 {
    border-left: 4px solid red;
    padding-left: 8px;
}

.side-news {
    display: flex;
    gap: 10px;
    margin: 12px 0;
}

.side-news img {
    width: 60px;
    height: 60px;
    border-radius: 2px;
    object-fit: cover;
}

.side-news p {
    margin: 0;
    font-size: 14px;
}

.side-news span {
    display: block;
    font-size: 12px;
    color: #888;
}



.d-sign {
    gap: 10px
}


/* */

#category-posts {
    gap: 20px;

    margin-bottom: 20px;
}

.search-box {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ddd;
    transition: all 0.3s ease-in-out;
}

/* Input clean look */
.search-box input {
    border: none !important;
    box-shadow: none !important;
    padding: 10px 15px;
}

/* On focus, glow effect */
.search-box input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.breaking-label {
    margin-right: 9px;
    /* adjust space as needed */
    font-weight: bold;
    /* optional for better look */
    font-size: 25px;
}

/* Button styling */
.search-box button {
    border-radius: 0;
    padding: 10px 15px;
}

header nav a:hover {
    color: #d9230f !important;
}

marquee {
    font-weight: 500;
    font-size: 1rem;
}

/*

.featured .post-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.featured .post-link img {
  width: 100%;
  border-radius: 8px;
}
.featured .post-link h2 {
  margin: 10px 0;
  font-size: 22px;
}
.featured .post-link:hover h2 {
  color: red;
} */



/* Social icons hover */
.social-icons a {
    font-size: 8px;
    transition: transform 0.3s, color 0.3s;
}

.social-icons a:hover {
    transform: scale(1.2);
    color: #ff0000;
    /* red hover */
}
/* LIVE TV (mobile only) */
.live-tv {
    display: inline-block;
    background: #C40000;      /* WCAG contrast-safe red */
    color: #FFFFFF !important;
    padding: 6px 12px;
    font-weight: 700;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
}

/* Hover */
.live-tv:hover {
    background: #A00000;
}

/* Hide LIVE TV on >= 476px */
@media (max-width: 476px) {
    .live-tv {
        display: none !important;
    }
}
/*  */
/* Default: hide everywhere */
.live-tvv {
    display: none;
    background: #C40000;
    color: #FFFFFF !important;
    padding: 6px 12px;
    font-weight: 700;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
}

/* Show ONLY on <= 476px */
@media (max-width: 476px) {
    .live-tvv {
        display: inline-block;
    }
}
.top-right-box {
    display: flex;
    justify-content: end;
    align-items: center;
}

/* Hover effect applies only when visible */
.live-tvv:hover {
    background: #A00000;
}


/*  */
/* SOCIAL SECTION STYLES (unchanged) */
@media (max-width: 992px) {
    .socialbox {
        --size: 34px;
        border-radius: 8px;
    }

    .socialbox i {
        font-size: 16px;
        width: 16px;
        height: 16px;
    }

    .social-section {
        gap: 10px;
    }
}

/* Small phones */
@media (max-width: 480px) {
    .social-section {
        gap: 8px;
    }

    .socialbox {
        --size: 30px;
        border-radius: 7px;
    }

    .socialbox i {
        font-size: 14px;
        width: 14px;
        height: 14px;
    }
}


/* Blinking red dot */
.live-dot {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin-left: 8px;
    animation: blink 1s infinite;
}

.cl-de1 {
    margin-left: 20px !important;
}

@keyframes blink {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}


.bg-darkk {
    --bs-bg-opacity: 1;
    background-color: #a71d2a !important;
}



.re-de {
    display: flex;
    justify-content: end;
}


















/* Logo box style */
.logo-box {
    background: #fff;
    padding: 6px 0px;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.25); */
    box-shadow: 12px 5px 9px 2px rgba(0, 0, 0, 0.25);

    position: relative;
    display: inline-block;
    /* border-radius: 8px; */
    margin-right: 30px;
}

.logo-section img {
    height: 95px;
}



.topbar {
    display: flex;
    align-items: center;
    background-color: #000;
    color: #fff;
    padding: 0 15px;
    margin-top: 36px;
    height: 47px;
    justify-content: space-between;
}

.menu {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin-left: 20px;
}

.menu a {
    color: white;
    text-decoration: none;
    margin-right: 25px;
    font-weight: bold;
    font-size: 16px;
}

.menu a i {
    margin-right: 5px;
}

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


.social a {
    color: white;
    font-size: 18px;
    text-decoration: none;
}

@media (max-width: 576px) {
    .main-label {
        font-size: 16px;
        padding: 6px 10px;
    }
}

.category-label {
    display: flex;
    align-items: stretch;
    margin-bottom: 11px;
    width: fit-content;
}

.main-label {
    background-color: #d61e1e;
    color: #fff;
    padding: 1px 12px;
    font-weight: bold;
    /* font-size: 18px; */
    transform: skewX(-10deg);
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 20px; */
    border-bottom: 3px solid #8b0d0d;
}

.bar {
    width: 10px;
    height: auto;
    margin-left: 3px;
    transform: skewX(-10deg);
    /* margin-bottom: 20px; */
}

.bar-1 {
    background-color: #ff4c4c;
}

.bar-2 {
    background-color: #ff9999;
}

.bar-3 {
    background-color: #ffd6d6;
}


.card {

    border-radius: 0 !important;
    /* optionally you can remove the shadow if you want */
    /* box-shadow: none !important; */
}

#custom-prev,
#custom-next {
    width: 40px;
    height: 40px;
    font-size: 24px;
    border-radius: 50%;
    opacity: 0.7;
}

#custom-prev:hover,
#custom-next:hover {
    opacity: 1;
}


/* News card wrapper */
.news-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #ddd;
    /* border-radius: 6px; */
    background: #fff;
    overflow: hidden;
}

/* Image wrapper */
/* .news-image {
    width: 100%;
    height: 310px;
    overflow: hidden;
} */

.news-image img {
    width: 100%;
    /* height: 100%;
    object-fit: cover; */
    display: block;
}

/* Category label inside image */
.news-category {
    position: absolute;
    top: 8px;
    left: 19px;
    background: crimson;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 4px;
}

/* Title inside card */
.news-title {
    font-size: 16px;
    font-weight: 600;
    margin: 10px;
    color: #222;
    line-height: 1.4em;
}

/* Description */
.news-desc {
    /* font-size: 14px;
    margin: 0 10px 10px;
    color: #000000;
    line-height: 1.4em; */
    font-size: 15px;
    margin: 5px 10px 10px;
    color: #000000;
    line-height: 1.4em;
    font-weight: 600;
}





.carousel-caption {
    margin-bottom: 6px !important;
    left: 1% !important;
}












.carousel-caption h5 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    font-weight: bold;
    font-size: 1.3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    padding: 15px;
}

.carousel-control-prev,
.carousel-control-next {
    transition: all 0.3s ease-in-out;
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

.carousel-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 50%);
    z-index: 1;
}

.carousel-caption {
    position: absolute;
    z-index: 2;
}

















/* Custom equal height row & col */
.equal-row {
    display: flex;
    flex-wrap: wrap;
}

.equal-col {
    display: flex;
}

/* Equal card style */
.equal-card {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.equal-card .card-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.equal-card .scrollable-posts {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0;
}

.equal-card .news-item {
    display: flex;
    gap: 10px;
}

.equal-card .image-thumb {
    width: 167px;
    height: 91px;
    object-fit: cover;
    border-radius: 6px;
}

















/* Breadcrumbs */
.crumbs {
    font-size: .95rem
}

.crumbs a {
    color: #6c757d;
    text-decoration: none
}

.crumbs a:hover {
    color: #000
}

/* Headline */
/* .headline {
        font-weight: 700;
        line-height: 1.25;
    }

    .headline-bar {
        border-bottom: 3px solid #111
    } */
.headline-bar {
    padding-left: 0;
    margin-left: 0;
    border-bottom: 3px solid #111
}

.headline {
    text-align: left;
    margin: 0;
    font-weight: 700;
    line-height: 1.25;
    /* removes extra gap */
}

/* Social buttons */
.share-btn {
    border: none;
    border-radius: .5rem;
    padding: .5rem .75rem;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-weight: 600
}

.share-fb {
    background: #1877f2;
    color: #fff
}

.share-x {
    background: #111;
    color: #fff
}

.share-wa {
    background: #25d366;
    color: #fff
}

.share-btn i {
    font-size: 1rem
}

/* Sidebar */
.side-section-title {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-weight: 800
}

.side-section-title::after {
    content: "";
    flex: 1;
    height: 3px;
    background: var(--brand);
    border-radius: 1rem
}

.side-item {
    border-bottom: 1px solid #f0f0f0;
    padding: 1rem 0
}

.side-item:last-child {
    border-bottom: 0
}

.side-thumb {
    width: 120px;
    height: 70px;
    object-fit: cover;
    border-radius: .5rem
}

.tag-ribbon {
    background: var(--brand);
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding: .35rem .7rem;
    border-radius: .35rem
}

.search-pill {
    position: relative
}

.search-pill input {
    padding-left: 2.25rem;
    border-radius: 999px
}

.search-pill .fa-magnifying-glass {
    position: absolute;
    left: .8rem;
    top: 50%;
    transform: translateY(-50%);
    color: #888
}

.brand-badge {
    background: #111;
    color: #fff;
    border-radius: .35rem;
    padding: .25rem .5rem;
    font-weight: 700
}

/* Utility */
.muted {
    color: #6c757d
}

.byline {
    font-size: .95rem
}

@media (max-width: 992px) {
    .side-thumb {
        width: 100px;
        height: 64px
    }
}






.breadcrumb {
    font-size: 1rem;
    /* normal text size */
}

.breadcrumb a {
    font-weight: 600;
    color: inherit;
    /* keep default link color */
    text-decoration: none;
    /* optional: cleaner look */
}

.breadcrumb a:hover {

    color: red;
    /* hover red */
}









/* Sidebar card wrapper */
#odisha-sidebar .card,
#first-sidebar .card,
#second-sidebar .card,
#third-sidebar .card,
#fourth-sidebar .card {
    height: 480px;
    /* fixed height */
    display: flex;
    flex-direction: column;
}

/* Make card-body scroll if content overflows */
#odisha-sidebar .card-body,
#first-sidebar .card-body,
#second-sidebar .card-body,
#third-sidebar .card-body,
#fourth-sidebar .card-body {
    flex: 1 1 auto;
    overflow-y: auto;
}







/* smruti */




body {
    margin: 0;
}

header {
    background: #000;
    color: #fff;
    /* position: sticky; */
    top: 0;
    z-index: 999;
}



.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
}



/* Desktop Menu */
#desktopMenu {
    display: flex;
    gap: 18px;
    align-items: center;
}

#desktopMenu a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

#desktopMenu a:hover {
    color: #f22;
}

/* Toggle */
#menuToggle {
    background: none;
    border: none;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
    display: none;
}

/* Mobile Menu */
#mobileMenu {
    display: none;
    flex-direction: column;
    background: #000;
    position: absolute;
    top: 122px;
    left: 0;
    width: 100%;
    z-index: 10;

}

#mobileMenu.active {
    display: flex;
}

#mobileMenu li {
    border-bottom: 1px solid #333;
    padding: 12px;
    text-align: center;
}

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

#mobileMenu li a:hover {
    color: #f22;
}

/* Dropdown inside Mobile */
#mobileMenu li ul {
    display: none;
    flex-direction: column;
    background: #111;
}

#mobileMenu li.open ul {
    display: flex;
}

/* Social Icons */
.social a {
    color: #fff;
    font-size: 18px;
}

/* Responsive */
@media (max-width: 991px) {
    #desktopMenu {
        display: none;
    }

    .topbar {

        margin-top: 11px;
    }

    #menuToggle {
        display: block;
    }

    .cd-siz {

        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (min-width: 992px) {
    #mobileMenu {
        display: none !important;
    }
}


.sociall a {

    color: #000000;
    font-size: 18px;
}

.sociall {
    margin-top: 6px;
}

.cl-dig {
    width: 300px;
    height: 700px;
}



/*
@media (min-width: 762px) and (max-width: 850px) {
    .equal-card .image-thumb {
        width: 100%;
        height: 100px;
        display: flex
;
        justify-content: center;
    }
} */
/*
@media (min-width: 762px) and (max-width: 1200px) {
    .equal-card .image-thumb {
        width: 100%;
        height: 100px;
        display: flex
;
        justify-content: center;
    }
} */

@media (min-width: 768px) and (max-width: 1200px) {
    .equal-card .news-item {
        display: grid;
        gap: 10px;
    }

    .equal-card .image-thumb {
        width: auto;
        height: 91px;
    }

    .img-s {
        width: 100%;
        display: flex;
        justify-content: center;
    }



    .news-item {
        display: grid;
        gap: 10px;
    }

    .new-mad {
        width: auto;
        height: auto;
        /* object-fit: cover;     */
    }



}

@media (min-width: 991px) and (max-width: 1200px) {
    .sociall a {

        margin-right: 5px;
        color: #000000;
        font-size: 18px;
    }

    .sociall {
        margin-top: 6px;
        margin-right: 5px;
    }

    .social {
        display: none;
    }

}




.sociall {
    margin-right: 5px;
}

/* add middle */

.new-mad {
    width: 729px;
    height: 95px;
}

#middle-section {

    margin-bottom: 10px;
}





.news-image {
    width: 100%;
    overflow: hidden;
}


.two-line-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* ✅ Show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;
    height: 2.6em;
    /* ✅ 2 lines height */
}


/* Common style for truncation */
.side-item .title-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines (1 for single line, 2 for two lines) */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

/* Desktop */
/* @media (min-width: 992px) {
    .side-item .title-text {
        font-size: 16px;
    }
} */



/* new */




/* Tablet */
@media (min-width: 991px) and (max-width: 1200px) {
    .side-item .title-text {
        font-size: 14px;
    }

    .side-thumb {
        width: 128px;
        height: 48px;
        object-fit: cover;
        border-radius: .5rem;
    }

    .t-na {
        font-size: 14px;
    }
}

/* Mobile */
@media (min-width: 1200px) and (max-width: 1400px) {
    .side-item .title-text {
        font-size: 13px;
        -webkit-line-clamp: 1;
    }

    .side-thumb {
        width: 128px;
        height: 58px;
        object-fit: cover;
        border-radius: .5rem;
    }

    .t-na {
        font-size: 14px;
    }
}

.img-sz {
    border-radius: 4px;
    width: 27%;
    height: auto;
    object-fit: cover;
}


/* smruti */

@media (min-width: 819px) and (max-width: 1110px) {

    .img-siz {
        height: 165px;
        /* small devices */
    }
}

@media (min-width: 768px) and (max-width: 835px) {
    .img-siz {
        height: 149px;
        /* tablets / desktops */
    }

    .category-postss {
        max-height: 429px;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 5px;
    }
}

@media (min-width: 995px) {
    .img-siz {
        /* height: 200px; */
        /* tablets / desktops */
    }
}

@media (min-width: 500px) and (max-width: 775px) {

    .img-siz {
        height: 354px;
    }
}

@media (min-width: 819px) and (max-width: 995px) {
    .img-siz {
        height: 154x;
        /* tablets / desktops */
    }
}

@media (width: 853px) {
    .img-siz {
        height: 150px;
        /* tablets / desktops */
    }
}

/*
.img-siz {
    width: 100%;
    height: 128px;
} */

/* Tablet */
@media (width: 834px) {
    .img-siz {
        height: 128px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .img-siz {
        height: 170px;
    }
}


@media (min-width: 819px) and (max-width: 1150px) {
    .img-siz {
        height: 175px;
    }

}

@media (min-width: 1133px) and (max-width: 1730px) {
    .img-siz {
        height: 134px;
    }

}

@media (min-width: 1133px) and (max-width: 1730px) {
    .img-siz {
        height: 182px;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    .img-siz {
        height: 142px;
    }

}

.sed-sec {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-top: 56.25%;
}

.im-nm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.category-postss::-webkit-scrollbar {
    width: 6px;
}

.category-postss::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 3px;
}

.category-postss::-webkit-scrollbar-thumb:hover {
    background: #666;
}

/* ---------- AD SLIDER (fixed box, full-image, properly centered nav buttons) ---------- */

.ad-banner {
    max-width: 970px;
  
    /* visible box - you set this */
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
    line-height: 0;
}


/* Tablet screens */
@media (max-width: 991px) {
    .ad-banner {
        width: 53%;
        height: 100px;
    }
}

/* Tablet screens */
@media (max-width: 558px) {
    .ad-banner {
        width: 93%;
        height: 100px;
    }
}

/* @media ((min-width: 991px) and (max-width: 1460px)) {
    .ad-banner {
        height: 100px;
    }
} */


/* Mobile screens */
/* @media (max-width: 772px) {
  .ad-banner {
    width: 90%;
  }
} */
/* Track uses full height of the banner */
#adSlider {
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
    /* IMPORTANT: match .ad-banner height */
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    align-items: center;
    /* vertical alignment of slides */
}

/* One slide per frame and take the full visible width/height */
.ad-slide {
    flex: 0 0 100%;
    height: 100%;
    /* IMPORTANT: match the banner height */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* Show full image (no crop) and respect container height */
.ad-slide {
    width: 100%;
    height: 250px;
    /* fixed banner height */
    margin: 0 auto;
    overflow: hidden;
}

.ad-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* fit perfectly inside */
    border-radius: 3px;
}


/* Nav buttons placed inside the .ad-banner and vertically centered */
.ad-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.95;
    z-index: 7;
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    /* box-shadow: 0 3px 8px rgba(0,0,0,0.18); */
    /* background: rgba(0,0,0,0.68); */
    color: #fff;
    border: none;
    cursor: pointer;
}

/* distance from the edge of the visible frame */
#prevAd {
    left: 12px;
}

#nextAd {
    right: 12px;
}

/* Optional hover effect */
.ad-nav-btn:hover {
    background: rgba(0, 0, 0, 0.85);
    transform: translateY(-50%) scale(1.02);
}

/* Responsive: keep everything proportional */
@media (max-width: 1000px) {
    .ad-banner {
        max-width: calc(100% - 40px);
        height: auto;
        padding: 6px 0;
    }

    #adSlider {
        height: auto;
        align-items: center;
    }

    .ad-slide {
        height: auto;
    }

    .ad-slide img {
        max-width: 90%;
        max-height: 200px;
    }

    .ad-nav-btn {
        width: 38px;
        height: 38px;
    }
}

/* sm */

/* outer wrapper: fixed 300x250 box */


/* slider track */


/* each slide equals one frame of 300px */

/* nav buttons */
.right-ad-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    z-index: 30;
}

.right-ad-prev {
    left: 6px;
}

.right-ad-next {
    right: 6px;
}

/* AD TYPE 3 */
/* container: occupies card width */
/* .type3-ad-banner {
  width: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important;
  height: 617px !important;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
  line-height: 0;
  padding: 0;
} */

/* track */
/* .type3-ad-track {
      width: 100% !important;
  height: 600px !important;
  object-fit: cover;
  display: flex;
  transition: transform 0.45s ease;
  align-items: center;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
} */

/* one slide per frame (full container width) */
/* .type3-ad-slide {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  height: 100%;
} */

/* image: show full image (no crop); limit vertical size to 600px */

/* nav buttons */
.type3-ad-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    z-index: 30;
}

.type3-ad-nav:hover {
    background: rgba(0, 0, 0, 0.8);
}

.type3-ad-prev {
    left: 6px;
}

.type3-ad-next {
    right: 6px;
}

/* responsive fallback: if you want the ad to shrink on small screens, comment out fixed widths above and use these rules */
/* @media (max-width: 480px) {
  .type3-ad-banner { width: 90% !important; height: auto !important; }
  .type3-ad-slide img { max-height: 360px; }
  .type3-ad-nav { width: 30px; height: 30px; }
} */



/* type 4 ad */
/* container (728x90 by default) */
/* container: prefer 728px but responsive; DO NOT force height */
.type4-ad-banner {
    width: 100%;
    /* desired desktop width */
    max-width: 100%;
    /* scale down on smaller screens */
    height: auto;
    /* crucial: do not lock height */
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    background: #fff;
    line-height: 0;
    transition: height 260ms ease;
    /* smooth resize when images change */
    box-sizing: border-box;
}

/* track: horizontal row of slides; no fixed height */
.type4-ad-track {
    display: flex;
    transition: transform 0.45s ease;
    align-items: flex-start;
    /* top-align for stable height measurement */
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* each slide occupies the visible frame (100%) and does not force height */
.type4-ad-slide {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* images: responsive, natural aspect ratio preserved (image drives height) */
.type4-ad-slide img,
.type4-img {
    display: block;
    width: 100%;
    /* image scales to banner width */
    height: auto;
    /* do NOT force height */
    max-width: 100%;
    object-fit: contain;
    margin: 0;
}

/* nav buttons */
.type4-ad-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    z-index: 20;
}

.type4-ad-prev {
    left: 8px;
}

.type4-ad-next {
    right: 8px;
}

@media (max-width: 768px) {
    .type4-ad-nav {
        width: 32px;
        height: 32px;
    }
}

/* type 4 ad */







/* container: responsive width, auto height (JS sets explicit height while sliding) */
.right-ad-banner {
    width: 100%;
    max-width: 100%;
    height: auto;
    /* do not force fixed height */
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
    line-height: 0;
    padding: 0;
    transition: height 220ms ease;
    /* smooth height change */
}

/* track: horizontal row of slides */
.right-ad-track {
    display: flex;
    transition: transform 0.45s ease;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    align-items: flex-start;
    /* align top so height measurement is stable */
}

/* slide: fill container width (responsive) */
.right-ad-slide {
    flex: 0 0 100%;
    /* each slide takes 100% of track (one visible at a time) */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* images: responsive, natural aspect ratio preserved */
.right-ad-slide img,
.right-ad-track img {
    display: block;
    width: 100%;
    /* image fills slide width */
    height: auto;
    /* do NOT force height */
    max-width: 100%;
    object-fit: contain;
    margin: 0;
}

/* navigation buttons */
.right-ad-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.right-ad-prev {
    left: 8px;
}

.right-ad-next {
    right: 8px;
}

/* small screens: keep responsive */
@media (max-width: 480px) {
    .right-ad-nav {
        padding: 6px;
        font-size: 14px;
    }
}



/* Container: fixed width, adaptive height (follows current image) */
.type3-ad-banner {
    width: 100%;
    /* standard ad width on desktop */
    max-width: 100%;
    /* responsive fallback */
    height: auto;
    /* JS will set explicit height to avoid jumps */
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
    line-height: 0;
    padding: 0;
    transition: height 280ms ease;
    /* nice smooth height transitions */
}

/* Track: horizontal flex container */
.type3-ad-track {
    width: 100%;
    display: flex;
    transition: transform 0.45s ease;
    align-items: flex-start;
    /* align top so height calc is consistent */
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* Each slide takes full width of track */
.type3-ad-slide {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* Images: responsive, do NOT force height */
.type3-ad-slide img,
.type3-ad-track img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    margin: 0;
}

/* Navigation arrows */
.type3-ad-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 50%;
    z-index: 10;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.type3-ad-prev {
    left: 8px;
}

.type3-ad-next {
    right: 8px;
}

/* Mobile */
@media (max-width: 480px) {
    .type3-ad-banner {
        width: 90% !important;
        height: auto !important;
    }

    .type3-ad-nav {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
}


/*  */
/* Wrapper ensures fixed height/aspect ratio */
.img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 aspect ratio (change if needed) */
    overflow: hidden;
}

.img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* keeps aspect ratio, crops overflow */
}


/* Container */
.social-section {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    /* change if you want a bg */
    padding: 6px;
    /* optional: add a subtle container border
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  */
}


/* Social boxes: equal size, white border, centered icon */
.socialbox {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 28px;
    border-radius: 8px;
    /* border: 2px solid rgba(255, 255, 255, 0.95); */
    /* white border */
    background: rgba(255, 255, 255, 0.03);
    /* slight translucent fill */
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
    position: relative;
    overflow: hidden;
}

.socialboxx {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.95);
    /* white border */
    background: rgba(255, 255, 255, 0.03);
    /* slight translucent fill */
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
    position: relative;
    overflow: hidden;
}

/* ---------- container ---------- */
.social-section {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    /* spacing between tiles */
    padding: 6px 0;
}

/* LIVE TV (optional) */
.social-section .live-tv {
    display: inline-block;
    padding: 7px 10px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    background-color: #FF0000;
    /* bright red */
    color: #FFFFFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.14);
}

/* ---------- base tile ---------- */


/* icon inside tile */
.socialbox i {
    color: #fff;
    font-size: 18px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ---------- brand backgrounds ---------- */
.socialbox.youtube {
    background: #FF0000;
    border-color: transparent;
}

.socialbox.facebook {
    background: #1877F2;
    border-color: transparent;
}

.socialbox.instagram {
    /* balanced Instagram gradient */
    background: linear-gradient(135deg,
            #feda75 0%,
            #f58529 25%,
            #d62976 50%,
            #962fbf 75%,
            #4f5bd5 100%);
    /* border-color:transparent; */
    /* subtle inner glow for depth */
    /* box-shadow: 0 3px 10px rgba(214,36,118,0.10); */
    border-color: black;
}

.socialbox.linkedin {
    background: #0A66C2;
    border-color: transparent;
}

.socialboxx.x-twitter {
    background: #ffffff;
    color: #000;
    border-color: transparent;
}

/* ---------- hover / focus: invert to white background ---------- */
.socialbox:hover,
.socialbox:focus {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
    background: #fff;
    outline: none;
}

/* icon color when hovered (brand color) */
.socialbox.youtube:hover i {
    color: #FF0000;
}

.socialbox.facebook:hover i {
    color: #1877F2;
}

.socialbox.linkedin:hover i {
    color: #0A66C2;
}

.socialbox.x-twitter:hover i {
    color: #000;
}

/* Instagram: show gradient icon on white hover */
.socialbox.instagram i {
    color: #fff;
    /* white on gradient */
}

.socialbox.instagram:hover i {
    background: linear-gradient(135deg,
            #feda75 0%,
            #f58529 25%,
            #d62976 50%,
            #962fbf 75%,
            #4f5bd5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* ---------- accessible focus ring ---------- */
.socialbox:focus-visible {
    box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.12);
}

/* ---------- responsive sizes ---------- */
/* medium screens: a bit smaller */
@media (max-width: 992px) {
    .socialbox {
        --size: 34px;
        border-radius: 8px;
    }

    .socialbox i {
        font-size: 16px;
        width: 16px;
        height: 16px;
    }

    .social-section {
        gap: 10px;
    }

}

/* small phones: hide LIVE TV label, smaller tiles */
@media (max-width: 480px) {
    .social-section {
        gap: 8px;
    }

    .socialbox {
        --size: 30px;
        border-radius: 7px;
    }

    .socialbox i {
        font-size: 14px;
        width: 14px;
        height: 14px;
    }

    .social-section .live-tv {
        display: none;
    }
}

/* very narrow containers: wrap instead of overflow */
@media (max-width: 340px) {
    .social-section {
        flex-wrap: wrap;
        gap: 6px;
    }

    .socialbox {
        --size: 28px;
    }
}


.c-im {
    margin-right: 30px;
}

/* ===========================================================
   SOCIAL ICON VISIBILITY RULES
   Show .sociall below 1400px
   Show .social-full from 1400px and up
   =========================================================== */

/* Default: compact sociall visible, full hidden */
.social-full {
    display: none;
}




/* Make mobile social icons big enough to tap */

/* Give a bit more spacing between icons */
.sociall {
    gap: 8px;
    /* you already have gap-2, but this reinforces it */
}

/* Make the LIVE TV button also a proper touch target */


/* From 1400px upward: show full, hide compact */
@media (min-width: 1400px) {
    .social-full {
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }

    .sociall {
        display: none;
    }
}

/* --- Minimal styling for .socialicon (compact) --- */
.socialicon {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    text-decoration: none;
    background: transparent;
    color: #fff;
    transition: transform .16s ease, box-shadow .16s ease, opacity .16s;
}

/* brand color examples (adjust or reuse your existing styles) */
.socialicon.youtube {
    color: #FF0000;
}

.socialicon.facebook {
    color: #1877F2;
}

.socialicon.instagram {
    color: #E1306C;
}

/* you can use gradient if desired */
.socialicon.linkedin {
    color: #0A66C2;
}

.socialicon.x-twitter {
    color: #000000;
}

.socialbox.whatsapp {
    background: #25D366;
}

/* hover */
.socialbox {
    --size: 36px;
    /* default tile size */
    width: var(--size);
    height: var(--size);
    display: inline-grid;
    place-items: center;
    border-radius: 9px;
    /* rounded-square look */
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
    /* border: 2px solid rgba(255, 255, 255, 0.9); */
    /* subtle white border like your image */
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.post-description table {
    border-collapse: collapse;
    width: 100%;
}

.post-description th,
.post-description td {
    border: 1px solid #333;
    padding: 6px 10px;
    vertical-align: top;
    font-size: 18px;
    /* or whatever you prefer */
}

.post-description table span {
    font-size: inherit;
    /* so your editor's inline spans behave normally */
}



.tag-badge {
    display: inline-block;
    background-color: #6c757d;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 12px;
    margin-right: 6px;
    margin-bottom: 4px;
    transition: background-color 0.2s ease-in-out;
}

/* .tag-badge:hover {
    background-color: #5a6268;
    color: #fff;
    text-decoration: none;
} */


.vjs-poster {

    margin-top: 33px;
}


#fs-top .long_logo img {
    height: 0px !important;
}




.cl-design {
    font-weight: bold;
    color: #000;
}

/* container that holds post HTML */
.post-content {
    /* avoid overflow and let children scale inside */
    width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
}

/* Make images responsive */
.post-content img {
    max-width: 100%;
    height: auto;
    display: block;
    /* avoid inline baseline gaps */
    margin: 0.5rem 0;
    /* small vertical spacing */
    object-fit: contain;
    /* keeps aspect ratio; use cover if you prefer crop */
}

/* If embeds or iframes are included (videos, instagram etc) */
.post-content iframe,
.post-content embed,
.post-content video {
    max-width: 100%;
    width: 100%;
    /* height: auto; */
    display: block;
}

.post-content iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

.post-content iframe {
    max-width: 100%;
}

.post-content iframe {
    aspect-ratio: 16 / 9;
}

/* @media (max-width:1199px) {
    .post-content iframe,
.post-content embed,
.post-content video {
    max-width: 100%;
    width: 100%;
    height: 643px;
    display: block;
    object-fit: cover;

}
} */
/* limit very tall images if you want a visual cap */
.post-content img.limit-height {
    max-height: 600px;
    /* optional cap */
    width: auto;
}

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

/* Floated image helper classes used by your editor */
.post-content img.float-left {
    float: left;
    margin: 0 12px 12px 0;
}

.post-content img.float-right {
    float: right;
    margin: 0 0 12px 12px;
}

/* Figure/figcaption styling */
.post-content figure.article-image {
    margin: 0 12px 12px 0;
}

.post-content figure.article-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.post-content figure.article-image figcaption,
.post-content .img-caption {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 6px;
    text-align: left;
}

/* MOBILE: remove floats and stack image + caption centered */
@media (max-width: 720px) {

    .post-content img.float-left,
    .post-content img.float-right {
        float: none !important;
        display: block !important;
        margin: 12px auto !important;
        /* center image on mobile */
    }

    .post-content figure.article-image {
        display: block;
        margin: 12px auto !important;
        text-align: center;
    }

    .post-content figure.article-image figcaption,
    .post-content .img-caption {
        display: block !important;
        text-align: center !important;
        margin-top: 8px !important;
    }
}


@media (max-width: 450px) {
    #fs-top .long_logo img {
        height: 0px !important;
    }
}

/* ✅ Fix uniform image size */
.cd-siz {
    width: 100%;
    height: 150px;
    /* ✅ You can change height: 120, 150, 180 etc */
    overflow: hidden;
    border-radius: 6px;
}

/* ✅ Image fits container */
.cd-siz img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* ✅ Crop properly */
    object-position: center;
    transition: 0.3s ease-in-out;
    /* filter: grayscale(100%); */
}

/* ✅ Hover to color */
/* .cd-siz img:hover {
    filter: grayscale(0%);
} */















/* 🎨 Decorative Balijatra 2025 Button (Non-clickable) */
.balijatra-btn {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 8px;
    background: linear-gradient(90deg, #f6a531, #3ebd3f);
    color: #7f0000;
    /* deep maroon Odia text color */
    font-weight: 700;
    font-size: 0.95rem;
    font-family: "Noto Sans Oriya", sans-serif;
    text-align: center;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    overflow: hidden;
}

/* ✨ Add a subtle highlight shine */
.balijatra-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.4), transparent);
    transform: skewX(-25deg);
    animation: balijatraShine 3s infinite;
}

@keyframes balijatraShine {
    0% {
        left: -60%;
    }

    50% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}

/* 🌈 Optional hover effect (glow only, no click) */
.balijatra-btn:hover {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
    transform: scale(1.02);
}

/* 📱 Responsive tweaks */
@media (max-width: 768px) {
    .balijatra-btn {
        display: block;
        margin: 6px 0;
        font-size: 1rem;
    }
}

.post p {
    color: #333;
}

.post-date {
    color: #555;
    /* good contrast */
}



.side-item {
    display: flex;
    gap: 12px;
}

.image-category {
    width: 120px;
    /* smaller for mobile */
    aspect-ratio: 16 / 9;
    /* keeps shape consistent */
    /* object-fit: cover; */
    border-radius: 6px;
}

/* Tablet & Desktop */
@media (min-width: 768px) {
    .image-category {
        width: 167px;
        aspect-ratio: 16 / 9;
    }
}

#mobileMenu a:hover {
    background: #ffffff;
    color: #000000 !important;
}


#mobileMenu {
    display: none;
    background: #000;
    color: #fff;
    padding: 10px;
}

#mobileMenu.active {
    display: block;
}

#mobileMenu li {
    list-style: none;
    padding: 10px 0;
}

#mobileMenu .has-children .c-im {
    display: none;
}

#mobileMenu .has-children.open .c-im {
    display: block;
}


.sociall a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;

    /* Invisible Google touch area */
    padding: 7px;
    text-decoration: none !important;
    /* removes underline */
}

.sociall a i {
    font-size: 22px;
}




#shortVideosSection a>.carousel>.item::before {
    content: "" !important;
    position: absolute !important;
    inset: auto 0 0 0 !important;
    height: 2px !important;
    background: #ffffff !important;
    /* your desired color */
}




/* new */
/* --- FIX NON-COMPOSITED ANIMATIONS (font-size, color) --- */

/* 1. For all post links and ad slides: only animate transform + shadow */
.open-post,
.type3-ad-slide,
.type4-ad-slide,
.right-ad-slide {
    /* kill any previous animation/transition on these */
    animation: none !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

/* 2. Hover effect (purely transform, no font-size or color animation) */
.open-post:hover,
.type3-ad-slide:hover,
.type4-ad-slide:hover,
.right-ad-slide:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

/* 3. Ensure titles use a fixed font-size (no hover font-size changes) */
.open-post .fw-semibold {
    font-size: 16px;       /* choose the size you want */
}




.summary-css {
    background-color: #fff1f1;
    border: 1px solid #f5b5b5;
    border-left: 6px solid #e53935;
    border-radius: 6px;

    width: 100%;
    max-width: 800px;
    margin: 1rem 0;
    padding: 14px 16px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--p-txt-color, #222);

    word-wrap: break-word;
    overflow: hidden;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

