* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}

.navbar {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #ccc;
    background-color: #ffff;
    position: sticky;
    top: 0;
    height: 46px;
}
.search{
    width: 25px;
    height: 26px;
    cursor: pointer;
}

.left {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 2rem;
  justify-content: center;
}

.menu-btn {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  border-right: 1px solid black;
  padding-right: 10px !important;
  padding: 0;
  font-size: 12px;
  text-align: center;
}

.menu-btn .bar {
  display: block;
  width: 30px;
  height: 4px;
  margin: 4px auto;
  background-color: black;
  transition: all 0.3s;
  
}

.menu-btn .menu-label {
  font-size: 10px;
  display: block;
  color: #111;
}

.menu-btn .close-icon {
  display: none;
  font-size: 22px;
  position: absolute;
  top: -2px;
  left: 0;
}

.logo {
  font-family: 'Georgia', serif;
  font-size: 20px;
  border-right: 1px solid black;

  
}
.logo img{
    padding-right: 10px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-weight: bold;
  font-size: 14px;
}

.nav-links a {
  text-decoration: none;
  color: #000;
}

.right .sign-in {
  font-weight: bold;
  margin-right: 15px;
  cursor: pointer;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.right .sign-in span{
    margin-top: 3px;
}



/* Responsive styles */
@media (max-width: 992px) {
  .nav-links {
    display: none;
  }
}
.nav-links{
    font-size: 0.8rem;
}
.font {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  letter-spacing: -0.02rem;
  font-style: normal;

}
.nav-links a{
    border-right: 1px solid black;
    padding-right: 10px;
}
.lock{
    border: none !important;
}
.right{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.right button{
    border: none;
    background-color: #005dc7;
    font-size: 0.75rem;
    padding: 0.5rem 3rem;
    color: #ffff;
    cursor: pointer;
    border-radius: 30px 0 0 30px;
}
.btn-para{
    font-size: 0.8rem !important;
    text-transform: uppercase;
    font-weight: 600;
}
.main-logo{
    display: flex;
    justify-content: center;
}
.adsec1{
    display: flex;
    justify-content: center;
    padding: 7rem 0;
}
.adsec1 img{
    max-width: 500px;
}
.main-logo img{
    width: 501px;
    height: 60px;
}
.trending{
    display: flex;
    padding: 15px 10px;
    border-top:1px solid black;
    margin-top: 2rem;
    border-bottom:1px solid black;
    justify-content: space-around;
}
.trending p{
    color: #9e1511;
    font-size: 0.8rem;
    text-transform: uppercase
}
.trending a{
    text-decoration: none;
    font-size: 0.8rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    padding-right: 20px;
    border-right: 1px solid;
}
.trending a:hover{
    color: gray;
}
.container {
  display: grid;
  grid-template-columns: 2fr 1.2fr 1fr;
  gap: 20px;
  padding: 20px;
}

.main-feature img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.main-feature h1 {
  font-size: 20px;
  margin: 15px 0 5px;
}

.main-feature p {
  font-size: 14px;
   font-family: "Lora", serif;
   text-indent: 20px;
   font-weight: 300;
}

.center-column .story h2 {
  margin: 10px 0 5px;
  font-size: 1.2rem
 

}

.center-column .story p {
  font-size: 14px;
  color: #333;
  font-weight: 300;
   font-family: "Lora", serif;
}

.center-column .gray {
  color: #666;
  font-weight: normal;
}

hr {
  border: none;
  border-top: 1px solid #000;
  margin: 15px 0;
}

.opinion-column img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.opinion-column .opinion {
  margin-top: 10px;
}
.opinion h2{
    font-size: 1rem; 
    margin-top: 1rem;
}
.opinion-column .opinion strong {
  font-size: 13px;
  color: #c00;
  text-transform: uppercase;
}
a{
    text-decoration: none;
    color: black;
}
a:hover{
    color: gray;
}

.opinion-column .opinion h3 {
  font-size: 18px;
  margin: 5px 0;
}
.main-feature{
    border-bottom: 1px solid black;
    padding-bottom: 1rem;
}
.opinion-column .opinion p {
  font-size: 14px;
  margin-top: 0.6rem;
  font-weight: 300;
}

.sub-articles p {
  font-size: 13px;
  margin: 15px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  
}



/* SMALL DEVICES (max-width: 768px) */
@media (max-width: 768px) {

  .navbar {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 10px;
  }

  .nav-links {
    display: none !important;
  }
  .headline-text, .headline-img {
    width: 100% !important

;
}

  .left {
    margin-left: 0;
    gap: 10px;
  }

  .menu-btn {
    padding: 0 5px;
  }

  .logo img {
    height: 30px;
    padding-right: 5px;
  }

  .right {
    gap: 10px;
  }

  .right .sign-in {
    font-size: 0.9rem;
    gap: 5px;
    margin-right: 0;
  }

  .right button {
    display: none;
  }

  .main-logo img {
    display: none;
  }

  .trending {
    display: none;
    padding: 10px;
  }

  .trending p {
    margin-bottom: 5px;
    font-size: 1rem;
  }

  .trending a {
    font-size: 1rem;
    padding-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
  }

  .container {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .fir-left {
    border: none;
    padding: 0;
  }

  .main-feature h1 {
    font-size: 0.8rem;
  }

  .main-feature p,
  .center-column .story p,
  .opinion-column .opinion p {
    font-size: 14px;
  }

  .opinion h2 {
    font-size: 0.8rem;
  }

  .sub-articles p {
    font-size: 12px;
  }

  .adsec1 {
    display: none;
  }
  .fir-left {
    border-right: none !important;
    padding-right: 0px !important;
}
.news-section-wrapper {
    display: flex
;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 90%;
    font-family: "Lora", serif;
    margin-left: 20px;
}
}

/* MEDIUM DEVICES (max-width: 1024px already handled) — Add if not present */
@media (max-width: 1024px) {
  .container {
    grid-template-columns: 1fr;
  }

  .opinion-column,
  .center-column,
  .main-feature {
    width: 70%;
  }
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .container {
    grid-template-columns: 1fr;
  }

  .opinion-column,
  .center-column,
  .main-feature {
    width: 100%;
  }

  .main-feature h1 {
    font-size: 20px;
  }
}
.font-head  {
 font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.07rem;
  line-height: 1.2;
}
.fir-left{
    border-right: 1px solid black;
    padding-right: 20px;
}
.trow{
    font-size: 1.6rem !important;
}

.headline-group {
  display: flex;
  gap: 20px;
  
  width: 100%;
  padding-bottom: 1rem;
}

.headline-text,
.headline-img {
  width: 50%;
}

.headline-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.headline-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.left-continuation h2,
.left-continuation h3 {
  font-family: "Lora", serif;
  font-size: 1rem;
  margin-bottom: 8px;
}

.left-continuation p {
  font-family: "Lora", serif;
  font-size: 0.95rem;
  font-weight: 300;
  color: #333;
  line-height: 1.5;
}
.headline-text{
    font-family: "Lora", serif;
    font-weight: 300;
    font-size: 0.8rem;
   
}
.headline-text p{
  padding-top: 1rem;
}

.snippet {
  font-size: 0.85rem;
  font-weight: bold;
  color: #111;
  display: flex;
  align-items: center;
  padding: 1rem 0;
}

.snippet .dot {
  height: 6px;
  width: 6px;
  background: #9e1511;
  border-radius: 50%;
  margin-right: 8px;
}

.sub-story {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}

.sub-text {
  flex: 1 1 65%;
  
  font-weight: 300;
}
.sub-text p{
    padding-top: 0.5rem;
    font-size: 0.8rem;
}
.sub-text2 p{
    padding-top: 0.5rem;
    font-size: 0.5rem;
    font-weight: 300;
}


.sub-img {
  flex: 1 1 30%;
  max-width: 150px;
}

.sub-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 768px) {
  .headline-group,
  .sub-story {
    flex-direction: column;
    padding-top: 1rem;
  }

  .sub-img {
    max-width: 100%;
  }
}

.right-story {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}

.section-title {
  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: 700;
  color: gray;

  padding-bottom: 8px;
  
}

.story-wrapper {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1rem;
}

.story-content {
  flex: 1 1 50%;
}

.story-content h2 {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 8px;
}

.story-content p {
  font-size: 0.8rem;
  line-height: 1.5;
  font-family: "Lora", serif;
    font-weight: 300;
  color: #111;
}


.story-content .bold-update {
  font-weight: 700;
  font-size: 0.95rem;
  color: #000;
  margin-top: 10px;
}

.story-image {
  flex: 1 1 30%;
}

.story-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
  .story-wrapper {
    flex-direction: column;
  }

  .story-content,
  .story-image {
    width: 100%;
  }
}

.opinion-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}

