* {
      box-sizing: border-box;
    }
.news-font{
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: normal;

}
    body {
      margin: 0;
      font-family: Arial, sans-serif;
      background: #fff;
      color: #222;
    }

    a {
      color: #000;
      text-decoration: none;
    }
    a:hover{
      color: #1955a5;
      transition-duration: 0.4s;
    }

    .news-container {
      display: flex;
      flex-wrap: wrap;
      max-width: 1400px;
      gap: 1rem;
      margin: auto;
      
    }
    @media (max-width: 992px){
      .news-main-wrapper {
      padding-right: 0rem !important;
    
    }
    .sidebar {
    position: fixed;
    top: 0;
    left: -500px;
    width: 281px !important;
    height: 100%;
    background-color: #111;
    overflow-y: auto;
    transition: left 0.3s ease;
    z-index: 1001;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.4);
}

    .news-section-left {
     
      padding-right: 0rem !important;
     

    }
    .grid-ed-feature {
        padding-right: 0rem !important;
    }
    } 

    .news-main-wrapper {
      flex: 3.3;
      display: flex;
       
      flex-wrap: wrap;
      gap: 1rem;
    }

    .news-section-left {
      flex: 3;
      border-right: 1px solid #dddd;
      border-top: 1px solid black;
      padding-right: 1rem;
      min-width: 280px;
      background: #fff;

    }
    .news-storys{
         border-bottom: 1px solid #dddd;
      padding-bottom: 1rem;
    }
    .news-right{
          border-bottom: 1px solid #dddd;
      padding-bottom: 1rem;
    }
    .durh0{
      font-size: 1.22rem;
       font-family: "DM Serif Text", serif;
  font-weight: 400;
  line-height: 1.2;
    }

    .news-section-center {
      flex: 1;
      min-width: 280px;
      background: #fff;
            border-top: 1px solid black;

      padding: 0;
    }

    .news-section-right {
      flex: 1;
      min-width: 250px;
      background: #fff;
            border-top: 1px solid black;

      padding: 0;
    }

    .news-title {
      margin-top: 0;
      font-size: 12px;
      background: #000;
      
      font-weight: 400;
      color: white;
      padding: 5px 10px;
      display: inline-block;
    }

    .news-story {
      margin-bottom: 20px;
       border-bottom: 1px solid #dddd;
         padding-bottom: 1rem ;
    }

    .news-story img {
      max-width: 100%;
      width: 100%;
      aspect-ratio: 3 / 2;
      height: auto;
    }

