@media (max-width: 767px) {

    /* header-section */
    .header-section {
        display: none;
    }

    .header-mid {
        display: none;
    }

    .header-side {
        width: 50%;
    }

    .country {
        font-size: 16px;
    }

    .down-arrow {
        width: 25px;
    }

    .mobile-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-head .header-side {
        flex: 1;
    }

    .mobile-head .header-side.b {
        display: flex;
        justify-content: flex-end;
    }

    .search-section {
        display: flex;
        align-items: center;
        gap: 15px;
        padding-right: 20px;
    }

    /* menu-section */
    .menu-container {
        flex-direction: column;
    }

    .menu-left,
    .menu-center,
    .menu-right {
        width: 100%;
        padding: 0px;
        padding-top: 60px;
        border: none;
        align-items: center;
    }

    .menu-left {
        order: 1;
    }

    .menu-center {
        order: 2;
    }

    .menu-right {
        order: 3;
    }

    .info-columns {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
    }

    .menu-left .close-icon {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .menu-logo {
        font-size: 32px;
        text-align: center;
    }

    .menu-icon-group div,
    .menu-text-group div {
        text-align: center;
    }

    .brands p {
        text-align: center;
    }

    .menu-overlay {
        overflow-y: auto;
        height: 100vh;
    }

    .mobile-head {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }
    

    .header-section-grid {
        display: none;
    }

    .menu-left-grid {
        width: 100%;
        text-align: center;
    }

    /* top-section */
    .top-section {
        padding: 40px 15px;
        display: block;
    }

    .top-grid {
        width: 100%;
        padding-bottom: 20px;
    }

    .top-img-head {
        font-size: 20px;
        font-weight: 600;
    }

    .key {
        height: 20px;
    }

    .top-right-grid {
        display: block;
    }

    .top-grid-box {
        padding-bottom: 20px;
        width: 100%;
        display: flex;
        gap: 15px;
    }

    .top-img {
        width: 50%;
        height: auto;
    }

    /* archeive-section */
    .section {
        padding: 30px 15px;
    }

    .papper-head-section {
        width: 80%;
    }

    .papper-cut-section {
        width: 100%;
    }

    .papper-head-section {
        width: 100%;
        padding: 30px 0px;
    }

    /* topic-section */
    .topic-grid-section {
        width: 100%;
        display: block;
        padding: 0;
    }

    .topic-grid {
        display: flex;
        gap: 10px;
        padding-bottom: 15px;
    }

    .topic-grid-img {
        width: 50%;
    }

    /* bottom-section */
    .bottom-section {
        display: block;
        gap: 10px;
        margin: 0;
        width: 100%;
    }

    .latest-news-section {
        padding: 0px 15px;
    }

    .bottom-left {
        width: 100%;
    }

    .bottom-right {
        width: 100%;
    }

    .news-headline {
        font-size: 20px;
    }

    /* footer */
    .footer {
        flex-direction: column;
        padding: 40px 10px;
        gap: 20px;
    }

    .footer-logo {
        flex: 0 0 50px;
    }

   .footer-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 0px;
    text-align: left;
  }

  .footer-column {
    width: 100%;
  }

    .bottom-footer {
        padding: 40px 20px;
    }

    .footer-top {
        flex-direction: column;
        gap: 40px;
        width: 100%;
        padding: 30px 0;
        margin: 0;
    }

    .footer-left {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    .live-tag {
        font-size: 14px;
        padding: 8px 16px;
    }

    .footer-right {
        padding: 20px;
        border-left: none;
        border-top: none;
        border-bottom: none;
    }

    .logo-text {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .newsletter-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .newsletter-form {
        flex-direction: column;
        width: 100%;
    }

    .newsletter-form input[type="email"] {
        width: auto;
        margin-bottom: 10px;
    }

    .newsletter-form button {
        width: 100%;
    }

    .footer-middle {
        padding-top: 40px;
    }

    .middle-links {
        justify-content: center;
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .footer-nav {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        width: 100%;
    }

    .social-icons {
        justify-content: center;
        width: 100%;
    }

    .footer-icon {
        width: 25px;
        height: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* Header Section */
  .header-section-grid.b {
    flex-wrap: wrap;
  }
  
  .header-side, .header-mid {
    width: 50%;
    padding: 10px 0;
  }
  
  .mid-option {
    flex-wrap: wrap;
    gap: 10px;
  }
  
  /* Top Section */
  .top-section {
    padding: 30px;
  }
  
  /* Topic Grid Sections */
  .topic-grid-section {
    width: 100%;
  }
  
  /* Bottom Section */
  .bottom-section {
    width: 100%;
  }
  
  /* Footer */
  .footer-columns {
    gap: 0px;
  }
  

}

@media (min-width: 992px) and (max-width: 1200px) {
  /* Adjust container widths */
  .topic-grid-section,
  .bottom-section {
    width: 90%;
  }
  
  /* Header adjustments */
  .mid-option {
    gap: 15px;
  }
  
  .header-options {
    font-size: 15px;
  }
  
  /* Footer adjustments */
  .footer {
    padding: 60px;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {}