
@font-face {
 font-family: 'Roboto' ,sans-serif;
  src: url('../fonts/TestMetric-Black-BF663c3a8257700.otf') format('otf');
  font-weight: 400;
  font-style: normal;
}




body {
  margin: 0;
  font-family: 'Roboto' ,sans-serif;
  background-color: #fff4eb;
  color: #000;
  overflow-x:hidden;
}

/* Modal styles */
    #popup-modal {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .popup-content {
      background-color: #1e222a;
      color: #ffffff;
      max-width: 500px;
      width: 90%;
      padding: 30px;
      position: relative;
      font-family: "IBM Plex Serif", serif;
    }

    .popup-para {
      font-size: 28px;
      margin: 0 0 15px;
      text-transform: capitalize;
      line-height: 1.4;
    }

    .popup-content .highlight-bar {
      height: 6px;
      width: 40px;
      background-color: #99cc33;
      margin: 10px 0 20px;
    }

    .popup-content p {
      font-size: 16px;
      margin-bottom: 20px;
    }

    .popup-content button {
      padding: 10px 20px;
      font-size: 16px;
      background-color: #ffffff;
      color: #000;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-weight: bold;
    }

    .popup-close {
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 20px;
      color: #fff;
      cursor: pointer;
    }

.adv{
      width: 100%;
      height: 90%;
      padding: 15px
    }
/* Market Bar */
.market-bar {
  background-color: #1d1d1f;
  color: white;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 8px 136px;
  overflow-x: auto;
  font-size: 11px;
  font-weight: 700;
}

.market-item span {
  margin-left: 4px;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
  color: #ff767c;
  border: 1px solid #ff767c;
}
.market-items span {
  margin-left: 4px;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
  color: #96cc28;
  border: 1px solid #96cc28;
}

.up {
  border: 1px solid #96cc28;
  color: black;
}

.down {
  color: white;
}

.market-link {
  margin-left: auto;
  color: white;
  text-decoration: none;
  font-weight: 600;
}

/* Banner */
.top-banner {
  background: linear-gradient(90deg, #8e2de2, #4a00e0);
  color: white;
  text-align: left;
  padding: 14px 20px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 20px;
}

.ft-live {
  font-weight: bold;
  background-color: #fbe7d1;
  color: #000;
  padding: 4px 10px;
}

/* Header */
.header {
  position: sticky;
  top: 0; /* Required to make it stick */
  z-index: 1000; /* Makes sure it stays above other content */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1px 80px;
  background-color: #fbe7d1;
  border-bottom: 1px solid #e1e1e1;
}


.header-left, .header-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.menu-icon {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
  .search-icon {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.search-overlay {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  background-color: #fff4eb;
  padding: 40px 60px;
  font-family: 'Roboto', sans-serif;
  z-index: 1000;
  height:100vh;
  border-top: 1px solid #ccc;
}

.hidden {
  display: none;
}

.search-container {
  max-width: 700px;
  margin: auto;
}

.search-input {
  width: 100%;
  padding: 14px 20px;
  font-size: 1.1rem;
  border: 3px solid #5a5a5a;
  border-radius: 10px;
  outline: none;
  font-family: 'Roboto', sans-serif;
}

.search-btn {
  background-color: #006870;
  color: white;
  font-weight: bold;
  border: none;
  padding: 10px 24px;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 20px;
}

.search-btn i {
  margin-right: 8px;
}

.search-close {
  font-size: 1rem;
  text-decoration: underline;
  color: #000;
}

.popular {
  margin-top: 30px;
}

.popular p {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.popular-list {
  list-style: none;
  padding-left: 0;
}

.popular-list li {
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.popular-list li.active {
   color: rgb(2, 2, 2);
 }


.logo {
  width: 386px;
  height: 38px;
  margin: 0;
  text-align: center;
  flex: 1;
}

.subscribe {
  background-color: #1d1d1f;
  color: white;
  padding: 7px 12px;
  font-size: 11px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0px;
  font-family: 'Roboto' ,sans-serif;
}

.signin {
  text-decoration: none;
  color: #2e2d2d;
  font-weight: 600;
  display: flex;
  align-items: center;
}

/* Navigation */
.nav-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 7px 90px;
  background-color: #fff1e0;
  border-bottom: 1px solid #ccc;
  font-size: 0.8rem;
   position: sticky;
  top: 73px; /* Required to make it stick */
  z-index: 999; /* Makes sure it stays above other content */
  
}

.nav-bar a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  padding-bottom: 4px;
  font-family: 'Roboto' ,sans-serif;
}

.nav-bar a.active {
  color: #0077b6;
  border-bottom: 2px solid #0077b6;
}

/* section starting */
.news-grid {
  display: grid;
  grid-template-columns: 2fr 3fr 1.2fr;
  gap: 30px;
  padding: 40px 90px;
  align-items: start;
}

/* Left section */
.news-category {
  color: #a80043;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.news-title {
  font-family: 'Libre Baskerville', serif;
  font-size: 2rem;
  line-height: 1.3;
  margin: 10px 0;
  letter-spacing:-1px;
}

.news-summary {
  color: #555;
  font-size: 1rem;
  margin-top: 10px;
}
.sum-a{
     color: #555;
     text-decoration: none;

}
.sum-aa{
    color: black;
    text-decoration: none;
}
.sum-aa:hover{
   color: #555;
}


.news-time {
  font-size: 0.6rem;
  color: #555;
  display: inline-block;
}

/* Center section */
.news-image img {
  width: 100%;
  height: auto;

}

.news-caption {
  background-color: #fbe7d1;
  padding: 20px;
  font-family: 'Libre Baskerville', serif;
  font-size: 1.2rem;
  margin-top: 0;
}

.caption-category {
  color: #a80043;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.9px;
  font-family: 'Roboto' ,sans-serif;
}
.stron-cl{
    font-size: 28px;
    letter-spacing:-1px;
}

/* Right sidebar */
.editors-picks {
  border-left: 1px solid #ddd;
  padding-left: 20px;
}

.editors-picks h3 {
  color: #a80043;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 20px;
}

.pick {
  margin-bottom: 25px;
}

.pick img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.quotes-span {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.1rem;
  margin: 0 0 5px;
  color: blue;
  letter-spacing:-1px;
}

.author {
  font-size: 0.9rem;
  font-weight: 500;
  color: #222;
}
.author-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  
}

.author-photo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  
}

.author-name {
  font-size: 0.9rem;
  font-weight: 500;
  color: #222;
}
.text-only {
  font-size: 1.1rem;
  font-family: 'Libre Baskerville', serif;
  line-height: 1.4;
  letter-spacing:-1px;
}
hr{
    color: gainsboro;
}
.au-a{
    color: #000;
    text-decoration: none;
}
.au-a:hover{
 color: rgb(94, 94, 94);
}

.top-stories {
  padding: 2rem 90px;
  max-width: 1300px;
  margin: auto;
}

.section-heading {
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
  padding-top: 1.5rem; /* space for dotted borders */
}

.section-heading::before,
.section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 2px dotted #767575;
}