.flooy{
    display: grid;
    grid-template-columns: 2.4fr 1fr;
    gap: 1rem;
 
    font-family: "DM Serif Text", serif;
  font-weight: 100;
  font-style: normal
  ;
  padding-top: 1rem;
}
.news-storys small{
   font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-size: 0.7rem;
}
.hsyh{
  color: gray;
  font-size: 0.85rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.mmkilh3{
  font-size: 0.95rem;
  font-family: "DM Serif Text", serif;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 0;
}
.mmkil{
  max-width: 100px;
}
.mmkil img{
  width: 100%;
}
    .news-story p {
      font-size: 14px;
      line-height: 1.5;
    }

    .news-story small {
      color: black;
      font-style: italic;
      font-size: 0.7rem;
    }

  

    .news-grid-2x2 img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    @media screen and (max-width: 900px) {
      .news-container {
        flex-direction: column;
      }

      .news-main-wrapper {
        flex-direction: column;
      }
      .deilamo {
    font-family: "DM Serif Text", serif !important;
    line-height: 1.2 !important;
}
    }

.shark{
    display: grid;
    grid-template-columns: 1.7fr 2.3fr;
}
.indo-fhead{
    font-size: 1.7rem;
    line-height: 1.2;
}
.news-title a{
    color: #ffff;
}
.news-title span {
  display: inline-block;
  transition: transform 0.3s ease;
  padding-left: 3px;
  font-size: 1rem;
}

.news-title:hover span {
  transform: translateX(5px);
}
.news-story{
    display: grid;
    grid-template-columns: 1fr 2.4fr;
    gap: 1rem;
    font-family: "DM Serif Text", serif;
  font-weight: 100;
  font-style: normal
  ;
}
.huy56{
    font-family: "DM Serif Text", serif;
  font-weight: 400;
}
.news-story p{
    font-family: system-ui;
    font-weight: 400;
    
}
.u-news-heading{
     font-family: "DM Serif Text", serif;
  font-weight: 100;
}
 .u-news-container {
      display: flex;
      flex-wrap: wrap;
      
      gap: 20px;
      margin: 40px auto;
    }

    .u-news-block {
      flex: 1;
      min-width: 180px;
      background-color: #fff;
      display: flex;
      flex-direction: column;
    }

    .u-news-media {
      position: relative;
    }

    .u-news-media img {
      width: 100%;
      height: auto;
      aspect-ratio: 3/2;
      display: block;
    }

    .u-news-tag-label {
      position: absolute;
      top: 8px;
      right: 8px;
      color: #fff;
      padding: 4px 8px;
      font-size: 12px;
      font-weight: 400;
      border-radius: 3px;
    }


    .u-news-heading {
      font-size: 20px;
      margin: 10px 0;
      line-height: 1.4;
    }

    .u-news-summary {
      font-size: 13px;
      color: gray;
      line-height: 1.5;
    }

    .u-news-timestamp {
      font-size: 14px;
      color: #555;
      margin-top: 10px;
      font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-size: 0.7rem;
      font-style: italic;
    }

    .u-news-hashtags {
      margin-top: 10px;
    }

    .u-news-hashtag {
      display: inline-block;
      border: 1px solid #333;
      padding: 4px 8px;
      font-size: 13px;
      margin: 5px 5px 0 0;
    }

    @media screen and (max-width: 900px) {
 

      .u-news-block {
        width: 100%;
      }
      .news-main-wrapper {
      
       border-right: none
       ;
       padding-right: 0;
     
    }
    .news-section-left {
      padding-right: 0;
    }

    .news-section-left {

      border-right: none;
     

    }
    .grid-ed-wrapper {
      grid-template-columns: 1fr !important;
}
.grid-ed-feature {
  padding-right: 0;
  border: none;
}
.editorial-grid-container {
grid-template-columns: 1fr !important;
}
  .hhyt6 {
    grid-template-columns: 1fr !important;
    padding-right: 0 !important;
    }
    .news-section-right {
      padding: 0 !important;
    }
   .news-section-center {
    padding: 0 !important;
   }
   .society-unique-main {
    padding-right: 0 !important;
   }
   .society-unique-sidebar{
    display: none;
   }
  }
    

@media (max-width: 767.98px) {
  .news-story {
        grid-template-columns: 1fr;
    }
   
    .u-news-container {
   flex-direction: column;
    }
        .popular-articles {
        grid-template-columns: 1fr !important;
    }
    
}

/* 768px and above */
@media (min-width: 768px) {
   .mmkil {
      max-width: 200px;
    }
    .popular-articles {
    display: grid
;
    grid-template-columns: 2fr 3fr;
    gap: 20px;
    margin-top: 2rem;
}
 
  .news-story

 {
    display: grid
;
    grid-template-columns: 1fr 2.4fr;
    gap: 1rem;
    font-family: "DM Serif Text", serif;
    font-weight: 100;
    font-style: normal;
}
.u-news-container {
    display: flex
;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px auto;
}
}

    .f-ad{
      background-color: rgb(237, 237, 237);
      width: 100%;
      padding: 3rem 0;
    }
    .f-ad img{
      width: 80%;
    object-fit: cover;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    height: 200px;
    }


    /* carousel */


    .pa-container {
      max-width: 1400px;
      margin: 2rem auto;
      border-top: 1px solid black;
      overflow: hidden;
    }
    .pa-title {
      background: #000;
      color: #fff;
      display: inline-block;
      padding: 8px 16px;
      font-weight: bold;
      font-size: 1rem;
      margin-bottom: 20px;
    }
    .pa-carousel-container {
      position: relative;
    }
    .pa-carousel {
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      scroll-snap-type: x mandatory;
      gap: 0;
      padding-bottom: 10px;
    }
    .pa-carousel::-webkit-scrollbar {
      display: none;
    }
    .pa-article {
      width: 260px;
      flex-shrink: 0;
      scroll-snap-align: start;
      padding-left: 16px;
       padding-right: 16px;
      border-left: 1px solid #ccc;
    }
    .pa-article:first-child {
      border-left: none;
    }
    .pa-article img {
      width: 100%;
      aspect-ratio: 3/2;
      height: auto;
      margin-bottom: 12px;
    }
    .pa-article h3 {
      font-size: 1.2rem;
      margin-top: 0;
      margin-bottom: 12px;
      line-height: 1.4;
    }
    .pa-article p {
          font-size: 13px;
    color: gray;
    line-height: 1.5;
    margin-bottom: 1rem;
    }
    .pa-date {
      font-style: italic;
      font-size: 0.80rem;
      color: #000;
      margin-bottom: 8px;
    }
    .pa-tag {
      display: inline-block;
      border: 1px solid #000;
      font-size: 0.75rem;
      padding: 2px 6px;
      margin-right: 4px;
    }
    .pa-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.8);
      border: none;
      font-size: 1.5rem;
      cursor: pointer;
      z-index: 10;
      padding: 4px 14px;
    }
    .pa-prev {
      left: 0px;
      background-color: #fff;
      border-radius: 50%;
      box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.3),
        0 8px 16px rgba(0, 0, 0, 0.2),
        inset 0 1px 2px rgba(255, 255, 255, 0.8);
    }
    .pa-next {
      right: 0px;
      background-color: #fff;
      border-radius: 50%;
      box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.3),
        0 8px 16px rgba(0, 0, 0, 0.2),
        inset 0 1px 2px rgba(255, 255, 255, 0.8);
    }
    @media (max-width: 768px) {
      .pa-article {
        width: 85vw;
      }
      
      .society-unique-main {
        padding-right: 0 !important;
      }
    }
.topics-title{
  border-top: 1px solid #000;
  margin-top: 2rem;
}



