:root {
    --theme-main-color: #4733fa;
    --theme-main-color-darker: #3a2abf;
    --theme-secend-color: #777777;
    --theme-border: 0px solid #ddd;
    --theme-light-gray: #e9e9e9;
    --theme-dark-gray: #333;
    --theme-text-on-main: #fff;
    --element-background-color: #ffffff;
    --body-background-color: #ffffff;
    --text-color-title: #333;
    --text-color-paragraph: #333;
    --text-size-h1: 18px;
    --text-size-h2: 16px;
    --text-size-h3: 14px;
    --text-size-all: 12px;
    --text-size-paragraph: 14px;
    --theme-font-all: 'DanaFanum', sans-serif;
    --theme-font-title: 'On', sans-serif;
    --radius-small: 10px;
    --radius-medium: 18px;
    --app-max-width: 500px;
}



/* Regular font weight */

@font-face {
    font-family: 'DanaFanum';
    src: url('/assets/fonts/DanaFaNum-Regular.woff2') format('woff2');
    font-weight: 400;
    /* Normal weight */
    font-style: normal;
}


/* Bold font weight */

@font-face {
    font-family: 'DanaFanum';
    src: url('/assets/fonts/DanaFaNum-Bold.woff2') format('woff2');
    font-weight: 700;
    /* Bold weight */
    font-style: normal;
}


/* Black font weight */

@font-face {
    font-family: 'DanaFanum';
    src: url('/assets/fonts/DanaFaNum-Black.woff2') format('woff2');
    font-weight: 900;
    /* Bold weight */
    font-style: normal;
}






* {
    box-sizing: border-box;
    font-size: var(--text-size-all);
    font-family: var(--theme-font-all);
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    margin: 0;
    padding: 0;
    background-color: var(--body-background-color);
    color: var(--text-color-paragraph);
}

a {
    text-decoration: none;
    color: var(--text-color-paragraph);
}

h1 {
    font-size: var(--text-size-h1);
}

h2 {
    font-size: var(--text-size-h2);
}

h3 {
    font-size: var(--text-size-h3);
}


#app-frame {
    max-width: var(--app-max-width);
    margin: auto;
}


.search-bar {
    width: 100%;
    display: flex;
    position: sticky;
    z-index: 20;
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgba(0, 0, 0, 0) 100%);
}








.search-bar button {
    width: 100%;
    border: 0;
    padding: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: var(--radius-medium);
    margin: 20px;
    outline: none;
}

/* Services */
.services {
    display: flex;
    text-align: center;
    padding: 10px;
    direction: ltr;
    align-items: center;
    align-content: center;
    justify-content: space-around;
}

.services .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-medium);
    text-decoration: none;
    color: var(--text-color-paragraph);
    font-size: var(--text-size-h2);
}

.services .item img {
    background: var(--theme-light-gray);
    padding: 15px;
    margin: 7px 0px;
    border-radius: var(--radius-medium);
    width: 55px;
}



/* Swiper Banner */
.banner {
    width: 100%;
    border-radius: var(--radius-large);
    overflow: hidden;
    margin: 20px 0;
}

.banner .swiper-slide img,
.banner .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius-large);
}

.banner .swiper-slide {
    overflow: hidden;
    FONT-VARIANT: JIS04;
    background-position: center;
    background-size: cover;
    max-width: 600px;
    width: calc(100% - 60px);
    aspect-ratio: 16 / 12;
    border-radius: 20px;
    max-height: 200px;
    object-fit: cover;
    /* background: var(--lower-gray);
    box-shadow: 0px 0px 80px -50px #000000f2; */
}

.banner .swiper-pagination {
    position: unset;
    margin: 10px 0px;
}

.banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 20px;
    background: #bfbfbf;
    opacity: 1;
    transition: .2s;
}


.banner .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 20px;
}



.service-swiper {
    padding: 0px 20px 10px 20px;
    overflow: hidden;
}


.service-swiper .swiper-slide {
    width: 230px;
    padding: 5px;
    overflow: hidden;
    border-radius: var(--radius-medium);
}


.service-swiper .swiper-slide img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: var(--radius-medium);
    margin: 5px 0;
}


