@media (max-width: 768px) {
    body{
        overflow-x: hidden;
    }
    *{
         overflow-x: hidden;
        
    }
    
/* ================= Header ================= */
.header {
    flex-direction: column;
    align-items: flex-start;
    height: 130px;
  }

  .header-left {
    width: 100%;
  }
.header-right {
    order: 3;
    width: 100%;
    justify-content: center;
}
.logo {
    padding-top: 20px;
    justify-content: center;
    margin-left: 0;
  }
 .nav {
    width: 100%;
    margin-top: 12px;
    padding-bottom: 8px;

    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;

    gap: 12px;
    -webkit-overflow-scrolling: touch; /* smooth iOS scroll */
  }

  /* Hide scrollbar (optional) */
  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav {
    scrollbar-width: none; /* Firefox */
  }

  .nav-item {
    flex-shrink: 0; /* prevents wrapping */
    font-size: 14px;
    padding: 6px 12px;
    white-space: nowrap;
  }

 
.date{
    display: none;
}

.newsletter-btn {
    display: none;
}

.icons{
    display: none;
}

.catagory-section-b {
    display: none;
}
/* section1 */
.section-1 {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding-left: 20px;
    padding-top: 20px;
}
.category-right{
   height: 20px;
  width: 100%;
  max-width: 100px;
}
.category-right img{
  margin-top: 0px;
  margin-right: 0px;
  height: 20px;
  width: 100%;
  max-width: 100px;
}

.article-list {
  width: 100%;
  max-width: 420px;
}

.article-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
}
.article-image{
     height: 90px;
  width: 100%;
  max-width: 100px;
}
.article-image img{
  margin-top: 0px;
  margin-left: 0px;
  border-radius: 12px;
  height: 30px;
  width: 100%;
  object-fit: cover;
}


.meta-name {
  font-size: 12px;
  font-weight: bold;
  color: red;
  margin-bottom: 5px;
}


.article-title {
  text-decoration: none;
  color: #07106d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.divider {
  display: none;
}
.separator{
    display: none;
}

.meta-date{
    display: none;
}
.meta-left {
    margin-left: 0;
    margin-top: 10px;
}
.mixed-news{
max-width: 100%;
 padding-right: 0px;
 display: flex;
 flex-direction: row;
 padding-left: 30px;
 padding-right: 30px;
}


.mixed-news-divider{
display: none;
  
}
.meta-info{

  margin-top: 5px;
  padding-left: 10px;
}

.mixed-news a {
    text-decoration: none;
    font-size: 11px;
    color: #060d5a;
    font-weight: bolder;
    margin-right: 10px;
}
.article-card{
  display: flex;
  flex-direction: row;
}
.article-image img {
        margin-top: 0px;
        margin-left: 0px;
        border-radius: 12px;
        height: 70px;
        width: 100%;
        object-fit: cover;
    }
.article-news {
    max-width: 100%;
}

.migration-image img {
    margin-top: 30px;
    width: 100%;
    height: 300px;
    border-radius: 15px 15px 15px 15px;
    padding-bottom: 10px;
    margin-left: 0px;
    object-fit: cover;
    padding-right: 30px;
    padding-left: 10px;
}

.news1-title {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 800;
    color: rgb(22, 22, 118);
    padding-right: 20px;
    padding-left: 10px;
}
.news1{
    padding-left: 10px;
}
.news2-content1 {
    padding-top: 0px;
    padding-right: 30px;

}
.news2{
 
  height: auto;
}
.underline {
    margin-top: 15px;
    background-color: black;
    width: 250px;
    height: 3px;
    border-radius: 12px; 
}
.news2-title a {
    text-decoration: none;
    font-weight: bolder;
    color: rgb(17, 17, 109);
    font-size: 12px;
}
.news2-image{
width: 100%;
  max-width: 100px;
  height: 90px;
}
.news2-image img{
  width: 100%;
  max-width: 100px;
  height: 80px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 16px;
  object-fit: cover;
}

.migration-divider{
    display: none;
}
.most-read-news {
   max-width: 100%;
        margin-left: 0px;
        padding-left: 0px;
}