.section-heading::before {
  top: 0;
}

.section-heading::after {
  top: 6px;
}

.section-heading span::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  border-top: 2px dotted #000000;
}
.section-heading h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}

/* Grid */
.stories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  gap: 1.5rem;
}

/* Story Card */
.story-card {
  background: #fdf3eb;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #f0ddd2;
  border-right: 1px solid #f0ddd2;
  padding: 10px;
}

.story-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.category {
  font-family: 'Roboto', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #a4286a;
 
}

.story-card h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing:-1px;
}

.subhead {
  font-size: 0.95rem;
  font-family: 'Libre Baskerville', serif;
  color: #040404;
  border-top: 1px solid #d9c6bc;
  padding-top: 0.5rem;
}
.spotlight-section {
  padding: 10px 90px;
}

.section-heading {
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
  padding-top: 1.5rem;
  font-family: 'Libre Baskerville', serif;
  font-size: 1.5rem;
  letter-spacing: 2px;
}

.section-heading::before,
.section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 1px dotted #a9a9a9;
}

.section-heading::before {
  top: 0;
}

.section-heading::after {
  top: 6px;
}
.filed-files-news-sec::before,
.filed-files-news-sec::after{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 1px dotted #a9a9a9;
}
.h3-se{
  margin-top: -2px;
   font-family: 'Roboto' ,sans-serif;
   font-size: 20px;
}

.section-heading h2::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  border-top: 1px dotted #a9a9a9;
}

.spotlight-content {
  display: grid;
  grid-template-columns: 2fr 3fr 1.5fr;
  gap: 2rem;
  align-items: start;
}

.main-article .category {
  font-weight: bold;
  color: #a41641;
  margin-bottom: 0.5rem;
}

.headline {
  font-family: 'Libre Baskerville', serif;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0.5rem 0 1rem;
}

.subtext {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}
.subtext-lan{
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  text-align: center;
}

.main-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.side-article {
  border-left: 1px solid #e0dcdc;
  padding-left: 1rem;
}

.side-img {
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}

.side-article .category {
  font-weight: bold;
  color: #a41641;
  margin: 0.5rem 0;
}

.quote {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0.5rem 0 1rem;
}

.author-info {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

.author-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 0.5rem;
}

.author-name {
  font-weight: 500;
}

