/* News List Section */
.news-section {
    padding-top: 70px;
}

.menu-link, .logo {
    color: #121212 !important;
}

.hero {
    background-color: #B7B6B7;
}

.news-title {
    font-size: 50px;
    font-weight: 400;
    line-height: 33.6px;
    letter-spacing: -0.32px;
    border-bottom: 0.5px solid #121212;
    padding-bottom: 33px;
    padding-left: 30px;
    padding-right: 30px;
}
.news-item:hover {
    background:#b7b6b8;;
}
.news-item:hover a.view-archive {
    color: #000 !important;
}

.news-item {
    display: flex;
    gap: 0px;
    padding-bottom: 60px;
    border-bottom: 0.5px solid #121212;
    padding-top: 33px;
    padding-left: 30px;
    padding-right: 30px;
}

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

.news-content {
    width: 60%;
}

.news-heading {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -0.28px;
    font-weight: 300;
    margin-bottom: 40px;
    max-width: 74.65%;
}

.news-description {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -0.28px;
    font-weight: 300;
    margin-bottom: 40px;
    max-width: 74.65%;
}

.view-archive {
    color: #B7B6B7;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -0.28px;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
}

.view-archive:hover {
    color: #333;
}

.news-image {
    width: 40%;
    object-fit: cover;
    border: 1px solid #B7B6B7;
    border-radius: 7px;
}

/* Single Article Section */
.single-news-content {
    padding: 70px 30px;
    background: #fff;
}

.news-article-wrapper {
   display: flex;
    max-width: 100%;
    flex-direction: column;
}

.news-article-left {
    position: sticky;
}
.flex-news{
    display: flex;
    flex-direction: row-reverse;
    max-width: 84.60vw;
    justify-content: flex-end;
    gap: 120px;
}
.back-link {
    margin-bottom: 20px;
}

.back-link a {
    color: #B7B6B7;
    font-size: 28px;
    line-height: 33.6px;
    letter-spacing: -0.28px;
    text-decoration: none;
    font-weight: 300;
}

.back-link a:hover {
    color: #333;
}

.article-title {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.32px;
    margin-bottom: 33px;
    padding-bottom: 33px;
    border-bottom: 0.5px solid #121212;
}

.article-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 21.54vw;
}

.article-author,
.article-date {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -0.28px;
    font-weight: 300;
    color: #121212;
}

.news-article-right {
   width: 70.24vw;
}

.article-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-transform: capitalize;
}

.article-content {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -0.28px;
    font-weight: 300;
    color: #121212;
}
div#article-date {
    color: #B7B6B7;
}
div#article-content {
    padding-bottom: 186px;
}
.article-content h2 {
    font-size: 32px;
    font-weight: 400;
    margin: 2em 0 1em;
}

.article-content h3 {
    font-size: 24px;
    font-weight: 400;
    margin: 1.5em 0 0.75em;
}

.article-content a {
    color: #121212;
    text-decoration: underline;
}

.article-content a:hover {
    color: #666;
}

/* Under 450px — half-sized */
@media (max-width: 450px) {
  .news-section {
    padding: 65px 26px;
  }

  .article-author,
  .article-date {
    font-size: 21px; /* 3/4 of 28px */
    line-height: 26.25px; /* 3/4 of 35px */
    letter-spacing: -0.21px; /* 3/4 of -0.28px */
    font-weight: 300;
    color: #121212;
  }

  .article-content {
    font-size: 21px;
    line-height: 26.25px;
    letter-spacing: -0.21px;
    font-weight: 300;
    color: #121212;
  }

  .back-link {
    margin-bottom: 10px;
  }

  .view-archive {
    font-size: 21px; /* 3/4 of 28px */
    line-height: 26.25px; /* 3/4 of 35px */
    letter-spacing: -0.21px;
    font-weight: 300;
  }

  .news-item {
    flex-direction: column;
  }

  .news-title {
    font-size: 44.25px; /* 3/4 of 59px */
    font-weight: 400;
    line-height: 44.25px; /* 3/4 of 59px */
    letter-spacing: -0.24px; /* 3/4 of -0.32px */
    margin-bottom: 16px;
    border-bottom: 0.5px solid #121212;
    padding-bottom: 16px;
  }

  .news-heading,
  .news-description {
    font-size: 21px; /* 3/4 of 28px */
    line-height: 26.25px; /* 3/4 of 35px */
    letter-spacing: -0.21px;
    font-weight: 300;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .news-content {
    width: 100%;
    padding: 5px;
    padding-top: 0;
    padding-bottom: 0px;
  }

  .news-image {
    width: 100%;
    max-width: 363px;
    border-radius: 7px;
    border: 1px solid;
    margin-bottom: 16.5px;
  }

  .single-news-content {
    padding: 65px 26px;
  }

  .news-article-wrapper {
    flex-direction: column;
  }

  .news-article-left {
    width: 100%;
    position: static;
  }

  .article-title {
    font-size: 31.5px; /* 3/4 of 42px */
    margin-bottom: 32px;
    padding-bottom: 32px;
  }

  .flex-news {
    display: flex;
    flex-direction: column-reverse;
    max-width: 91vw;
    justify-content: flex-end;
    gap: 32px;
  }

  .article-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-transform: capitalize;
    width: 100%;
  }

  .news-article-right {
    width: 100%;
  }

  .news-item {
    flex-direction: column-reverse;
    margin-bottom: 20.97px;
    padding-bottom: 16.5px;
  }
}