.opinion-item {
  flex: 1 1 calc(50% - 20px);
  max-width: calc(50% - 20px);
}

.opinion-author {
  color: #a10000;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.opinion-title {
  font-size: 0.8rem;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
}

/* Responsive */
@media (max-width: 768px) {
  .opinion-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.most-read-box {
  background: #f5f5f5;
  padding: 20px;
  margin-top: 30px;
}

.most-read-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #800000;
  margin-bottom: 10px;
  border-bottom: 3px solid #000;
  padding-bottom: 5px;
}

.most-read-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: read-counter;
}

.most-read-list li {
  counter-increment: read-counter;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-left: 28px;
}

.most-read-list li::before {
  content: counter(read-counter) ".";
  position: absolute;
  left: 0;
  top: 10px;
  color: #a00000;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
  .most-read-box {
    padding: 15px;
  }

  .most-read-list li {
    font-size: 0.95rem;
    padding-left: 25px;
  }
}




/* second section */

.main-wrapper {
  display: flex;
  gap: 30px;
  padding: 20px;
  max-width: 1000px;

}

.main-content {
  flex: 3;
}

.sidebar {
  flex: 1;
  display: flex;
  width: 40%;
  border: 1px solid black;
}

.top-stories-grid {
  display: grid;
  border-top: 1px solid #000;
  padding-top: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.story-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.story-item h3 {
  font-size: 0.8rem;
  font-weight: 700;
  margin: 10px 0 5px;
  line-height: 1.4;
}

.section-label {
  font-weight: bold;
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 5px;
}

.sub-caption {
  font-size: 0.8rem;
  font-weight: 400;
   font-family: "Lora", serif;
}

.desc {
  font-size: 0.7rem;

  font-weight: 400;
  font-family: "Lora", serif;
  line-height: 1.4;
}

.section-heading-bar {
  display: flex;
  align-items: center;
  margin: 30px 0 20px;
  justify-content: center;
}
.section-heading-bar2 {
  display: flex;
  align-items: center;
  margin: 30px 20px;
  justify-content: center;
}

.section-title-sec {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0;
  padding-right: 10px;
}
.story-item h3{
     font-family: "Lora", serif;  
     font-size: 1.2rem;
     line-height: 1.2;
}

.heading-line {
  flex-grow: 1;
  height: 1px;
  background-color: #000;
}


.section-heading {
  font-size: 0.85rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: flex;
}

.pride-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}

