﻿/* Mobile Responsive Styles */
@media (max-width: 768px) {
    /* Header Mobile Styles */
    .header-container {
        padding: 0 15px;
        position: relative;
    }

    .mobile-menu-btn {
        display: block !important;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
        padding: 8px;
        color: #333;
        z-index: 1001;
    }

    .nav {
        display: none;
    }

    .header-right {
        display: none;
    }

    .mobile-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: white;
        box-shadow: 2px 0 10px rgba(0,0,0,0.1);
        z-index: 1000;
        transition: left 0.3s ease;
        padding-top: 80px;
    }

        .mobile-menu.active {
            right: 0;
        }

    .mobile-nav-links {
        display: flex;
        flex-direction: column;
        padding: 0;
        gap: 0;
    }

        .mobile-nav-links .nav-link {
            padding: 20px 25px;
            border-bottom: 1px solid #eee;
            color: #333;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            transition: background 0.3s ease;
        }

            .mobile-nav-links .nav-link:hover {
                background: #f8f9fa;
                color: #D64E41;
            }

            .mobile-nav-links .nav-link:last-child {
                border-bottom: none;
            }

    /* Mobile Menu Overlay */
    .mobile-menu-overlay {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

        .mobile-menu-overlay.active {
            opacity: 1;
            visibility: visible;
        }

    /* Search Form Mobile */
    .search-form {
        min-width: auto;
        width: 95%;
        margin: 20px auto;
        padding: 20px;
        flex-direction: column;
        gap: 15px;
    }

    .form-fields {
        flex-direction: column;
        gap: 15px;
    }

    .swap_wrapper {
        width: 100%;
        flex-direction: column;
    }

    .calender_wrap {
        width: 100%;
    }

    .form-group.adult {
        min-width: auto;
        width: 100%;
    }

    .search-btn {
        width: 100%;
        margin-top: 10px;
    }

    .dream-container {
        flex-direction: column;
    }

    .works-steps {
        flex-direction: column;
    }

    section.how-it-works {
        margin-top: 0px;
    }

    .feature-row {
        flex-direction: column;
    }

    .works-title {
        font-size: 22px;
        font-weight: 700;
        color: white;
        line-height: 1.2;
        max-width: 554px;
        width: 100%;
        margin-bottom: 25px;
    }

    .tickets-title {
        font-size: 22px;
        margin-bottom: 27px;
        text-align: center;
    }

    .ticket-card {
        flex: 100%;
    }

    h1.booking-title {
        font-size: 22px !important;
        line-height: 33px;
        text-align: center;
        padding: 0 5px;
    }

    p.text_banner {
        FONT-SIZE: 13px;
        line-height: 21px;
    }

    .section-title {
        font-size: 23px;
    }

    .section-subtitle {
        color: #000000;
        font-size: 36px;
        margin-bottom: 9px;
        font-family: 'Allura', cursive;
        font-weight: 400px;
    }

    .balloon-icon {
        display: none;
    }

    .adventure-content {
        position: relative;
        top: 0px;
    }

    .subtitle {
        color: #243757;
        font-size: 22px;
        text-align: center;
        margin-top: 20px;
    }

    .title {
        font-size: 24px;
        text-align: center;
    }

    .dream-subtitle {
        color: #000000;
        font-size: 26px;
        text-align: center;
        justify-content: center;
        display: flex;
    }

    .tickets-grid {
        display: flex;
        gap: 20px;
        justify-content: center;
    }

    .dream-title {
        font-size: 22px;
        text-align: center;
    }

    .dream-trip {
        padding: 10px 20px;
        background: #fff;
        padding-bottom: 70px;
        padding-top: 16px;
    }

    .test_wrapper {
        flex-direction: column;
    }

    .testimonials-grid {
        width: 100%;
    }

    .testtext h5 {
        color: #243757;
        font-size: 19px;
    }

    .testtext h6 {
        color: #243757;
        font-size: 32px;
    }

    .testtop {
        display: none;
    }

    .testbottom {
        display: none;
    }

    .testtext {
        padding: 20px 0px;
    }

    .faq-subtitle {
        font-size: 23px;
        text-align: center;
    }

    .faq-title {
        font-size: 22px;
        text-align: center;
    }

    .faq-section {
        padding: 15px 0;
        background: #fff;
        /* padding-top: 0px; */
        padding-bottom: 0px;
    }

    .faq-list {
        padding-left: 0px;
        margin-top: 20px;
    }

    .faq-question span {
        font-size: 15px;
    }

    .faq-illustration img {
        height: 250px;
    }

    .footer-section h4 {
        text-align: center;
    }

    .footer-links li {
        margin-bottom: 8px;
        text-align: center;
    }

    .stars {
        margin-bottom: 8px;
        text-align: center;
    }

    .payment-methods {
        text-align: center;
    }

    .payment-icons img {
        margin: 0 auto;
    }

    .payment-methods::before {
        transform: translate(-50%, -50%);
        left: 50%;
    }

    .airline-tickets {
        padding-top: 15px;
    }

    .swap_wrapper .form-group {
        width: 100%;
        margin-bottom: 15px;
    }

    .swap_wrapper .hrline {
        display: none;
    }

    .class-dropdown {
        font-size: 12px;
    }

    .radio-option {
        display: flex;
        align-items: center;
        cursor: pointer;
        font-size: 10px;
        font-weight: 500;
        color: #000000;
        white-space: nowrap;
    }

    .class-selector {
        border-radius: 5px;
        padding: 8px 0px;
        margin-left: 15px;
    }

    .trip-type {
        display: flex;
        gap: 17px;
    }
}