.filed-files-news-sec {
      max-width: 1200px;
      margin: 2rem auto;
      padding: 0 1rem;
    }

    .filed-files-news-sec-header {
      text-align: center;
      letter-spacing: 0.1em;
      font-weight: bold;
      font-size: 1.2rem;
      color: #1a1a1a;
      margin-bottom: 2rem;
      position: relative;
    }

    .filed-files-news-sec-header::before {
      content: '';
      position: absolute;
      top: -1.5rem;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background-image: radial-gradient(#1a1a1a 1px, transparent 1px);
      background-size: 8px 4px;
      background-repeat: repeat-x;
    }

    .filed-files-news-sec-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.5rem;
    }

    .filed-files-news-sec-card {
      background-color: #fff;
     
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      
    }

    .filed-files-news-sec-card img {
      width: 100%;
      height: auto;
      display: block;
    }

    .filed-files-news-sec-card-content {
      padding: 1rem;
      display: flex;
      flex-direction: column;
      height: 88%;
      background-color: #ffeeef;
      border-left: 1px solid rgb(237, 236, 236);
      
    }

    .filed-files-news-sec-category {
      color: #8c1c44;
      font-weight: bold;
      font-size: 0.9rem;
      margin-bottom: 0.5rem;
      letter-spacing: 0.5px;
      
    }

    .filed-files-news-sec-title {
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 1.4;
      margin-bottom: 1rem;
      font-family: "IBM Plex Serif", serif;
      letter-spacing:-1px;
    }

    .filed-files-news-sec-time {
      font-size: 0.85rem;
      color: #555;
    }

    .filed-files-news-sec-time .new {
      color: #c40000;
      font-weight: bold;
      margin-right: 5px;
    }

    .filed-files-news-sec-sidebar {
      padding-top: 0.5rem;
    }

    .filed-files-news-sec-sidebar-title {
      font-size: 1rem;
      font-weight: bold;
      margin-bottom: 1rem;
      
    }

    .filed-files-news-sec-most-read {
      list-style: none;
      padding: 10px;
      margin: 0;
      counter-reset: item;
      border-left: 1px solid gainsboro;
    }

    .filed-files-news-sec-most-read li {
      counter-increment: item;
      margin-bottom: 1rem;
      font-size: 17px;
      padding-bottom: 0.5rem;
      border-bottom: 1px solid #e0d6d0;
      font-family: 'Libre Baskerville', serif;
      letter-spacing:-1px;
    }

    .filed-files-news-sec-most-read li::before {
      content: counter(item);
      font-weight: bold;
      margin-right: 0.75rem;
      font-size: 1.9rem;
      color: #888;
    }

    .filed-files-news-sec-most-read li .quote {
      color: #2318d1;
      margin-right: 0.25rem;
      font-size: 2rem;
    }
   .col-files-grid-sec {
      padding: 10px 90px;
       font-family: 'Libre Baskerville', serif;
      
    }
    .col-files-grid-sec- {
      padding: 0px 90px;
       font-family: 'Libre Baskerville', serif;
      
    }

    .col-files-grid-sec-header {
      text-align: center;
      letter-spacing: 0.1em;
      font-weight: bold;
      font-size: 1.2rem;
      color: #1a1a1a;
      margin-bottom: 2rem;
      position: relative;
    }

    .col-files-grid-sec::before,
    .col-files-grid-sec::after {
    content: "";
    position: absolute;
    left: 81px;
    width: 88%;
    border-top: 1px dotted #a9a9a9;
    }
     .col-files-grid-sec-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.5rem;
    }

    .col-files-grid-sec-card {
      background-color: #fff;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      
    }

    .col-files-grid-sec-card img {
      width: 100%;
      height: auto;
      display: block;
    }

    .col-files-grid-sec-card-content {
      padding: 1rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
      background-color: #ffeeef;;
    }

    .col-files-grid-sec-category {
      color: #8c1c44;
      font-weight: bold;
      font-size: 0.9rem;
      margin-bottom: 0.5rem;
    }

    .col-files-grid-sec-title {
      font-size: 1rem;
      font-weight:600;
      line-height: 1.4;
      margin-bottom: 1rem;
       font-family: 'Libre Baskerville', serif;
       letter-spacing:-1px;
    }

    .col-files-grid-sec-title strong {
      font-weight: bold;
    }

    .col-files-grid-sec-subtitle {
      font-size: 1rem;
      color: #121212;
      padding-top: 0.75rem;
      border-top: 1px solid #ddd;
    }
       
    .dotted-lines {
      margin: 30px;
    }

    .dotted-line {
      border-bottom: 1px dotted #333;
      margin: 3px 50px;
      
    }
     .opinion-section {
      text-align: center;
      font-weight: bold;
      letter-spacing: 2px;
      font-size: 14px;
    }
    .container {
      padding: 10px 90px;
      display: flex;
      
    }

    .column {
      padding: 40px;
      flex-direction: column;
      justify-content: center;
    }

    .left {
     background-color: #f4e1d4;
    }
    .right{
      margin-left: 20px;
      border-left: 1px solid gainsboro;
    }

    .middle {
      width: 68%;
      padding: 0;
      
    }

    .middle img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .quote {
      font-size: 36px;
      color: #004080;
      margin-bottom: 10px;
    }

    .title {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 10px;
      font-family: 'Libre Baskerville', serif;
    }

    .subtitle {
      font-size: 21px;
      font-weight: normal;
      margin-bottom: 20px;
      font-family: 'Libre Baskerville', serif;
      letter-spacing:-1px;
    }

    .description {
      font-size: 16px;
      color: #666;
      line-height: 1.4;
      text-align: center;
    }

    .author {
      display: flex;
      align-items: center;
      margin-top: 20px;
      font-size: 16px;
    }

    .author img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 10px;
    }

    .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0px 90px;
  font-family: 'Libre Baskerville', serif;
}

.item {
  border-bottom: 1px solid #e5d6ca;
  min-height: 160px;
  border-left: 1px solid gainsboro;
}

.quote {
  color: #1d4ed8;
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1;
  padding: 6px;
}

.text {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 12px;
  padding: 6px;
  letter-spacing:-1px;
}

.author {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 15px;
  padding: 6px;
}

.author img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
}

/* Sidebar column on the right */
.sidebar {
  grid-row: span 2;
  background-color: #fff4eb;
  padding-left: 20px;
  border-left: 1px solid #e5d6ca;
}

.sidebar-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar li {
  padding: 8px 0;
  border-bottom: 1px solid #e5d6ca;
  font-size: 15px;
}

.asia-pacific-news-wrapper {
  padding: 10px 90px;
  background-color: #fef8f4;
  border-bottom: 1px solid #e5d6ca;
  font-family: "IBM Plex Serif", serif;
}

.asia-pacific-news-title {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
   font-family: 'Roboto' ,sans-serif;
}