.pride-card img {
  width: 100%;
  height: auto;
}

.pride-title {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 8px;
}

.pride-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
  margin-bottom: 5px;
}

/* Responsive */
@media (max-width: 1024px) {
  .main-wrapper {
    flex-direction: column;
  }

  .sidebar {
    display: none;
  }

  .main-content {
    width: 100%;
  }
}


/*  third section */
 .global-box {
      box-sizing: border-box;
    }
    .body-wrapper {
      margin: 0;
      font-family: 'Georgia', serif;
      color: #000;
    }
    .main-container {
      max-width: 1200px;
      margin: auto;
      padding: 20px;
    }
    .section-title {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 20px;
      border-bottom: 1px solid #000;
      padding-bottom: 5px;
    }
    .news-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
    }
    .news-article {
      display: flex;
      flex-direction: column;
    }
    .news-headline {
      font-size: 20px;
      font-weight: bold;
      margin: 0 0 10px;
    }
    .news-paragraph {
      font-size: 16px;
      line-height: 1.4;
      margin: 0 0 10px;
    }
    .article-image {
      margin-top: 10px;
    }
    .article-image img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
    .ad-section {
      margin-top: 20px;
    }
    .ad-section img {
      width: 100%;
      height: auto;
    }
    @media (min-width: 992px) {
      .layout-split {
        display: flex;
        gap: 20px;
      }
      .left-pane {
        flex: 3;
      }
      .right-pane {
        flex: 1;
      }
    }



     .main-grid {
      display: flex;
      margin: 0 20px;
      font-family: "Lora", serif;  
      gap: 3rem;
    }

    .news-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      flex: 3;
    }

    .news-item {
      width: calc(33.333% - 1.34rem);
      display: flex;
      flex-direction: column;
    }

    .news-img {
      width: 100%;
      height: 160px;
      object-fit: cover;
      margin-bottom: 0.75rem;
    }

    .news-title {
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 1.3;
      margin-bottom: 0.5rem;
    }

    .news-desc {
      font-size: 1.05rem;
      line-height: 1.5;
      color: #333;
    }

    .ad-section {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .ad-img {
      width: 100%;
      object-fit: cover;
    }

    .read-more-btn {
      margin-top: 1rem;
      padding: 0.6rem 1.2rem;
      background-color: #fdd835;
      font-weight: bold;
      border: none;
      cursor: pointer;
      font-size: 1rem;
    }

    .ad-caption {
      margin-top: 0.5rem;
      font-size: 0.9rem;
      color: #444;
      text-align: center;
    }

    @media (max-width: 1024px) {
      .main-grid {
        flex-direction: column;
      }

      .news-item {
        width: 100%;
      }

      .news-grid {
        gap: 2rem;
      }
    }

      .news-block {
      display: grid;
      grid-template-columns: auto 120px;
        gap: 0.5rem;
      max-width: 600px;
      margin: 0 auto;
    }

    .news-heading {
      font-size: 1.2rem;
      font-weight: bold;
      line-height: 1.3;
    }

    .news-paragraph {
      grid-column: span 2;
      font-size: 0.8rem;
      line-height: 1.6;
      font-weight: 300;
      margin-top: 1rem;
    }

    img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    @media (max-width: 600px) {
      .news-block {
        grid-template-columns: 1fr;
      }

      .news-paragraph {
        grid-column: span 1;
      }
    }

    .deckt{
      border-right: 3px solid blue;
    }





  
.sports-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 2rem;
      max-width: 1400px;

      margin: 0 20px;

    }

    .sports-item {
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
    }

    .sports-item img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .sports-item small {
      font-weight: bold;
      color: #888;
      text-transform: uppercase;
    }

    .sports-item h3 {
      font-size: 1rem;
      font-weight: bold;
      margin: 0;
    }

    .sports-item p {
      font-size: 0.8rem;
      
      line-height: 1.4;
    }

    .sports-ad img {
      width: 100%;
      height: auto;
      display: block;
    }

    @media (max-width: 768px) {
      .sports-grid {
        grid-template-columns: 1fr;
        margin: 0 10px;
      }
      .section-grid{
        margin: 0 10px !important;
      }
      .news-section-wrapper{
        margin: 0 10px !important;
      }
      .main-wrapper{
        padding: 10px;
      }
      .main-grid{
        margin: 0 10px;
      }
      .spec-proj{
        margin: 0 10px !important;
      }
      .opinion{
        margin: 0 10px !important;
      }
      .columns-section{
        margin: 2rem 10px !important;
      }
    }
    .globe-subscribe-cta {
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      padding: 2rem 1rem;
      text-align: center;
      margin-top: 2rem;
    }

    .globe-subscribe-cta p {
      font-size: 1.1rem;
      color: #666;
      margin-bottom: 1rem;
    }

    .globe-subscribe-cta strong {
      font-weight: bold;
      color: #444;
    }

    .globe-subscribe-cta button {
      background-color: #0056d6;
      color: #fff;
      font-weight: bold;
      padding: 0.75rem 1.5rem;
      font-size: 1rem;
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }

    @media (max-width: 768px) {
      .globe-news-wrapper {
        flex-direction: column;
      }
      .globe-side-story {
        flex-direction: column;
      }
      .globe-side-story img {
        width: 100%;
        height: auto;
      }
      .globe-ad-section {
        order: 3;
        width: 100%;
        justify-content: center;
      }
    }

   .news-heading {
      font-size: 1.2rem;
      font-weight: bold;
      line-height: 1.25;
    }

    .news-paragraph {
      grid-column: span 2;
      font-size: 0.8rem;
      line-height: 1.6;
      margin-top: 0.5rem;
    }
  @media (max-width: 600px) {
      .news-block {
        grid-template-columns: 1fr;
      }

      .news-heading {
        font-size: 1.5rem;
        line-height: 1.4;
        word-break: break-word;
        white-space: normal;
      }

      .news-paragraph {
        grid-column: 1 / -1;
        font-size: 1rem;
      }
    }
      .news-section-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      max-width: 900px;
      font-family: "Lora", serif; 
      margin-left: 20px;
      
    }

    .lead-article-block {
      flex: 2;
      min-width: 300px;
    }

    .lead-article-block img {
      width: 100%;
      height: auto;
      object-fit: cover;
      margin-bottom: 1rem;
    }

    .lead-article-block h2 {
      font-size: 1.9rem;
      font-weight: bold;
      margin-bottom: 0.75rem;
      line-height: 1.4;
    }

    .lead-article-block p {
      font-size: 0.9rem;
      line-height: 1.6;
      font-weight: 300;
      color: #333;
    }

    .sidebar-news-items {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 2rem;
      min-width: 260px;
    }

    .sidebar-item-row {
      display: flex;
      gap: 1rem;
    }

    .sidebar-item-row img {
      width: 100px;
      height: 70px;
      object-fit: cover;
    }

    .sidebar-text-content {
      flex: 1;
    }

    .sidebar-text-content small {
      display: block;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      font-weight: bold;
      color: #888;
      margin-bottom: 0.25rem;
    }

    .sidebar-text-content strong {
      display: block;
      font-weight: bold;
      margin-bottom: 0.3rem;
    }

    .sidebar-text-content p {
      font-size: 0.7rem;
      line-height: 1.4;
      font-weight: 300;
      font-family: "Lora", serif; 
      color: #333;

    }

    @media (max-width: 768px) {
      .news-section-wrapper {
        flex-direction: column;
      }
      .sidebar-item-row {
        flex-direction: column;
      }
      .sidebar-item-row img {
        width: 100%;
        height: auto;
      }
    }
    .spec-proj{
      margin: 0 20px;
      
    }
    .spec-proj p{
      font-size: 0.8rem;
    }
    .opinion p{
      font-size: 0.9rem;
    }