.society-unique-layout {
      display: grid;
      grid-template-columns: 3fr 1fr;
      gap: 40px;
      margin: 2rem auto;
    }

    .society-unique-main {
      border-right: 1px solid #dddd;
            border-top: 1px solid black;
      padding-right: 1rem;
    }

    .society-unique-label {
      font-weight: bold;
      background: #000;
      color: #fff;
      display: inline-block;
      padding: 6px 12px;
      font-size: 0.9rem;
      margin-bottom: 20px;
    }

    .society-unique-grid {
      display: grid;
      grid-template-columns: 2fr 3fr;
      gap: 20px;
      margin-bottom: 20px;
    }

    .society-unique-grid img {
      width: 100%;
      height: auto;
    }

    .society-unique-headline {
      font-size: 1.4rem;
      font-family: "DM Serif Text", serif;
      font-weight: 300;
      margin-bottom: 10px;
      line-height: 1.4;
    }

    .society-unique-summary {
      font-size: 0.95rem;
      color: #555;
      margin-bottom: 8px;
    }

    .society-unique-date {
      font-style: italic;
      font-size: 0.85rem;
      color: #666;
    }

    .society-unique-mini-articles {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 16px;
    }

    .society-unique-mini-article img {
      width: 100%;
      height: auto;
      margin-bottom: 8px;
      aspect-ratio: 3/2;
    }

    .society-unique-mini-article h4 {
      font-size: 0.95rem;
      font-weight: 400;
      font-family: "DM Serif Text", serif;
      line-height: 1.4;
      margin-bottom: 6px;
    }

    .society-unique-mini-article p {
      font-size: 0.9rem;
      color: #555;
      margin-bottom: 6px;
      line-height: 1.5;
    }

    .society-unique-tags {
      margin-top: 4px;
    }

    .society-unique-tag {
      display: inline-block;
      border: 1px solid #000;
      font-size: 0.7rem;
      padding: 2px 5px;
      margin-right: 4px;
    }

    /* Right sidebar styling */
    .society-unique-sidebar > div {
      margin-bottom: 20px;
    }
    .society-unique-sidebar{
      position: sticky;
    top: 100px;
    height: fit-content;
    }

    .society-unique-sidebar .label {
      font-size: 0.75rem;
      background-color: red;
      color: #fff;
      display: inline-block;
      padding: 3px 8px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .society-unique-sidebar img {
      width: 100%;
      height: auto;
      display: block;
    }

    @media (max-width: 1023px) {
      .society-unique-layout {
        grid-template-columns: 1fr;
      }
      .society-unique-sidebar {
        margin-top: 40px;
      }
      .nlr-sub-article img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3/2;
}
    }



    /* popular section */

    .popular-articles {
      display: grid;
      grid-template-columns: 2fr 3fr;
      gap: 20px;
      margin: 1.5rem auto;
    }

    .popular-featured {
      display: flex;
      flex-direction: column;
    }

    .popular-featured img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .popular-featured h2 {
      font-size: 1.5rem;
      font-weight: 400;
      font-family: "DM Serif Text", serif;
      margin: 12px 0 8px;
    }

    .popular-featured p {
          font-size: 13px;
    color: gray;
    line-height: 1.5;
      margin-bottom: 10px;
    }

    .popular-featured .date {
      font-size: 0.85rem;
      font-style: italic;
      color: #555;
    }
    .popular-article p{
      line-height: 1.5;
    }

    .popular-side-articles {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    .popular-article {
      display: flex;
      flex-direction: column;
    }

    .popular-article img {
      width: 100%;
      height: auto;
      aspect-ratio: 3/2;
      object-fit: cover;
      margin-bottom: 8px;
    }

    .popular-article h4 {
      font-size: 0.95rem;
      font-weight: 400;
      font-family: "DM Serif Text", serif;
      margin-bottom: 6px;
      line-height: 1.4;
    }

    .popular-article p {
      font-size: 0.85rem;
      color: #444;
      margin-bottom: 6px;
    }

    .popular-article .date {
      font-size: 0.8rem;
      font-style: italic;
      color: #666;
    }

    /* Responsive Layout */
    @media (max-width: 900px) {
    

      .popular-side-articles {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 600px) {
      .popular-side-articles {
        grid-template-columns: 1fr;
      }
    }


     .editorial-container {
      display: flex;
      flex-wrap: wrap;
      gap: 0px;
      margin: 2rem auto;
      justify-content: space-between;
    }

    .editorial-card {
      flex: 0 0 calc(16.66% - 20px); /* 6 cards per row - adjust margin */
      border: 1px solid #ccc;
      padding: 16px;
      background: #fff;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 220px;
    }

    .editorial-title {
      font-size: 1rem;
      font-weight: 400;
      margin-bottom: 8px;
      font-family: "DM Serif Text", serif;
      line-height: 1.4;
    }

    .editorial-excerpt {
      font-size: 0.9rem;
      color: #555;
      line-height: 1.5;
      margin-bottom: 10px;
      flex-grow: 1;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }

    .editorial-date {
      font-size: 0.85rem;
      font-style: italic;
      color: #000;
    }

    /* Responsive Tweaks */
    @media (max-width: 1400px) {
      .editorial-card {
        flex: 0 0 calc(18% - 20px); /* 4 cards per row */
      }
    }

    @media (max-width: 1000px) {
      .editorial-card {
        flex: 0 0 calc(33.33% - 20px); /* 3 per row */
      }
    }

    @media (max-width: 768px) {
      .editorial-card {
        flex: 0 0 calc(50% - 20px); /* 2 per row */
      }
    }

    @media (max-width: 500px) {
      .editorial-card {
        flex: 0 0 100%; /* 1 per row */
      }
    }



    
    .grid-ed-wrapper {
      max-width: 1440px;
      margin: 0 auto;
      padding: 1rem 0;
      display: grid;
      grid-template-columns: 2.3fr 3fr;
      gap: 1rem;
    }

    .grid-ed-feature {
      width: 100%;
      border-right: 1px solid #dddd;
      padding-right: 1rem;
    }

    .grid-ed-feature img {
      width: 100%;
      height: auto;
      aspect-ratio: 3 / 2;
    }

    .grid-ed-feature h2 {
      font-size: 1.52rem;
      font-weight: 400;
      padding: 1rem 0;
      font-family: "DM Serif Text", serif;
    }

    .grid-ed-main-content {
      display: grid;
      grid-template-columns: 1fr;
      gap: 2rem;
    }

    .grid-ed-articles {
      display: grid;
      gap: 2rem;
    }

    .grid-ed-article-item {
      display: grid;
      grid-template-columns: 200px 1fr;
      gap: 1rem;
      border-bottom: 1px solid #ccc;
      padding-bottom: 1rem;
    }

    .grid-ed-article-item img {
      width: 100%;
      height: 120px;
      object-fit: cover;
    }

    .grid-ed-article-text h2 {
      font-size: 1.2rem;
      font-weight: bold;
      margin-bottom: 0.5rem;
    }

    .grid-ed-article-text p {
      font-size: 0.95rem;
      color: #444;
      margin-bottom: 0.5rem;
    }

    .grid-ed-article-text time {
      font-style: italic;
      font-size: 0.85rem;
    }

    .grid-ed-sidebar {
      display: grid;
      gap: 2rem;
    }

    .grid-ed-sidebar-card {
      border-bottom: 1px solid #ccc;
      padding-bottom: 1rem;
    }

    .grid-ed-sidebar-card h3 {
      font-size: 1.1rem;
      font-family: "DM Serif Text", serif;
      font-weight: 400;
      margin-bottom: 0.5rem;
    }

    .grid-ed-sidebar-card p {
      font-size: 0.85rem;
      color: #555;
      margin-bottom: 0.5rem;
      line-height: 1.5;
    }

    .grid-ed-sidebar-card time {
      font-style: italic;
      font-size: 0.85rem;
    }

    @media (min-width: 768px) {
      .grid-ed-main-content {
        grid-template-columns: 2fr 1.4fr;
      }
    }



       .editorial-grid-container {
      display: grid;
      grid-template-columns: 3fr 1fr 1fr;
      gap: 2rem;
      max-width: 1440px;
      margin: 1.5rem auto;
    }

    .editorial-article-card {
      display: flex;
      flex-direction: column;
      border-right: 1px solid #ddd;
padding-right:1rem;

    }

    .editorial-article-card:last-child {
      border-right: none;

    }

    .editorial-thumbnail-image {
      width: 100%;
      height: auto;
      object-fit: cover;
      aspect-ratio: 3/2;
      margin-bottom: 0.75rem;
    }

    .editorial-article-title {
      font-size: 1.3rem;
      font-weight: 400;
      margin-top: 0;
      margin-bottom: 0.5rem;
      font-family: "DM Serif Text", serif;
    }

    .editorial-article-summary {
      color: #555;
      font-size: 0.8rem;
      line-height: 1.5;
      margin-bottom: 0.75rem;
    }

    .editorial-date-time {
      font-style: italic;
      font-size: 0.9rem;
    }

    .editorial-category-tag {
      display: inline-block;
      border: 1px solid #000;
      padding: 0.2rem 0.5rem;
      font-size: 0.85rem;
      margin-top: auto;
      align-self: flex-start;
    }

    @media (max-width: 768px) {
      .editorial-article-card {
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid #ddd;
        padding-bottom: 1.5rem;
      }

      .editorial-article-card:last-child {
        border-bottom: none;
        padding-bottom: 0;
      }
    }
    .hhyt6{
      display: grid ;
      grid-template-columns: 3fr 2fr;
      flex-direction: row;
      gap: 2rem;
      padding-right: 1rem;

    }




   .articlegrid-container-x9 {
    display: grid
;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
    border-top: 1px solid #ccc;
    padding: 1rem 20px;
    max-width: 1440px;
    margin: 0 auto;
}

    .articlegrid-card-x9 {
      display: flex;
      flex-direction: column;
      border-right: 1px solid #ccc;
      padding-right: 1.5rem;
    }

    .articlegrid-card-x9:last-child {
      border-right: none;
      padding-right: 0;
    }

    .articlegrid-title-x9 {
      font-size: 1.1rem;
      font-family: "DM Serif Text", serif;
      font-weight: 400;
      margin-bottom: 0.5rem;
    }

    .articlegrid-summary-x9 {
      font-size: 0.8rem;
      color: #555;
      line-height: 1.5;
      margin-bottom: 0.75rem;
    }

    .articlegrid-date-x9 {
      font-style: italic;
      font-size: 0.9rem;
    }

    @media (max-width: 768px) {
      .articlegrid-card-x9 {
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid #ddd;
        padding-bottom: 1.5rem;
      }

      .articlegrid-card-x9:last-child {
        border-bottom: none;
        padding-bottom: 0;
      }
    }


    .articlegridx9-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 0.5rem;
      max-width: 1440px;
      margin: 0 auto;
      padding: 1rem 0px;
    }

    .articlegridx9-card {
      display: flex;
      flex-direction: column;
      border-right: 1px solid #ccc;
      padding-right: 0.5rem;
    }

    .articlegridx9-card:last-child {
      border-right: none;
      padding-right: 0;
    }

    .articlegridx9-image {
      width: 100%;
      height: auto;
      aspect-ratio: 3/2;
      margin-bottom: 0.75rem;
    }

    .articlegridx9-title {
      font-size: 1.2rem;
      font-weight: 400;
      margin-bottom: 0.5rem;
      font-family: "DM Serif Text", serif;
    }

    .articlegridx9-date {
      font-style: italic;
      font-size: 0.9rem;
      margin-bottom: 0.75rem;
    }

    .articlegridx9-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
    }

    .articlegridx9-tag {
      border: 1px solid #000;
      padding: 2px 8px;
      font-size: 0.8rem;
    }

    @media (max-width: 768px) {
      .articlegridx9-card {
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid #ccc;
        padding-bottom: 1rem;
      }

      .articlegridx9-card:last-child {
        border-bottom: none;
      }
      .harfdy{
        display: none !important;
      }
    }