.service-swiper .swiper-slide span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.service-swiper .swiper-slide .star-gray {
    width: 12px;
    height: 12px;
    border-radius: 0;
    margin: 0px 5px;
}


.service-swiper .swiper-slide h3,
.service-swiper p {
    margin: 0px 5px;
}

.service-swiper * {
    color: #777777;
}







.service-ticket-swiper {
    padding: 0px 20px 30px 20px;
    overflow: hidden;
}


.service-ticket-swiper .swiper-slide {
    width: 230px;
    padding: 0px 10px;
    overflow: hidden;
    border-radius: 15px;
    background: #e2e2e2;
    height: 120px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}


.service-ticket-swiper .swiper-slide img {}


.service-ticket-swiper .swiper-slide span {}


.service-ticket-swiper .swiper-slide .star-gray {
    width: 12px;
    height: 12px;
    border-radius: 0;
    margin: 0px 5px;
}


.service-ticket-swiper .swiper-slide h3,
.service-ticket-swiper p {
    margin: 0;
}

.service-ticket-swiper * {
    color: #4e4e4e;
}








.squer-slider .swiper-slide {
    width: 150px;
    padding: 5px;
    overflow: hidden;
    border-radius: var(--radius-medium);
}




/* Swiper gallery */
.gallery-single-swiper {
    width: 100%;
    height: 40vh;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    margin: 0 0 30px 0;
}


.swiper-wrapper{
    z-index: 0
}


.gallery-single-swiper .swiper-slide img,
.gallery-single-swiper .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.gallery-single-swiper .swiper-slide {
    overflow: hidden;
    FONT-VARIANT: JIS04;
    background-position: center;
    background-size: cover;
    max-width: 600px;
    aspect-ratio: 16 / 12;
    border-radius: 0;
    object-fit: cover;
    /* background: var(--lower-gray);
    box-shadow: 0px 0px 80px -50px #000000f2; */
    height: 100%;
    z-index: -2;
}

.gallery-single-swiper .swiper-pagination {
    position: unset;
    margin: 0;
    transform: translate(0px, -30px);
    z-index: 20;
}

.gallery-single-swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 20px;
    background: #ffffff;
    opacity: 1;
    transition: .2s;
    box-shadow: 0px 0px 30px 0px #000;
}


.gallery-single-swiper .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 20px;
}







.static-banner {
    width: 100%;
    margin: 0px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 20px 10px 20px;
}

.static-banner img {
    width: 100%;
    border-radius: var(--radius-medium);
}


.bottom-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 18px 0;
    z-index: 100;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(0, 0, 0, 0) 100%);
}

.nav-box {
    display: flex;
    background: var(--theme-main-color);
    border-radius: var(--radius-medium);
    gap: 10px;
    padding: 10px;
}

.nav-btn {
    width: 100%;
    background: transparent;
    border: none;
    cursor: pointer;
    border-radius: var(--radius-small);
    aspect-ratio: 1;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-btn img {
    width: 22px;
    filter: brightness(5);
}

.nav-btn.active {
    background: var(--theme-text-on-main);
}


.nav-btn.active img {
    filter: brightness(1);
}


.tab-sec {
    display: none;
}

.tab-sec.show {
    display: block;
}


.wallet-modal-cta {
    display: flex;
    position: fixed;
    bottom: 0;
    margin: 20px;
    width: -webkit-fill-available;
    background: var(--theme-main-color);
    color: var(--theme-text-on-main);
    font-size: var(--text-size-h3);
    font-weight: 700;
    border: 0;
    outline: none;
    padding: 14px;
    border-radius: var(--radius-medium);
    left: 0;
    right: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
}



.sub-page-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 25px;
    background: #fff;
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 20;
}

.gap-holder-60 {
    padding: 60px;
    width: 100%;
}

.gap-holder-50 {
    padding: 50px;
    width: 100%;
}

.gap-holder-40 {
    padding: 40px;
    width: 100%;
}

.gap-holder-10 {
    padding: 10px;
    width: 100%;
}

.sub-page-head button {
    display: flex;
    gap: 10px;
    font-size: var(--text-size-h3);
    font-weight: 900;
    color: var(--theme-main-color);
    background: transparent;
    outline: none;
    border: 0;
    align-items: center;
}