.opinion{
  margin: 0 20px;

}



    .globe-subscribe-cta {
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      padding: 2rem 1rem;
      text-align: center;
      margin-top: 2rem;
    }

    .globe-subscribe-cta p {
      font-size: 1.1rem;
      color: #666;
      margin-bottom: 1rem;
    }

    .globe-subscribe-cta strong {
      font-weight: bold;
      color: #444;
    }

    .globe-subscribe-cta button {
      background-color: #0056d6;
      color: #fff;
      font-weight: bold;
      padding: 0.75rem 1.5rem;
      font-size: 1rem;
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }

    @media (max-width: 768px) {
      .globe-news-wrapper {
        flex-direction: column;
      }
      .globe-side-story {
        flex-direction: column;
      }
      .globe-side-story img {
        width: 100%;
        height: auto;
      }
    }
    .dors{
      margin-top: 3rem;
    }



     .columns-section {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      max-width: 1400px;
      margin: 2rem 20px;
    }
    .columns-section2 {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      max-width: 930px;
      margin: 2rem 20px;
    }


    .news-briefs {
      flex: 1 1 150px;
    }

    .news-briefs h3 {
      font-size: 1rem;
      margin-bottom: 0.5rem;
    }

    .news-briefs p {
      font-size: 0.8rem;
      line-height: 1.5;
      font-weight: 300;
      margin-bottom: 1.25rem;
    }

    .columnists-container {
      flex: 2 1 600px;
      background: #f7f7f7;
      padding: 1rem;
    }
  

    .columnists-container h3 {
      border-bottom: 2px solid #000;
      padding-bottom: 0.5rem;
      margin-bottom: 1.5rem;
    }

    .column-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(271px, 1fr));
      gap: 1.5rem;
    }
    .column-grid2 {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(383px, 1fr));
      gap: 1.5rem;
    }

    .columnist-box {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      border-bottom: 2px solid #000;
      padding-bottom: 1rem;
    }

    .columnist-info {
      display: flex;
      align-items: center;
      gap: 1rem;
    }

    .columnist-info img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      object-fit: cover;
    }

    .columnist-name {
      font-weight: bold;
      color: #888;
    }

    .columnist-contact {
      font-size: 0.8rem;
      font-weight: 300;
    }

    .columnist-contact a {
      color: #0077cc;
      text-decoration: none;
    }

    .column-title {
      font-weight: bold;
      font-size: 0.8rem;
      margin-top: 0.5rem;
    }

    @media (max-width: 768px) {
      .columns-section {
        flex-direction: column;
      }
      .columns-section2 {
        flex-direction: column;
      }
     
    
    }
    @media (max-width: 1024px) {
  .column-grid2 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .columns-section2 {
    padding: 0rem;
    margin: 1rem 10px;
  }

  .column-grid2 {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .columnist-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .columnist-info img {
    width: 50px;
    height: 50px;
  }

  .column-title {
    font-size: 0.9rem;
  }

  .columnist-contact {
    font-size: 0.85rem;
  }

  .columnist-name {
    font-size: 0.9rem;
  }
}

    .rog{
      margin: 4rem 20px 3rem 20px;
    }
    .loco{
      margin: 4rem  0 2rem 0;
    }



      .section-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 1rem;
      max-width: 1400px;
      margin: 0 20px;
    }

    .section-column {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    .section-column h4 {
      font-size: 1rem;
      font-weight: bold;
      border-bottom: 1px solid #000;
      padding-bottom: 0.4rem;
      margin-bottom: 0.5rem;
      text-transform: uppercase;
    }

    .section-article {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }

    .section-article img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .section-article h5 {
      font-size: 1rem;
      font-weight: bold;
      margin: 0.5rem 0;
      line-height: 1.3;
    }

    .section-article p {
      font-size: 0.95rem;
      color: #111;
      line-height: 1.4;
      margin: 0;
    }

    @media (max-width: 768px) {
      .section-article img {
        height: auto;
      }
    }
    .rohu{
      border-bottom: 1px solid black;
      padding-bottom: 0.8rem;
    }


    /* footer */


    .footer-container::after {
  content: "";
  background-image: url('img/news-logo.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.05;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 200px;
  z-index: 0;
  pointer-events: none;
}

.footer-container {
      border-top: 1px solid #000;
      
      padding: 2rem 1rem 1rem;
      background: #fff;
      color: #000;
      text-align: center;
      margin-top: 3rem;
      padding-bottom: 3rem !important;

  position: relative; /* added */
  z-index: 1;          /* ensures content stays above ::after */
}
    

    .footer-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 2rem;
      max-width: 1300px;
      margin: 0 auto 3rem;
      text-align: left;
    }

    .footer-column {
      flex: 1 1 150px;
    }

    .footer-column h4 {
      font-size: 1rem;
      color: #0056d6;
      margin-bottom: 0.75rem;
    }

    .footer-column ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-column ul li {
      margin-bottom: 0.5rem;
      font-size: 0.8rem;
      font-weight: 400;
    }

    .footer-icons {
      display: flex;
      gap: 1rem;
      margin-top: 0.5rem;
    }

    .footer-icons img {
      width: 24px;
      height: 24px;
    }

    .footer-bottom {
      font-size: 0.85rem;
      color: #444;
      border-top: 1px solid black;
      padding-top: 3rem;
    }

    .footer-more {
     
      font-size: 0.8rem;
    }

    .footer-more a {
      margin: 0 0.4rem;
      font-weight: 400;
      text-decoration: none;
    }

    @media (max-width: 768px) {
      .footer-grid {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      .footer-column {
        flex: 1 1 100%;
      }
      .pride-grid
 {
    display: grid
;
    grid-template-columns: repeat(auto-fit, minmax(198px, 1fr));
    gap: 20px;
}
.section-grid {
    display: grid
;
    grid-template-columns: repeat(auto-fit, minmax(198px, 1fr));
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}
      .footer-more {
        line-height: 1.7;
      }
    }


 .main-news-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      max-width: 1400px;
      margin-left: 20px;
      margin-top: 1rem;
      font-family: "Lora", serif;
    }

    .left-center-wrapper {
      display: flex;
      gap: 1rem;
    }

    .doco {
      flex: 3;
      display: flex;
      flex-direction: column;
      min-width: 0;
    }

    .main-lead-article {
      flex: 2;
      min-width: 300px;
    }

    .main-lead-article img {
      width: 100%;
      height: auto;
      object-fit: cover;
      margin-bottom: 1rem;
    }

    .main-lead-article h2 {
      font-size: 1.9rem;
      font-weight: bold;
      margin-bottom: 0.75rem;
      line-height: 1.4;
    }

    .main-lead-article p {
      font-size: 0.9rem;
        font-family: "Roboto", sans-serif;
      line-height: 1.6;
      font-weight: 300;
    }

    .main-sidebar-block {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 2rem;
      min-width: 260px;

      /* Fix font shrinking issue */
      font-family: 'Lora', serif;
      font-size: 0.9rem;
    }

    .sidebar-news-card {
      display: flex;
      gap: 1rem;
    }

    .sidebar-news-card img {
      width: 100px;
      height: 70px;
      object-fit: cover;
    }

    .sidebar-text-box {
      flex: 1;
    }

    .sidebar-text-box small {
      display: block;
      font-weight: bold;
      color: #888;
      margin-bottom: 0.25rem;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      font-size: 0.8rem; /* Ensure readable size */
    }

    .sidebar-text-box strong {
      display: block;
      font-weight: bold;
      margin-bottom: 0.3rem;
      font-size: 1rem;
    }

    .sidebar-text-box p {
      font-size: 0.85rem;
      line-height: 1.4;
      font-weight: 300;
        font-family: "Roboto", sans-serif;
      color: #333;
    }

    .main-ad-block {
      min-width: 250px;
      max-width: 300px;
      flex: 1;
      padding: 1rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1rem;
      color: #444;
      height: fit-content;
    }

    .screenshot-section {
      background-color: #f4f4f4;
      padding: 1rem;
      border: 1px solid #ddd;
      border-radius: 8px;
      font-family: Georgia, serif;
    }

    .screenshot-section h3 {
      font-size: 1.3rem;
      margin-bottom: 0.75rem;
    }

    .screenshot-section img {
      max-width: 100%;
      height: auto;
      border-radius: 5px;
    }

    @media (max-width: 768px) {
      .main-news-wrapper {
        flex-direction: column;
        margin: 0 10px !important;
      }

      .left-center-wrapper,
      .main-ad-block {
        width: 100%;
        flex-direction: column;
      }

      .sidebar-news-card {
        flex-direction: column;
      }

      .sidebar-news-card img {
        width: 100%;
        height: auto;
      }

      .main-ad-block {
        padding: 1rem 0;
      }
    }

    img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .news-grid2 {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(293px, 1fr));
      gap: 1rem;
      margin-top: 2rem;
    }

    .news-card {
      display: flex;
      flex-direction: column;
      text-decoration: none;
      color: inherit;
      font-family: Arial, Helvetica, sans-serif;
    }

    .news-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin-bottom: 0.75rem;
    }

    .news-title {
      font-size: 1.2rem;
      font-weight: bold;
      margin-bottom: 0.5rem;
      line-height: 1.4;
    }

    .news-label {
      font-size: 0.75rem;
      color: #999;
      margin-bottom: 0.3rem;
      text-transform: uppercase;
    }
     .page-container {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      max-width: 1400px;
    
      padding: 20px;
      gap: 20px;
    }

    .main-articles {
      flex: 3;
      display: flex;
      flex-direction: column;
      gap: 40px;
    }

    .advertisement-column {
      flex: 1;
      min-width: 250px;
    }

    .top-separator {
      border-top: 4px solid #000;
      padding-top: 20px;
    }

    .section-heading {
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 10px;
    }

    .headline-group {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      gap: 20px;
    }

    .headline-text {
      flex: 2;
    }

    .headline-text h2 {
      font-size: 1.3rem;
      margin: 0 0 10px;
    }

    .headline-text h4 {
      color: #1a73e8;
      font-size: 14px;
      margin: 0;
      font-weight: bold;
    }

    .headline-text p {
      font-size: 0.8rem;
      line-height: 1.5;
    }

    .thumbnail-container {
      flex: 1;
      min-width: 150px;
    }

    .thumbnail-container img {
      width: 100%;
      height: auto;
      border-radius: 4px;
    }

    @media (max-width: 900px) {
      .headline-group {
        flex-direction: column;
      }
    }
    