.harfdy{
  position: sticky;
  top: 150px;
  height: fit-content;

}

    .gridwrapper-x13 {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 1rem;
      padding: 1rem 0;
      width: 100%;
      max-width: 1400px;
      box-sizing: border-box;
    }

    .gridcolumn-x13 {
      border: 1px solid #ccc;
      padding: 0.75rem;
      background: #fff;
      display: flex;
      flex-direction: column;
    }

    .gridcolumn-x13 h4 {
      font-size: 0.8rem;
      font-weight: bold;
      text-transform: uppercase;
      border-left: 3px solid #444;
      padding-left: 0.5rem;
      margin: 0 0 1rem 0;
    }

    .articleitem-x13 {
      border-top: 1px solid #ddd;
      padding-top: 1rem;
      margin-top: 1rem;
    }

    .articleitem-x13:first-of-type {
      border-top: none;
      padding-top: 0;
      margin-top: 0;
    }

    .imgblock-x13 img {
      width: 100%;
      height: auto;
      aspect-ratio: 3/2;
      margin-bottom: 0.75rem;
    }

    .titleblock-x13 {
      font-size: 1rem;
      font-weight: 400;
      font-family: "DM Serif Text", serif;
      margin-bottom: 0.5rem;
    }

    .dateblock-x13 {
      font-style: italic;
      font-size: 0.85rem;
      margin-bottom: 0.25rem;
    }

    .taglist-x13 {
      display: flex;
      flex-wrap: wrap;
      gap: 0.25rem;
    }

    .taglist-x13 span {
      font-size: 0.75rem;
      border: 1px solid #444;
      padding: 0.2rem 0.4rem;
      background: #fff;
    }

    @media (max-width: 600px) {
      .titleblock-x13 {
        font-size: 0.95rem;
      }
      .dateblock-x13 {
        font-size: 0.8rem;
      }
    }




      .weekly-edition-wrap-x17 {
      background-color: var(--bg-dark);
      padding: 3rem 1.5rem;
      background-color: #292C32;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 2rem;
      align-items: center;
    }

    .magazine-grid-x17 {
      display: flex;
      gap: 0.3rem;
      justify-content: center;
      flex-wrap: wrap;
    }

    .magazine-grid-x17 img {
        width: 354px;
    height: 139px;
    display: block;
      /*width: 100px;*/
      /*height: auto;*/
      /*display: block;*/
    }

    .weekly-text-x17 {
      max-width: 500px;
    }

    .weekly-text-x17 h2 {
      font-size: 1.5rem;
      font-weight: 400;
      font-family: "DM Serif Text", serif;
      color: #fff;
      margin-bottom: 1rem;
    }

    .weekly-text-x17 p {
      font-size: 1rem;
      color: #ccc;
      margin-bottom: 1rem;
    }

    .read-btn-x17 {
      border: 1px solid #fff;
      padding: 0.5rem 1rem;
      background: transparent;
      color: #fff;
      cursor: pointer;
      font-size: 0.9rem;
    }

    .footer-top-x17 {
      background-color: var(--bg-footer);
      padding: 2rem 1.5rem;
      display: flex;
      flex-direction: column;
      align-items: center;
        background-color: black;
      gap: 1rem;
    }

    .footer-logo-social-x17 {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      align-items: center;
      justify-content: center;
    }

    .footer-logo-social-x17 img,
    .footer-logo-social-x17 svg {
      height: 28px;
    }

    .footer-nav-x17 {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0.5rem 1rem;
      font-size: 0.7rem;
      color: #ffff;
      margin-top: 1rem;
      border-top: 1px solid #444;
      border-bottom: 1px solid #444;
      padding: 1rem 0;
    }

    .footer-nav-x17 a {
      color: #ffff;
      text-decoration: none;
    }
     .footer-nav-x17 a:hover {
      color: gray;
      text-decoration: none;
    }

    .footer-bottom-x17 {
      background-color: #eaeaea;
      color: #333;
      font-size: 0.8rem;
      text-align: center;
      padding: 1rem 1rem;
    }

    @media (min-width: 768px) {
      .footer-logo-social-x17 {
        flex-direction: row;
      }
    }
    .footer-logo-social-x17 i{
      color: #ffff;
    }
    .footer-logo-social-x17 span{
      color: #ffff;
    }

        .nlr-grid {
      display: grid;
      grid-template-columns: 2.5fr 1fr;
      gap: 1rem;
    }
    .nlr-main {
      border-right: 1px solid #dddd;
      padding-right: 1rem;
      display: flex;
      flex-direction: column;
      gap: 2rem;
    }
    .nlr-headline {
      display: grid;
      grid-template-columns: 2fr 2fr;
      align-items: flex-start;
      gap: 1.5rem;
      border-bottom: 1px solid #ccc;
      padding-bottom: 1rem;
    }
    .nlr-headline img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
    .nlr-headline h2 {
      font-size: 26px;
      font-weight: 700;
      font-family: "DM Serif Text", serif;
      line-height: 1.3;
    }
    .nlr-headline p {
      margin-top: 0.5rem;
      color: #555;
    }
    .nlr-headline time {
      display: block;
      margin-top: 0.5rem;
      font-style: italic;
      font-size: 13px;
      color: #151515;
    }
    .nlr-sub-article {
      display: flex;
      gap: 1rem;
      border-bottom: 1px solid #ccc;
      padding-bottom: 1rem;
    }
    .nlr-sub-article img {
      width: 200px;
      height: auto;
      object-fit: cover;
    }
    .nlr-sub-content h3 {
      font-size: 20px;
      font-weight: 500;
      font-family: "DM Serif Text", serif;
      margin-top: 0;
    }
    .nlr-sub-content p {
      color: #555;
      margin-top: 0.3rem;
      font-size: 0.9rem;
    }
    .nlr-sub-content time {
      display: block;
      margin-top: 0.5rem;
      font-style: italic;
      font-size: 13px;
      color: #151515;
    }
    .nlr-sidebar {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }
    .nlr-sidebar-item {
      display: flex;
      gap: 1rem;
      border-bottom: 1px solid #ccc;
      padding-bottom: 1rem;
    }
    .nlr-sidebar-item img {
      width: 80px;
      height: auto;
      object-fit: cover;
    }
    .nlr-sidebar-item h4 {
      font-size: 16px;
      color: #004a99;
      font-weight: bold;
    }
    .nlr-sidebar-item p {
      color: #555;
      font-size: 14px;
    }
    .nlr-sidebar-item time {
      font-style: italic;
      font-size: 13px;
      color: #666;
    }

    @media(max-width: 768px) {
      .nlr-grid {
        grid-template-columns: 1fr;
      }
      .nlr-headline {
        grid-template-columns: 1fr;
      }
    
      .nlr-sidebar-item {
        flex-direction: column;
        align-items: flex-start;
      }
      main{
        padding: 2rem 10px !important;
      }
   
      .nlr-sub-article img {

    height: auto;
    object-fit: cover;
    aspect-ratio: 3/2;
}
.jn-article-body-xr01 img {
  width: 50% !important;
  height: auto !important;
}

.nlr-main {
  padding-right: 0 !important;
}
.jn-popular-container-xr01{
  padding: 0 !important;
}
    }
    .flooys{
   
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 1rem;
 
    font-family: "DM Serif Text", serif;
  font-weight: 100;
  font-style: normal
  ;
  padding-top: 1rem;

    }


    .jn-popular-container-xr01 {
  padding: 1rem;
  max-width: 100%;
   font-weight: 400;
      font-family: "DM Serif Text", serif;
  box-sizing: border-box;
}

