body {
    margin: 0px;

}

* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden !important;
}

html {
    scroll-behavior: smooth !important;
}




a {
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-family: "Poppins", sans-serif;
}

h2 {
    font-family: "Poppins", sans-serif;
}

h3 {
    font-family: "Poppins", sans-serif;
}

h4 {
    font-family: "Poppins", sans-serif;
}

h5 {
    font-family: "Poppins", sans-serif;
}

h6 {
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
}

/* tag font end */

/* .sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
} */



.top-header {

    background: #fff;

    border-bottom: 1px solid #ececec;

}

.top-header .container {

    display: flex;

    justify-content: space-between;

    align-items: center;

    height: 70px;

}

.logo a {

    text-decoration: none;

    font-size: 38px;

    font-weight: 800;

    color: #222;

    letter-spacing: 1px;

}

.logo span {

    color: #e61b23;

}


.logo img {
    width: 130px;
}

.menu-btn {

    background: none;

    border: none;

    font-size: 14px;

    font-weight: 700;

}

.menu-btn i {

    margin-right: 6px;

}

.top-right {

    display: flex;

    align-items: center;

    gap: 15px;

}

.top-right a {

    color: #333;

    font-size: 17px;

    transition: .3s;

}

.top-right a:hover {

    color: #e61b23;

}

.search-btn {

    background: none;

    border: none;

    font-size: 18px;

}


.dtv-navbar {

    background: #fff;

    border-top: 2px solid #e61b23;

    box-shadow: 0 4px 15px rgba(0, 0, 0, .06);

    z-index: 999;

}

.dtv-navbar .nav-link {

    padding: 10px 14px;

    font-size: 13px;

    margin: 0px 10px;

    font-weight: 500;

    color: #333;

}

.dtv-navbar .nav-link:hover {

    color: #e61b23;

}

.dtv-navbar .active {

    background: #e61b23;

    color: #fff !important;

}

.dropdown-menu {

    border-radius: 6px;

    border: none;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);

}

.dtv-navbar .dropdown {

    position: relative;

}

.dtv-navbar .dropdown-toggle::after {

    margin-left: 7px;

    vertical-align: 2px;

}

.dtv-navbar .district-dropdown {

    width: 460px;

    max-width: calc(100vw - 30px);

    padding: 14px;

    margin-top: 0;

    left: 0;

}

.dtv-navbar .district-menu-grid {

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 6px;

}

.dropdown-item {

    padding: 10px 14px;

    border-radius: 4px;

    color: #333;

    font-size: 13px;

    font-weight: 500;

}

.dropdown-item:hover {

    background: #e61b23;

    color: #fff;

}

@media(min-width:992px) {

    .dtv-navbar .dropdown:hover .dropdown-menu,
    .dtv-navbar .dropdown:focus-within .dropdown-menu {

        display: block;

    }

}


.offcanvas {

    width: 300px;

}

.offcanvas-header {

    background: #e61b23;

    color: #fff;

}

.mobile-menu {

    list-style: none;

    padding: 0;

    margin: 0;

}

.mobile-menu li {

    border-bottom: 1px solid #ececec;

}

.mobile-menu a {

    display: block;

    padding: 15px;

    text-decoration: none;

    font-weight: 600;

    color: #333;

    transition: .3s;

}

.mobile-menu a:hover {

    background: #e61b23;

    color: #fff;

}


.navbar-toggler:focus{
    outline: none !important;
    border: none !important;
    box-shadow: none;
}


@media(max-width:991px) {

    .logo a {

        font-size: 28px;

    }

    .top-right {

        display: none;

    }

    .navbar-collapse {

        display: none !important;

    }

}

@media(min-width:992px) {

    .navbar-toggler {

        display: none;

    }

}

/* header end */


.hero-news-section {
    /* background: #f5f5f5; */
}

.hero-slider {
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
}

.hero-slider img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px;
    color: #fff;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .85),
            rgba(0, 0, 0, .2),
            transparent);
}

.news-category {

    display: inline-block;

    background: #e30613;

    padding: 6px 14px;

    border-radius: 3px;

    font-size: 13px;

    font-weight: 600;

    margin-bottom: 18px;

    text-transform: uppercase;

}

.hero-overlay h2 {

    font-size: 18px;

    font-weight: 500;

    line-height: 1.6;

    margin-bottom: 15px;

}

.hero-overlay p {

    margin: 0;

    font-size: 15px;

}

.carousel-indicators button {

    width: 12px;

    height: 12px;

    border-radius: 50%;

}