.card {

      max-width: 400px;
      margin: 1rem auto;
      background: #f4f4f4;
      
      padding: 20px;

    }

    .section-title {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      color: #000;
      border-bottom: 1px solid #000;
      padding-bottom: 4px;
      margin-bottom: 12px;
    }

    .profile {
      display: flex;
      align-items: center;
      gap: 16px;
    }

    .profile-text {
      flex: 1;
    }

    .profile-text h2 {
      margin: 0;
      font-size: 18px;
      font-weight: bold;
      color: #333;
    }

    .profile-text p {
      margin: 6px 0 0;
      font-size: 14px;
      color: #444;
    }

    .profile-text a {
      color: #1a73e8;
      text-decoration: none;
    }

    .profile-text a:hover {
      text-decoration: underline;
    }

    .profile-img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      object-fit: cover;
    }

    .article-title {
      border-top: 2px solid #000;
      margin-top: 20px;
      padding-top: 10px;
      font-size: 14px;
      font-weight: 600;
      color: #000;
    }

    @media (max-width: 480px) {
      .profile {
        flex-direction: column;
        align-items: flex-start;
      }

      .profile-img {
        margin-top: 10px;
      }
    }
    .section-heading-bar2 {
    display: flex
;
    align-items: center;
    margin: 10px  20px;
    justify-content: center;
}
.section-title-sec2 {
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0;
    padding-right: 10px;
}
  .load-more-container {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      flex-wrap: nowrap;
    }

    .line {
      flex: 1;
      height: 1px;
      background-color: #d3d3d3;
    }

    .load-more-button {
      border: 1px solid #0a58ca;
      border-radius: 6px;
      padding: 10px 10rem;
      background-color: white;
      color: #0a58ca;
      font-weight: bold;
      cursor: pointer;
      white-space: nowrap;
      transition: background-color 0.2s ease, color 0.2s ease;
    }

    .load-more-button:hover {
      background-color: #0a58ca;
      color: white;
    }

    @media (max-width: 480px) {
      .load-more-container {
        gap: 10px;
      }

      .load-more-button {
        padding: 8px 16px;
        font-size: 14px;
      }
    }