.sub-page-head button img {
    width: 25px;
    margin: -5px 0 0 0;
}

.sub-page-head span {
    display: flex;
    gap: 15px;
}


.section-title-container {
    display: flex;
    justify-content: space-between;
    margin: 20px 25px 15px 20px;
    align-items: center;
}

.section-title-container button {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: var(--text-size-h3);
    font-weight: 400;
    color: var(--text-color-paragraph);
    background: transparent;
    outline: none;
    border: 0;
}

.section-title-container h3 {
    font-weight: 900;
    font-size: var(--text-size-h2);
    line-height: 120%;
}





/* Modal slider container (initially hidden) */
.modal-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    background-color: #000000;
    z-index: 30;
}

.modal-slider.active {
    width: 100%;
    height: 100%;
}

/* Close button */
.close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 20;
    padding: 20px 30px;
    font-size: 35px;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
}

/* Time bar styling */
.time-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent;
    z-index: 15;
    padding: 8px;
}

.time-bar-progress {
    width: 0%;
    height: 100%;
    background: #fff;
    transition: width 10s linear;
    border-radius: 20px;
}

/* Modal Swiper slider */
.modal-swiper {
    width: 100%;
    height: 100%;
}

.modal-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Thumbnail slider styling */
.thumb-swiper {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding: 10px 30px;
    overflow: hidden;
}

.thumb-swiper .swiper-slide {
    width: 65px !important;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #615dff;
    padding: 3px;
    background: transparent;
    cursor: pointer;
}

.thumb-swiper .swiper-slide-thumb-active {
    opacity: 1;
}

.thumb-swiper .swiper-wrapper {
    height: auto;
}


.thumb-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}








.profile-icon-box {
    display: flex;
    padding: 30px 30px;
    gap: 20px;
    align-items: center;
}


.profile-icon-box .profile-icon {
    padding: 10px;
    width: 40px;
    border-radius: 20px;
    background-color: #e1e1e1;
}


.profile-icon-box h3 {
    font-size: 16px;
}


.profile-item {
    display: flex;
    justify-content: space-between;
    padding: 16px 30px;
}

.profile-item span {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}


.profile-item span img {
    width: 20px;
}

.profile-item.exit {
    background: #efefef;
    padding: 15px;
    margin: 10px 15px;
    border-radius: 10px;
}





.service-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    flex-direction: column;
}


.service-info h3 {
    font-size: 16px;
    font-weight: 900;
}



.service-ticket-swiper .swiper-slide .ticket-cut {
    height: 100%;
    object-fit: cover;
    margin: 0px 5px;
}


.service-ticket-swiper .swiper-slide .ticket-fake-barcode {
    height: 80%;
    object-fit: cover;
    filter: opacity(0.4);
}

.service-info h3 {
    font-size: 16px;
    width: 100%;
    font-weight: 900;
}

.ticket-info {
    width: 75%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ticket-info p {
    font-size: 14px;
    font-weight: 200;
    text-align: end;
    margin: 0;
    padding: 0;
}

.ticket-info h3 {
    font-size: 16px;
}


.ticket-info .ticket-price {
    font-size: 16px;
    font-weight: bold;
}

.ticket-info .ticket-text {
    text-align: start;
}

.service-info img {
    background-color: #ddd;
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin: 0px 0px 0px 20px;
    border: 0;
    border-radius: 10px;
}


.swiper-slide .ticket-adder {
    height: 100%;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}


.swiper-slide .ticket-adder button,
.swiper-slide .ticket-adder input {
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 20px;
    border: 0;
    outline: none;
    border-radius: 10px;
    text-align: center;
}

.swiper-slide .ticket-adder button {
    background: transparent;
}

.service-description p {
    font-size: 14px;
    margin: 10px 25px;
}

.service-description span {
    font-size: 14px;
}












/******** THE GLIDER TAB *******/

.glider-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

.glider-tabs {
    display: flex;
    position: relative;
    background-color: #e8e8e8;
    padding: 5px;
    border-radius: 20px;
    direction: ltr;
    width: 100%;
    justify-content: space-between;
}

.glider-tabs * {
    z-index: 2;
}

input[type=radio] {
    display: none;
}

.glider-label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: calc(50% - 0px);
    font-size: 14px;
    font-weight: 700;
    border-radius: 99px;
    overflow: hidden;
    color: #888;
    cursor: pointer;
    transition: color 0.15s ease-in;
}