.asia-pacific-news-top {
  display: grid;
  grid-template-columns: 1.5fr 2fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

.asia-pacific-news-lead .asia-pacific-news-headline {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4;
   font-family: "IBM Plex Serif", serif;
   letter-spacing:-1px;

}

.asia-pacific-news-summary {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.5;
  font-family: 'Roboto' ,sans-serif;
}

.asia-pacific-news-image img {
  width: 100%;
  height: auto;
  display: block;
}

.asia-pacific-news-sidebar {
  padding-left: 20px;
  border-left: 1px solid #e5d6ca;
}

.asia-pacific-news-sidebar-title {
  font-weight: bold;
  font-size: 16px;
   font-family: 'Roboto' ,sans-serif;
  margin-bottom: 15px;
}

.asia-pacific-news-sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
   font-family: 'Roboto' ,sans-serif;
}

.asia-pacific-news-sidebar-list li {
  font-size: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #e5d6ca;
}

.asia-pacific-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 0.23fr);
  gap: 25px 40px;
  margin-top: -84px;
}
.asia-pacific-news-grid-third {
  display: grid;
  grid-template-columns: repeat(3, 0.23fr);
  gap: 25px 40px;
  /* margin-top: -130px; */
}
.timestamps {
  color: #c00; /* Red */
  font-family: 'Roboto' ,sans-serif;
  font-size: 12px;
}

.asia-pacific-news-card {
  font-size: 16px;
   height: 65px;
  line-height: 1.4;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5d6ca;
  letter-spacing:-1px;
}

.asia-pacific-news-newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

.asia-pacific-news-newsletter-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.asia-pacific-news-newsletter-link {
  font-size: 15px;
  color: #0d7680;
  text-decoration: underline;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 15px;
}

.asia-pacific-news-newsletter-img {
  width: 80px;
  height: 80px;
  display: block;
  object-fit: cover;
  margin-top: 10px;
}
.asia-pacific-news-image{
      width: 110% !important;
    margin-left: -18px;
    margin-top: 0;
}



.author-quote-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.auth-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.auth-quote {
  font-size: 16px;
  color: #333;
 
  font-family: 'Roboto' ,sans-serif;
}
.asia-pacific-news-card-la{
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 8px;
  font-family: Georgia, serif;
  max-width: 600px;
  margin: 0 auto;
}
.author-quote-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.auth-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.auth-quote {
  font-size: 16px;
  color: #333;

}
.podcast-news-sec-wrapper {
  background-color: #fef1e9;
  padding: 10px 90px;
  font-family: "IBM Plex Serif", serif;
}

.podcast-news-sec-title {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.podcast-news-sec-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.podcast-news-sec-card {
  display: flex;
  align-items: flex-start;
  width: 22%;
  min-width: 240px;
}

.podcast-news-sec-thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
  flex-shrink: 0;
  margin-right: 15px;
}

.podcast-news-sec-details {
  flex: 1;
}

.podcast-news-sec-headline {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 6px;
}

.podcast-news-sec-duration {
  font-size: 14px;
  color: #6b7280;
}

.life-arts-news-more-container {
 padding: 10px 90px;
  color: #000;
}

.life-arts-news-more-nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.life-arts-news-more-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-content: center;
  align-items: start;
}

.life-arts-news-more-item {
  background-color: transparent;
}

.life-arts-news-more-item.large {
  grid-column: span 1;
}

.life-arts-news-more-item img {
  width: 100%;
  height: auto;
  display: block;
  border: none;
}

.life-arts-news-more-caption {
  margin-top: 10px;
}

.life-arts-news-more-category {
  color: #a62639;
  font-weight: bold;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  text-align: center;
}

.life-arts-news-more-caption p {
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

.three-side-row-sec {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background-color: #fff4eb;
  padding: 20px 90px;

  
}

.three-side-row-sec .card {
  flex: 1;
  max-width: 32%;
  text-align: center;
  background-color: transparent;
}

.three-side-row-sec img {
  width: 100%;
  height: auto;
 
}

.three-side-row-sec .category {
  font-weight: bold;
  font-size: 1rem;
  color: #a00040;
  margin: 15px 0 10px;
}

.three-side-row-sec .headline {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  letter-spacing:-1px;
}

.three-side-video-sec {
  background-color: #1c1e23;
  padding: 20px 90px;
  color: white;
  
}

.three-side-video-sec .section-title {
  text-align:center;
  color: white;
  letter-spacing: 1px;
  font-size: 18px;
  margin-bottom: 30px;

}

.three-side-video-sec .video-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.three-side-video-sec .video-card {
  flex: 1;
  max-width: 24%;
}

.three-side-video-sec img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
  
}

.three-side-video-sec .meta {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 8px;
  font-family: 'Roboto' ,sans-serif;
}

.three-side-video-sec .meta .source {
  font-weight: bold;
  margin-right: 10px;
  font-family: 'Roboto' ,sans-serif;
  color: #ffffff;
}

.three-side-video-sec .title {
  font-size: 18px;
  color: white;
  line-height: 1.4;
  letter-spacing:-1px;
}


.expo-side-news-sec {
  background-color: #fdf0e7;
  font-family: "IBM Plex Serif", serif;
  color: #1c1c1c;
  padding: 10px 40px;

}

.expo-title {
   font-family: 'Roboto' ,sans-serif;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 30px;
}

.expo-top-row
 {
  display: flex;

  flex-wrap: nowrap;
}

.expo-bottom-row{
   display: flex;
margin-top: 40px;
  flex-wrap: nowrap;
}