.nav-container {
      border-bottom: 1px solid #000;
      padding-bottom: 10px;
      display: flex;
  padding-top: 2rem;
    }

    .nav-header {
      display: flex;
      align-items: center;
      margin: 0 20px;
      justify-content: space-between;
    }

    .nav-title {
      font-size: 32px;
      font-weight: bold;
      display: flex;
      align-items: center;
    }

    .dropdown-icon {
      display: none;
      background-color: darkred;
      border: none;
      color: white;
      font-weight: bold;
      padding: 4px 6px;
      margin-left: 8px;
      font-size: 10px;
      cursor: pointer;
      border-radius: 3px;
    }

    .nav-inner {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-top: 10px;
      flex-wrap: nowrap;
      overflow-x: auto;
    }

    .nav-link {
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      color: black;
      

      white-space: nowrap;
      cursor: pointer;
    }

    .divider {
      height: 16px;
      width: 1px;
      background-color: #000;
    }

    .dropdown-menu {
      display: none;
      flex-direction: column;

      margin: 1rem  20px;
      gap: 10px;
    }

    .dropdown-menu .nav-link {
      font-size: 14px;
    }

    @media (max-width: 768px) {
      .nav-inner {
        display: none;
      }
      .nav-container{
        margin-top: 2rem;
        flex-direction: column;
      }
      .nav-link {
        border-bottom: 1px solid rgb(86, 86, 86);
      }

      .doco{
        margin-top: 2rem;
      }
      .dropdown-icon {
        display: inline-block;
      }

      .dropdown-menu.active {
        display: flex;
      }

      .nav-title {
        font-size: 26px;
      }
    }
    

             .main-content {
  
   transition: transform 0.3s ease;
}