.most-read-image img {
     width: 100%;
    max-width: 100px;
    height: 90px;
    margin-right: 0px;
    margin-top: 0px;
    border-radius: 12px;
    padding-right: 0px;
    object-fit: cover;
}
.most-read-title{
    font-size: 23px;
    font-weight: bolder;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #050a44;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 5px;
   
}
.most-read-meta{
  display: flex;
  padding-left: 10px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.most-read-meta p{
    padding-right: 30px;
}

.most-read-meta a{
  text-decoration: none;
  color: rgb(10, 10, 110);
  font-size: 12px;
  font-weight: bolder;

}
.most-read-meta img{
  width: 40px;
  max-width: 100%;
  height: 30px;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  padding-right: 10px;
}
.most-read-divider{
    display: none;
}


.news2-content{
  padding-top: 30px;
  display: flex;
  flex-direction: row; 
}

.most-read-under-image img {
    width: 400px;
    height: 180px;
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 16px;
    padding-right: 40px;
    object-fit: contain;
}

.Subscribe-meta {
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
}


.section-2 {
    display: flex;
    flex-direction: column;
    border: 2px solid #000000;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left:30px;
    margin-right: 30px;
    border-radius: 5px;

    height: 250px;
    
}

    .Subscribe-meta {
        max-width: 100%;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

 .email {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
   
    
  }

  .email input {
    width: 100%;
    padding: 10px 15px;   /* 🔽 reduced */
    font-size: 14px;
    box-sizing: border-box;
  }

  .email button {
    width: 100%;
    padding: 12px;        /* 🔽 reduced */
    font-size: 14px;
    border-radius: 10px;
    box-sizing: border-box;
  }
    .section-3 {
    display: flex;
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 30px;
    padding-right: 30px;
}
.story {
    display: flex;
    flex-direction: row;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
}
.story img {
    width: 100%;
    max-width: 100px;
    height: 80px;
    border-radius: 12px;
    object-fit: cover;
}
.story-divider {
    display: none;
}

.zigzag-line{
    display: none;
}

.story a{
  text-decoration: none;
  font-size: 11px;
  font-weight: bolder;
  color: #060d5a;
}
.story-save{
   padding-left: 10px;
}

.story p{
  padding-top: 5px;
}

.section-4 {
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}
.mixed-image{
    width: 100%;
    max-width: 100px;
    height: 100px; 
    object-fit: cover;
}
.mixed-image img {
    width: 150px;
    height: 100px;
    padding-bottom: 30px;
    display: block;
    object-fit: cover;
}
.quick-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
}

.section-6 {
    border: 1px solid black;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    border-radius: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.skirmishes-news {
    display: flex;
    flex-direction: column;
}

.skirmishes-content a {
    text-decoration: none;
    font-size: 20px;
    font-weight: bolder;
    color: #060d5a;
}
.skirmishes-news img {
    width: 100%;
    height: 350px;
    border-radius: 12px;
    margin-left: 0px;
    margin-bottom: 0px;
    object-fit: cover;
}
.zigzag-line {
    height: 2px;
    border: none;
    border-top: 2px solid #babbbc;
    margin-left: 0px;
    margin-right: 0px;
}

.skirmishes-content {
    margin-left: 0px;
    margin-top: 0px;
}
.tech-news {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
}
.tech-news-content img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    margin-top: 0px;
    margin-left: 0px;
    filter: brightness(70%);
    padding-bottom: 10px;
}

.business {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
}
.business-content {
    margin-left: 0px;
    margin-top: 0px;
  padding-left: 10px;

}

.business-content a {
    text-decoration: none;
    font-size: 12px;
    color: #050a43;
    font-weight: bolder;
}

.business-image{
    width: 100%;
    max-width: 100px;
    height: 100px;
}
.business-image img {
    margin-left: 0px;
    width: 100%;
    max-width: 100px;
    height: 90px;
    border-radius: 12px;
    object-fit: cover;
    padding-bottom: 20px;
}
.what-to-read {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
}
.world-news {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.world-news-meta{
    display: flex;
    flex-direction: row;
    padding-left: 30px;
    padding-right: 30px;
}
.world-news-image{
    width: 100%;
     max-width: 120px;
  height: 100px;
  
}

.world-news-image img{
  max-width: 100%;
  height: 100px;
  border-radius: 12px;
  margin-left: 0px;
}
.world-news-content a {
    text-decoration: none;
    font-size: 12px;
    font-weight: bolder;
    color: #07106d;
}
.world-news-content p{
  margin-top: 0px;
  margin-bottom: 0px;
}

.world-news-content{
    padding-top: 10px;
}
.section-8-head {
    color: #050a43;
    font-size: 25px;
    font-weight: bolder;
    margin-left: 0px;
    padding-left: 30px;
}

.world-news img {
    width: 100%;
    max-width: 100px;
    height: 90px;
    border-radius: 12px;
    margin-left: 0px;
    object-fit: cover;
}

.adv-image {
    width: 100%;
    margin-top: 0px;
    height: auto;
    margin-left: 0px;
    border-radius: 12px;
    object-fit: contain;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.what-to-read img {
    width: 100%;
    height: 500px;
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 16px;
    object-fit: cover;
    padding: 30px 30px 30px 30px;
}

.news-content {
    position: absolute;
    bottom: 180px;
    left: 60px;
    right: 60px;
    background: #ff1a1a;
    padding: 20px;
    border-radius: 18px;
    color: white;
}

.news-title {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}
.business-piller {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.business-piller-meta{
    padding-left: 30px;
    padding-right: 30px;
}
.business-piller-content{
    padding-top: 30px;
}

.business-piller-content a {
    text-decoration: none;
    font-size: 12px;
    font-weight: bolder;
    color: #071a33;
    margin-right: 0px;
}

.business-piller-image {
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    max-width: 100px;
    height: 90px;
    margin-top: 10px;
}
.news-col-1 {
    display: flex;
    flex-direction: row;
}
.more-news-item{
     width: 100%;
    max-width: 100px;
    height: 100px;
}
.more-news-item img {
    width: 100%;
    max-width: 100px;
    height: 90px;
    border-radius: 12px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    object-fit: cover;
}

.news-grid-2 {
    width: 100%;
}
.more-news {
    display: flex;
    flex-direction: column;
}

.vertical-divider {
    width: 1px;
    height: 1px;
    background-color: #e5e7eb;
}
.latest-card {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.latest-grid {
    
    grid-template-columns: repeat(1, 1fr);
   
}

.card-title a {
    font-size: 12px;
    font-weight: bolder;
    color: #050a44;
    line-height: 1.4;
    text-decoration: none;
}
.card-title{
    padding-top: 10px;
}
.image-wrap{
   width: 100%;
    max-width: 100px;
    height: 60px; 
}
.image-wrap img {
    width: 100%;
    max-width: 100px;
    height: 60px;
    object-fit: cover;
    display: block;
}
.explore {
    flex-direction: column;
    height: auto;
    margin-left: 30px;
    margin-right: 30px;
    padding: 20px;
    text-align: center;
  }

  .explore-title {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }

  .explore-title a {
    font-size: 22px;
    line-height: 1.3;
    display: block;
  }

  .explore-title p {
    font-size: 14px;
    margin-top: 12px;
  }

  .explore-meta {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .explore-btn {
    margin: 0;
    padding: 14px 40px;
    font-size: 16px;
    border-radius: 12px;
  }
.section-7 {
    display: flex;
    flex-direction: column;
    margin-right: 0px;
    margin-bottom: 0px;
}

.business{
  display: flex;
  flex-direction: row;
}
.section-8 {
    display: flex;
    flex-direction: column;
}


.logo {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: 0px;
}

.email input {
    width:100%;
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 15px;
    outline: none;
    margin-top: 0px;
}
.more-news{
    padding-left: 30px;
    padding-right: 30px;
}
.more-news-content a {
    text-decoration: none;
    font-size: 12px;
    font-weight: bolder;
    color: #050a44;
}

.more-news-content {
    margin-top: 0px;
    width: 100%;
    padding-left: 10px;
}

.more-news-head {
    color: #050a44;
    font-size: 25px;
    font-weight: bolder;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.more-news-divider {
    width: 100%;
    height: 0px;
    background-color: #e5e7eb;
    margin-bottom: none;
    margin-left: 0px;
}

 /* ================= FOOTER ================= */
  .footer {
    height: auto;
    padding-bottom: 20px;
  }

  .footer-content {
    flex-direction: column;
  }

  .footer-left-content,
  .footer-right-content {
    width: 100%;
    margin: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }

  .footer-icons {
    margin: 10px;
    padding-top: 35px;
    padding-left: 60px;
    margin-right: 0;
  }
.footer-icons img{
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.footer-email{
  border: 0.5px solid rgb(223, 221, 221);
  border-radius: 12px;
  margin-top: 30px;
  width:100%;
}

/* MAIN CONTAINER STACK */
  .catagory-container {
    flex-direction: column;
    padding: 16px;
  }

  /* HERO / LEFT CARD */
  .catagory-left-content {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 24px 16px;
  }

  .catagory-left-content h1 {
    font-size: 22px;
    color: white;
  }

.catagory-left-content p {
    font-size: 14px;
    color: white;
  }

  /* META WRAPPER */
  .catagory-container-meta {
    padding-bottom: 20px;
  }

  /* RIGHT SECTIONS STACK */
  .catagory-container-right-1,
  .catagory-container-right-2 {
    flex-direction: column;
    padding-left: 0;
    padding-top: 0;
  }

  /* CONTENT CARD */
  .catagory-container-content{
    display: flex;
    flex-direction: row;
    padding-right: 0;
    margin-bottom: 20px;
  }

   .read-image{
    width: 100%;
    max-width: 100px;
    height: 90px;
    border-radius: 12px;
   }
  /* IMAGE */
  .read-image img {
    width: 100%;
    height: 200px;
    border-radius: 12px;
  }

  /* META TEXT */
  .read-meta {
    padding-top: 10px;
    padding-left: 10px;
  }

  .read-meta a {
    font-size: 16px;
    line-height: 1.4;
  }

  .read-meta p {
    padding-top: 6px;
  }

 

  /* STACK LAYOUT */
  .bottom-content {
    flex-direction: column;
    padding: 16px;
  }

  /* SAVES CARD */
  .saves {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 24px 16px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
  }

  .my-saves h1 {
    font-size: 22px;
  }

  .my-saves p {
    font-size: 14px;
  }

  /* SAVES META MESSAGE */
  .saves-meta {
    padding: 0;
    text-align: center;
  }

  .saves-meta h1 {
    font-size: 18px;
    padding-bottom: 8px;
  }

  .saves-meta p {
    font-size: 14px;
    line-height: 1.5;
  }

  .saves-meta img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
  }

.red-cat-head {
    padding-right: 20px;
    padding-left:30px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.red-cat-news{
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0px3;
}

.red-news-item{
  width: 100%;
  max-width: 100px;
  height: 90px;
}

.red-news-item img{
  object-fit: cover;
}

.red-news-content{
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 30px;
}

.red-news-content a{
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  color: #060d5a;
}
}