input[type=radio]:checked+label {
    color: #fff;
    font-weight: bold;
}

input[id=glider-tab-1]:checked~.glider-slider {
    transform: translateX(0);
}

input[id=glider-tab-2]:checked~.glider-slider {
    transform: translateX(100%);
}

.glider-slider {
    position: absolute;
    display: flex;
    height: calc(100% - 10px);
    width: calc(50% - 5px);
    background-color: var(--theme-main-color);
    z-index: 1;
    border-radius: 15px;
    transition: 0.2s ease-out;
}


/*********** GLIDER TAB END ***********/


.notfound-icon {
    width: 80px;
    margin: 150px auto 20px auto;
}


.panel-content {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}


















.wallet-card {
    background-color: #f9f9f9;
    border-radius: var(--radius-medium);
    padding: 20px;
    margin: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.wallet-balance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.wallet-balance-amount {
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

.wallet-balance-currency {
    font-size: 16px;
    color: #666;
    margin-right: 5px;
}

.wallet-action-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.wallet-action-button {
    flex: 1;
    background-color: white;
    border: 1px solid #eee;
    border-radius: var(--radius-small);
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-main-color);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.wallet-action-button img,
.wallet-action-button svg {
    margin-left: 8px;
    width: 18px;
    height: 18px;
}

.wallet-transactions {
    margin-top: 10px;
}

.wallet-transaction-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.wallet-transaction-item:last-child {
    border-bottom: none;
}

.wallet-transaction-title {
    font-size: 14px;
    color: #333;
}

.wallet-transaction-amount {
    font-size: 14px;
    font-weight: 500;
}

.wallet-transaction-amount.negative {
    color: #ff3b30;
}

.wallet-transaction-amount.positive {
    color: #34c759;
}

.wallet-footer-buttons {
    display: flex;
    gap: 15px;
    margin: 30px 20px;
}

.wallet-footer-button {
    flex: 1;
    padding: 12px;
    border-radius: var(--radius-small);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.wallet-footer-button.primary {
    background-color: var(--theme-main-color);
    color: white;
}

.wallet-footer-button.secondary {
    background-color: white;
    border: 1px solid #eee;
    color: var(--theme-main-color);
}

.wallet-footer-button img,
.wallet-footer-button svg {
    margin-left: 8px;
    width: 18px;
    height: 18px;
}









.facility-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.facility-tag {
    background-color: #e9e9e9;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 12px;
    color: var(--theme-dark-gray);
    display: inline-flex;
    align-items: center;
    border: 1px solid #eee;
}





.contact-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
}

.contact-item * {
    font-size: 15px
}

.contact-item span {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}


.contact-item span img {
    width: 16px;
}






.btn-primary-cta {
    background-color: #4733fa;
    color: #fff;
    padding: 12px 24px;
    display: flex;
    gap: 10px;
    border-radius: 15px;
    border: 0;
    outline: 0;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 20px;
    font-size: 16px;
    align-items: center;
    font-weight: bold;
    z-index: 10;
    justify-content: center;
}


.btn-primary-cta img {
    width: 20px;
    filter: brightness(4);
}








.counter-container {
    padding: 20px;
    direction: rtl;
}

.counter-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    /* background-color: #F8F8F8; */
    /* border-radius: 16px; */
    /* padding: 15px 20px; */
}

.counter-info h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: bold;
}

.counter-info p {
    margin: 0;
    font-size: 14px;
    color: #718096;
}

.counter-controls {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 12px;
    padding: 5px;
}

.counter-btn {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: none;
    background-color: #3B82F6;
    color: white;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-value {
    font-size: 18px;
    font-weight: bold;
    min-width: 40px;
    text-align: center;
}

.counter-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.counter-btn.decrease {
    background-color: #EDF2F7;
    color: #4A5568;
}

.divider {
    height: 1px;
    background-color: #E2E8F0;
    margin: 20px 0;
}

.ticket-summary {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    padding: 15px 20px;
    box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #E2E8F0;
}








/* Calendar Styles (shared with accommodation) */
.calendar-container {
    padding: 20px;
    direction: rtl;
}

.modal-header {
    text-align: center;
    margin-bottom: 20px;
}

.month-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.month-nav {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #3B82F6;
}

.days-header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    margin-bottom: 10px;
    background-color: #EDF2F7;
    border-radius: 8px;
    padding: 8px 0;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    margin-bottom: 20px;
}