body.sidebar-open .main-content {
   transform: translateX(40%);
}

        .sidebar {
            position: fixed;
            top: 3rem;
            left: -40%;
            height: 100vh;
            width: 40%;
            display: flex;
            border: 1px solid black;
            background: white;
            transition: left 0.3s ease;
            z-index: 1000;
        }

        .globe-sidebar {
            width: 80px;
            background-color: #000;
            color: white;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-top: 1rem;
        }
        
        .globe-sidebar-icon {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 1rem 0;
            font-size: 0.75rem;
            text-align: center;
        }
        
        .globe-sidebar-icon i {
            font-size: 1.2rem;
            margin-bottom: 0.25rem;
        }
        
        .globe-main-content {
            flex: 1;
            padding: 1rem;
        }
        
        .globe-section-title {
            font-weight: bold;
            margin-top: 1.5rem;
            border-top: 1px solid #000;
            padding-top: 0.5rem;
        }
        
        .globe-section-list {
            list-style-type: disc;
            margin-left: 1.5rem;
            margin-top: 0.5rem;
        }
        
        .globe-section-list li {
            padding: 0.25rem 0;
        }

        body.sidebar-open .sidebar {
            left: 0;
        }


       


        /* Animated hamburger to X transformation */
        body.sidebar-open .menu-btn .bar:nth-child(1) {
                transform: translateY(6.5px) rotate(39deg);
        }

        body.sidebar-open .menu-btn .bar:nth-child(2) {
            opacity: 0;
            transform: scaleX(0);
        }

        body.sidebar-open .menu-btn .bar:nth-child(3) {
            transform: translateY(-10.5px) rotate(-45deg);
        }

        .menu-label {
        
            font-weight: bold;
        }

        @media (max-width: 768px) {
           
            .globe-sidebar-icon {
                margin: 0;
            }
            .globe-main-content {
                padding: 0.5rem;
            }
        }
        @media (max-width: 768px) {
   .sidebar {
       width: 100%;
       left: -100%;
   }
   
   body.sidebar-open .main-content {
       transform: translateX(100%);
   }
   
   body.sidebar-open .sidebar {
       left: 0;
   }
 
   
   .globe-sidebar-icon {
       margin: 0;
       font-size: 0.7rem;
   }
   
   .globe-main-content {
       padding: 0.5rem;
   }
}