.upcoming-card,
.event-card,
.info-card {
  background-color: #fff;
  padding: 20px;
  flex: 1;
  border-radius: 4px;
  min-width: 297px;
}

.upcoming-card {
  max-width: 18%;
  background-color: #fdf0e7;
  border-right: 2px solid #e9d9c8;
}

.upcoming-card h3,
.info-card h3,
.highlight h4 {
  font-weight: bold;
  margin-bottom: 10px;
   font-family: 'Roboto' ,sans-serif;
}

.upcoming-card a {
  color: #006c70;
  font-weight: 500;
  text-decoration: underline;
}

.event-card .event-label {
  font-size: 12px;
  color: #444;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.event-card .event-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.event-card .event-desc {
  font-size: 19px;
  margin-bottom: 12px;
  letter-spacing:-1px;
}

.event-card .event-footer {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 5px;
}

.event-date {
  color: #c00;
  font-weight: 500;
  font-size: 12px;
}

.event-location {
  font-size: 13px;
  color: #555;
  border-left: 1px solid #ccc;
  padding-left: 8px;
}

.info-card {
  flex: 1;
  background-color: #fdf0e7;
  padding: 20px;
  min-width: 250px;
}

.highlight {
  border-top: 5px solid #127074;
  background-color: #fff;
}
.bu-pa{
     font-family: 'Libre Baskerville', serif;
     font-size:16px;
     letter-spacing:-1px;
}


/* footer */
.footer-side-news-sec {
  background-color: #1c1e23;
  color: #ccc;
  padding: 30px 90px;
  font-family: 'Roboto' ,sans-serif;
  font-size: 14px;
  gap: 0px 25px;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.footer-col {
  flex: 1;
  min-width: 200px;
}

.footer-heading {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 18px 0px;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col a {
  text-decoration: none;
  color: #ccc;
}

.footer-col a:hover {
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 15px;
  font-size: 12px;
  color: #999;
}

.footer-bottom a {
  color: #ccc;
  text-decoration: underline;
}


/* detail sec */
.detail-side-news-sec {
  background-color: #f4e6d9;
  padding: 30px 90px;
   font-family: 'Libre Baskerville', serif;
   
}

.detail-side-news-sec-tags {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-family: 'Roboto' ,sans-serif;
  font-size: 14px;
}

.detail-side-news-sec-tags .tag {
  font-weight: bold;
  color: #333;
}

.detail-side-news-sec-tags .highlight {
  color: #b0063c;
}

.detail-side-news-sec-tags .add-btn {
  border: 1px solid #b0063c;
  background: none;
  color: #070002;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.detail-side-news-sec-title {
  font-size: 39px;
  font-weight: 500;
  color: #b0063c;
  line-height: 1.2;
  margin: 0 0 16px 0;
  width: 100%;
  letter-spacing:-2px;
}

.detail-side-news-sec-subtitle {
  font-size: 18px;
  color: #333;
  font-family: 'Roboto' ,sans-serif;
  max-width: 800px;
  line-height: 1.6;
}
.detail-next-news-sec-topics {
  padding: 20px;
  background-color: #fff;
  border-left: 1px solid #ddd;
}

.detail-next-news-sec-topics .section-title {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #c62828;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #1a1a1a;
  font-family: 'Roboto' ,sans-serif;
}

.related-article {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.related-article:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  background-color: #fafafa;
}

.article-image img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

.article-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.article-content .category {
  font-size: 12px;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.article-content .title {
  font-size: 15px;
  color: #222;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
   font-family: "IBM Plex Serif", serif;
}

.article-content .title:hover {
  color: #c62828;
}


/* next */
/* Container */
.detail-next-news-sec {
  display: grid;
  grid-template-columns: 60px 1.8fr 308px; /* Left, Center, Right */
  gap: 30px;
  padding: 20px 80px;
  margin-top: 40px;
  font-family: Arial, sans-serif;
  align-items: flex-start;
}

/* Left: Social Icons */
.detail-next-news-sec-sidebar {
  position: sticky;
  top: 117px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.detail-next-news-sec-socials {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
  border: 1px solid gray;
   width: 42px;
  
}

.detail-next-news-sec-socials li {
  margin: 12px 0;
  text-align: center;
}

/* Center: Content with Image + Topics */
.detail-next-news-sec-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.detail-next-news-sec-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  }
/* Right: Add Buttons */
.detail-next-news-sec-buttons {
  display: flex;
  max-width: 320px;
}
.detail-next-news-sec-topics{
  margin-top: 0px;
}

.detail-next-news-sec-topics-heading {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 16px;
  border-bottom: 3px solid #000;
  display: inline-block;
  padding-bottom: 4px;
}

.detail-next-news-sec-topics ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.detail-next-news-sec-topics li {
  display: flex;
  
  align-items: center;
  
  gap: 10px;
  font-size: 14px;
}

.detail-next-news-sec-topics li span {
  flex: 1; /* Take up available space */
  text-align: left;
}

.detail-next-news-sec-topics button {
  background: none;
  border: 1px solid #b0063c;
  border-radius: 25px;
  padding: 6px 14px;
  color: #b0063c;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 7px;
}


/* unlock sec
 */
.detail-unlock-news-sec {
 
 
  padding: 10px;
  color: #000;
}

.detail-unlock-news-sec-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}

.detail-unlock-news-sec-date {
  font-size: 15px;
  color: #333;
}

.detail-unlock-news-sec-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
}

.detail-unlock-news-sec-icons strong {
  margin-left: 4px;
}

.detail-unlock-news-sec-signup {
  margin-top: 20px;
}

.detail-unlock-news-sec-signup h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.detail-unlock-news-sec-signup p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #333;
}

