/* Mobile Responsive Styles (max-width: 767px) */
@media (max-width: 767px) {
    .container {
        padding: 0 15px;
    }

    .top-bar {
        display: none;
    }

    .header {
        position: sticky;
        top: 0;
        z-index: 9999;
        background: white;
        border-bottom: 1px solid #f1f3f6;
    }

    .header-main {
        padding: 12px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logo {
        height: 22px;
    }

    .logo img {
        height: 100%;
        width: auto;
    }

    .header-right .currency-selector,
    .header-right .lang-selector,
    .header-right .btn-primary,
    .header-right .header-actions {
        display: none !important;
    }

    .mobile-menu-toggle {
        display: block !important;
        background: none;
        border: none;
        font-size: 24px;
        color: #15284D;
        cursor: pointer;
        padding: 5px;
        position: relative;
        z-index: 1000;
    }

    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 2500;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .overlay.active {
        display: block !important;
        opacity: 1 !important;
    }

    .mobile-sidebar {
        display: flex !important;
        visibility: hidden;
        pointer-events: none;
        flex-direction: column;
        position: fixed !important;
        top: 0;
        right: -100% !important;
        width: 100% !important;
        height: 100vh !important;
        background: #ffffff !important;
        z-index: 99999 !important;
        padding: 60px 20px 20px !important;
        transition: all 0.3s ease !important;
        box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15) !important;
        overflow-y: auto !important;
    }


    .currencylist {
        width: 318px !important;
        max-height: 365px !important;
    }

    .mobile-sidebar.active {
        visibility: visible !important;
        pointer-events: all !important;
        right: 0 !important;
    }

    .nav-item {
        width: 100%;
        border-bottom: 1px solid #f1f3f6;
    }

    .nav-item a {
        display: block;
        padding: 15px 0;
        font-size: 16px;
        font-weight: 500;
        color: #15284D;
    }

    .mobile-menu-close {
        position: absolute;
        top: 20px;
        right: 20px;
        background: #f8faff;
        border: none;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #15284D;
        cursor: pointer;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        transition: background 0.2s;
    }

    .mobile-menu-close:hover {
        background: #eef1f4;
    }

    .main-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .hero {
        padding: 40px 0 60px;
        background: #f8faff;
        /* text-align: center; */
    }

    .hero-content {
        width: 100%;
        margin-bottom: 30px;
        padding: 0px !important;
    }

    .hero-title {
        font-size: 28px !important;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 15px;
        color: #15284D;
        /* display: block !important; */
    }

    .hero-subtitle {
        font-size: 13px !important;
        margin-bottom: 20px;
        color: #70757A;
        line-height: 1.5;
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    .sip-flex ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        padding: 0;
    }

    .sip-flex li {
        font-size: 10px;
        padding: 5px 12px;
        background: white;
        border: 1px solid #eef1f4;
        border-radius: 30px;
        color: #70757A;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    }

    .features-section {
        padding: 60px 0;
        background: white;
    }

    .features-grid {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 30px;
        padding: 0 10px;
    }

    .feature-card {
        text-align: center;
        padding: 30px 20px;
        background: #f8faff;
        border-radius: 20px;
        border: none;
    }

    .feature-icon-large {
        width: 70px;
        height: 70px;
        background: #28A9E1;
        color: white;
        font-size: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin: 0 auto 20px;
    }

    .feature-title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 12px;
        color: #15284D;
    }

    .feature-desc {
        font-size: 14px;
        line-height: 1.6;
        color: #70757A;
    }

    .faq-section {
        padding: 60px 0;
        background: #f8faff;
    }

    .faq-header-section {
        text-align: center;
        margin-bottom: 40px;
    }

    .faq-header-section h2 {
        font-size: 26px !important;
        font-weight: 800;
        color: #15284D;
    }




    .vs-grid {
        height: unset !important;
        flex-wrap: wrap !important;
        gap: 10px !important;


        .vs-card {
            flex: unset !important;
            width: 100% !important;
        }


    }


    .vs-btn-search {
        height: 45px !important;
    }

    .faq-item-large {
        background: white;
        border-radius: 15px;
        margin-bottom: 15px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        border: none;
    }

    .faq-trigger-large {
        width: 100%;
        padding: 20px;
        display: flex;
        align-items: center;
        gap: 15px;
        background: none;
        border: none;
        text-align: left;
        cursor: pointer;
    }

    .faq-question-large {
        font-size: 15px;
        font-weight: 700;
        color: #15284D;
        flex: 1;
    }

    .faq-answer-large {
        padding: 15px !important;
        text-align: justify;
        font-size: 14px;
        line-height: 1.6;
        color: #70757A;
    }

    .desktop-only-flex {
        display: none !important;
    }

    .mobile-sidebar-user-section {
        width: 100%;
        margin-bottom: 25px;
    }

    .mobile-sidebar-login-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: #28A9E1;
        color: white !important;
        padding: 12px;
        border-radius: 12px;
        font-weight: 700;
        text-decoration: none;
        width: 100%;
        box-shadow: 0 4px 15px rgba(40, 169, 225, 0.2);
    }

    .user-profile-sidebar {
        display: flex;
        align-items: center;
        gap: 15px;
        background: #f8faff;
        padding: 15px;
        border-radius: 15px;
    }

    .user-avatar {
        width: 45px;
        height: 45px;
        background: #28A9E1;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }

    .user-name {
        font-weight: 700;
        color: #15284D;
        font-size: 16px;
    }

    .logout-link {
        font-size: 12px;
        color: #ef4444;
        text-decoration: none;
    }

    .mobile-sidebar-extra {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
        margin-bottom: 25px;
        padding-bottom: 20px;
        border-bottom: 2px solid #f1f3f6;
    }

    .sidebar-extra-item {
        display: flex !important;
        align-items: center;
        gap: 12px;
        padding: 12px;
        background: #fff;
        border: 1px solid #f1f3f6;
        border-radius: 12px;
        font-size: 14px;
        color: #15284D;
        font-weight: 600;
        cursor: pointer;
    }

    .sidebar-extra-item i:first-child {
        color: #28A9E1;
        font-size: 18px;
    }

    .sidebar-nav-links {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .sidebar-nav-links .nav-item {
        border: none;
    }

    .sidebar-nav-links .nav-item a {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 12px;
        font-size: 15px;
        font-weight: 600;
        color: #15284D;
        border-radius: 10px;
        transition: background 0.2s;
    }

    .sidebar-nav-links .nav-item a:hover {
        background: #f8faff;
        color: #28A9E1;
    }

    .sidebar-nav-links .nav-item a i {
        width: 20px;
        color: #28A9E1;
        opacity: 0.8;
    }

    .footer {
        background: #15284D;
        padding: 60px 0 30px;
        color: #fff;
    }

    .footer-content {
        grid-template-columns: 1fr !important;
        gap: 40px;
    }

    .footer-section h4 {
        font-size: 18px;
        margin-bottom: 20px;
        color: white;
    }

    .footer-links a {
        display: block;
        padding: 8px 0;
        color: rgba(255, 255, 255, 0.7);
        font-size: 14px;
    }


    .fc-btn-search-image {
        justify-content: center;
        border-radius: 5px !important;
        height: 45px !important;

    }


    .results-page .results-grid {
        flex-wrap: wrap !important;
        flex-direction: column;
        padding: 10px 0;
    }

    .sidebar-area {
        position: fixed !important;
        top: 0;
        left: -100%;
        /* Side drawer hidden by default */
        width: 100% !important;
        height: 100vh !important;
        background: #fff !important;
        z-index: 10001 !important;
        overflow-y: auto !important;
        padding: 10px !important;
        transition: left 0.3s ease-in-out !important;
        box-shadow: 5px 0 25px rgba(0, 0, 0, 0.15) !important;
        margin-bottom: 0 !important;
        display: block !important;
        scrollbar-width: none;
    }

    .sidebar-area.active {
        left: 0 !important;
    }

    /* Sidebar Overlay */
    .sidebar-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        /* z-index: 10000; */
        backdrop-filter: blur(2px);
    }

    .sidebar-overlay.active {
        display: block;
    }

    .mobile-sidebar-header {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .mobile-sidebar-header h3 {
        font-size: 18px;
        font-weight: 700;
        color: #15284D;
        margin: 0;
    }

    .close-sidebar {
        background: #f1f3f6;
        border: none;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #15284D;
        cursor: pointer;
    }

    .results-list {
        width: 100% !important;
    }

    /* Sorting Bar Mobile */
    .results-page .sorting-bar {
        overflow-x: auto;
        justify-content: flex-start;
        padding: 5px;
        border-radius: 10px;
        gap: 5px;
        -webkit-overflow-scrolling: touch;
    }

    .results-page .sort-item {
        padding: 8px 12px !important;
        min-width: 120px;
        flex: 0 0 auto !important;
    }

    .results-page .sort-divider {
        display: none;
    }

    /* Result Modify Bar Mobile */
    .result-modify-bar {
        flex-direction: row !important;
        justify-content: space-between;
        align-items: center;
        padding: 15px !important;
        background: #fff;
        margin-bottom: 10px;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .result-info {
        text-align: left;
    }

    .result-info .route {
        font-size: 16px !important;
        font-weight: 700;
    }

    .result-info .date {
        font-size: 12px !important;
    }

    .result-action {
        width: auto !important;
        display: flex;
        gap: 10px;
    }

    .mobile-only-flex {
        display: flex !important;
    }

    .mobile-filter-bar {
        display: flex !important;
        justify-content: start;
        margin-left: 10px;
        padding: 10px 0;

        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
    }

    .filter-btn-toggle {
        padding: 10px 25px !important;
        font-size: 14px !important;
        white-space: nowrap;
        background: #28A9E1 !important;
        color: #fff !important;
        border: none !important;
        border-radius: 50px !important;
        display: flex !important;
        align-items: center;
        gap: 8px;
        box-shadow: 0 4px 12px rgba(40, 169, 225, 0.2);
        cursor: pointer;
    }

    .filter-btn-toggle.active {
        background: #28A9E1 !important;
        color: #fff !important;
    }

    .modify-btn-toggle {
        padding: 8px 15px !important;
        font-size: 12px !important;
        white-space: nowrap;
        background: #28A9E1 !important;
        color: #fff !important;
        border-radius: 50px !important;
    }

    .results-page .flight-card {
        flex-direction: column !important;
        border-radius: 16px !important;
        margin-bottom: 20px !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
    }

    .results-page .card-main {
        padding: 15px !important;
    }

    .results-page .leg-row {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr !important;
        gap: 10px !important;
        align-items: center !important;
    }

    .results-page .airline-part {
        grid-column: 1 / -1;
        width: 100% !important;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dashed #eee;
        padding-bottom: 10px;
    }

    .results-page .airline-part img {
        width: 32px !important;
        height: 32px !important;
    }

    .results-page .time-city {
        width: auto !important;
        text-align: left;
    }

    .results-page .time-city:last-of-type {
        text-align: right;
    }

    .results-page .time-bold {
        font-size: 18px !important;
        display: block;
    }

    .results-page .date-grey {
        font-size: 11px !important;
    }

    .results-page .city-grey {
        font-size: 12px !important;
        font-weight: 600;
    }

    .results-page .path-viz {
        padding: 0 5px !important;
        max-width: none !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 50px;
    }

    .results-page .total-time-top {
        font-size: 10px !important;
        margin-bottom: 2px;
        font-weight: 600;
        color: #70757A;
    }

    .results-page .viz-line-wrap {
        height: 2px;
        background: #e0e0e0;
        width: 100%;
        margin: 4px 0 !important;
        position: relative;
    }

    .city-pill {
        display: none !important;
    }

    .results-page .viz-line-wrap::before,
    .results-page .viz-line-wrap::after,
    .results-page .mid-dot {
        width: 6px;
        height: 6px;
        top: -2px;
    }

    .results-page .conn-info-bold {
        font-size: 10px !important;
        margin-top: 2px;
        color: #28A9E1 !important;
        font-weight: 700;
        text-transform: uppercase;
    }

    .results-page .conn-city-tiny {
        font-size: 7px !important;
        line-height: 1;
    }

    .results-page .card-action {
        width: 100% !important;
        border-left: none !important;
        border-top: 1px solid #F1F3F4;
        padding: 15px !important;
        /* flex-direction: row !important; */
        justify-content: space-between !important;
        align-items: center !important;
        background: #fdfdfd;
    }

    .price-wrap {
        display: flex;
        flex-direction: column;
    }

    .results-page .large-price {
        font-size: 22px !important;
        line-height: 1;
        color: #15284D !important;
        font-weight: 900;
    }

    .results-page .trip-type-grey {
        font-size: 11px !important;
        text-align: left !important;
        line-height: 1.2;
        color: #70757A;
    }

    .results-page .btn-buy-now {
        margin: 0 !important;
        padding: 10px 35px !important;
        font-size: 16px !important;
        border-radius: 12px !important;
        background: #28A9E1 !important;
        color: #fff !important;
        font-weight: 700;
        margin-top: 10px !important;
    }

    /* Flight Modal Responsive */
    .modal-overlay {
        padding: 0 !important;
        align-items: flex-end !important;
        /* Slide up from bottom on mobile */
    }

    .modal-content.popupfarediv {
        width: 100% !important;
        max-width: none !important;
        height: 85vh !important;
        border-radius: 20px 20px 0 0 !important;
        margin: 0 !important;
        display: flex;
        flex-direction: column;
    }

    .modal-header {
        padding: 15px 20px !important;
        border-bottom: 1px solid #eee !important;
    }

    .modal-header h2 {
        font-size: 18px !important;
    }

    .modal-header p {
        font-size: 11px !important;
    }

    .close-modal {
        top: 15px !important;
        right: 15px !important;
        width: 32px !important;
        height: 32px !important;
        font-size: 18px !important;
    }

    .modal-body {
        padding: 20px !important;
        flex: 1;
        overflow-y: auto;
    }

    .modal-leg-section h3 {
        font-size: 22px !important;
    }

    .duration-text {
        font-size: 12px !important;
    }

    .modal-meta-item {
        background: #f8faff !important;
        padding: 10px 15px !important;
        border-radius: 12px !important;
        font-size: 13px !important;
    }

    .segment {
        padding: 15px 0 !important;
    }

    .airline-mini img {
        width: 32px !important;
    }

    .airline-info strong {
        font-size: 14px !important;
    }

    .tp-txt .time {
        font-size: 16px !important;
    }

    .tp-txt .city {
        font-size: 13px !important;
    }

    .layover-bar {
        padding: 10px 15px !important;
        font-size: 12px !important;
        border-radius: 10px !important;
    }

    /* Modal Footer */
    .modal-footer {
        padding: 15px 20px !important;
        border-top: 1px solid #eee !important;
        background: #fff !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        position: sticky;
        bottom: 0;
    }

    .price-side {
        display: flex;
        flex-direction: column;
    }

    .foot-price {
        font-size: 24px !important;
        font-weight: 800 !important;
        color: #15284D !important;
        line-height: 1;
    }

    .foot-trip {
        font-size: 11px !important;
        color: #70757A !important;
    }

    .btn-buy-modal {
        padding: 12px 40px !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        border-radius: 12px !important;
        background: #28A9E1 !important;
        color: #fff !important;
        text-decoration: none;
    }


    /* Basket Page Responsive */
    .booking-page .both-side {
        flex-direction: column !important;
        gap: 20px !important;
    }

    .booking-page .left-side,
    .booking-page .right-side {
        width: 100% !important;
    }

    .booking-page .page-title {
        font-size: 28px !important;
        margin-bottom: 10px !important;
    }

    .booking-page .sub-title {
        font-size: 13px !important;
        margin-bottom: 20px !important;
    }

    .booking-page .flight-info-banner {
        flex-direction: column !important;
        padding: 0px !important;
        align-items: stretch !important;
        gap: 15px !important;
        background: none !important;
    }

    .ship {

        p {
            font-size: 12px;
            margin-bottom: 10px;
        }
    }

    .booking-page .airline-logo-group {
        width: 100% !important;
        border-bottom: 1px dashed #eee;
        padding-bottom: 15px;
    }

    .booking-page .itinerary-viz {
        width: 100% !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 10px 0 !important;
    }

    .booking-page .time-block {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .booking-page .time-block .time {
        font-size: 24px !important;
        font-weight: 800 !important;
        color: #15284D !important;
    }

    .booking-page .time-block .date {
        font-size: 12px !important;
        color: #70757A !important;
    }

    .booking-page .dot-line {
        flex: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        position: relative;
        margin: 0 15px !important;
    }

    .booking-page .conn-tag {
        background: #FFF4F2 !important;
        color: #FF4522 !important;
        border: 1px dashed #FF4522 !important;
        padding: 4px 12px !important;
        border-radius: 20px !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        position: relative;
        z-index: 2;
    }

    .booking-page .conn-city {
        font-size: 11px !important;
        color: #70757A !important;
        margin-top: 5px !important;
    }

    .booking-page .flight-duration {
        width: 100% !important;
        flex-direction: row-reverse !important;
        justify-content: space-between !important;
        border-top: 1px dashed #eee;
        padding-top: 15px;
    }

    .booking-page .fare-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }

    .booking-page .form-row {
        flex-direction: column !important;
        gap: 0 !important;
    }

    .booking-page .form-group {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .booking-page .form-group label {
        font-size: 12px !important;
        margin-bottom: 4px !important;
        font-weight: 600 !important;
        color: #70757A !important;
    }

    .booking-page .intl-tel-input input {
        padding-left: 100px !important;
    }

    .booking-page .form-control {
        height: 45px !important;
        padding: 10px 15px !important;
        font-size: 14px !important;
        border-radius: 8px !important;
        border: 1px solid #EDEDED !important;
    }

    .booking-page .nice-select {
        height: 45px !important;
        line-height: 43px !important;
        font-size: 14px !important;
        padding: 0 15px !important;
    }

    .booking-page .card {
        padding: 15px !important;
        margin-bottom: 15px !important;
        border-radius: 12px !important;
    }

    .booking-page .passenger-header h3 {
        font-size: 16px !important;
        font-weight: 700 !important;
    }

    .booking-page .btn-clear {
        font-size: 12px !important;
        padding: 4px 10px !important;
    }

    /* Tighten fare selection */
    .booking-page .fare-card {
        padding: 12px !important;
        border-radius: 12px !important;
    }

    .booking-page .fare-card-content h4 {
        font-size: 14px !important;
    }

    .booking-page .price-summary {
        margin-top: 15px !important;
        border-top: 1px dashed #eee !important;
        padding-top: 12px !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    .booking-page .price-label span {
        font-size: 13px !important;
        font-weight: 700 !important;
        color: #15284D !important;
    }

    .booking-page .price-label small {
        font-size: 11px !important;
        color: #70757A !important;
    }

    .booking-page .price-value {
        font-size: 18px !important;
        font-weight: 800 !important;
        color: #15284D !important;
    }

    .booking-page .fare-features li {
        font-size: 12px !important;
        margin-bottom: 4px !important;
    }

    .booking-page .total-section-wrapper {
        position: static !important;
        margin-top: 20px !important;
    }

    .booking-page .total-section {
        padding: 20px !important;
        border-radius: 20px !important;
        background: #fff !important;
        border: 1px solid #EDEDED !important;
    }

    .booking-page .total-price-box h3 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }

    .booking-page .booking-action .btn-book {
        width: 100% !important;
        padding: 15px !important;
        font-size: 18px !important;
        border-radius: 12px !important;
        background: #1A73E8 !important;
    }

    /* Extra Services Page Responsive */
    .main {
        flex-direction: column !important;
        padding: 10px !important;
    }

    .left-col {
        width: 100% !important;
        padding: 0 !important;
    }

    .summary-sticky {
        width: 100% !important;
        position: static !important;
        margin-top: 20px !important;
    }

    .sec-heading {
        margin-bottom: 20px !important;
        padding: 15px !important;
    }

    .sec-title {
        font-size: 24px !important;
    }

    .section-header {
        padding: 12px !important;
        font-size: 16px !important;
    }

    .pax-acc-header {
        padding: 12px !important;
    }

    .pax-avatar {
        width: 32px !important;
        height: 32px !important;
        margin-right: 10px !important;
    }

    .pax-acc-name {
        font-size: 14px !important;
    }

    .pax-acc-status {
        font-size: 12px !important;
    }

    .bag-opt {
        padding: 10px !important;
        margin-bottom: 6px !important;
    }

    .bag-opt-name {
        font-size: 13px !important;
    }

    .bag-opt-desc {
        font-size: 11px !important;
    }

    .bag-opt-price {
        font-size: 13px !important;
    }

    .pax-acc-body {
        padding: 10px !important;
    }

    .booking-widget-title {
        font-size: 13px !important;
        padding: 10px 12px !important;
    }

    .sum-card {
        padding: 15px !important;
        border-radius: 16px !important;
    }

    .sum-head-title {
        font-size: 18px !important;
    }

    .btn-next {
        width: 100% !important;
        padding: 15px !important;
        font-size: 18px !important;
        margin-top: 15px !important;
    }

    /* Meal Section Compact */
    .meal-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .meal-card {
        padding: 12px !important;
        border-radius: 10px !important;
    }

    .mname {
        font-size: 14px !important;
        font-weight: 700 !important;
    }

    .mdesc {
        font-size: 12px !important;
    }

    .meal-price {
        font-size: 13px !important;
        margin-top: 5px !important;
    }

    /* Validate Pax Details Page Responsive */
    .checkout-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding-bottom: 40px !important;
    }

    .checkout-right {
        position: static !important;
    }

    .info-grid,
    .info-grid.two-col {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }

    .card-header {
        padding: 15px 20px !important;
    }

    .card-header h2 {
        font-size: 15px !important;
    }

    .card-body {
        padding: 15px 20px !important;
    }

    .info-item label {
        font-size: 10px !important;
        margin-bottom: 4px !important;
    }

    .info-item span {
        font-size: 13px !important;
    }

    .payment-card {
        padding: 12px 15px !important;
    }

    .payment-title {
        font-size: 14px !important;
    }

    .payment-card-img img {
        height: 16px !important;
    }

    .sidebar-card {
        padding: 20px !important;
    }

    .countdown {
        font-size: 20px !important;
        margin-top: 20px !important;
    }

    /* Loading Screen Responsive */
    .pw-body {
        /* display: flex !important; */
        align-items: center !important;
        justify-content: center !important;
        padding: 20px !important;
        background: #fff !important;
    }

    .pg-w {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .lg-c {
        margin-bottom: 40px !important;
        text-align: center !important;
    }

    .lg-c img {
        height: 45px !important;
    }

    .ld-s {
        justify-content: center !important;
        margin-bottom: 40px !important;
    }

    .bx-m {
        padding: 30px 20px !important;
        border-radius: 16px !important;
        background: #fff !important;
        border: 1px solid #E3F2FD !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    }

    .bx-m h2 {
        font-size: 24px !important;
        font-weight: 800 !important;
        text-align: center !important;
        margin-bottom: 25px !important;
        color: #15284D !important;
    }

    .ls-u {
        padding: 0 !important;
    }

    .ls-u li {
        font-size: 14px !important;
        color: #4A5568 !important;
        margin-bottom: 18px !important;
        display: flex !important;
        align-items: flex-start !important;
        gap: 12px !important;
        line-height: 1.5 !important;
    }

    .ic-s {
        min-width: 20px !important;
        height: 20px !important;
        margin-right: 0 !important;
    }

    .sv-i {
        width: 18px !important;
        height: 18px !important;
        fill: #3182CE !important;
    }

    /* Global Dashboard/User Sidebar Drawer */
    .dashboard-wrapper {
        flex-direction: column !important;
        padding-top: 20px !important;
    }

    .mobile-menu-trigger {
        width: fit-content !important;

    }



    /* .mobile-menu-trigger {
        display: flex !important;
        position: fixed !important;
        bottom: 30px !important;
        right: 20px !important;
        z-index: 9999 !important;
        background: #3399cc !important;
        color: white !important;
        border: none !important;
        padding: 12px 24px !important;
        border-radius: 50px !important;
        align-items: center !important;
        gap: 10px !important;
        font-weight: 700 !important;
        box-shadow: 0 8px 25px rgba(51, 153, 204, 0.5) !important;
        font-size: 14px !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
    } */

    .sidebar {
        width: 280px !important;
        position: fixed !important;
        top: 0 !important;
        left: -320px !important;
        height: 100vh !important;
        z-index: 10000 !important;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
        border-radius: 0 20px 20px 0 !important;
        padding: 40px 20px !important;
        background: white !important;
        box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1) !important;
        overflow-y: auto !important;
        display: block !important;
        visibility: hidden !important;
        margin: 0 !important;
    }

    .sidebar.open {
        left: 0 !important;
        visibility: visible !important;
    }





    .main-content {
        width: 100% !important;
        padding: 0 !important;
    }
}

/* Hide mobile-only elements on desktop (ABOVE 1024px) */
@media (min-width: 1025px) {
    .mobile-menu-trigger {
        display: none !important;
    }
}

/* Hide mobile-only elements on desktop (ABOVE 767px) */
@media (min-width: 768px) {

    .mobile-only-flex,
    .mobile-filter-bar,
    .mobile-sidebar-header,
    .sidebar-overlay {
        display: none !important;
    }
}

.mobile-menu-toggle, .mobile-sidebar{
    display: none;
}