/* Mobile overrides for Disney Adventure tour page */
@media (max-width: 768px) {
    html, body {
        overflow-x: hidden;
    }

    #section2_video {
        height: 70vh;
        min-height: 360px;
    }

    #container_1 {
        height: auto !important;
        /*min-height: 0 !important;*/
    }

    .section_head,
    .section_head_1,
    #section_fast_food,
    #section_rooms_title,
    #section_itinerary_title {
        min-height: 420px !important;
        padding: 60px 0 !important;
    }

        .section_head .big-text h1,
        #section_fast_food .big-text h1,
        #section_rooms_title .big-text h1,
        #section_itinerary_title .big-text h1 {
            font-size: 24px !important;
            line-height: 1.3;
        }

    .dadv-simple-title {
        min-height: 420px !important;
        padding: 60px 0 !important;
    }

    .fact-one-1--dadv {
        min-height: 70vh !important;
        padding: 60px 0 !important;
    }

    .fact-one-1--dadv .row {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 12px;
        justify-content: center;
        margin-top: 16px;
    }

    .fact-one-1--dadv .row > [class*="col-"] {
        float: none;
    }

    .fact-one-1--dadv .row > .col-lg-12 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .fact-one-1--dadv .row > .col-lg-3 {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
        padding-left: 6px;
        padding-right: 6px;
    }

    .fact-one-1--dadv .row > .col-lg-3.col-md-6.col-sm-6 {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }

        .fact-one-1--dadv .fact-one__item {
            width: 100%;
            max-width: 100%;
            min-width: 0;
            padding: 6px 4px;
            text-align: center;
        }

        .fact-one-1--dadv .fact-one__item__count {
            font-size: 30px;
            line-height: 10px;
            min-height: auto;
        }

        .fact-one-1--dadv .fact-one__item__title {
            font-size: 12px;
        }

        .fact-one-1--dadv .fact-one__icon span {
            font-size: 34px;
            line-height: 1;
        }

    .pricing-one__item {
        border-radius: 16px;
    }

    .pricing-one__image img {
        border-radius: 12px;
    }

    .pricing-one__title {
        font-size: 20px;
    }

    .pricing-one__price {
        font-size: 16px;
        padding: 10px 14px;
    }

    .fast-food-section {
        min-height: auto;
        padding-top: 50px;
    }

    .fast-food-showcase {
        /*display: flex !important;
        flex-direction: column;*/
        gap: 14px;
    }

    .fast-food-list {
        order: 1;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 6px;
        max-height: none;
        width: 100%;
        margin: 0 0 12px;
        padding-left: 0;
        margin-top: 10px;
        padding-top: 10px;
    }

    .fast-food-preview {
        order: 2;
        margin-top: 4px;
    }

    .fast-food-card {
        gap: 8px;
        padding: 10px 14px;
        /* min-width: 170px; */
        border-radius: 999px;
    }

    .fast-food-card__image {
        display: none;
    }

    .fast-food-card__title {
        font-size: 12px;
        white-space: nowrap;
    }

    .fast-food-preview__content h3 {
        font-size: 18px;
    }

    .fast-food-preview__content p {
        font-size: 14px;
    }

    .fast-food-preview {
        padding: 0;
        border-radius: 0;
        border: none;
        background: none;
    }

    .fast-food-preview__content {
        text-align: left;
        padding: 12px 4px 6px;
    }

        .fast-food-preview__content h3 {
            text-align: center;
        }

    .fast-food-card {
        background: transparent;
        border-color: rgba(255, 255, 255, 0.35);
    }

    .rooms-card .rooms-content {
        position: static !important;
        width: 100% !important;
        margin-top: 16px;
        transform: none !important;
    }

    #container_9 {
        min-height: auto;
    }
        /* Mobile layout for theme carousel (container_9) */
        #container_9 .container_9 {
            flex-direction: column;
        }

            #container_9 .container_9 .image-section,
            #container_9 .container_9 .text-section {
                width: 100%;
                flex: 0 0 100%;
            }

            #container_9 .container_9 .text-section {
                padding: 18px 16px 22px;
                text-align: center;
            }

                #container_9 .container_9 .text-section h1 {
                    font-size: 22px;
                }

                #container_9 .container_9 .text-section h2 {
                    font-size: 16px;
                }

                #container_9 .container_9 .text-section p {
                    font-size: 14px;
                    line-height: 1.55;
                    text-align: left;
                }

        #container_9 .owl-nav button {
            width: 36px;
            height: 36px;
            line-height: 36px;
        }

        #container_9 .owl-prev {
            left: 6px;
        }

        #container_9 .owl-next {
            right: 6px;
        }

    .itinerary-section .pricing-one__item {
        padding: 18px;
        gap: 12px;
    }

    .itinerary-section .pricing-one__title {
        font-size: 18px;
    }

    .itinerary-section .pricing-one__item p {
        font-size: 14px;
    }

    /* Mobile layout for food tabs */
    .pricing-one_food .pricing-one__main-tab-box {
        flex-direction: column;
        gap: 18px;
    }

        .pricing-one_food .pricing-one__main-tab-box .tab-buttons {
            width: 100%;
            flex-direction: row;
            flex-wrap: nowrap;
            gap: 10px;
            overflow-x: auto;
            padding-bottom: 6px;
            -webkit-overflow-scrolling: touch;
            order: 1;
        }

            .pricing-one_food .pricing-one__main-tab-box .tab-buttons .tab-btn {
                flex: 0 0 auto;
                width: auto;
            }

                .pricing-one_food .pricing-one__main-tab-box .tab-buttons .tab-btn span {
                    padding: 10px 14px;
                    font-size: 12px;
                    white-space: nowrap;
                }

        .pricing-one_food .pricing-one__main-tab-box .tabs-content {
            width: 100%;
            order: 2;
        }

    .pricing-one_food .container_2_new1 .text-section {
        text-align: center;
        padding: 10px 12px 0;
    }

        .pricing-one_food .container_2_new1 .text-section p {
            text-align: left;
            font-size: 14px;
        }

        .pricing-one_food .container_2_new1 .text-section h1 {
            font-size: 22px;
        }

        .pricing-one_food .container_2_new1 .text-section h2 {
            font-size: 16px;
        }

    .pricing-one_food .container_2_new1 .image-section {
        order: 2;
        margin-top: 14px;
    }

        .pricing-one_food .container_2_new1 .image-section img {
            width: 100%;
            height: auto;
            display: block;
        }
    .rooms-section .row {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .rooms-section .pricing-one__item {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