.day {
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.2s;
}

.day:hover {
    background-color: #EDF2F7;
}

.day.selected {
    background-color: #3B82F6;
    color: white;
}

.day.range {
    background-color: #BFDBFE;
}

.day.disabled {
    color: #CBD5E0;
    cursor: not-allowed;
}

.selected-dates {
    text-align: center;
    margin: 30px 0 15px 0;
    font-weight: bold;
    display: flex;
    justify-content: space-around;
}

.selected-dates * {
    font-size: 16px;
}

/* Toggle Switch Styles */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E2E8F0;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}

input:checked+.slider {
    background-color: #3B82F6;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Driver Option Styles */
.driver-option {
    margin-bottom: 20px;
}

.option-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.option-label h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
}

.driver-fee {
    margin: 0;
    font-size: 14px;
    color: #718096;
}

.time-selection {
    /* background-color: #F7FAFC; */
    border-radius: 8px;
    /* padding: 15px; */
    margin-top: 15px;
}

.time-selection.hidden {
    display: none;
}

.time-range {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

.time-input {
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
}

.time-input label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #718096;
}

.time-input select {
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}

.time-display {
    text-align: center;
    font-weight: bold;
    margin: 10px 0 0 0;
}

/* Total Summary Styles */
.total-summary,
.ticket-summary {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    padding: 15px;
    box-shadow: 0 -4px 20px -1px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px 20px 0 0;
}

.total-price {
    font-weight: bold;
    font-size: 18px;
}

.purchase-btn {
    padding: 12px 20px;
}



.ticket-selection {
    margin: 20px 0;
}


.ticket-selection * {
    font-size: 16px;
    font-weight: bold;
}


.ticket-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.ticket-type {
    display: flex;
    align-items: center;
    gap: 10px;
}

.add-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f0f0f0;
    border: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.clear-btn {
    background: none;
    border: none;
    cursor: pointer;
}

.clear-btn img {
    width: 20px;
    height: 20px;
}


.total-section {
    display: flex;
    flex-direction: column;
}

.total-label {
    font-size: 14px;
    color: #666;
}

.total-price {
    font-weight: bold;
}

.price-value {
    font-size: 20px;
}

.purchase-btn {
    background-color: var(--theme-main-color);
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
}

.purchase-btn:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}









.counter-container,
.guest-room-selection {
    direction: rtl;
}

.counter-row,
.selection-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.counter-info h3,
.selection-label h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: bold;
}

.counter-info p,
.selection-label p {
    margin: 0;
    font-size: 14px;
    color: #718096;
}

.counter-controls,
.counter-control {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 12px;
    padding: 5px;
}

.counter-btn {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: none;
    background-color: #3B82F6;
    color: white;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-value,
#guest-count,
#room-count {
    font-size: 18px;
    font-weight: bold;
    min-width: 40px;
    text-align: center;
}

.counter-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.counter-btn.decrease {
    background-color: #EDF2F7;
    color: #4A5568;
}



.faq-section {
    padding: 0 20px 30px 20px;
}

.section-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: right;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    /* border: 1px solid #e0e0e0; */
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    background-color: #f8f9fa;
    cursor: pointer;
}

.faq-answer *, faq-answer{
    margin: 0;
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 500;
}
 

.faq-toggle {
    font-size: 1.5rem;
    color: #464646;
    transition: transform 0.3s ease;
}