/* detail  */
  .recent-section-x1 {
      border-top: 1px solid #000;
      padding-top: 0.5rem;
      margin-top: 2rem;
    }
    .darg{
      border-bottom: 1px solid black;
      padding-bottom: 1rem;
      margin-bottom: 2rem;
      justify-content: space-between;
    }

    .recent-title-x1 {
      font-size: 0.7rem;
      font-weight: bold;
      color: #b30000;
      text-transform: uppercase;
      margin-bottom: 0.8rem;
    }
    .interaction-bar-x1 {
  display: flex;
  gap: 20px; /* Move it here */
}

.interaction-bar-x1 img {
  width: 20px;
  height: 20px;
}

    .recent-list-x1 {
      display: flex;
      gap: 0.5rem;
     
    }

    .recent-item-x1 {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex: 1 1 250px;
      min-width: 250px;
    }
    .exo{
           border-left: 1px solid black;
           padding-left: 0.5rem;
    }

    .recent-text-x1 {
      flex: 1;
      align-items: center
      ;
      display: flex;
      font-size: 0.85rem;
      font-weight: bold;
      padding-right: 0.5rem;
    }

    .recent-thumb-x1 {
      width: 200px;
      height: 150px;
      object-fit: cover;
    }

    @media (max-width: 768px) {
      .recent-list-x1 {
        flex-direction: column;
      }

      .recent-item-x1 {
        border-left: none;
        flex-direction: column;
        border-top: 1px solid #ccc;
        padding: 0.8rem 0;
      }
      .exo{
        border: none;
      }

      .recent-thumb-x1 {
        width: 100%;
        height: auto;
      }
    }

  .layout-container-x1 {
      max-width: 800px;
      margin: 2rem 20px;
    }

    .title-primary-x1 {
      font-size: 2rem;
      font-weight: bold;
      font-family: l;
      font-family: "Lora", serif; 
    }

    .meta-info-x1 {
      font-size: 0.77rem;
      color: #555;
      margin-bottom: 0.5rem;
      font-weight: 400;
      margin-top: 1rem;
    }

    .interaction-bar-x1 {
      font-size: 0.9rem;
      color: #007bff;
      margin-bottom: 1rem;
    }

    .visual-block-x1 {
      margin: 1rem 0;
      text-align: center;
    }

    .visual-block-x1 img {
      width: 100%;
      height: auto;
    }

    .visual-caption-x1 {
      font-size: 0.75rem;
      color: #555;
      font-weight: 400;
      text-align: left;
      margin-top: 0.3rem;
    }

    .section-title-x1 {
      font-size: 0.8rem;
      font-weight: bold;
      text-transform: uppercase;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      padding: 0.5rem 0;
      margin: 1rem 0;
    }

    .content-body-x1 {
      font-size: 1rem;
    }

    @media (max-width: 768px) {
      .title-primary-x1 {
        font-size: 1.4rem;
      }
     

      .layout-container-x1 {
        padding: 0rem;
        margin-top: 1.5rem;
      }
      .recent-text-x1 {
        order: 2;
        padding-top: 1rem;
      }
      .main-detail{
  flex-direction: column;
}
      .fadu{
        flex-direction: column;
        justify-content: start !important;
        align-items: start !important;
      }
    }
    .fadu{
      display: flex;
          align-items: center;
    justify-content: space-between;
    }
    .shade{
      border-bottom: 1px solid black;
      padding-bottom: 1rem ; 
    margin-bottom: 1rem ;
       }
       .dervel{
        margin-top: 1rem;
       }
      .dervel p{
        text-align: start;
        font-weight: 400;
        font-family: "Lora", serif; 
        margin-bottom: 1rem;
      }
.main-detail{
  display: flex;
}
.laugh{
  height: max-content;
}
.detail-righ{
  margin: 0 1rem;
}
.detail-ad{
  margin:2rem 0.5rem;
}