html {
    scroll-behavior: smooth;
}

/* Set icon color for home page */
li a i.fa-home {
    /* color: #a80707; */
}

/* Add underline under 'Home' text */
li a .home {
    display: inline;
    position: relative;
}

<!---li a .home::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: white;
    position: absolute;
    bottom: 0px; 
    left: 0;
}-->

.featured-news {
    flex: 2;
    background:#ffffff;
    padding: 15px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
        /* margin-top: -10px; */
}
.featured-news img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
/* Right Section - Breaking News List */
.news-container {
    display: flex;
    flex-direction: column;
    gap: 0px;
    /* max-width: 1290px; */
    margin: auto;
    padding: 10px;
    /* background: white; */
    box-sizing: border-box;
    /* border:1px solid #495057; */
    border-radius: 8px;
    margin-top: 2rem;
}
/* Only for screens smaller than 768px */
@media (max-width: 767.98px) {
    .mobile-full-img {
      width: 100% !important;
      height: auto;
      display: block;
    }
  }
  
.breaking-news-heading {
    border-radius: 2px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    background: #d0d0d0;
    width: 100%;
    padding: 3px 4px;
    box-sizing: border-box;
    margin-top: -4px;
}
.Br-News{
       color: #c62424;
    border-radius: 4px;
    /* background: #a80707; */
    padding: 3px 7px;
}
.breaking-news-list {
    flex: 1;
    max-height: 518px;
    overflow-y: auto;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
  height: 485px;
   
}
.lkjkj {
    display: flex
;
    align-items: center;
    margin-top: 1.5rem;
    background: #f7efef;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 4px;
    transition: transform 0.3s ease-in-out;
}
.breaking-news-list::-webkit-scrollbar {
    width: 4px; 
}
.breaking-news-list::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 10px;
}
.breaking-news-list::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 10px;
}
.breaking-news-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.breaking-news-item {
    /* margin-left: 12px; */
    display: flex;
    align-items: center;
    border-radius: 4px;
    gap: 10px;
    margin-bottom: 8px;
    padding: 10px;
    color:white;
    background-color:white;
}
.breaking-news-item img {
    width: 100px;
    height: 95px;
    object-fit: cover;
}
.breaking-news-item a {
  font-size: 12px;
  font-weight: bold;
  color: #686363;
  text-decoration: none;
}
.lkjkj{
    display: flex
    ;
        align-items: center;
        background: #ffffff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 4px;
        transition: transform 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .breaking-news-item a {
    margin-left: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #000; 
    text-decoration: none;
    display: block;
    padding: 8px 0;
  }
}
.breaking-news-item a:hover {
  color: #9B0000;
  text-decoration: underline;
}

.category_name{
    color:#202E86;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
}
.category-news{
    font-size: 16px;
    font-weight: bold;
    color:black;
    text-decoration: underline;
}
.news-content {
        margin-top: 14px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.date-time {
    font-size: 12px;
    color: #6c757d;;
    align-items: center;
    gap: 24px; 
}
.category_name_left {
    color: #202e96 !important;
    font-weight: bold;
    text-decoration: none;
    margin-left: auto;  
    display: flex;
    font-size: 12px;
    align-items: center;
}
.category-news-line {
    width: 5px;
    height: 15px;
    background-color: #c62424;
    display: inline-block;
    margin-right: 5px; 
}

.entry-date {
    color: #9d9d9d;
    margin-left: 0.4rem;
}
.author {
    color: black;
}
.date-time a i {
    margin-left: 10px;
}
.news-headline{
    font-size: 10px;
}
.dgdgfg{
    margin-left:1px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 4px;
    transition: transform 0.3s ease-in-out;
}
@media (max-width: 768px) {
    .news-container {
        padding: 10px;
        max-width: 100%;
        margin-top: 0rem;
    }
    .news-content {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        font-size: 1.5rem;
    }
    .breaking-news-heading {
        padding: 5px 0;
        /* margin-bottom: 10px; */
        text-align: left;
        margin-top: 1px;
        width:100%;

    }
    .breaking-news-item img {
        /* margin-left: 10px; */
        width: 100px;
        height: 273px;
        object-fit: cover;
    }
    .featured-news {
        width: 100%;
        padding: 10px;
    }

    .featured-news img {
        height: auto;
        max-height: 250px;
    }

    .breaking-news-list {
        width: 100%;
        max-height: unset;
        overflow-y: visible;
         margin-top: 0px;
        padding: 0px;
    }

    .breaking-news-item {
        flex-direction: row;
        gap: 6px;
    }
}



/* Letest News section left and right with mobile responsive*/

#sports_news_section {
    background: #ffffff; 
    padding: 0px; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
    margin-top: 10px;
}
.news-title {
    font-size: 21px;
    font-weight: bold;
    border-bottom: 1px solid #8e99a4;
    padding: 3px 20px;  
    background-color: #d0d0d0;
    border-radius: 3px;
    color: #262525;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
    width: 100%; 
    text-align: left;
    margin: 0;
    display: flex;
    align-items: center;
}
.news-wrapper {
    padding: 20px;
}
.news-title a {
    color: white;
    text-decoration: none;
    width: 100%;  
}
/* .news-category:hover{
color:white !important;
} */
/* .news-title:hover {
    color:white !important;
} */