.jn-popular-heading-xr01 {
  font-weight: bold;
  font-size: 1.1rem;
  border: 1px solid #000;
  display: inline-block;
  padding: 0.3rem 0.6rem;
  margin-bottom: 1rem;
}

.jn-popular-article-xr01 {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  border-bottom: 1px solid #dddd;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.jn-article-number-xr01 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  min-width: 1.5rem;
}

.jn-article-body-xr01 {
  flex: 1;
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  justify-content: space-between;
}

.jn-article-title-xr01 {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
      font-family: "DM Serif Text", serif;
  margin: 0;
  flex: 1;
}

.jn-article-body-xr01 img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  flex-shrink: 0;
}

.jn-article-divider-xr01 {
  border-top: 1px solid #ccc;
  margin: -0.5rem 0 0.8rem;
}

/* Responsive */
@media screen and (max-width: 600px) {
  

  .jn-article-body-xr01 img {
    width: 100%;
    height: auto;
  }
}


  main{
  padding: 3rem 1rem;
}


@media only screen and (min-width: 1440px) {
    main{
        padding: 0 2rem !important;
    }
    .exrtrasegmanet{
      padding: 0 6rem !important;
    }
    .exrtrasegmanet2{
      padding: 0 7rem !important;
    }
    .news-label{
      margin: 0  10px 0 7rem !important;
    }
}
@media (max-width: 768px) {
     .nlr-sub-article img {
width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3/2;
}

}