/* 450px–700px — 80% size */
@media (min-width: 450px) and (max-width: 700px) {
  .news-section {
    padding: 52px 21px; /* 65px 26px → 80% */
  }
  .news-item {
  flex-direction: column;
  margin-bottom: 33.56px;
  padding-bottom: 28px;
}

.article-author, 
  .article-date {
    font-size: 22.4px;       /* 14px × 1.6 */
    line-height: 28px;       /* 17.5px × 1.6 */
    letter-spacing: -0.22px; /* -0.14px × 1.6 */
    font-weight: 300;
    color: #121212;
  }

  .article-content {
    font-size: 22.4px;       /* 14px × 1.6 */
    line-height: 28px;       /* 17.5px × 1.6 */
    letter-spacing: -0.22px; /* -0.14px × 1.6 */
    font-weight: 300;
    color: #121212;
  }

  .back-link {
    margin-bottom: 16px;     /* 10px × 1.6 */
  }

  .view-archive {
    font-size: 22.4px;       /* 14px × 1.6 */
    line-height: 28px;       /* 17.5px × 1.6 */
    letter-spacing: -0.22px; /* -0.14px × 1.6 */
    font-weight: 300;
  }
  .news-item {
    flex-direction: column;
  }

  .news-title {
    font-size: 47px; /* 59px → 80% */
    font-weight: 400;
    line-height: 47px; /* 59px → 80% */
    letter-spacing: -0.26px; /* -0.32px → 80% */
    margin-bottom: 26px; /* 32px → 80% */
    border-bottom: 0.5px solid #121212;
    padding-bottom: 26px; /* 32px → 80% */
  }

  .news-heading {
    font-size: 22.4px; /* 28px → 80% */
    line-height: 28px; /* 35px → 80% */
    letter-spacing: -0.22px;
    font-weight: 300;
    margin-bottom: 32px; /* 40px → 80% */
    max-width: 100%;
  }

  .news-description {
    font-size: 22.4px;
    line-height: 28px;
    letter-spacing: -0.22px;
    font-weight: 300;
    margin-bottom: 32px;
    max-width: 100%;
  }

  .news-content {
    width: 100%;
    padding: 4px; /* 5px → 80% */
    padding-top: 0;
    padding-bottom: 26px; /* 33px → 80% */
  }

  .news-image {
    width: 100%;
    max-width: 290px; /* 363px → 80% */
    border-radius: 6px; /* 7px → 80% */
    border: 1px solid;
  }

  /* Single Article */
  .single-news-content {
    padding: 52px 21px; /* 65px 26px → 80% */
  }

  .news-article-wrapper {
    flex-direction: column;
  }

  .news-article-left {
    width: 100%;
    position: static;
  }

  .article-title {
    font-size: 33.6px; /* 42px → 80% */
    margin-bottom: 26px; /* 32px → 80% */
    padding-bottom: 26px; /* 32px → 80% */
  }

  .flex-news {
    display: flex;
    flex-direction: column-reverse;
    max-width: 91vw;
    justify-content: flex-end;
    gap: 26px; /* 32px → 80% */
  }

  .article-meta {
    display: flex;
    flex-direction: column;
    gap: 8px; /* 10px → 80% */
    text-transform: capitalize;
    width: 100%;
  }

  .news-article-right {
    width: 100%;
  }
}