.detail-unlock-news-sec-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.detail-unlock-news-sec-form input {
  flex: 1;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 2px;
  min-width: 240px;
}

.detail-unlock-news-sec-form button {
  background-color: #007079;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 20px 0;
}
.para-detail{
  font-family: 'Libre Baskerville', serif;
  line-height: 2;
}

.detail-grid-row-sec-container {
  display: flex;
  background-color: #fef1e7;
  font-family: 'Libre Baskerville', serif;
  padding: 10px ;
  gap: 40px;
  line-height: 1.6;
}

.detail-grid-row-sec-left {
  width: 35%;
}

.detail-grid-row-sec-right {
  width: 65%;
}

.detail-grid-row-sec-recommended {
  font-weight: bold;
  margin-bottom: 10px;
  font-family: 'Roboto' ,sans-serif;

}

.detail-grid-row-sec-image {
  width: 100%;
  object-fit: cover;
  margin-bottom: 10px;
}

.detail-grid-row-sec-news-type {
  color: #880e4f;
  font-size: 0.9rem;
  margin: 8px 0;
}

.detail-grid-row-sec-news-type span {
  color: #c2185b;
}

.detail-grid-row-sec-title {
  font-size: 12px;
  font-weight: normal;
  margin-top: 0;
}

.detail-grid-row-sec-paragraph {
  margin-bottom: 20px;
  color: #2d2d2d;
  font-size: 15px;
}

.detail-grid-row-sec-link {
  color: #198eaa;
  text-decoration: underline;
}

.detail-grids-rows-sec-re-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fef1e7;
  padding: 20px 0;
  border-top: 1px solid #d6cfc7;
  border-bottom: 1px solid #d6cfc7;
  font-family: Georgia, serif;
  font-size: 0.95rem;
  color: #2d2d2d;
  gap: 10px;
}

.detail-grids-rows-sec-re-left {
  display: flex;
  gap: 10px;
}

.detail-grids-rows-sec-re-link {
  color: #198eaa;
  text-decoration: underline;
}

.detail-grids-rows-sec-re-right {
  display: flex;
  gap: 10px;
}

.detail-grids-rows-sec-re-button {
  padding: 8px 12px;
  background-color: transparent;
  border: 1px solid #2d2d2d;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  border-radius: 4px;
  font-family: 'Roboto' ,sans-serif;
}
.detail-comments-section-wrapper {
  font-family: 'Roboto' ,sans-serif;
  background-color: #fef1e7;
  padding: 20px 92px;
}

.detail-comments-section-title {
  font-size: 13px;
  border-bottom: 3px solid #000;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-family: 'Roboto' ,sans-serif;

}

.detail-comments-section-subscription-warning {
  background-color: #f3dfcd;
  padding: 20px;
  margin-bottom: 20px;
}

.detail-comments-section-subscription-warning a {
  color: #198eaa;
  text-decoration: underline;
}

.detail-comments-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.detail-comments-section-tab {
  font-weight: bold;
  color: #006666;
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 3px solid #006666;
  padding-bottom: 3px;
}

.detail-comments-section-tab-count {
  background-color: #006666;
  color: white;
  font-size: 0.75rem;
  padding: 1px 5px;
  border-radius: 3px;
}

.detail-comments-section-sort label {
  margin-right: 5px;
  color: #333;
}

.detail-comments-section-select {
  padding: 5px;
  font-size: 1rem;
  border: 1px solid #333;
}

.detail-comments-section-new-comment {
  width: 100%;
  border: 1px solid #006666;
  background: transparent;
  padding: 10px;
  color: #006666;
  font-weight: bold;
  font-size: 15px;
  margin: 20px 0;
  cursor: pointer;
}

.detail-comments-section-empty-box {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 30px;
  background-color: #fef1e7;
  font-size: 1rem;
  color: #3a3a3a;
}

.detail-comments-section-footer-links {
  display: flex;
  gap: 20px;
  font-size: 0.9rem;
  font-weight: bold;
}

.detail-comments-section-footer-links a {
  color: #006666;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 5px;
}

.detail-baraca-news-grid-topics{
  padding: 20px;
  background: #fff;
  border-right: 1px solid #ddd;
  transition: box-shadow 0.3s ease;
}

.detail-baraca-news-grid-topics:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.detail-baraca-news-grid-topics .news-header {
  margin-bottom: 20px;
}

.detail-baraca-news-grid-topics .headline {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.4;
}

.detail-baraca-news-grid-topics .meta {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}

.detail-baraca-news-grid-topics .news-actions {
  margin-top: 10px;
}

.detail-baraca-news-grid-topics .news-actions button{
  font-size: 13px;
  margin-right: 8px;
  padding: 5px 10px;
  background: #f2f2f2;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.detail-baraca-news-grid-topics .news-actions button:hover {
  background: #ddd;
}

.detail-baraca-news-grid-topics .summary-box {
  margin: 15px 0;
  padding: 12px;
  background: #f9f9f9;
  border-left: 4px solid #c62828;
  font-size: 15px;
  color: #333;
}