/* Below 768px */
@media (max-width: 767.98px) {

    .nlr-sub-article {
      flex-direction: column;
    }
}




    .asd0-sec{
        width: 100%;
    }
    .asd0-sec img{
        width: 100%;
    }
    .mmkgtg h2,h3{
        font-family: Arial, Helvetica, sans-serif;
        letter-spacing: -0.02rem;
        margin: 1rem 0;
        line-height: 1.3;
    font-size: 1.22rem;
    }
    .article-title{
        border: none;
    }
    @media (max-width: 768px){
        .article-wrapper {
            width: 100% !important;
        }
        .img-ad-right {
            width: 100%;
        }
        .mgyh{
            margin-bottom: 0.6rem;
        }
        .article-title {
            margin-top: 0.5rem;
        }
        .main-detailwanda{
            flex-direction: column;
        }
    }

@media (max-width: 768px) {
  .img-ad-right{
   margin-top: 0rem !important;
}
}


/* detail section */

    .article-wrapper {
  width: 70%;
  margin: 0 auto;
  padding: 20px 20px;
  font-family: 'Georgia', serif;
  line-height: 1.7;
  color: #111;
}
.img-ad-right{
   width: 30%;
   margin-top: 4rem;
}


.main-detailwanda{
    display: flex;
    
}
.srticky img{
  width: 100%;
}
.article-title {
  font-size: 2.7rem;
  line-height: 1.2;
  font-weight: 800;
  font-family: "Playfair Display", serif;
  margin-top: 3rem;
  margin-bottom: 20px;
}
.article-body{
    margin-top: 1rem;
}

.article-body p {
  
  font-size: 1.125rem;
  color: #6a6969;
}

/* Responsive */
@media (max-width: 600px) {
  .article-title {
    font-size: 22px;
    margin-top: 0.6rem;
  }
}
.dubhfrtye{
    max-width: 754px;
    width: 100%;
    margin: 0 auto;
}