.news-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 0px;
}
.news-item {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 71px 63px  rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 4px;
    transition: transform 0.3s ease-in-out;
}

/* .news-item:hover {
    transform: translateY(-3px);
} */
.news-category{
    font-size: 20px;
   }
.news-image {
    flex: 0 0 150px;
    max-width: 150px;
}
.news-image img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.news-details {
    flex: 1;
    padding-left: 15px;
}
.news-headline {
    font-size: 12px;
    font-weight: bold;
    color: #333;
}
.news-headline a {
    text-decoration: none;
    color: inherit;
}
.news-headline a:hover {
    color: #9B0000;
}
.news-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
    color: black;
    margin-top: 5px;
}
.news-meta i {
    margin-right: 5px;
    /* color:  #25d366; */
    font-size: 17px;
   
}
.news-author {
    font-weight: bold;
    color: black;
}
.news-share {
    font-size: 18px;
    color: #25d366;
    text-decoration: none;
}
.category-link {
    display: inline-block;
    font-size: 14px;
    color: #202e96 ;
    text-decoration: none;
    margin-top: -8px;
}
.category-link:hover {
    text-decoration: underline;
}
.bi-caret-right-fill {
    color: #262525;
    font-size: 22px;
    line-height: 1; 
    vertical-align: middle; 
}
@media (max-width: 768px) {
    .news-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        font-size: 10px;
        color: black;
        margin-top: 13px;
    }
    .news-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .news-image {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .news-details {
        padding-left: 0;
        padding-top: 10px;
    }
    .news-title {
        font-size: 20px;
        padding: 10px;
        width: 100%;
        text-align: left;
    }
    .news-wrapper {
        padding: 1px;
        margin-top: 15px;
    }
    .news-image img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
}