.sidebar-widget {

    background: #fff;

    margin-bottom: 25px;

    border-radius: 10px;

    overflow: hidden;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);

}

.sidebar-widget img {

    width: 100%;

}

.social-box {

    padding: 25px;

}

.social-box h5 {

    margin-bottom: 20px;

    font-weight: 700;

}

.social-box a {
    color: #000;
    font-size: 15px;
    font-weight: 400px;
}

.social-item {

    display: flex;

    justify-content: space-between;

    padding: 12px 0;

    border-bottom: 1px solid #ececec;

    font-weight: 400;


}

.social-item:last-child {

    border: none;

}

.newsletter {

    padding: 25px;

}

.newsletter h5 {

    margin-bottom: 18px;

}

.newsletter input {

    width: 100%;

    height: 50px;

    border: 1px solid #ddd;

    padding: 0 15px;

    margin-bottom: 15px;

    outline: none;

}

.newsletter button {

    width: 100%;

    height: 50px;

    background: #e30613;

    color: #fff;

    border: none;

    font-weight: 600;

    transition: .3s;

}

.newsletter button:hover {

    background: #000;

}

/* Responsive */

@media(max-width:991px) {

    .hero-slider img {

        height: 420px;

    }

    .hero-overlay h2 {

        font-size: 28px;

    }

}

@media(max-width:767px) {

    .hero-slider img {

        height: 300px;

    }

    .hero-overlay {

        padding: 20px;

    }

    .hero-overlay h2 {

        font-size: 14px;

    }

    .hero-overlay p {

        font-size: 13px;

    }

    .news-category {

        font-size: 11px;

        padding: 5px 10px;

    }

}



/* footer start */

/*==============================
NEWS FOOTER
===============================*/

.footer-section {
    background: #000;
    padding: 70px 0 0;
}

.footer-logo-img img {
    width: 180px;
}

.footer-logo p {

    color: #bdbdbd;
    line-height: 30px;
    margin: 25px 0;
    font-size: 15px;

}

.footer-widget h4 {

    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 500;
    /* text-transform:uppercase; */

}

.footer-widget h4::after {

    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 55px;
    height: 3px;
    background: #fd0b00;

}

.footer-widget ul {

    padding: 0;
    margin: 0;
    list-style: none;

}

.footer-widget ul li {

    margin-bottom: 16px;

}

.footer-widget ul li a {

    color: #bdbdbd;
    text-decoration: none;
    transition: .35s;
    display: inline-flex;
    align-items: center;

}

.footer-widget ul li a:hover {

    color: #fd0b00;
    transform: translateX(8px);

}

/* Contact */

.footer-contact a {

    display: flex;
    align-items: center;
    gap: 15px;

}

.footer-contact i {

    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #111;
    color: #fd0b00;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .35s;

}

.footer-contact a:hover i {

    background: #fd0b00;
    color: #fff;

}

/* Social */

.footer-social {

    display: flex;
    gap: 12px;

}

.footer-social a {

    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: .35s;

}

.footer-social a:hover {

    background: #fd0b00;
    transform: translateY(-6px);

}

/* Bottom */

.footer-bottom {

    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding: 22px 0;

}

.footer-bottom-wrapper {

    display: flex;
    justify-content: space-between;
    align-items: center;

}

.footer-bottom p {

    color: #bdbdbd;
    margin: 0;

}

.footer-bottom a {

    color: #bdbdbd;
    text-decoration: none;

}

.footer-bottom a:hover {

    color: #fff;

}

/* Responsive */

@media(max-width:991px) {

    .footer-bottom-wrapper {

        flex-direction: column;
        gap: 10px;
        text-align: center;

    }

    .footer-widget {

        margin-top: 10px;

    }

    .footer-logo {

        margin-bottom: 15px;

    }

}

@media(max-width:767px) {

    .footer-section {

        padding: 50px 0 0;

    }

    .footer-widget h4 {

        font-size: 20px;

    }

    .footer-logo-img img {

        width: 150px;

    }

}

/* footer end */



/* home news card */

.home-card-news {
    margin-top: 40px;
}

.home-card-title {
    border-bottom: 2px solid #ddd;
    margin-bottom: 18px;
}

.home-card-title h4 {
    display: inline-block;
    color: #d52b1e;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 3px solid #d52b1e;
    text-transform: uppercase;
}

/* Big Card */

.home-big-news {
    position: relative;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);

    margin-bottom: 18px;
}

.home-big-media {
    position: relative;
}

.home-big-news img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.home-big-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 20px;
    min-height: 55%;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .85),
            transparent);
}