/* Responsive */

 

    /* Overlay */

    /* Close Button */
    @media (max-width: 768px) {
    .img-ad-right{
display:none;
}
}
.hdtd{
    font-family: Arial, Helvetica, sans-serif;
}
.kidgh{
  font-size: 1.3rem;
   font-weight: 700;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.3;
      margin-top: 0;

}

.mfarrow {
  background-color: gray;
  padding: 0.5rem;
  position: fixed;   /* <-- fixed makes it stick to screen */
  right: 10px;
  display: none;
  cursor: pointer;
  bottom: 10px;
  width: 50px;
  z-index: 9999;     /* optional: keeps it above other content */
}
.mfarrow:hover{
    background-color: black;
    transition-duration: 0.6s;
}
.mfarrow.show {
  display: block;
  opacity: 1;
}

  .mfarrow img {
  transform: scaleY(-1);
  width: 100%;
}
.dermo:hover{
        background-color: rgb(225, 225, 225);
    border-radius: 50%;
}





  .companies-section-x1 {
    font-family: Georgia, serif;
  }

  .companies-header-x1 h2 {
    font-size: 1.10rem;
    font-family: system-ui;
    font-weight: 600;
    margin-bottom: 0.25rem;
  }

  .companies-header-x1 .arrow-x1 {
    font-weight: bold;
    font-size: 1.25rem;
  }

  .companies-header-x1 hr {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }

  .companies-grid-x1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.7rem;
  }
  .CAL{
    font-size: 0.9rem;
  }

  .company-card-x1 img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    display: block;
  }

  .company-card-x1 p {
    font-size: 1rem;
    margin-top: 0.5rem;
    line-height: 1.3;
    color: #111;
  }

  @media (max-width: 600px) {
    .companies-header-x1 h2 {
      font-size: 1.25rem;
    }

    .company-card-x1 p {
      font-size: 0.95rem;
    }
  }



  .nissan-container-x1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  margin-top: 10px;
}

.nissan-image-wrap-x1 {
  flex: 0 0 auto;
  width: 420px;
  max-width: 100%;
  text-align: center;
}

.nissan-img-x1 {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ccc;
}

.nissan-caption-x1 {
  font-size: 12px;
  color: black;
  margin-top: 5px;
  font-family: system-ui;
  text-align: end;
  font-weight: 500;
  line-height: 1.4;
}

.nissan-text-wrap-x1 {
  flex: 1;
  min-width: 280px;
  max-width: 700px;
}

.nissan-writer-info-x1 {
  font-size: 16px;
  color: #222;
  font-weight: 600;
  display: flex;
 
  margin-bottom: 5px;
}

.nissan-pen-icon-x1 {
  margin-right: 8px;
}

.nissan-time-x1 {
  font-size: 12px;
  color: #888;
  margin-bottom: 15px;
  font-family: system-ui;
  font-style: italic;
}

.nissan-summary-x1 {
  font-size: 16px;
  color: #3A3A3A;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .nissan-container-x1 {
    flex-direction: column;
  }
  .nissan-image-wrap-x1,
  .nissan-text-wrap-x1 {
    width: 100%;
  }
  .nissan-text-wrap-x1 {
    margin-top: 10px;
  }
  .article-wrapper {
    padding: 10px 0;
  }
  .companies-section-x1 {
    padding: 10px 0;
  }
  .society-unique-grid {
      grid-template-columns: 1fr !important;
      
    }
}


 
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 1000;
  display: none;
}

.sidebar-overlay.active {
  display: block;
}

.sidebar {
  position: fixed;
  top: 0;
  left: -500px;
  width: 480px;
  height: 100%;
  background-color: #111;
  overflow-y: auto;
  transition: left 0.3s ease;
  z-index: 1001;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.4);
}

.sidebar.active {
  left: 0;
}

.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-menu li {
  padding: 18px 20px;
  border-bottom: 1px solid #2a2a2a;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  font-size: 13px;
  color: #fff;
  font-family: system-ui;
  transition: background-color 0.2s ease;
}

.sidebar-menu li:hover {
  background-color: #1f1f1f;
}

.home-icon {
  margin-right: 10px;
}

.arrow {
  font-size: 14px;
  opacity: 0.8;
}

.header{
  z-index: 5;
  background-color: #ffff;
}
.sticky-header {
  position: fixed;
  top: -190px;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);

  transition: top 0.4s ease-in-out;
  padding: 10px 20px;
}

.sticky-header.show {
  top: 0;
  z-index: 999;
  padding: 10px 0px 0px 0px;
}
.finalu9 {
  border-bottom: 1px solid black !important;
  margin-bottom: 4px;
 
}

.jn-header {
  font-family: Arial, sans-serif;
  border-bottom: 2px solid #000;
}

.jn-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid black;

  margin-bottom: 3px;
  padding: 25px 2%;
  flex-wrap: wrap;
}
.divider{
  box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.3);
        height: 2px;
        background-color: black;
}

.jn-left-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.jn-hamburger {
  font-size: 24px;
  cursor: pointer;
}

.jn-search-box {
  display: flex;
  align-items: center;
  background-color: #e2e2e2;
  border-radius: 20px;
  padding: 5px 10px;
}

.jn-search-box input {
  border: none;
  background: none;
  outline: none;
  padding-left: 5px;
  font-size: 16px;
  color: #555;
}

.jn-search-icon {
  margin-left: 5px;
  font-size: 18px;
}

.jn-logo {
  text-align: center;
  flex: 1;
}