.detail-baraca-news-grid-topics .image-text-section {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.image-box {
  flex: 1 1 300px;
  max-width: 300px;
}

.image-box img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.image-box .caption {
  font-size: 12px;
  color: #555;
  margin-top: 6px;
  text-align: center;
}

.article-text {
  flex: 2 1 400px;
  font-size: 15px;
  color: #222;
  line-height: 1.6;
}

.article-text a {
  color: #1976d2;
  text-decoration: none;
  border-bottom: 1px dotted #1976d2;
}

.article-text a:hover {
  color: #c62828;
  border-bottom: 1px solid #c62828;
}



/* category */
.categ-main-section-container {
  background-color: #fef1e7;
  font-family: 'Libre Baskerville', serif;
  padding: 20px 90px;
}

.categ-main-section-header {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}

.categ-main-section-title {
  font-size: 2rem;
  color: #1a1a1a;
}

.categ-main-section-btn {
  padding: 6px 12px;
  border-radius: 20px;
  background-color: transparent;
  border: 1px solid #d6d6d6;
  font-weight: bold;
  font-size: 0.9rem;
  cursor: pointer;
}

/* Main 2-column layout */
.categ-main-section-main-grid {
  display: grid;
  grid-template-columns: 3fr 1fr; /* Left wider than right */
  gap: 30px;
}

/* === Main Article Section === */
.categ-main-section-main-content {
  background-color: #f3dfcd;
  padding: 20px;
  height: 5%;
}

.categ-main-section-article-flex {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.categ-main-section-image {
  flex: 1;
  max-width: 45%;
}

.categ-main-section-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  
}

.categ-main-section-article {
  flex: 1;
}

.categ-main-section-category {
  color: #7a0026;
  font-weight: bold;
  margin-bottom: 10px;
}

.categ-main-section-headline {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: -1px;
}

.categ-main-section-subtext {
  color: #5a5a5a;
  font-size: 11px;
  line-height: 1.7;
}

/* === Recommended Section === */
.categ-main-section-right {
  margin-top: 5px;
}

.categ-main-section-recommended-label {
  font-size: 1.2rem;
  border-bottom: 4px solid #000;
  margin-bottom: 15px;
  font-family: 'Roboto', sans-serif;
}

.categ-main-section-rec-block {
  text-align: center;
}

.categ-main-section-rec-img {
  width: 67%;
  object-fit: cover;
  height: 50%;
  margin-bottom: 5px;
}

.categ-main-section-rec-tag {
  color: #a8003a;
  font-weight: bold;
  font-size: 0.9rem;
}

.categ-main-section-rec-title {
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0 20px;
  letter-spacing: 0px;
  padding-left:33px;
}
.categ-opinion-news-section-container {
  margin-top: 40px;
  padding: 20px 0px;
  background-color: #fef1e7;
}

.categ-opinion-news-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-left: -19px;
 
}

.categ-opinion-news-section-box {
  background-color: #fbe9dd;
  border: 1px solid #e0cfc0;
   border-top: 8px solid black;
  padding: 20px;
 
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.categ-opinion-news-section-tag {
  color: #a8003a;
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}

.categ-opinion-news-section-title {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.3;
  margin-bottom: 12px;
  color: #111;
  font-family: 'Libre Baskerville', serif;
}

.categ-opinion-news-section-desc {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.6;
  margin-bottom: 15px;
  font-family: 'Libre Baskerville', serif;
}

.categ-opinion-news-section-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: auto;
 
}
.categ-health-depth-section-container {
 
  background-color: #fef1e7;
}

.categ-health-depth-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.categ-health-depth-section-left,
.categ-health-depth-section-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.categ-health-depth-section-item {
  border-bottom: 1px solid #d8cfc7;
  padding-bottom: 20px;
}

.categ-health-depth-section-tag {
  color: #a8003a;
  font-size: 0.9rem;
  
  margin-bottom: 6px;
  font-family: 'Roboto', sans-serif;
}

.categ-health-depth-section-tag.blue {
  color: #004ca3;
  font-weight: 500;
}

.categ-health-depth-section-tag .bold {
  font-weight: bold;
}

.categ-health-depth-section-title {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -1px;
  font-family: 'Libre Baskerville', serif;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #111;
}

.categ-health-depth-section-desc {
  font-size: 12px;
  color: #5a5a5a;
  line-height: 1.6;
  font-family: 'Libre Baskerville', serif;
}

.categ-health-depth-section-time {
  font-size: 0.85rem;
  color: #7a7a7a;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
}

.categ-world-more-section-container {
  background-color: #fef1e7;
  padding: 10px 0px;
  font-family: 'Libre Baskerville', serif;
}

.categ-world-more-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 10px;
}

.categ-world-more-section-line,
.categ-world-more-section-lines {
  height: 6px;
  flex: 1;
}

.categ-world-more-section-line {
  background-color: #000;
}

.categ-world-more-section-lines {
  background-color: #d2cfcf;
}

.categ-world-more-section-title {
  white-space: nowrap;
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
  color: #1a1a1a;
  font-weight: 400;
}
.categ-world-more-section-item {
  margin-bottom: 30px;
  padding: 0px 40px;
  display: flex;
}

.categ-world-more-section-item.border-top {
  border-top: 1px solid #ccc;
  padding: 30px 140px;
}

.categ-world-more-section-date {
  font-size: 0.8rem;
  font-family: 'Roboto', sans-serif;
  color: #1a1a1a;
  margin-bottom: 10px;
  font-weight: 500;
  width: 180px;
}

.categ-world-more-section-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}