.faq-answer {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-item.active .faq-answer {
    padding: 15px;
    max-height: 500px;
}











































        /* Map styling */
        #map {
            height: 100%;
            width: 100%;
            margin-top: 0;
            transition: margin-top 0.3s ease-in-out;
            position: fixed;
            mask: linear-gradient(0deg, rgb(255 255 255) 20%, rgb(0 0 0) 100%);
        }

        .mapboxgl-ctrl-logo{
            display: none !important;
        }

        /* Driving mode specific styles */
        #map.driving-mode .mapboxgl-user-location-dot {
            width: 50px !important;
            height: 50px !important;
            background-image: url(assets/icon/nav.png) !important;
            filter: hue-rotate(230deg);
            background-size: contain !important;
            background-repeat: no-repeat !important;
            background-position: center !important;
            border: none !important;
            box-shadow: none !important;
            background-color: transparent;
            border-radius: 0 !important;
        }

        #map.driving-mode .mapboxgl-user-location-dot::after {
            display: none !important;
        }

        #map.driving-mode .mapboxgl-user-location-dot::before {
            display: none !important;
        }


        /* Search bar container */
        #search-container {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 30;
            text-align: center;
        }

        #search-bar {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 20px;
            background: #fff;
            border-radius: 15px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        }

        #search-input {
            flex: 1;
            background: transparent;
            border: none;
            outline: none;
            padding: 14px;
            font-size: 14px;
        }