/*  Travel News section with mobile responsive*/
#news_portal_block_posts-3{
    box-shadow: 0 71px 63px  rgba(0, 0, 0, 0.1);
    /* margin-top: -14px; */
    }
    .travel-news-card {
        display: flex;
        align-items: flex-start;
        border: 1px solid #ddd;
        padding: 15px;
        margin-bottom: 15px;
        background: #fff;
        gap: 15px;
        margin-top: 14px;
    }
    .travel-news-thumb {
        flex: 1;
        max-width: 150px;
    }
    .traver-news-image {
        width: 100%;
        height: 150px;
    }
    .travel-np-primary-block-wrap{
        margin-left: 0%;
        width: 100%;
    }
    .travel-news-content {
        flex: 3;
        display: flex;
        flex-direction: column;
    }
    .travel-news-title {
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: bold;
    }
    .travel-news-description {
        font-size: 14px;
        color: #444;
          margin-bottom: -30px;
        line-height: 1.5;
    }
    .travel-news-meta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        color: #777;
        border-top: 1px solid #eee;
        padding-top: 5px;
        margin-top: 36px; 
    }
    .travel-np-block-title{
        font-size: 20px;
        font-weight: bold;
        border-bottom: 1px solid #c3bdbd;
        border-radius: 4px;
       padding: 3px 9px;
        background-color: #d0d0d0;;
        width: 100%;
        text-align: left;
        margin: 0;
        display: flex;
        align-items: center;
    }
    .travel-news-date{
        color: black;
    }
    .travel-whatsapp-share i {
        color: #25d366;
        font-size: 16px;
    }
    .travel-np-title{
        color: #262525;
    }
    .news-heading-for-travel{
        color: black;
    }
    .np-secondary-block-wrap{
        background-color: white;
    }
    .cotegory-for-tracvel{
      width: 100% !important;
      background-color: white;
    }
    .for-travel-wrapper {
        width: 100%;
        background-color: white;
        padding: 0px;
    }
    .for-travel-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .for-travel-card {
        display: flex;
        background: #fff;
        border: 1px solid black;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transition: transform 0.2s ease-in-out;
        padding: 10px;
        align-items: center;
    }
    .for-travel-image {
        width: 136px;
        height: 102px;
        overflow: hidden;
        flex-shrink: 0; 
    }
    .for-travel-thumbnail {
        width: 100%;
        height: 100%;
        object-fit: cover; 
        display: block;
    }
    .for-travel-details {
        flex: 1;
        margin-left: 8px;
    }
    .for-travel-title {
        font-size: 14px;
        font-weight: bold;
        margin: 5px 0;
    }
    .for-travel-title a {
        text-decoration: none;
        color: #333;
    }
    .for-travel-title a:hover {
        color: #d9534f;
    }
    .for-travel-meta {
        display: flex;
        align-items: center;
        font-size: 12px;
        color: #777;
        margin-top: 5px;
        gap: 10px;
        white-space: nowrap; 
    }
    .for-travel-date,
    .for-travel-author {
        flex-shrink: 0; 
    }
    .for-travel-whatsapp {
        margin-left: auto; 
    }
    .for-travel-whatsapp i {
        color: #25d366;
        font-size: 14px;
    }
    .for-travel-no-news {
        text-align: center;
        font-size: 16px;
        color: #999;
        padding: 20px;
    }
    @media (max-width: 768px) { 
        .travel-news-card {
            flex-direction: column;
            align-items: center; 
            text-align: center; 
            padding: 2px;
        }
        .travel-news-thumb {
            max-width: 100%; 
            width: 100%;
        }
        .traver-news-image {
            width: 100%;
            height: auto; 
        }
        .travel-news-content {
            flex: 1;
            padding: 10px;
        }
        .travel-news-title {
            font-size: 16px;
            margin-top: 10px;
        }
        .travel-news-description {
            font-size: 14px;
            margin-bottom: 10px;
        }
        .travel-news-meta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            font-size: 10px;
            color: black;
            margin-top: 13px;      
        }
        .travel-news-meta span {
            font-size: 12px;
            width: 82%;
        }
        .news-share i {
            font-size: 18px;
        }
         .travel-news-meta div {
            width: 100%;
            display: flex;
            justify-content: space-between; 
        }
        .news-author {
            flex-grow: 1; 
            text-align: left;
        }
        .for-travel-wrapper{
        padding: 0px;
        }
        .news-share {
            text-align: right; 
        }
        .for-travel-grid {
            grid-template-columns: 1fr; 
        }
    }

/*  Treanding and Sports News section (Right side) with mobile responsive*/