.home-big-overlay .news-tag {
    border-radius: 0;
    margin-bottom: 0;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 600;
}

.home-big-overlay h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 12px;
}

.home-news-content {
    background: #e61b23;
    padding: 20px;
    color: #fff;
}

.home-news-content p {
    margin-bottom: 18px;
    font-size: 14px;
}

.home-news-content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 13px;
}

/* Small Cards */

.home-small-news {
    position: relative;
    overflow: hidden;
    margin-bottom: 18px;
}

.home-small-news img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    transition: .4s;
}

.home-small-news:hover img {
    transform: scale(1.08);
}

.small-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 18px;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .85),
            transparent);
}

.small-overlay h5 {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    margin-top: 10px;
}

.news-tag {
    display: inline-block;
    background: #ff5a00;
    color: #fff;
    font-size: 11px;
    padding: 5px 10px;
    font-weight: 600;
    width: max-content;
}

.news-tag.red {
    background: #d32f2f;
}

.news-tag.orange {
    background: #e61b23;
}

/* Responsive */

@media(max-width:991px) {

    .home-big-news img {
        height: 260px;
    }

    .home-big-overlay h3 {
        font-size: 28px;
    }

    .home-small-news {
        margin-top: 20px;
    }

}

@media(max-width:767px) {

    .home-big-overlay h3 {
        font-size: 14px;
    }

    .home-small-news img {
        height: 220px;
    }

    .small-overlay h5 {
        font-size: 18px;
    }

    .home-card-title h4 {
        font-size: 18px;
    }

    .home-news-content p {
        font-size: 12px;
    }

}

/* home card news */




/* youtube video section start */


.trending-video-section {
    padding: 30px 0;
    background: #ffffff;
}

/* HEADING */

.video-heading {
    margin-bottom: 35px;
    border-left: 6px solid #e61b23;
    padding-left: 15px;
}

.video-heading span {
    color: #e61b23;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 6px;
}

.video-heading h2 {
    color: #e61b23;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
}

/* CARD */

.video-card {
    background: #111111;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    transition: 0.4s;
    border-bottom: 4px solid #550609;
}

.video-card:hover {
    transform: translateY(-8px);
}

/* VIDEO */

.video-thumb iframe {
    width: 100%;
    height: 220px;
    border: 0;
}

/* CONTENT */

.video-content {
    padding: 18px;
}

/* DATE */

.video-date {
    color: #c7c7c7;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* TITLE */

.video-content h3 {
    margin: 0;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 500;
}

.video-content h3 a {
    color: #ffffff;
    transition: 0.3s;
    text-decoration: none;
}

.video-content h3 a:hover {
    color: #ffb3b3;
}


@media(max-width:991px) {

    .video-thumb iframe {
        height: 180px;
    }

    .video-heading h2 {
        font-size: 28px;
    }

}


@media(max-width:576px) {

    .trending-video-section {
        padding: 50px 0;
    }

    .video-heading {
        margin-bottom: 25px;
    }

    .video-heading h2 {
        font-size: 24px;
    }

    .video-thumb iframe {
        height: 130px;
    }

    .video-content {
        padding: 12px;
    }

    .video-date {
        font-size: 10px;
        margin-bottom: 8px;
        gap: 5px;
    }

    .video-content h3 {
        font-size: 13px;
        line-height: 1.4;
    }

}

/* youtube video section end */



/* category section */

.category-news-section {
    background: #ffffff;
}

.category-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: 3px solid #e61b23;
    margin-bottom: 35px;
}

.category-title span {
    color: #e61b23;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.category-title h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.category-news-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .35s;
    height: 100%;
}

.category-news-card:hover {
    transform: translateY(-8px);
}

.category-news-image {
    overflow: hidden;
}

.category-news-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: .5s;
}

.category-news-card:hover img {
    transform: scale(1.08);
}

.category-news-content {
    padding: 22px;
}

.news-tag {
    display: inline-block;
    background: #e61b23;
    color: #fff;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
}

.category-news-content h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.85;
    color: #000;
    margin-bottom: 12px;
    font-family: "Poppins", sans-serif;
}

.category-news-content p {
    color: #666;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
}

.category-news-content a {
    color: #e61b23;
    font-weight: 400;
    text-decoration: none;
}

.category-news-content a:hover {
    color: #000;
}

@media(max-width:991px) {

    .category-title {
        display: block;
    }

    .category-title h2 {
        font-size: 18px;
        margin-top: 5px;
    }

    .category-news-image img {
        height: 240px;
    }

}

