/* =========================================================================
   NASANI FRAMEWORK - RESPONSIVE STYLESHEET (MEDIA.CSS)
   Merged & Grouped by Breakpoint Queries
   ========================================================================= */

/* =========================================================================
   BREAKPOINT: @media (max-width: 1199px)
   ========================================================================= */
@media (max-width: 1199px) {
    .bean-nav__category {
        flex-basis: 210px;
    }

    .bean-nav__inner {
        gap: 12px;
    }

    .bean-nav__list>li>a {
        padding: 0 8px;
        font-size: 13px;
    }

    .restaurant-footer__primary,
    .restaurant-footer__secondary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .restaurant-footer__branch-map {
        min-height: 360px;
    }

    .grid-news {
        gap: 28px 18px;
    }
}

/* =========================================================================
   BREAKPOINT: @media (max-width: 991px)
   ========================================================================= */
@media (max-width: 991px) {
    .home-news-video {
        grid-template-columns: 1fr;
        --home-news-panel-height: 360px;
    }

    .home-news-video .title-main--left {
        min-height: auto;
    }

    .newsnb--vertical .splide__track {
        height: var(--home-news-panel-height) !important;
    }

    .news-detail-layout {
        grid-template-columns: 1fr;
    }

    .title-list {
        display: block;
        padding: 14px;
        text-align: center;
    }

    .title-list h2 {
        justify-content: center;
        font-size: 34px;
    }

    .title-list h2:after {
        display: none;
    }

    .home-product-cats {
        justify-content: center;
        margin-top: 12px;
    }

    .home-product-ajax-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 15px;
    }

    .prodetail__detail-layout {
        grid-template-columns: 1fr;
    }

    .prodetail__hot {
        padding: 16px;
    }

    .title-main h1,
    .title-main h2,
    .title-about h2 {
        font-size: 25px;
    }

    .splide__arrow {
        display: none
    }

    .header-wrap,
    .logo-mb {
        display: inline-block;
        text-align: center;
        max-width: 200px
    }

    .icon_menu_mobi {
        color: #9F0406;
        font-size: 32px;
        text-decoration: none;
        width: 35px;
        display: block;
        cursor: pointer;
        margin: 0;
        text-align: center
    }

    .logo-mobi {
        display: inline-block;
    }

    .thongtin-mb ul li {
        list-style: none;
        color: #000;
        font-weight: 500;
        margin-bottom: 15px
    }

    .thongtin-mb ul li:last-child {
        margin-bottom: 0
    }

    .thongtin-mb ul li i {
        font-size: 19px;
        margin-right: 10px;
        color: var(--color-main)
    }

    .close_menu {
        display: inline-block;
        cursor: pointer;
        position: absolute;
        top: 5px;
        right: 5px;
        width: 25px
    }


    .service-item__info h3 {
        font-size: 25px;
    }

    .footer-main {
        padding-top: 32px;
    }

    .footer-main__left {
        width: 100%;
    }

    .footer-main__map {
        min-height: 420px;
    }

    .wrap-about:after {
        display: none;
    }

    .flex-about {
        padding-right: 0px;
    }

    .about-right {
        width: 100%;
    }

    .about-left {
        width: 100%;
        margin-top: 10px;
    }

    .wr-statistical {
        margin-top: 18px;
    }

    .statistical-card {
        min-height: 96px;
        padding: 14px;
    }

    .statistical-card__number {
        font-size: 24px;
    }

    .news-detail-gallery {
        grid-template-columns: repeat(3, 1fr);
    }

    .video-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    
    .prodetail__header {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .prodetail__info {
        padding: 24px;
    }

    .product-layout {
        flex-direction: column;
        gap: 20px;
    }

    .left-product {
        position: fixed;
        left: -320px;
        top: 0;
        bottom: 0;
        min-height: 100vh;
        width: 300px;
        z-index: 9999;
        margin: 0;
        border-radius: 0;
        border: none;
        box-shadow: 10px 0 30px rgba(0, 0, 0, 0.15);
        overflow-y: auto;
        transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .left-product.show {
        left: 0;
    }

    .sidebar-filter__mobile-header {
        display: flex;
    }

    .filter-mobile-btn-wrap {
        display: block;
    }
}

/* =========================================================================
   BREAKPOINT: @media (max-width: 870px)
   ========================================================================= */
@media (max-width: 870px) {
    .scrollToTop {
        bottom: 140px
    }
}

/* =========================================================================
   BREAKPOINT: @media (max-width: 767px)
   ========================================================================= */
@media (max-width: 767px) {
    .contact-flex {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .info-news {
        padding: 28px 0;
    }

    .home-news-video {
        gap: 20px;
        --home-news-panel-height: 270px;
    }

    .newsnb--vertical .splide__track {
        height: var(--home-news-panel-height) !important;
    }

    .home-news-card.news-side-item {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    .home-video-player {
        padding: 10px;
    }

    .main-widget {
        bottom: 85px
    }

    .restaurant-footer {
        margin-top: 28px;
    }

    .restaurant-footer__primary,
    .restaurant-footer__secondary {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .restaurant-footer__primary {
        padding: 32px 0 24px;
    }

    .restaurant-footer__secondary,
    .restaurant-footer__branches {
        padding: 24px 0;
    }

    .restaurant-footer__branch-map {
        min-height: 320px;
    }

    .restaurant-footer__branch-tabs {
        top: 34px;
        left: 10px;
        right: 10px;
        gap: 8px;
        max-height: 112px;
        padding: 8px;
    }

    .restaurant-footer__branch-name {
        min-height: 34px;
        padding: 7px 10px;
        font-size: 13px;
    }

    .restaurant-footer__heading {
        font-size: 18px;
    }

    .home-news-video {
        --home-news-panel-height: 270px;
    }

    .home-contact-form .grid {
        grid-template-columns: 1fr;
    }

    .info-custommer {
        padding: 34px 0;
    }

    .home-contact-form {
        padding: 16px;
    }

    .home-product-ajax-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .title-list h2 {
        font-size: 25px;
    }

    .title-list h2:after {
        left: 0px;
    }

    .grid-news {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 14px;
    }

    .news-item__name {
        min-height: auto;
        font-size: 15px;
        line-height: 1.45;
    }

    .news-item__next {
        margin-top: 16px;
    }

    .news-detail-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .video-card__title {
        font-size: 14px;
    }

    .f-flipbook button {
        font-size: 13px;
    }

    .f-flipbook button {
        display: none;
    }

    .prodetail {
        padding-top: 8px;
    }

    .prodetail__info,
    .prodetail__tabs {
        padding: 16px;
    }

    .prodetail__title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .prodetail__option {
        gap: 6px 10px;
    }

    .prodetail__option li.line {
        display: none;
    }

    .prodetail__price-new {
        font-size: 24px;
    }

    .prodetail__desc {
        padding: 12px;
        margin-bottom: 16px;
    }

    .prodetail__actions {
        grid-template-columns: 1fr;
        gap: 8px;
        margin: 16px 0;
    }

    .prodetail__btn {
        min-height: 46px;
    }

    .prodetail__qty-group {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        margin: 16px 0;
    }

    .prodetail__social {
        align-items: flex-start;
        flex-direction: column;
    }

    .prodetail__tab-header {
        gap: 18px;
        overflow-x: auto;
        white-space: nowrap;
    }


    .footer-main__map {
        min-height: 320px;
        border-radius: 16px;
    }
}

/* =========================================================================
   BREAKPOINT: @media (max-width: 575px)
   ========================================================================= */
@media (max-width: 575px) {
    .video-page {
        padding-top: 4px;
    }

    .video-list-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .video-list-card__title {
        min-height: auto;
        font-size: 15px;
    }

    .service-item__info img {
        display: none;
    }

    .booking-trigger {
        width: 48px;
        height: 48px;
        min-height: 48px;
        padding: 0;
        border-radius: 50%;
    }

    .booking-trigger span {
        display: none;
    }

    #booking .modal-body {
        padding: 16px;
    }

    #booking .grid-cols-2 {
        grid-template-columns: 1fr;
    }

    .info-tags {
        gap: 6px;
    }

    .info-tags a {
        padding: 6px 10px;
        font-size: 13px;
    }
}

/* =========================================================================
   BREAKPOINT: @media (max-width: 480px)
   ========================================================================= */
@media (max-width: 480px) {
    .grid-news {
        grid-template-columns: 1fr;
    }
}

/* =========================================================================
   BREAKPOINT: @media (max-width: 419px)
   ========================================================================= */
@media (max-width: 419px) {
    .service-item__info h3 {
        font-size: 18px;
    }
}