#recent-posts-2 {
    margin: 0;  
    padding: 0; 
    background-color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-height: 622px;
    overflow: hidden; 
    margin-top: 8px;
    display: flex;
    flex-direction: column;
}
.trending-widget-title {
    margin: 0;  
    padding: 5px 11px; 
    border-radius: 3px;
    font-size: 17px;
    border-bottom: 2px solid grey;
    background: #d0d0d0;
    font-weight: bold;
    color: black;
    position: sticky;
    top: 0;
    z-index: 10;
}
.trending-news-container {
    overflow-y: auto;
    max-height: 519px; 
    padding: 5px;
}
.trending-news-container::-webkit-scrollbar {
    width: 4px;
}
.trending-news-container::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}
.trending-news-container::-webkit-scrollbar-track {
    background: transparent;
}
.trending-widget-title .widget-title-span {
    color: #a80707;
}
.trednding-news-list{
        padding:5px;
}
.treading-news-list-item{
      color: black !important;
}
#categories-5{
    margin-top: 27px;
}
.sports-news{
    width:100%;
}
.np-post-meta-for-sports-news{
     width:100%;
     gap:20px;
}
.sports_news-title {
    background-color: #d0d0d0;
    color: black;
    border-radius: 3px;
    font-size: 17px;
    padding: 4px 0px;
        border-bottom: 1px solid grey;
}
.np-sports-title{
     color: black;
     text-decoration:none;
     padding: 0px 5px;
}
#news_portal_block_posts-2{
        /* background-color: white; */
        margin-top: 26px;
}
.spotrs-news-card{
background-color: white;
 padding: 0px;
}
.section_2_big_image_for_sports{
    height: 219px;
    width: 622px;
    object-fit: fill;
}
.np-post-meta-for-sports-news {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 3px;
}
.np-post-meta-for-sports-news .posted-on {
    text-align: left;
    font-size: 14px;
    color: #666;
    flex: 1;
}
.np-post-meta-for-sports-news .byline {
    text-align: right;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 1px;
}
.np-post-meta-for-sports-news a i {
    font-size: 18px;
    color: #25d366 !important; 
}
.author-name{
    color:black;
}
.np-post-meta-for-sports-news {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.np-post-meta-for-sports-news .posted-on,
.np-post-meta-for-sports-news .byline,
.np-post-meta-for-sports-news a {
    display: flex;
    align-items: center;
    font-size: 12px;
}
.sports-news-list {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-top:15px; 
}
.np-post-content{
    border-bottom: 1px solid black;
    margin-top: 0px;
}
.sports-news-thumb img {
    width: 120px;
    height: 85px;
    object-fit: cover;
    padding: 2px;
}
.sports-news-content {
    flex: 1;
    margin-left: 15px;
}
.sports-news-title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}
.sports-news-title a {
    text-decoration: none;
    color: #333;
}
.sports-news-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #666;
}
.sports-news-meta .author {
    text-decoration: none;
    color: #0073aa;
    font-weight: bold;
}
.sports-news-meta .whatsapp-share i {
    color: #25d366;
    font-size: 14px;
}
.sports-news-container {
    min-height: auto;  
    max-height: unset;  
    scrollbar-width: thin; 
    scrollbar-color: #888 transparent;
    margin-top: 6px;
}

.sports-news-container::-webkit-scrollbar {
    width: 4px;
}

.sports-news-container::-webkit-scrollbar-track {
    background: transparent;
}

.sports-news-container::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 5px; 
}

.sports-news-container::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.sports-news-item {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 6px;
    margin-bottom: 12px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 600px) {
    .np-post-meta-for-sports-news {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    #secondary{
        margin-top:-20px;
    }
}

/* About us page css */
.custom-container {
    max-width: 91%; 
    margin: 0 auto;
    background: #f9f9f9; 
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); 
    margin-top: 3rem;
    border: 1px solid #eee;
}

.entry-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.entry-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    text-align: justify;
}