.jn-logo h1 {
  font-size: 32px;
  font-weight: bold;
}

.jn-logo h1 span {
  font-size: 16px;
  vertical-align: top;
  margin-right: 5px;
}

.jn-logo p {
  font-size: 12px;
  color: #333;
}

.jn-right-icons {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
  justify-content: flex-end;
}

.jn-subscribe-btn {
  background-color: #1f4bb5;
  color: white;
  padding: 8px 15px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 2px;
}
.jn-logo img{
  width: 280px;
}

.jn-nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #ffff;
  gap: 15px;
  padding: 5px;
  font-size: 14px;
 
}

.jn-nav-links a {
  text-decoration: none;
  color: black;
  padding: 5px 10px;
  transition: color 0.3s ease;
}

.jn-nav-links a:hover {
  color: #1f4bb5;
}

@media screen and (max-width: 768px) {
  .jn-header-top {

    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 20px;
  }

  .jn-logo {
    width: 100%;
    text-align: center;
  }

  .jn-left-icons, .jn-right-icons {
    width: 100%;
  }
      .jn-left-icons{
        justify-content: space-around;
      }
     

  .jn-nav-links {
    display: none;
  }
  .jn-lang{
    display: none;
  }
  .jn-search-box{
    display: none;
  }
  .jn-subscribe-btn{
    display: none;
}
.res-on{
  display: block !important;
  font-size: 1.3rem;
}
}
.res-on{
  display: none;
}
.news-marquee-wrapper {
  display: flex;
  align-items: center;
  background-color: #111;
  padding:2px 0;
  overflow: hidden;
  white-space: nowrap;
}

.news-label {
  background-color: #fff;
  color: #000;
  padding: 6px 12px;
  font-family: system-ui;
  border-radius: 6px;
  font-weight: 500;
  font-size: 10px;
  margin: 0 10px;
  white-space: nowrap;
}

.news-marquee {
  flex: 1;
  overflow: hidden;
  position: relative;
  background-color:#333333;

}

.marquee-content {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  animation: scroll-left 25s linear infinite;
}

.marquee-content span {
  color: #fff;
  margin: 0 40px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  font-family: system-ui;

}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Responsive fixes */
@media (max-width: 600px) {
  .news-label {
    font-size: 12px;
    padding: 4px 10px;
  }

  .marquee-content span {
    font-size: 14px;
    margin: 0 20px;
  }
}
.jjuu7766{
  padding: 30px 20px !important;
}

.goo{
  box-shadow: none;
}
/* Overlay Background */
.subscribe-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  transition: all 0.3s ease;
}

/* Show Overlay */
.subscribe-overlay.active {
  display: flex;
  animation: fadeIn 0.3s ease forwards;
}

/* Popup Box */
.subscribe-popup {
  background: #fff;
  padding: 30px 25px;

  max-width: 400px;
  width: 90%;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4);
  position: relative;
  text-align: center;
  transform: scale(0.8);
  animation: popupZoom 0.3s ease forwards;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  color: #888;
  cursor: pointer;
}

/* Form Input & Button */
.subscribe-popup input {
  width: 100%;
  padding: 12px;
  margin: 15px 0;
  font-size: 16px;
  border-radius: 20px 0 20px 0;
  border: 1px solid #ccc;

}

.subscribe-submit {
  width: 100%;
  padding: 12px;
  background: #1f4bb5;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 20px 0 20px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}

.subscribe-submit:hover {
  background: #123585;
}

/* Animations */
@keyframes popupZoom {
  to {
    transform: scale(1);
  }
}

@keyframes fadeIn {
  from {
    background: rgba(0,0,0,0);
  }
  to {
    background: rgba(0,0,0,0.6);
  }
}

/* Responsive */
@media (max-width: 480px) {
  .subscribe-popup {
    padding: 20px;
  }
}
.sub-logo{
  width: 150px;
}
.sub-logo img{
  width: 100%;
}



.popup-overlay-x01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: all 0.3s ease;
}

.popup-overlay-x01.active-x01 {
  display: flex;
}

.popup-box-x01 {
  background: #111;
  padding: 2rem;
  border-radius: 8px;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  position: relative;
}

.popup-close-x01 {
  position: absolute;
  top: 0.5rem;
  right: 0.8rem;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

.popup-searchbar-x01 {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.popup-searchbar-x01 input {
  flex: 1;
  padding: 10px;
  border: none;
  outline: none;
  font-size: 1rem;
}

.popup-searchbar-x01 .popup-btn-x01 {
  background: #fff;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  color: #333;
  font-size: 1rem;
}

@media screen and (max-width: 600px) {
  .popup-box-x01 {
    width: 95%;
    padding: 2.5rem;
  }

  .popup-searchbar-x01 input {
    font-size: 0.95rem;
  }
}

.sociodetailtop{
  display: flex;
  justify-content: end;
  gap: 0.5rem;
  
}
.sociodetailtop i{
 
  padding: 5px 10px;
  color: #ffff;
}
.a{
  background-color: #FF4500;
}
.b{
  background-color: #1877f2;
}
.c{
  background-color: black;
}
.hotsectionnews{
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
  
}
.tocu{
padding-left: 1.5rem;
}

.deilamo{
      font-family: "DM Serif Text", serif;
font-size: 2.5rem;
line-height: 1.5;
}
.rruyi{
  margin-left: 1.5rem;
  padding: 10px 15px;
}
.sidebar-menu a{
    color: #ffff !important;
}
.dejku10{
        font-size: 0.9rem;
    margin-top: 1.1rem;
    font-weight: 600;
}