@media(max-width:767px) {

    .category-title h2 {
        font-size: 18px;
    }

    .category-news-image img {
        height: 220px;
    }


    .category-title span {
        font-size: 10px;
    }

}


/* category section end */


/* home widget international */

.home-widget-internationl {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}

.home-widget-internationl .widget-title {
    background: #e61b23;
    padding: 12px 18px;
}

.home-widget-internationl .widget-title h5 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    /* text-transform:uppercase; */
}

.international-news-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    border-bottom: 1px solid #ececec;
    transition: .3s;
    align-items: flex-start;
}

.international-news-item:last-child {
    border-bottom: none;
}

.international-news-item:hover {
    background: #f8f8f8;
}

.international-news-thumb {
    width: 90px;
    flex-shrink: 0;
}

.international-news-thumb img {
    width: 100%;
    height: 75px;
    object-fit: cover;
    border-radius: 8px;
}

.international-news-content {
    flex: 1;
}

.international-news-content h6 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    transition: .3s;
}

.international-news-content h6:hover {
    color: #e61b23;
    cursor: pointer;
}

.international-news-content p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

@media(max-width:576px) {

    .international-news-thumb {
        width: 80px;
    }

    .international-news-thumb img {
        height: 70px;
    }

    .international-news-content h6 {
        font-size: 15px;
    }

    .international-news-content p {
        font-size: 13px;
    }

}


/* inter nat end */



/* district category start */

/*==========================
District Category Section
==========================*/

.district-category-section {
    background: #ffffff;
}

.district-category-title span {
    color: #e61b23;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.district-category-title h2 {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    margin-top: 8px;
}

.district-category-card {
    display: block;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 16px;
    overflow: hidden;
    transition: .35s;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .05);
}

.district-category-card:hover {
    transform: translateY(-8px);
    border-color: #e61b23;
}

.district-category-image {
    overflow: hidden;
}

.district-category-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: .5s;
}

.district-category-card:hover .district-category-image img {
    transform: scale(1.08);
}

.district-category-card h5 {
    margin: 0;
    padding: 18px 10px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    transition: .3s;
}

.district-category-card:hover h5 {
    color: #e61b23;
}

@media(max-width:991px) {

    .district-category-title h2 {
        font-size: 30px;
    }

    .district-category-image img {
        height: 130px;
    }

}

@media(max-width:576px) {

    .district-category-title h2 {
        font-size: 22px;
    }

    .district-category-image img {
        height: 110px;
    }

    .district-category-card h5 {
        font-size: 12px;
        padding: 14px 8px;
    }

}


/* district-category end */


/* district page start */

/*==========================
District Wise News
===========================*/

.district-news-section {
    background: #fff;
}

.district-news-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    border-bottom: 3px solid #e61b23;
    padding-bottom: 12px;
}

.district-news-title h2 {
    font-size: 34px;
    font-weight: 800;
    color: #000;
    margin: 0;
}

.district-news-title a {
    color: #e61b23;
    text-decoration: none;
    font-weight: 700;
}

.district-featured-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    height: 100%;
}

.district-featured-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
}

.district-featured-content {
    padding: 25px;
}

.district-featured-content span {
    background: #e61b23;
    color: #fff;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}

.district-featured-content h3 {
    margin: 18px 0 15px;
    font-size: 28px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
}

.district-featured-content p {
    color: #666;
    line-height: 1.8;
    margin: 0;
}

.district-news-card {
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 15px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 12px;
    margin-bottom: 18px;
    transition: .3s;
}

.district-news-card:hover {
    border-color: #e61b23;
    transform: translateX(5px);
}

.district-news-thumb {
    width: 120px;
    flex-shrink: 0;
}

.district-news-thumb img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
}

.district-news-content h5 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
    margin-bottom: 8px;
}

.district-news-content h5:hover {
    color: #e61b23;
}

.district-news-content p {
    color: #888;
    margin: 0;
    font-size: 14px;
}

@media(max-width:991px) {

    .district-news-title {
        display: block;
    }

    .district-news-title a {
        display: inline-block;
        margin-top: 10px;
    }

    .district-featured-image img {
        height: 280px;
    }

}

@media(max-width:576px) {

    .district-news-title h2 {
        font-size: 26px;
    }

    .district-news-card {
        gap: 12px;
    }

    .district-news-thumb {
        width: 90px;
    }

    .district-news-thumb img {
        height: 75px;
    }

    .district-news-content h5 {
        font-size: 13px;
        font-weight: 600;
    }


    .district-featured-content h3 {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.9;
    }

}


/* district page end */



/* news details page start  */


.news-details-section {
    background: #f8f8f8;
}