/* Plitics News Section-6 */
.news-main-container {
    background-color: #f2f2f2;
    padding: 0px;
    margin-top: 0px;
      padding-bottom: 12px;
          display: flex;
    flex-direction: column;
    align-items: stretch; 
}
.news-main-container, .news-layout {
    height: auto !important;
}
.news-layout {
    display: flex;
    justify-content: space-between; 
    align-items: flex-start; 
    gap: 20px; 
}
.news-section-left, .news-section-right {
    flex-grow: 1;
}
.news-section-left {
    width: 83%;
}
.news-heading-wrapper {
    
    font-size: 18px;
    font-weight: bold;
    background-color: #c3c3c3;
    margin-bottom: 8px;
    color: #3c3b3b;
    padding: 3px 17px;
}
.featured-news-card {
    width: 100%;
    position: relative;
    background: white;
    border-radius: 3px;
    padding: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.featured-news-card img {
    width: 100%; 
    height: 293px; 
    object-fit: cover;
    display: block;
}
.featured-news-card, .news-articles-list, .news-politics-wrapper {
    width: 100%;
}
.news-thumbnail {
    width: 120px;
    height: 80px;
    object-fit: cover;
}
.news-title-link {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
    color: #333;
    display: block;
    text-decoration: none;
}
.news-title-link:hover{
color:#a80707;
}
.news-meta-info {
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 10px;
}
.news-author-highlight {
    font-size: 12px;
    color: #495057;
    font-weight: bold;
}
.news-article-item {
    display: flex;
    gap: 10px;
     align-items: center;
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.news-article-item img {
    width: 100px; 
    height: 80px; 
    object-fit: cover;
    border-radius: 5px; 
}
.news-section-right {
    /* height: 89rem;
    overflow-y: auto; */
    width: 40%;
    display: flex;
    flex-direction: column;
    border-top: 2px solid #bdbdbd;
}
.news-category-highlight {
    font-size: 14px;
    color: #B71C1C;
    font-weight: bold;
}
.news-articles-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    flex-direction: column;
    gap: 10px;
}
.news-politics-wrapper {
    background: white;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    /* border-top: 2px solid #a80707; */
}
.news-politics-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.news-politics-wrapper li {
    margin-bottom: 5px;
}
.sub-news-article-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: white;
    padding: 7px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.sub-news-article-item img {
    width: 240px; 
    height: 120px; 
    object-fit: cover;
}

.news-politics-wrapper ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .news-politics-wrapper li {
        display: flex; 
        align-items: flex-start; 
        gap: 8px; 
        margin-bottom: 5px;
    }
    .news-politics-wrapper li i {
        flex-shrink: 0;
    }
    .news-title-link {
        display: block; 
        text-decoration: none;
        color: black; 
        max-width: 100%;
    }
    .arrow{
        margin-top: 12px;
    }
@media (max-width: 768px) {
    .featured-news-card img {
    width: 100%; 
    height: 224px; 
    object-fit: cover;
    display: block;
}
    .sub-news-article-item {
        flex-direction: column; 
        align-items: center;
    }
    .sub-news-article-item img {
        width: 100%; 
        height: auto;
    }
   .news-layout {
        flex-direction: column; 
    }

    .news-section-left,
    .news-section-right {
        width: 100% !important; 
    }
  .sub-news-article-item img {
  width: 539px;
        height: 232px;
    object-fit: cover;
}
}

/* section-4 City news */
.city-widget {
    width: 100%;
    background: #f8f8f8;
    padding: 0px;
    padding-bottom: 5px;
}
.city-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    background-color:#202E86;
    
}
.city-header h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color:white;
}
.city-dropdown {
padding: 8px 55px;
font-size: 12px;
background: #a80707;
cursor: pointer;
color: white;
border: none;
outline: none;
margin-right: -20px;
}
.city-dropdown:focus, 
.city-dropdown:active {
    outline: none;
    border: none;
    box-shadow: none; 
}
.city-news-container {
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px;
}
.city-news-item {
    padding: 10px;
}

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

.city-news-title {
    font-size: 18px;
    font-weight: bold;
}
.city-news-meta {
    font-size: 14px;
}
.city-news-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
    margin:10px;
    background-color:#D9D9D9;
    padding: 15px;
}
/* Existing styles for larger screens */
.city-news-card {
display: flex;
background: #fff;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.city-news-thumbnail {
width: 100%; 
max-width: 230px; 
height: 200px;
overflow: hidden; 
}

.city-news-thumbnail img {
width: 100%; 
height: 100%; 
object-fit: cover; 
}

.city-news-content {
width: 80%;
padding: 10px;
}

.city-news-title {
font-size: 18px;
margin-bottom: 5px;
}

.city-news-description {
font-size: 14px;
color: #666;
}

.city-news-meta {
display: flex;
justify-content: space-between;
align-items:left;
font-size: 12px;
color: #888;
}

.city-news-details {
display: flex;
align-items: center;
gap: 10px;
}

.city-news-share {
text-decoration: none;
color: #25d366;
}

/* New media query for mobile screens */
@media (max-width: 768px) {
.city-news-card {
    flex-direction: column;
    padding: 4px;
}
.city-news-wrapper{
    padding:0px;
}
.city-news-thumbnail {
    width: 100%;
    max-width: none;
    height: 250px; 
    margin-bottom: 15px;
}
.city-news-content {
    width: 100%;
}
.city-news-title {
    font-size: 16px;
    margin-bottom: 10px;
}
.city-news-description {
    font-size: 14px;
}

.city-news-meta {
    flex-direction: column;
    text-align: left;
}

.city-news-details {
    justify-content: flex-start;
    width: 100%;
    margin-top: 10px;
}

.news-author {
    display: block;
    margin-left:11px;
    margin-bottom: 0px;
}

.city-news-share {
    display: inline-block;
}
}

/* section 7 css code */