.categ-world-more-section-img {
  width: 140px;
  height: 100px;
  object-fit: cover;
}

.categ-world-more-section-text {
  flex-grow: 1;
  margin-top: -15px;
   font-family: 'Roboto', sans-serif;
   
}

.categ-world-more-section-topic {
  color: #a8003a;
  font-weight: 400;
  letter-spacing: 0.9px;
  font-size: 0.95rem;
  margin-bottom: 4px;
}

.categ-world-more-section-headline {
  font-size: 1rem;
  letter-spacing: -1px;
  font-weight: 500;
  font-family: 'Libre Baskerville', serif;
  margin-bottom: 6px;
  line-height: 1.4;
  color: #111;
}

.categ-world-more-section-summary {
  color: #5a5a5a;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.categ-world-more-section-meta {
  color: #a8003a;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 4px;
}

.categ-world-more-section-new-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #c10000;
  border-radius: 50%;
  margin-right: 5px;
}

.categ-world-more-section-time {
  font-size: 0.9rem;
  color: #888;
  font-family: 'Roboto', sans-serif;
}

.categ-world-more-section-save {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.9rem;
  color: #111;
  margin-left: 10px;
}

.categ-world-more-section-save .save-icon {
  font-size: 1.2rem;
  margin-bottom: 4px;
}

.categ-world-more-section-topic .blue {
  color: #0054a6;
  font-weight: bold;
}

.premium {
  background-color: #000;
  color: #fff;
  font-size: 0.8rem;
  padding: 2px 6px;
  margin-left: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

.categ-moste-read-section {
  background-color: #fdf0e8;
  /* padding: 15px 20px; */
  font-family: 'Libre Baskerville', serif;
}

.categ-moste-read-header-line {
  width: 100%;
  height: 6px;
  background-color: #000;
  margin-bottom: 10px;
}

.categ-moste-read-title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  color: #333;
  margin: 0 0 15px 0;
  font-weight: 400;
  margin-top: 34px;
}

.categ-moste-read-list {
  list-style: none;
  padding: 0;
  margin: 25px;
  counter-reset: item;
}

.categ-moste-read-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.categ-moste-read-number {
  font-size: 1.4rem;
  color: #000;
  font-weight: 400;
  line-height: 1.4;
  flex-shrink: 0;
  width: 24px;
}

.categ-moste-read-text {
  font-size: 1rem;
  color: #000;
  line-height: 1.4;
  flex: 1;
  letter-spacing: -1px;
}



    .subscribe:hover {
      background-color: #333;
    }

    /* Modal Styles */
    .modal-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: 1000;
    }

    .modal {
      background: white;
      width: 90%;
      max-width: 400px;
      padding: 30px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
      position: relative;
      text-align: center;
    }

    .modal h2 {
      margin-top: 0;
      letter-spacing: -1px;
    }

    .modal p {
      margin: 10px 0 20px;
      letter-spacing: 0.5px;
    }

    .modal input[type="email"] {
      padding: 10px;
      width: 80%;
      border: 1px solid #ccc;
      border-radius: 6px;
    }

    .modal button.subscribe-submit {
      margin-top: 15px;
      padding: 10px 20px;
      background: #004d53;
      color: white;
      border: none;
      border-radius: 6px;
      cursor: pointer;
    }

    .modal .close-modal {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 20px;
      cursor: pointer;
      color: #333;
      background: none;
      border: none;
    }

    .modal .close-modal:hover {
      color: #000;
    }









/* Menu Icon */
.hom-st{
  background-color: #0a5e66;
  color: white;
  padding: 10px 100px;
}
    .menu-icon {
      font-size: 30px;
      cursor: pointer;
      padding: 1rem;
      color: rgb(0, 0, 0);
      border: none;
    }

    .sidebar {
      position: fixed;
      top: 0;
      left: -337px;
      width: 280px;
      height: 100%;
      background-color: #fef3e2;
      box-shadow: 2px 0 5px rgba(0,0,0,0.2);
      overflow-y: auto;
      transition: left 0.3s ease-in-out;
      z-index: 1000;
      display: flex;
      flex-direction: column;
    }

    .sidebar.active {
      left: 0;
    }

    .sidebar-header {
      padding: 1rem;
      border-bottom: 1px solid #ddd;
    }

    .close-btn {
      font-size: 24px;
      background: none;
      border: none;
      color: #333;
      float: left;
      cursor: pointer;
      margin-right: 10px;
    }

    .edition-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 14px;
      margin-top: 10px;
    }

    .edition-bar span {
      font-weight: bold;
    }

    .edition-bar a {
      text-decoration: none;
      color: black;
      border-bottom: 1px solid;
      margin-left: 8px;
    }

    .subscribe-btn {
      margin-top: 15px;
      background-color: #232326;
      color: white;
      border: none;
      padding: 10px;
      width: 100%;
      font-weight: bold;
      font-size: 14px;
      cursor: pointer;
    }

    .sidebar h3 {
      margin: 1rem;
      margin-bottom: 0;
      color: #333;
       font-family: 'Roboto', sans-serif;
       letter-spacing: 0.9px;
    }


    .sidebar ul {
      list-style: none;
      padding: 0 1rem;
    }

    .sidebar ul li {
      padding: 10px 0;
      border-bottom: 1px solid #ddd;
      cursor: pointer;
      color: #222;
      margin: 3px;
    }

    .sidebar ul li:hover {
      color: #00737a;
    }