.mapboxgl-ctrl-attrib.mapboxgl-compact{
    display:none
}

        #search-btn {
            border: none;
            background: none;
            cursor: pointer;
            font-size: 16px;
            margin: 0px 15px;
            display: flex;
        }

        /* Filter buttons container (separate from search container) */
        #filter-container {
            position: absolute;
            top: 60px;
            width: 100%;
            z-index: 29;
            padding: 20px 15px;
            overflow-x: hidden;
            white-space: nowrap;
        }

        .filter-btn {
            display: inline-block;
            padding: 10px 20px;
            background: #ffffff;
            border-radius: 20px;
            margin: 0 5px;
            cursor: pointer;
            font-size: 14px;
            white-space: nowrap;
        }

        /* Card container for search results (stage 2) */
        #card-container {
            display: none;
            /* hidden in stage 1 */
            position: fixed;
            bottom: 0;
            width: 100%;
            padding: 0px 0px 100px 0px;
            z-index: 10;
        }

        #filter-container .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: white;
            border-radius: 15px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease-in-out;
            width: auto;
            padding: 8px 10px;
        }

   #filter-container *{
       font-size: 12px;
   }
        .swiper-slide-active {
            /* transform: translateY(-30px); */
        }

        #card-container .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 10px;
            transition: transform 0.3s ease-in-out;
            width: auto;
        }


        .store-card {
            width: 100%;
            height: 142px;
            background: white;
            border-radius: 20px;
            overflow: hidden;
            border: 1px #d7d7d7 solid;
            display: flex;
            gap: 0;
            flex-direction: row-reverse;
            padding: 5px;
            justify-content: space-between;
        }

        .store-photo {
            width: 110px;
            height: auto;
            object-fit: cover;
            border-radius: 18px;
        }

        .store-info {
            padding: 8px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .store-name {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .store-hours {
            font-size: 14px;
            color: #666;
        }

        .store-actions {
            display: flex;
            gap: 10px;
            align-items: center;
            padding-top: 8px;
            justify-content: flex-start;
        }

        .direction-btn,
        .service-link {
            border-radius: 8px;
            text-align: center;
            text-decoration: none;
            font-size: 14px;
            cursor: pointer;
            display: flex;
            align-items: center;
            height: 30px;
            justify-content: center;
        }

        /* Marker styling */
        .custom-marker {
            width: 55px;
            aspect-ratio: 1;
            border-radius: 20px;
            border: 3px solid #fff;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
            background-size: cover;
            background-position: center;
            transition: border 0.3s ease-in-out;
        }

        .custom-marker.active {
            border: 3px solid #007aff;
            transform: scale(1.2);
        }


        .mapboxgl-ctrl-top-right {
            top: 0;
            bottom: 0;
            position: absolute;
            right: 0;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
        }

        /* Navigation top bar styles */
        #navigation-top-bar {
            position: fixed;
            top: 0;
            right: 0;
            left: 0;
            margin: 10px;
            height: auto;
            background: #1e88e5;
            color: white;
            padding: 20px;
            z-index: 40;
            display: none;
            flex-direction: column;
            border-radius: 20px;
        }

        #navigation-top-bar.visible {
            display: flex;
        }

        .navigation-main-info {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .turn-indicator {
            width: 32px;
            height: 32px;
            margin-left: 15px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            background-color: white;
            border-radius: 50%;
            padding: 6px;
        }

        .next-instruction {
            flex: 1;
            font-size: 24px;
            font-weight: 500;
        }

        .navigation-secondary-info {
            display: flex;
            justify-content: space-between;
            padding-top: 10px;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
        }

        .distance-remaining,
        .time-remaining {
            font-size: 14px;
            opacity: 0.9;
        }

        /* Bottom navigation info bar */
        #navigation-info-bar {
            position: fixed;
            bottom: 0;
            right: 0;
            left: 0;
            margin: 10px;
            background: white;
            padding: 15px 20px;
            z-index: 40;
            display: none;
            justify-content: space-between;
            align-items: center;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            border-radius: 20px;
        }

        .route-info {
            flex: 1;
        }

        .distance,
        .duration {
            margin: 5px 0;
            font-size: 16px;
            color: #333;
        }

        /* Navigation state styles */
        #navigation-container {
            position: fixed;
            bottom: 0;
            width: 100%;
            background: white;
            padding: 15px;
            z-index: 40;
            transform: translateY(100%);
            transition: transform 0.3s ease-in-out;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        }

        #navigation-container.visible {
            transform: translateY(0);
        }

        .direction-btn {
            background: #e7e7e7;
            color: #4733fa;
            border: none;
            border-radius: 10px;
            cursor: pointer;
            font-size: 14px;
            padding: 10px;
        }

   
        /* Navigation modal styles */
        #navigation-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: white;
            z-index: 50;
            padding: 20px;
        }

        #navigation-modal.visible {
            display: block;
        }

        .modal-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }

        .close-modal {
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
        }

        .navigation-steps {
            margin-top: 20px;
        }

        .step-item {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            padding: 10px;
            background: #f5f5f5;
            border-radius: 10px;
        }

        .step-icon {
            margin-left: 10px;
            font-size: 20px;
        }

        .step-text {
            flex: 1;
        }

        /* User location marker styles */
        .user-location-marker {
            width: 40px;
            height: 40px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            transition: transform 0.3s ease-in-out;
            display: none;
            /* Hide by default */
        }

        .user-location-marker.driving-mode {
            width: 60px;
            height: 60px;
            background-image: url('nav.png');
            transform-origin: center bottom;
            display: block;
            /* Show only in driving mode */
            transform: translateY(-50%) scale(1.2);
            /* Adjust the vertical position and size */
        }

        /* Back button styles */
        .back-button {
            position: fixed;
            top: 20px;
            right: 20px;
            z-index: 41;
            background: white;
            border: none;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            display: none;
            align-items: center;
            justify-content: center;
            font-size: 20px;
        }

        .back-button.visible {
            display: flex;
        }


      .filter-btn {
        display: flex;
        align-items: center;
        padding: 8px 12px;
      }
      .filter-btn .filter-icon {
        width: 16px;
        margin-left: 6px;
        filter: contrast(0) brightness(1.2);
      }


      .mapboxgl-ctrl-group {
        background: #fff;
        border-radius: 15px;
        padding: 6px;
    }
    
    .mapboxgl-ctrl-group:not(:empty) {
        box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1);
    }
    
    
    .mapboxgl-ctrl-group button+button {
        border-top: 0;
    }

    .mapboxgl-ctrl button:not(:disabled):hover {
        background-color: rgb(0 0 0 / 0%);
    }





















    /**     desktop warning     **/


    .desktop-warning {
        display: none;
        height: 100%;
        width: 100%;
        background: #fff;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 2rem;
        z-index: 100;
        position: fixed;
      }
  
      .desktop-warning h1 {
        font-size: 2rem;
        color: #333;
      }
  
      .desktop-warning p {
        font-size: 1.2rem;
        color: #666;
      }
  
      @media (min-width: 500px) {
        .desktop-warning {
          display: flex;
        }
      }




      .comming-soon-item-btn{
        background: #6756ff;
        color: #ffffff;
        border: 0px solid #000;
        border-radius: 20px;
        padding: 2px 5px;
        font-size: 8px;
        position: absolute;
        transform: translate(-15px, -35px);
      }

.price-display {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.original-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 2px;
}

.current-price {
    font-size: 16px;
    font-weight: bold;
    color: #2c3e50;
}