.news-layout {
    display: flex;
    gap: 20px;
}
.business-news-header{
    padding:3px;
background-color:#b5b5b5;
font-size:18px;
border-radius: 3px;
color:#151515;
}
.business-tittle{
    margin-left:20px;
}
.business-news-card {
    margin-top: 11px;
    width: 100%;
    position: relative;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-top: none; 
}
.np-block-posts-wrapper{
    overflow-y: auto;
    height: 336px;
    padding:5px;
}
.np-block-posts-wrapper::-webkit-scrollbar {
    width: 4px;
}
.np-block-posts-wrapper::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}
.np-block-posts-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.business-news-card img {
    width: 100%; 
    height: 197px; 
    object-fit: cover;
    display: block;
}
.business-news-card, .business-news-articles-list, .news-politics-wrapper {
    width: 100%;
}
.business-news-section {
    width: 85%;
}
.business-news-thumbnail {
    width: 120px;
    height: 80px;
    object-fit: cover;
}
.business-news-title-link {
    display: block; 
    text-decoration: none;
    color: black; 
    max-width: 100%;
}
.business-news-articles-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    flex-direction: column;
    margin-top: 5px;
}

.business-sub-news-article-item {
    display: flex;
    flex-direction: row; /* Ensure image is on left and text on right */
    align-items: center;
    gap: 15px;
    background: white;
    padding: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.business-sub-news-article-item img {
    width: 240px; 
    height: 120px; 
    object-fit: cover;
}
.business-category_name_left {
    color: #384ad1 !important;  
    font-weight: bold;
    text-decoration: none;
    margin-left: auto;  
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    margin-right: 22px;
    padding: 2px 10px 0px 0px;
}
.business-category-news-line {
    width: 5px;
    height: 22px;
    background-color: #a80707;
    display: inline-block;
    margin-right: 5px;
}
@media (max-width: 768px) {
    .business-sub-news-article-item {
        flex-direction: column; 
        align-items: center;
    }
    .business-sub-news-article-item img {
        width: 100%; 
        height: auto;
    }
   .news-layout {
        flex-direction: column; 
    }

    .news-section-left,
    .news-section-right {
        width: 100% !important; 
    }
  .business-sub-news-article-item img {
    width: 352px;
    height: 140px; 
    object-fit: cover;
}
}
.missed-section-news{
      overflow-x: hidden;
    overflow-y: scroll;
    height: 29rem; 
}
.missed-section-news::-webkit-scrollbar {
    width: 4px;
}
.missed-section-news::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}
.missed-section-news::-webkit-scrollbar-track {
    background: transparent;
}
.missed-news-section {
     /* overflow-x: hidden;
    overflow-y: scroll;
    height: 32rem; */
    width: 40%;
    font-size: 18px;
}
.missed-news-header{
    background-color: #b5b5b5;
    border-radius: 3px;
    color:#222222;
    text-align: center;
        text-align: left;
    padding: 3px 9px;
    margin: -1px;
}
.missed-news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.missed-news-list li {
    margin-bottom: 10px;
}
.missed-title-link {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    text-decoration: none;
}
@media (max-width: 768px) {
    .news-layout {
        flex-direction: column;
    }
    .business-news-section, .missed-news-section {
        width: 100%;
    }
    .business-item img {
        width: 80px;
        height: 60px;
    }  
}
.missed-news-card {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 10px;
    margin: 14px 0;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media only screen and (max-width: 768px) {
    .missed-news-card {
        flex-direction: column;
    }
    .news-img {
        width: 355;
        height: auto;
    }
    .missed-news-content {
        text-align: center;
        margin-top: 10px;
    }
}
.missed-news-thumb img {
    height: 90px;
    object-fit: cover;
}
.missed-news-content {
    flex: 1;
    margin-left: 15px;
}
.missed-news-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.missed-news-title a {
    text-decoration: none;
    color: #222;
    transition: color 0.3s;
}
.missed-news-title a:hover {
    color: #0073aa;
}
.missed-news-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    color: #666;
}
.missed-news-meta .author {
    text-decoration: none;
    color: #0073aa;
    font-weight: bold;
}
.missed-news-meta .whatsapp-share i {
    color: #25d366;
    font-size: 16px;
}

.a:hover {
    border: none !important;
    color: #a80707 !important;
    background-color: transparent !important; 
}