/* 700px–1024px — original (tablet) */
@media (min-width: 700px) and (max-width: 1024px) {
  .news-section {
    padding: 65px 26px;
  }

  .news-item {
    flex-direction: column;
        margin-bottom: 41.95px;
    padding-bottom: 35px;
  }

  .news-title {
    font-size: 50px;
    font-weight: 400;
    line-height: 59px;
    letter-spacing: -0.32px;
    margin-bottom: 32px;
    border-bottom: 0.5px solid #121212;
    padding-bottom: 32px;
  }

  .news-heading {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -0.28px;
    font-weight: 300;
    margin-bottom: 40px;
    max-width: 100%;
  }

  .news-description {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -0.28px;
    font-weight: 300;
    margin-bottom: 40px;
    max-width: 100%;
  }

  .news-content {
    width: 100%;
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 33px;
  }

  .news-image {
    width: 51.86%;
    max-width: 363px;
    border-radius: 7px;
    border: 1px solid;
  }

  /* Single Article Tablet */
  .single-news-content {
    padding: 65px 26px;
  }

  .news-article-wrapper {
    flex-direction: column;
  }

  .news-article-left {
    width: 100%;
    position: static;
  }

  .article-title {
    font-size: 42px;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
  
  .flex-news {
    display: flex;
    flex-direction: column-reverse;
    max-width: 91vw;
    justify-content: flex-end;
    gap: 32px;
}
.article-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-transform: capitalize;
    width: 100%;
}
  .news-article-right {
    width: 100%;
  }
}
/* ──────────────── HERO STYLING ──────────────── */

.hero {
  padding-left: 30px;
  max-height: calc(100vh - 200px);
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
}

.hero-left {
  width: 50%;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: -0.28px;
  font-weight: 400;
  padding-top: 80px;
}

.hero-text {
  width: 83.95%;
}

.hero-text p {
  color: #fff;
}

.hero-right {
  width: 50%;
  object-fit: cover;
}

/* 💻 Tablet (700px – 1024px) */
@media (min-width: 700px) and (max-width: 1024px) {
  .hero {
    display: flex;
    flex-direction: column;
    min-height: 59.57vh !important;
    padding: 0 !important;
    max-height: 100%;
  }
   .news-title{
        padding-left: 0px; 
     padding-right: 0px;
  }
  
  .news-item{
     padding-top: 0px; 
     padding-left: 0px; 
     padding-right: 0px;
  }
  .hero-left {
    width: 100%;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -0.28px;
    font-weight: 500;
    padding-top: 0;
  }

  .hero-text {
    width: 91.5%;
    padding-top: 23px !important;
    padding-left: 26px !important;
    padding-bottom: 128px;
  }

  .hero-right {
    width: 100%;
    height: auto;
    aspect-ratio: 700 / 532;
    border-radius: 7px;
  }
}

/* 📲 Medium mobile / small tablet (450px – 700px) */
@media (min-width: 450px) and (max-width: 700px) {
  .hero {
    display: flex;
    flex-direction: column;
    padding: 0;
     max-height: 100%;
    gap: 32px;
  } 

   .news-title{
        padding-left: 0px; 
     padding-right: 0px;
  }
  
  .news-item{
     padding-top: 0px; 
     padding-left: 0px; 
     padding-right: 0px;
  }

      .hero-left {
        width: 100%;
        font-size: 14px;
        line-height: 17.5px;
        letter-spacing: -0.14px;
        font-weight: 400;
        padding-top: 0px;
    }

      .hero-text {
        width: 100%;
        font-size: 22.4px;
        letter-spacing: -0.23px;
        line-height: 23px;
        padding-top: 18.4px;
        padding-left: 20.8px;
        padding-right: 26.4px;
        padding-bottom: 102.4px;
    }

  .hero-text p {
    font-size: 22.4px;
    line-height: 28px;
    letter-spacing: -0.224px;
  }

  .hero-right {
    width: 100%;
    height: auto;
    aspect-ratio: 700 / 532;
    border-radius: 7px;
  }
}

/* 📱 Small mobile (max-width: 450px) — 3/4 of tablet */
@media (max-width: 450px) {
  .hero {
    display: flex;
    flex-direction: column;
    padding: 0;
    max-height: 100%;
  }
  .news-title{
        padding-left: 0px; 
     padding-right: 0px;
  }
  
  .news-item{
     padding-top: 0px; 
     padding-left: 0px; 
     padding-right: 0px;
  }

  .hero-left {
    width: 100%;
    font-size: 21px; /* 3/4 of 28px */
    line-height: 26.25px; /* 3/4 of 35px */
    letter-spacing: -0.21px; /* 3/4 of -0.28px */
    font-weight: 500;
    padding-top: 0;
  }

  .hero-text {
    width: 91.5%;
    padding-top: 23px !important;
    padding-left: 26px !important;
    padding-bottom: 128px;
  }

  .hero-text p {
    font-size: 21px; /* 3/4 of 28px */
    line-height: 26.25px; /* 3/4 of 35px */
    letter-spacing: -0.21px;
  }

  .hero-right {
    width: 100%;
    height: auto;
    aspect-ratio: 700 / 532;
    border-radius: 7px;
  }
}