.news-details-wrapper {
    background: #fff;
    padding: 35px;
    border-radius: 15px;
}

.news-details-category {
    background: #e61b23;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

.news-details-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 20px 0;
    line-height: 1.4;
}

.news-details-meta {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    color: #777;
    margin-bottom: 25px;
}

.news-details-meta span i {
    color: #e61b23;
    margin-right: 6px;
}

.news-details-image img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 30px;
}

.news-details-content p {
    font-size: 18px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 20px;
}

.news-details-content blockquote {
    background: #f5f5f5;
    border-left: 5px solid #e61b23;
    padding: 20px;
    font-size: 22px;
    font-style: italic;
    margin: 30px 0;
}

.news-share-box {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.news-share-box h5 {
    margin: 0 15px 0 0;
}

.news-share-box a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: .3s;
}

.news-share-box a:hover {
    background: #e61b23;
}

.news-prev-next {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    padding-top: 25px;
    border-top: 1px solid #ddd;
}

.news-prev-next a {
    text-decoration: none;
    color: #000;
    font-weight: 700;
}

.news-prev-next a:hover {
    color: #e61b23;
}

/* Sidebar */

.news-sidebar {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
}

.news-sidebar h4 {
    margin-bottom: 25px;
    border-left: 5px solid #e61b23;
    padding-left: 15px;
    font-weight: 500;
}

.related-news-card {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    text-decoration: none;
}

.related-news-card img {
    width: 100px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}

.related-news-card h6 {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    transition: .3s;
}

.related-news-card:hover h6 {
    color: #e61b23;
}

.related-news-card p {
    color: #888;
    margin: 0;
    font-size: 14px;
}


.news-detail-add{
    margin-top:30px;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    border:1px solid #e9e9e9;
}

.news-detail-add img{
    width:100%;
    display:block;
    border-radius:12px;
    transition:.4s;
}

.news-detail-add:hover img{
    transform:scale(1.03);
}



@media(max-width:991px) {


    .news-detail-add{
        position:sticky;
        top:100px;
    }

    .news-details-title {
        font-size: 32px;
    }

    .news-sidebar {
        margin-top: 40px;
    }

}

@media(max-width:576px) {

    .news-details-wrapper {
        padding: 20px;
    }

    .news-details-title {
        font-size: 14px;
        line-height: 1.9;
    }

    .news-details-content p {
        font-size: 15px;
    }

    .news-prev-next {
        flex-direction: column;
        gap: 15px;
    }

    .related-news-card h6 {
        font-size: 13px;
    }

    .news-share-box h5 {
        font-size: 14px;
        margin: 0;
    }

}

/* news details page end */


/* pages news section start */

.page-news-card-section {
    background: #f8f9fa;
}

.page-news-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    transition: .35s;
    height: 100%;
}

.page-news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
}

.page-news-card-image {
    position: relative;
    overflow: hidden;
}

.page-news-card-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: .5s;
}

.page-news-card:hover img {
    transform: scale(1.08);
}



.page-news-card-content {
    padding: 22px;
}

.page-news-card-meta {
    margin-bottom: 12px;
    color: #777;
    font-size: 14px;
}

.page-news-card-meta i {
    color: #d70000;
    margin-right: 5px;
}

.page-news-card-content h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 12px;
}

.page-news-card-content h4 a {
    color: #111;
    text-decoration: none;
    transition: .3s;
}

.page-news-card-content h4 a:hover {
    color: #d70000;
}

.page-news-card-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.page-news-card-btn {
    color: #d70000;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: .3s;
}

.page-news-card-btn:hover {
    color: #111;
}

.page-news-card-btn i {
    transition: .3s;
}

.page-news-card-btn:hover i {
    transform: translateX(5px);
}

@media(max-width:991px) {
    .page-news-card-image img {
        height: 230px;
    }
}

@media(max-width:576px) {
    .page-news-card-content {
        padding: 18px;
    }

    .page-news-card-content h4 {
        font-size: 14px;
    }

    .page-news-card-image img {
        height: 200px;
    }


   
}

.mobile-menu .submenu-toggle {

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.mobile-menu .submenu-toggle i {

    font-size: 14px;

    transition: .3s;

}

.mobile-menu .submenu {

    display: none;

    list-style: none;

    padding: 6px 0 10px;

    margin: 0;

    background: #fafafa;

}

.mobile-menu .submenu.show {

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

}

.mobile-menu .submenu li {

    border-bottom: none;

}

.mobile-menu .submenu a {

    padding: 10px 15px 10px 26px;

    font-size: 13px;

    font-weight: 500;

}