/* Education News */
.education-news-main-container {
    background-color: #f2f2f2;
    padding: 0px;
    margin-top: 15px;
    padding-bottom: 12px;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.news-layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.news-section-left {
    /* height: 89rem;
    overflow-y: auto; */
    width: 86%;
}
.technology-news-section-right {
    height: 20rem;
    overflow-y: auto;
    width: 40%;
}
.news-heading-wrapper {
    
    font-size: 18px;
    font-weight: bold;
    border-radius: 3px;
    background-color: #c3c3c3;
    margin-bottom: 15px;
    color: #3c3b3b;
    padding: 3px 17px;
}
.technology-news-heading-wrapper{
     font-size: 18px;
    font-weight: bold;
    background-color: #c3c3c3;
    margin-bottom: 15px;
    color: #252424;
    border-radius: 2px;
    padding: 2px 13px;
}
.news-article-item {
    display: flex;
    gap: 10px;
    align-items: center;
    background: white;
    padding: 10px;
    border-radius: 0px !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.news-article-item img {
    width: 100px;
    height: 80px;
    object-fit: cover;
    border-radius: 0px !important;
}
.news-article-item img.education-image {
    width: 120px; 
    height: 125px; 
    object-fit: cover; 
    border-radius: 0px !important;
}
.news-article-item img.technology-image {
    width: 100px; 
    height: 80px; 
    object-fit: cover;
    border-radius: 0px !important;
}
.bi-caret-right-fill.technology {
    color: 252424 !important; 
}
@media (max-width: 768px) {
    .news-layout {
        flex-direction: column;
    }
   .news-article-item img.education-image,
    .news-article-item img.technology-image {
        width: 100%; 
        height: auto;
    }
    .news-section-left, .technology-news-section-right {
        width: 100% !important; 
    }
    .news-article-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .news-article-item img {
        width: 100%;
        height: auto;
    }
}
.news-not-found {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: grey;
    padding: 0px;
}
.for-sports-no-news{
    text-align:center;
}


.missing-news-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 91%;
    margin: auto;
    background: white;
    border-radius: 0.5rem;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
}
.custom-news-wrapper {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 10px;
}

.custom-news-header {
    text-align: left;
    margin-bottom: 20px;
    background-color: #93999e;
    color:white;
}
    
.custom-news-title {
    font-size: 21px;
    font-weight: bold;
    color: #2d2c2c;
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 20px;
}

.custom-news-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.custom-news-card {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    border-radius: 0.5rem;
    background: #fff;
    overflow: hidden;
    border:1px solid #d8dbde;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    padding: 10px;
}


/* Fixed Image Size */
.custom-news-thumbnail {
    width: 324px;
    height: 200px;
    overflow: hidden;
    flex-shrink: 0; 
}

.custom-news-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* News Details */
.custom-news-details {
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 12px;
}

.custom-news-heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #222;
}

.custom-news-heading a {
    text-decoration: none;
    color: #222;
}

.custom-news-heading a:hover {
    color: #ff4d4d;
}

/* Meta Info */
.custom-news-meta {
    font-size: 14px;
    color: #666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #6c757d;
    gap: 10px; 
}
.custom-news-date {
    font-style: italic;
    display: flex;
    align-items: center;
    gap: 5px;
}
.custom-news-author a {
    color: #666;
    text-decoration: none;
}

.custom-news-author a:hover {
    text-decoration: underline;
}
.custom-news-author-whatsapp {
    display: flex;
    align-items: center;
    gap: 15px; 
}
/* WhatsApp Share Icon */
.custom-whatsapp-share {
    font-size: 18px;
    color: #25D366;
    text-decoration: none;
}

/* No News Found */
.custom-no-news {
    text-align: center;
    width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .custom-news-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .custom-news-thumbnail {
        width: 100%;
        height: auto;
    }

    .custom-news-thumbnail img {
        width: 100%;
        height: auto;
    }

    .custom-news-details {
        width: 100%;
        padding: 10px;
    }
   
    .custom-news-date {
        order: -1; 
    }
    .custom-news-author-whatsapp {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
        gap: 5px;
    }
    .custom-news-author {
        flex-grow: 1;
    }

    .custom-whatsapp-share {
        margin-left: auto; 
    }
}