@media (max-width: 767px) {

    /* header-section */
    .header-section {
        display: none;
    }

    .header-section.b {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 15px 10px;
    }

    .header-section-grid.b {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .logo {
        height: 20px;
        width: auto;
    }

    .grid-b-left {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .dollor-l {
        display: none;
    }

    .get {
        display: none;
    }

    .welcome {
        font-size: 10px;
    }

    .dollor {
        font-size: 10px;
    }

    .subscribe-btn {
        padding: 5px 0px;
        font-size: 10px;
    }

    /* Sidebar Container */
    .sidebar {
        top: 100px;
    }

    .popup-content {
        width: 90%;
    }

    .popup-content h2 {
        margin-top: 50px;
    }

    /* main-body-section */
    .main-body-section {
        width: 100%;
        display: block;
    }

    .main-body-section-l {
        width: 100%;
    }

    .main-body-section-s {
        width: 100%;
    }

    .news-title {
        font-size: 14px;
    }

    .news-section {
        padding: 15px 10px;
    }

    .main-head {
        font-size: 20px;
        line-height: 1.4rem;
    }

    .summary {
        font-size: 12px;
        line-height: 1rem;
    }

    .date {
        font-size: 10px;
    }

    .two-grid-box {
        display: block;
    }

    .two-grid-box .grid-three {
        width: 100%;
        padding: 15px 10px;
    }

    .second-main-head {
        font-size: 16px;
    }

    .mini-head {
        font-size: 14px;
        line-height: 1.0rem;
    }

    .more {
        font-size: 12px;
    }

    .grid-grey {
        padding: 15px 10px;
    }

    .grid-three.g div {
        padding: 15px 10px;
    }

    .micro-head {
        padding-bottom: 5px;
        font-size: 8px;
    }

    /* video-section */
    .video-section {
        padding: 15px 10px;
        width: 100%;
    }

    .video-grid-section {
        display: block;
    }

    .video-grid-section-l {
        width: 100%;
        height: auto;
    }

    .video-grid-section-s {
        width: 100%;
        height: auto;
    }

    .video-grid-section-l img {
        border-radius: 0px;
        padding-bottom: 10px;
    }

    .video-grid-section-mini {
        height: 100%;
        overflow-y: auto;
        display: flex;
        flex-direction: row;
        gap: 2px;
        padding-right: 5px;
        box-sizing: content-box;
    }

    .video-summary {
        display: none;
        border-radius: 0px;
    }

    .video-minigrid-img {
        border-radius: 0px;
    }

    .grid-main-head {
        font-size: 16px;
    }

    .partner-content-section {
        display: block;
    }

    /* btn-grid-section */
    .btn-grid-section {
        padding: 15px 10px;
        width: 100%;
        margin: 0 auto;
    }

    .btn-two-grid-section {
        display: block;
        gap: 20px;
        padding: 15px 0px;
    }

    .btn-two-grid {
        width: 100%;
        padding-bottom: 10px;
    }

    .btn-three-grid-section {
        display: block;
    }

    .btn-three-grid {
        padding-bottom: 10px;
    }

    .grid-main-img {
        width: auto;
        height: auto;
    }

    /* footer */
    .site-footer {
        padding: 10px 10px;
        margin-top: 0px;
    }

    .footer-top {
        display: flex;
        flex-direction: column;
        /* Stack columns vertically */
        align-items: center;
        /* Center-align each column */
        gap: 20px;
        text-align: center;
    }


    .footer-bottom {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 5px;
        padding: 10px 0;
    }

    .footer-middle p a {
        display: block;
        font-size: 14px;
        line-height: 1.6;
        text-align: center;
    }

    .cateagory-page-section {
        width: 100%;
        padding: 10px 10px;
    }

    .cateagory-head {
        font-size: 18px;
    }

    .cateagory-options {
        overflow-x: auto;
        flex-wrap: nowrap;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        /* Smooth scrolling on iOS */
        scrollbar-width: thin;
        /* Firefox */
        padding-bottom: 10px;
    }

    .cateagory-page-options {
        flex: 0 0 auto;
        /* Prevent shrinking */
        white-space: nowrap;
        /* Prevent text from wrapping */
        font-size: 10px;
    }


    /* detail-page */
    /* detail-content-section */
    .detail-content-section {
        width: 100%;
        padding: 15px 10px;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {

    /* header-section */
    .header-section {
        width: 90%;
        padding: 10px 0px;
    }

    .header-section.b {
        display: none;
    }

    .cateagory-section {
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 5px;
    }

    .cateagory-section-option {
        font-size: 12px;
        white-space: nowrap;
    }

    /* welcome-section */
    .welcome-section {
        flex-wrap: wrap;
        padding: 10px 20px;
        gap: 8px;
        text-align: center;
    }

    .welcome,
    .dollor-l,
    .dollor,
    .get {
        font-size: 16px;
    }

    .subscribe-btn {
        margin-top: 5px;
    }

    /* main-body-section */
    .main-body-section {
        width: 90%;
        flex-direction: column;
    }

    .main-body-section-l,
    .main-body-section-s {
        width: 100%;
    }

    .two-grid-section {
        flex-direction: column;
        gap: 15px;
    }

    .grid-section-l,
    .grid-section-s {
        width: 100%;
    }

    .three-grid-section {
        flex-wrap: wrap;
    }

    .grid-three {
        width: calc(50% - 15px);
    }

    .grid-three.g {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .grid-three.g div {
        width: calc(50% - 10px);
    }

    /* video-section */
    .video-section {
        width: 90%;
    }

    .video-grid-section {
        flex-direction: column;
    }

    .video-grid-section-l {
        width: 100%;
        height: 400px;
    }

    .video-grid-section-s {
        width: 100%;
        height: auto;
    }

    .video-grid-section-mini {
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 10px;
    }

    .video-mini-grid {
        min-width: 150px;
    }

    /* btn-grid-section */
    .btn-grid-section {
        width: 90%;
    }

    .btn-two-grid-section {
        flex-direction: column;
    }

    .btn-two-grid {
        width: 100%;
    }

    .btn-three-grid-section {
        flex-wrap: wrap;
    }

    .btn-three-grid {
        width: calc(50% - 10px);
    }

    /* footer */
    .footer-top {
        width: 90%;
        gap: 20px;
    }

    .footer-column {
        width: 100%;
        /* Full width */
        max-width: 300px;
        /* Optional: limit max width for readability */
    }

    .footer-column ul {
        padding-left: 0;
        /* Remove left padding for mobile */
        list-style-position: inside;
    }

    /* sidebar adjustments */
    .sidebar {
        width: 300px;
        top: 140px;
    }

    /* popup adjustments */
    .popup-content {
        width: 70%;
    }

    /* main-body-section adjustments */
    .main-body-section {
        width: 90%;
        flex-direction: column;
        gap: 15px;
    }

    .main-body-section-l,
    .main-body-section-s {
        width: 100%;
    }

    .news-section {
        padding: 15px;
    }

    .main-head {
        font-size: 24px;
        line-height: 1.8rem;
        padding-bottom: 15px;
    }

    .summary {
        font-size: 16px;
    }

    /* two-grid-box adjustments */
    .two-grid-box {
        flex-direction: column;
        gap: 15px;
    }

    .two-grid-box .grid-three {
        width: 100%;
    }

    .grid-three.g {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
    }

    .grid-three.g div {
        width: calc(50% - 8px);
        padding: 10px;
    }

    .img-wrap {
        height: 150px;
    }

    .mini-head {
        font-size: 15px;
    }

    /* video-section adjustments */
    .video-section {
        width: 90%;
        padding: 15px 0;
    }

    .video-grid-section {
        flex-direction: column;
    }

    .video-grid-section-l {
        width: 100%;
        height: 400px;
    }

    .video-grid-section-s {
        width: 100%;
        height: auto;
        margin-top: 15px;
    }

    .video-grid-section-mini {
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 10px;
        gap: 8px;
    }

    .video-mini-grid {
        min-width: 200px;
    }

    .video-summary {
        font-size: 11px;
    }

    /* general adjustments */
    .news-title,
    .second-main-head {
        font-size: 18px;
    }

    .date {
        font-size: 13px;
    }

    .more {
        font-size: 13px;
    }

    /* partner-section adjustments */
    .partner-content-section {
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
    }

    .partner-content-section .main-body-section-l,
    .partner-content-section .main-body-section-s {
        width: 100%;
    }

    .partner-content-section .two-grid-box {
        flex-direction: column;
    }

    .partner-content-section .grid-three {
        width: 100%;
        margin-bottom: 20px;
    }

    /* main-body-section adjustments */
    .main-body-section {
        width: 90%;
        flex-direction: column;
    }

    .main-body-section-l,
    .main-body-section-s {
        width: 100%;
    }

    .two-grid-box {
        flex-direction: column;
    }

    .two-grid-box .grid-three {
        width: 100%;
    }

    .grid-three.g {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
    }

    .grid-three.g div {
        width: calc(50% - 8px);
    }

    .img-wrap {
        height: 150px;
    }

    /* btn-grid-section adjustments */
    .btn-grid-section {
        width: 90%;
        padding: 15px 0;
    }

    .btn-two-grid-section {
        flex-direction: column;
    }

    .btn-two-grid {
        width: 100%;
        margin-bottom: 20px;
    }

    .btn-three-grid-section {
        flex-wrap: wrap;
    }

    .btn-three-grid {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }

    .img-wrap-l {
        height: 250px;
    }

    /* footer adjustments */
    .footer-top {
        width: 90%;
    }

    .footer-column {
        min-width: 45%;
    }

    /* general typography adjustments */
    .grid-main-head {
        font-size: 24px;
    }

    .second-main-head {
        font-size: 18px;
    }

    .mini-head {
        font-size: 15px;
    }

    .btn-img-head {
        font-size: 16px;
    }

    .btn-img-summary {
        font-size: 13px;
    }

    /* spacing adjustments */
    .latest-news-grid,
    .news-grid {
        padding: 10px 0;
    }

    /* detail-content-section */
    .detail-content-section {
        width: 90%;
        padding: 15px 0px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {}

@media (min-width: 1201px) and (max-width: 1400px) {}