@media (max-width: 767px) {

    /* navbar-section */
    .nav-top {
        padding: 15px 10px;
    }

    .logo {
        display: none;
    }

    .logo-s {
        display: flex;
        width: auto;
        height: 25px;
    }

    .user-text {
        display: none;
    }

    .subscribe-btn {
        font-size: 8px;
        /* Optional: ensure uniform height */
    }

    .nav-right-section {
        gap: 5px;
        align-items: center;
    }

    .nav-bottom {
        gap: 20px;
        padding: 10px 20px;
        /* Use smaller padding to give left space */
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
        justify-content: flex-start;
        /* ⬅️ fix this */
    }

    .nav-bottom::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari */
    }

    .cateagory-option {
        font-size: 12px;
        flex-shrink: 0;
    }

    /* Sidebar Menu */
    .menu-sidebar {
        box-sizing: border-box;
        padding: 20px;
        width: 100%;
    }

    /* dual-part-section */
    .dual-part-section {
        display: block;
        padding: 30px 10px;
        gap: 20px;
    }

    .dual-part-section-l {
        width: 100%;
    }

    .dual-part-section-s {
        width: 100%;
    }

    .two-part-section {
        display: block;
        gap: 15px;
        padding: 20px 0px;
    }

    .two-part-grid {
        width: 100%;
    }

    .three-part-section {
        display: block;
        padding: 50px 0px;
    }

    .three-part-grid {
        width: 100%;
        flex: 1;
        padding: 10px 0px;
        border-right: 0.5px solid #d8d8d8;
    }

    /* ad-content-section */
    .ad-content-section {
        padding: 20px;
        margin: 10px;
        display: block;
    }

    .ad-content-section-grid {
        width: 100%;
        display: block;
        gap: 15px;
        padding-bottom: 15px;
    }

    .ad-img-wrapper {
        position: relative;
        width: 100%;
    }

    .ad-content-section-grid-box {
        width: 100%;
        position: relative;
        padding-top: 10px;
    }

    /* most-read-section */
    .most-read-section {
        padding: 20px 10px;
    }

    .ranking-section {
        display: block;
        gap: 30px;
        margin: 20px 0px;
    }

    .ranking-item {
        padding-bottom: 20px;
        width: 100%;

    }

    .ajc-section {
        display: block;
        gap: 15px;
        padding: 20px 0px;
    }

    .ajc-section-left {
        width: 100%;
    }

    .ajc-section-right {
        width: 100%;
        display: block;
        gap: 15px;
    }

    .ajc-section-right-grid {
        width: 100%;
    }

    /* latest-news-section */
    .latest-news-section {
        padding: 20px 10px;
    }

    .latest-box {
        display: block;
        padding: 40px 0px;
    }

    .latest-news-grid {
        width: 100%;
        padding: 10px 0px;
        border-right: 0.5px solid #ccc;
        /* Light gray vertical line */
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {
  /* Navbar adjustments */
  .logo{
    height: 20px;
    width: auto;
}
  .nav-bottom {
    gap: 15px;
    overflow-x: auto;
    padding: 10px 5px;
    white-space: nowrap;
  }
  .cateagory-option {
    font-size: 12px;
  }

  /* Main content layout */
  .dual-part-section {
    flex-direction: column;
    padding: 20px 15px;
  }
  .dual-part-section-l, 
  .dual-part-section-s {
    width: 100%;
  }
  .dual-part-section-s {
    display: flex;
    gap: 20px;
  }
  .ad-section, 
  .today-video-section {
    width: 50%;
  }

  /* Three part sections */
  .three-part-section {
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .three-part-grid {
    width: 50%;
    padding: 15px;
    border-right: none;
    border-bottom: 0.5px solid #d8d8d8;
  }
  .three-part-grid:nth-child(odd) {
    border-right: 0.5px solid #d8d8d8;
  }
  .three-part-grid:nth-last-child(-n+2) {
    border-bottom: none;
  }

  /* AJC Sports section */
  .ajc-section {
    flex-direction: column;
  }
  .ajc-section-left, 
  .ajc-section-right {
    width: 100%;
  }
  .ajc-section-right {
    flex-direction: column;
  }
  .ajc-section-right-grid {
    width: 100%;
  }

  /* Most read section */
  .ranking-section {
    flex-wrap: wrap;
    gap: 15px;
  }
  .ranking-item {
    width: 45%;
  }

  /* Latest news */
  .latest-box {
    flex-wrap: wrap;
  }
  .latest-news-grid {
    width: 50%;
    padding: 15px;
    border-right: none;
    border-bottom: 0.5px solid #ccc;
  }
  .latest-news-grid:nth-child(odd) {
    border-right: 0.5px solid #ccc;
  }
  .latest-news-grid:nth-last-child(-n+2) {
    border-bottom: none;
  }

  /* Footer columns */
  .footer-top {
    gap: 30px;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .footer-column {
    width: 140px;
  }
}


@media (min-width: 992px) and (max-width: 1200px) {
  /* Navbar adjustments */
  .nav-bottom {
    gap: 20px;
    padding: 10px 5px;
  }
  .cateagory-option {
    font-size: 13px;
  }

  /* Main content layout */
  .dual-part-section {
    gap: 20px;
    padding: 25px 15px;
  }
  .dual-part-section-l {
    width: 70%;
  }
  .dual-part-section-s {
    width: 30%;
  }

  /* Three part sections */
  .three-part-grid-content .mini-head {
    font-size: 13px;
  }

  /* AJC Sports section */
  .ajc-section-right {
    gap: 10px;
  }
  .ajc-grid-left {
    width: 40%;
  }
  .ajc-grid-right {
    width: 60%;
  }

  /* Most read section */
  .ranking-item {
    width: 25%;
  }
  .ranking-item:last-child {
    width: 100%;
    margin-top: 15px;
  }

  /* Footer columns */
  .footer-top {
    gap: 25px;
  }
  .footer-column {
    width: 150px;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {}