/* ----- TourBooking: Service types listing/detail ----- */
body.theme6-site .theme6-service-types-page__title,
body.theme6-site .theme6-service-type-detail-page__title {
    letter-spacing: -0.02em;
}

.theme6-service-types-page__title,
.theme6-service-type-detail-page__title {
    letter-spacing: -0.02em;
}

body.theme6-site .theme6-service-types-page__subtitle {
    max-width: 42rem;
    font-size: 0.97rem;
}

.theme6-service-types-page__subtitle {
    max-width: 42rem;
    font-size: 0.97rem;
}

body.theme6-site .theme6-service-types-page__grid {
    --bs-gutter-x: clamp(0.85rem, 1.5vw, 1.25rem);
    --bs-gutter-y: clamp(1rem, 1.8vw, 1.35rem);
}

.theme6-service-types-page__grid {
    --bs-gutter-x: clamp(0.85rem, 1.5vw, 1.25rem);
    --bs-gutter-y: clamp(1rem, 1.8vw, 1.35rem);
}

body.theme6-site .theme6-service-types-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    box-shadow: 0 3px 12px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.theme6-service-types-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    box-shadow: 0 3px 12px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.theme6-site .theme6-service-types-card:hover {
    transform: translateY(-3px);
    border-color: rgba(42, 132, 137, 0.28);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}

.theme6-service-types-card:hover {
    transform: translateY(-3px);
    border-color: rgba(42, 132, 137, 0.28);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}

body.theme6-site .theme6-service-types-card__thumb {
    margin-bottom: 0 !important;
}

.theme6-service-types-card__thumb {
    margin-bottom: 0 !important;
}

body.theme6-site .theme6-service-types-card__thumb-link {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eef2f7;
}

.theme6-service-types-card__thumb-link {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eef2f7;
}

body.theme6-site .theme6-service-types-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.theme6-service-types-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

body.theme6-site .theme6-service-types-card:hover .theme6-service-types-card__image {
    transform: scale(1.04);
}

.theme6-service-types-card:hover .theme6-service-types-card__image {
    transform: scale(1.04);
}

body.theme6-site .theme6-service-types-card__placeholder,
.theme6-service-types-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(42, 132, 137, 0.15), rgba(15, 23, 42, 0.08));
    color: #2a8489;
    font-size: clamp(1.4rem, 2.2vw, 1.9rem);
}

body.theme6-site .theme6-service-types-card__content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 12px 14px !important;
}

.theme6-service-types-card__content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 12px 14px !important;
}

body.theme6-site .theme6-service-types-card__title {
    width: 100%;
    margin: 0;
    line-height: 1.35;
    font-size: 1.02rem;
    font-weight: 700;
    text-align: center;
}

.theme6-service-types-card__title {
    width: 100%;
    margin: 0;
    line-height: 1.35;
    font-size: 1.02rem;
    font-weight: 700;
    text-align: center;
}

body.theme6-site .theme6-service-types-card__title a {
    color: #0f172a;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.theme6-service-types-card__title a {
    color: #0f172a;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: anywhere;
}

body.theme6-site .theme6-service-types-card__title a:hover {
    color: var(--theme6-brand);
}

.theme6-service-types-card__title a:hover {
    color: var(--theme6-brand, #2a8489);
}

@media (max-width: 575.98px) {
    body.theme6-site .theme6-service-types-card__content {
        min-height: 66px;
        padding: 10px 12px !important;
    }

    .theme6-service-types-card__content {
        min-height: 66px;
        padding: 10px 12px !important;
    }
}

/**
 * Theme 6 inner pages (body.theme6-site): solid header + premium breadcrumb.
 * Loaded after site-brand / theme6-home-overrides.
 */

body.theme6-site {
    --theme6-hero-brand: #2a8489;
    --theme6-brand: #2a8489;
    --theme6-brand-hover: #236d72;
}

body.theme6-site .tg-header-height {
    position: relative;
    z-index: 100;
}

body.theme6-site .tg-header-4-bootom .row.align-items-center {
    min-height: calc(var(--site-brand-header-h, 68px) + 10px);
}

/* Solid bar from first paint (no hero behind header) */
body.theme6-site #header-sticky {
    -webkit-transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06) !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: 0 10px 36px rgba(15, 23, 42, 0.06);
}

body.theme6-site #header-sticky .tgmenu__navbar-wrap-4 > ul > li > a {
    color: var(--theme6-brand) !important;
    padding-top: 26px;
    padding-bottom: 26px;
    -webkit-transition: color 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, box-shadow 0.3s ease;
}

body.theme6-site #header-sticky .tgmenu__navbar-wrap-4 > ul > li:not(.active):not(.current-menu-item):hover > a {
    color: var(--theme6-brand-hover) !important;
}

body.theme6-site #header-sticky .tgmenu__navbar-wrap-4 > ul > li.active > a,
body.theme6-site #header-sticky .tgmenu__navbar-wrap-4 > ul > li.current-menu-item > a {
    color: var(--theme6-brand) !important;
    box-shadow: inset 0 -3px 0 0 var(--theme6-brand);
}

body.theme6-site #header-sticky .tgmenu__main-menu li.menu-item-has-children > a::after {
    color: var(--theme6-brand);
}

body.theme6-site #header-sticky .tg-header__area .site-header-login {
    color: var(--theme6-brand) !important;
}

body.theme6-site #header-sticky .tg-header__area .site-header-login i {
    color: var(--theme6-brand) !important;
}

body.theme6-site #header-sticky .search-button {
    color: var(--theme6-brand) !important;
}

body.theme6-site #header-sticky .tgmenu-offcanvas-open-btn span {
    background-color: var(--theme6-brand) !important;
}

body.theme6-site #header-sticky .tg-menu-4-right-action .tg-header-cart .cart-button {
    color: var(--theme6-brand) !important;
    border: 1px solid rgba(42, 132, 137, 0.35);
    background: rgba(42, 132, 137, 0.06);
}

/* ----- Auth: login (remember-me + premium card) ----- */
body.theme6-site .theme6-auth-page.tg-login-area {
    position: relative;
    padding-top: clamp(3rem, 8vw, 5.5rem);
    padding-bottom: clamp(3rem, 10vw, 6.5rem);
    background: linear-gradient(165deg, #ecfdf8 0%, #f8fafc 42%, #eef2f7 100%);
}

body.theme6-site .theme6-auth-page.tg-login-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 90% 55% at 50% -15%, rgba(42, 132, 137, 0.14), transparent 58%);
    pointer-events: none;
}

body.theme6-site .theme6-auth.tg-login-wrapper {
    position: relative;
    z-index: 1;
    padding: clamp(2rem, 5vw, 3.25rem) clamp(1.35rem, 4vw, 2.85rem);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(15, 23, 42, 0.07);
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 24px 56px -16px rgba(42, 132, 137, 0.18);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

body.theme6-site .theme6-auth .tg-login-top h2 {
    font-size: clamp(1.45rem, 3vw, 1.85rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #0f172a;
    margin-bottom: 0.4rem;
}

body.theme6-site .theme6-auth .tg-login-top p {
    color: #64748b;
    font-size: 0.98rem;
    line-height: 1.55;
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
}

body.theme6-site .theme6-auth-field {
    position: relative;
}

body.theme6-site .theme6-auth-field__icon {
    position: absolute;
    inset-inline-start: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    color: var(--theme6-brand);
    font-size: 0.95rem;
    pointer-events: none;
    opacity: 0.9;
}

body.theme6-site .theme6-auth-input.input {
    width: 100%;
    min-height: 52px;
    padding-inline-start: 2.85rem;
    padding-inline-end: 1rem;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #f8fafc;
    font-size: 15px;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

body.theme6-site .theme6-auth-input.input:hover {
    border-color: rgba(42, 132, 137, 0.35);
    background: #fff;
}

body.theme6-site .theme6-auth-input.input:focus {
    outline: none;
    border-color: var(--theme6-brand);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(42, 132, 137, 0.18);
}

body.theme6-site .theme6-auth-row {
    row-gap: 0.25rem;
}

body.theme6-site .theme6-auth-remember {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    font-weight: 500;
    font-size: 15px;
    color: #334155;
}

body.theme6-site .theme6-auth-remember:focus-within .theme6-auth-remember__text {
    color: var(--theme6-brand);
}

body.theme6-site .theme6-auth-checkbox.tg-checkbox {
    margin: 0;
    margin-inline-end: 0;
    transform: none;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border-color: rgba(15, 23, 42, 0.18);
    flex-shrink: 0;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

body.theme6-site .theme6-auth-checkbox.tg-checkbox:hover {
    border-color: var(--theme6-brand);
    box-shadow: 0 0 0 3px rgba(42, 132, 137, 0.12);
}

body.theme6-site .theme6-auth-checkbox.tg-checkbox:checked {
    background-color: var(--theme6-brand);
    border-color: var(--theme6-brand);
}

body.theme6-site .theme6-auth-remember__text {
    text-transform: none;
    line-height: 1.3;
}

body.theme6-site .theme6-auth .tg-login-navigate a {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color: var(--theme6-brand);
    padding: 0.35rem 0.5rem;
    margin: -0.35rem -0.5rem;
    border-radius: 8px;
    transition:
        color 0.2s ease,
        background 0.2s ease;
}

body.theme6-site .theme6-auth .tg-login-navigate a:hover {
    color: var(--theme6-brand-hover);
    background: rgba(42, 132, 137, 0.08);
}

body.theme6-site .theme6-auth-submit.tg-btn {
    min-height: 52px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.02em;
    border: none;
    background: linear-gradient(135deg, var(--theme6-brand) 0%, #236d72 100%);
    box-shadow: 0 10px 28px -8px rgba(42, 132, 137, 0.55);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}

body.theme6-site .theme6-auth-submit.tg-btn:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
    box-shadow: 0 14px 34px -8px rgba(42, 132, 137, 0.6);
}

body.theme6-site .theme6-auth-submit.tg-btn:active {
    transform: translateY(0);
}

body.theme6-site .theme6-auth-divider .edc-line-sperator {
    flex: 1;
    min-width: 2rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(15, 23, 42, 0.12), transparent);
}

body.theme6-site .theme6-auth-divider__text {
    color: #94a3b8 !important;
    font-size: 0.8rem !important;
    text-transform: none;
    white-space: nowrap;
}

body.theme6-site .theme6-auth-social__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #fff;
    color: #334155;
    text-decoration: none;
    transition:
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

body.theme6-site .theme6-auth-social__btn:hover {
    border-color: rgba(42, 132, 137, 0.45);
    color: var(--theme6-brand);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px -6px rgba(42, 132, 137, 0.35);
}

body.theme6-site .theme6-auth-forgot.td_accent_color {
    text-decoration: none;
    font-size: 0.95rem;
    border-radius: 8px;
    padding: 0.25rem 0.5rem;
    transition:
        color 0.2s ease,
        background 0.2s ease;
}

body.theme6-site .theme6-auth-forgot.td_accent_color:hover {
    color: var(--theme6-brand-hover) !important;
    background: rgba(42, 132, 137, 0.08);
}

@media (max-width: 575.98px) {
    body.theme6-site .theme6-auth.tg-login-wrapper {
        padding: 1.75rem 1.25rem;
        border-radius: 20px;
    }
}

/* Inner breadcrumb: global styles live in site-brand.css (loaded before this file). */

/* -------------------------------------------------------------------------- */
/* Trips / services listing (services2 + theme6 inner)                           */
/* -------------------------------------------------------------------------- */

.theme6-trips-breadcrumb-wrap {
    margin-bottom: 0;
}

/**
 * Section header: titles at inline-start, actions at inline-end.
 * Do not use flex-direction: row-reverse — RTL is handled by dir="rtl" + logical start/end.
 */
body.theme6-layout .theme6-section-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.75rem 1.25rem;
    width: 100%;
}

body.theme6-layout .theme6-section-head__text {
    flex: 1 1 auto;
    min-width: min(100%, 260px);
    text-align: start;
}

body.theme6-layout .theme6-section-head__actions {
    flex: 0 0 auto;
}

body.theme6-layout .theme6-section-head__actions .tg-btn {
    white-space: nowrap;
}

/* Home / listing blocks: title + CTA row — rely on Bootstrap RTL; never reverse this row */
body.theme6-layout .theme6-listing-head.row {
    justify-content: space-between;
}

/* Home listing blocks: titles follow document inline-start (AR + EN) */
body.theme6-layout .theme6-listing-head .tg-location-section-title,
body.theme6-layout .theme6-listing-head .tg-section-subtitle,
body.theme6-layout .theme6-listing-head h2 {
    text-align: start;
}

.theme6-ecom-pd-page.tg-shop-details-area {
    padding-top: clamp(0.85rem, 2vw, 1.5rem) !important;
}

body.theme6-layout .theme6-ecom-breadcrumb--slim + .theme6-ecom-pd-page.tg-shop-details-area,
body.theme6-layout .theme6-ecom-breadcrumb--slim + .tg-shop-details-area.theme6-ecom-pd-page {
    padding-top: clamp(0.5rem, 1.4vw, 0.95rem) !important;
}

body.theme6-layout .theme6-ecom-breadcrumb--slim + .theme6-shop-page {
    padding-top: 0.2rem;
}

body.theme6-layout .theme6-ecom-breadcrumb--slim + .theme6-shop-page .theme6-shop-hero {
    padding-top: 0.2rem;
    margin-bottom: 0.35rem;
}

.theme6-trips-breadcrumb-wrap + .theme6-trips-page .theme6-trips-search {
    padding-top: 0.25rem;
}

@media (min-width: 992px) {
    .theme6-trips-breadcrumb-wrap + .theme6-trips-page .theme6-trips-search {
        padding-top: 0.35rem;
    }
}

/*
 * Trips grid: row always has .list-card; grid mode is without .list-card-open.
 * Override site-brand equal-height column + flex-grow card so cards are content-sized (AR + EN).
 */
.theme6-trips-results .row.list-card:not(.list-card-open) {
    align-items: flex-start;
}

.theme6-trips-results .row.list-card:not(.list-card-open) > [class*='col-'].tg-grid-full {
    display: block;
    height: auto;
}

.theme6-trips-results .row.list-card:not(.list-card-open) > [class*='col-'].tg-grid-full > .service-card.theme6-tour-card {
    width: 100%;
    height: auto !important;
    min-height: 0;
    flex: none !important;
}

.theme6-trips-results .row.list-card:not(.list-card-open) .theme6-tour-card__body.tg-listing-card-content {
    flex-grow: 0;
}

.theme6-trips-results .row.list-card:not(.list-card-open) .theme6-tour-card__footer.tg-listing-avai {
    margin-top: 0.35rem;
    padding-top: 0.65rem;
    padding-bottom: 0.35rem;
}

html[dir="rtl"] .theme6-trips-toolbar .theme6-trips-toolbar__actions {
    justify-content: flex-end;
}

html[dir="rtl"] .theme6-trips-toolbar .theme6-trips-sort {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.35rem 0.5rem;
}

/* Destination dropdown: reliable row click targets; closed lists ignore pointer events */
.tg-booking-form-location-list:not(.tg-quantity) {
    pointer-events: none;
}

.tg-booking-form-location-list.tg-list-open:not(.tg-quantity) {
    pointer-events: auto;
}

.tg-booking-form-location-list:not(.tg-quantity) ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    line-height: 1.35;
}

.tg-booking-form-location-list:not(.tg-quantity) ul li > * {
    pointer-events: none;
}

.tg-booking-form-location-list:not(.tg-quantity) .scrool-height {
    height: auto;
    max-height: 240px;
}

/* People picker: closed panel must not steal clicks; open panel stays interactive */
.tg-booking-form-location-list.tg-quantity:not(.tg-list-open) {
    pointer-events: none;
}

.tg-booking-form-location-list.tg-quantity.tg-list-open {
    pointer-events: auto;
}

.tg-booking-form-location-list.tg-quantity .tg-booking-quantity-item .increment,
.tg-booking-form-location-list.tg-quantity .tg-booking-quantity-item .decrement {
    cursor: pointer;
    pointer-events: auto;
    border: none;
    background: transparent;
    padding: 0;
    line-height: inherit;
    width: 35px;
    height: 34px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 3px !important;
    color: var(--tg-common-black, #0f172a);
}

.tg-booking-form-location-list.tg-quantity .tg-booking-quantity-item .increment {
    right: auto;
    inset-inline-end: 0;
}

.tg-booking-form-location-list.tg-quantity .tg-booking-quantity-item .decrement {
    right: auto;
    left: auto;
    inset-inline-start: 0;
}

.theme6-trips-page {
    --theme6-trips-radius: 18px;
    --theme6-trips-border: rgba(15, 23, 42, 0.08);
    --theme6-trips-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.theme6-trips-search {
    padding-bottom: 2rem;
    position: relative;
    z-index: 25;
    overflow: visible;
}

.theme6-trips-search__panel {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border: 1px solid var(--theme6-trips-border);
    border-radius: var(--theme6-trips-radius);
    box-shadow: var(--theme6-trips-shadow);
    padding: clamp(1rem, 2.5vw, 1.5rem) clamp(1rem, 3vw, 1.75rem);
    overflow: visible;
}

.theme6-trips-search .tg-booking-form-input-group,
.theme6-trips-search .tg-booking-form-parent-inner {
    overflow: visible;
}

.theme6-trips-search .tg-hero-quantity {
    position: relative;
    z-index: 1;
}

.theme6-trips-search .tg-hero-quantity:has(.tg-list-open) {
    z-index: 30;
}

.theme6-trips-search .tg-booking-form-location-list.tg-list-open {
    z-index: 35;
}

.theme6-trips-search:has(.tg-list-open) {
    z-index: 40;
}

/* Trips grid below search must not intercept open pickers (destination, people, date, time) */
body.theme6-site .theme6-trips-page:has(.theme6-trips-search .tg-list-open) .theme6-trips-listing,
body.theme6-site .theme6-trips-page:has(.theme6-trips-search .tg-list-open) .theme6-trips-results,
body.theme6-site.theme6-quick-search-picker-open .theme6-trips-page .theme6-trips-listing,
body.theme6-site.theme6-quick-search-picker-open .theme6-trips-page .theme6-trips-results {
    pointer-events: none;
}

.theme6-trips-search .tg-booking-time-col:focus-within {
    position: relative;
    z-index: 30;
}

body.theme6-site .theme6-trips-page:has(.theme6-trips-search .tg-booking-time-col:focus-within) .theme6-trips-listing,
body.theme6-site .theme6-trips-page:has(.theme6-trips-search .tg-booking-time-col:focus-within) .theme6-trips-results {
    pointer-events: none;
}

.theme6-trips-search .tg-booking-add-input-date {
    position: relative;
    z-index: 1;
}

.theme6-trips-search .tg-booking-add-input-date:has(.flatpickr-input.active),
.theme6-trips-search .tg-booking-add-input-date:has(input.active) {
    z-index: 28;
}

.theme6-trips-search__panel .tg-booking-form-grid {
    margin-bottom: 0;
}

.theme6-trips-search__panel .bk-search-button {
    min-height: 48px;
    padding-left: 1.35rem;
    padding-right: 1.35rem;
}

.theme6-trips-dest-btn {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 10px;
    padding: 0.45rem 0.75rem;
    background: #f8fafc;
    font-size: 0.875rem;
    font-weight: 500;
    color: #0f172a;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.theme6-trips-dest-btn:hover,
.theme6-trips-dest-btn:focus-visible {
    border-color: rgba(42, 132, 137, 0.4);
    background: rgba(42, 132, 137, 0.06);
    color: #236d72;
    outline: none;
}

html[dir="rtl"] .theme6-trips-dest-btn {
    text-align: right;
}

.theme6-trips-listing .theme6-trips-sidebar {
    position: sticky;
    top: calc(var(--site-brand-header-h, 72px) + 16px);
    align-self: flex-start;
}

.theme6-trips-sidebar__card {
    background: #fff;
    border: 1px solid var(--theme6-trips-border);
    border-radius: var(--theme6-trips-radius);
    box-shadow: 0 10px 34px rgba(15, 23, 42, 0.06);
    padding: 1.25rem 1.25rem 1.35rem;
}

.theme6-trips-sidebar__title {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #0f172a;
}

.theme6-trips-sidebar__reset {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #2a8489;
}

.theme6-trips-sidebar__search .p-relative .input {
    padding-right: 2.5rem;
    min-height: 46px;
    border-radius: 12px;
}

.theme6-trips-sidebar__search-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(15, 23, 42, 0.45);
    pointer-events: none;
}

html[dir="rtl"] .theme6-trips-sidebar__search-icon {
    right: auto;
    left: 14px;
}

.theme6-trips-sidebar__rule {
    opacity: 0.85;
}

.theme6-trips-price-row .input {
    min-height: 44px;
    border-radius: 12px;
}

/* Tour listing filter sidebars: align checkboxes with Arabic / RTL text */
.theme6-trips-sidebar .tg-filter-list .checkbox.d-flex,
.tg-filter-sidebar .tg-filter-list .checkbox.d-flex {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.theme6-trips-sidebar .tg-filter-list .checkbox .tg-checkbox,
.tg-filter-sidebar .tg-filter-list .checkbox .tg-checkbox {
    transform: none;
    margin: 0;
    flex: 0 0 auto;
    align-self: center;
}

.theme6-trips-sidebar .tg-filter-list .checkbox .tg-label,
.tg-filter-sidebar .tg-filter-list .checkbox .tg-label {
    margin: 0;
    text-transform: none;
    line-height: 1.45;
    flex: 1 1 auto;
    min-width: 0;
}

.theme6-trips-sidebar .tg-filter-list .checkbox .tg-filter-review,
.tg-filter-sidebar .tg-filter-list .checkbox .tg-filter-review {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
}

.theme6-trips-sidebar .tg-filter-list .checkbox .tg-filter-review label,
.tg-filter-sidebar .tg-filter-list .checkbox .tg-filter-review label {
    margin: 0;
    cursor: pointer;
}

html[dir="rtl"] .theme6-trips-sidebar .tg-filter-seemore .plus,
html[dir="rtl"] .tg-filter-sidebar .tg-filter-seemore .plus {
    margin-right: 0;
    margin-inline-end: 7px;
}

.theme6-trips-sidebar .theme6-trips-price-row,
.tg-filter-sidebar .tg-filter-price-input > .d-flex.align-items-center {
    gap: 0.65rem;
    flex-wrap: nowrap;
}

.theme6-trips-sidebar .theme6-trips-price-row .dvdr,
.tg-filter-sidebar .tg-filter-price-input > .d-flex.align-items-center .dvdr {
    margin: 0;
    flex-shrink: 0;
}

.theme6-trips-sidebar .theme6-trips-price-row .input,
.tg-filter-sidebar .tg-filter-price-input > .d-flex.align-items-center .input {
    flex: 1 1 0;
    min-width: 0;
}

.theme6-trips-toolbar {
    background: #fff;
    border: 1px solid var(--theme6-trips-border);
    border-radius: 14px;
    padding: 0.85rem 1rem;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
}

.theme6-trips-count {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #0f172a;
}

.theme6-trips-sort__label {
    font-size: 0.875rem;
    color: rgba(15, 23, 42, 0.65);
    white-space: nowrap;
}

.theme6-trips-sort__select .nice-select,
.theme6-trips-sort__select select.select {
    min-height: 44px;
    border-radius: 12px;
}

html[dir='rtl'] .theme6-trips-sort__select .nice-select,
[dir='rtl'] .theme6-trips-sort__select .nice-select {
    text-align: right !important;
}

html[dir='rtl'] .theme6-trips-sort__select .nice-select::after,
[dir='rtl'] .theme6-trips-sort__select .nice-select::after {
    right: auto;
    left: 15px;
}

.theme6-trips-view-btn {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #fff;
    color: rgba(15, 23, 42, 0.55);
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.theme6-trips-view-btn:hover,
.theme6-trips-view-btn:focus-visible {
    color: #2a8489;
    border-color: rgba(42, 132, 137, 0.35);
    outline: none;
}

.theme6-trips-view-btn.active {
    color: #fff;
    background: linear-gradient(135deg, #2a8489, #236d72);
    border-color: transparent;
    box-shadow: 0 10px 24px rgba(42, 132, 137, 0.28);
}

.theme6-trips-empty {
    padding: 3rem 1.5rem;
    border: 1px dashed rgba(15, 23, 42, 0.15);
    border-radius: var(--theme6-trips-radius);
    background: #fafafa;
}

.theme6-trips-empty__title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #0f172a;
}

.tg-listing-card-review i {
    color: #9c9c9c;
}

.tg-listing-card-review i.active {
    color: var(--tg-common-yellow, #f4b942);
}

@media (max-width: 991.98px) {
    .theme6-trips-sidebar {
        position: static;
    }

    .theme6-trips-main {
        margin-left: 0 !important;
    }
}

/* ----- Service detail (booking page) ----- */
.theme6-service-detail {
    background: #f8fafc;
}

.theme6-sd-overview {
    padding: 1rem 0 0.25rem;
}

.theme6-sd-overview__card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 20px;
    padding: clamp(1rem, 2.8vw, 1.6rem);
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.08);
}

.theme6-sd-overview__head {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.25rem;
    align-items: end;
    justify-content: space-between;
}

.theme6-sd-overview__kicker {
    margin: 0;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #2a8489;
    font-weight: 700;
    width: 100%;
}

.theme6-sd-overview__title {
    margin: 0;
    font-size: clamp(1.25rem, 2.5vw, 1.9rem);
    font-weight: 700;
    color: #0f172a;
}

.theme6-sd-overview__price {
    display: inline-flex;
    align-items: baseline;
    gap: 0.35rem;
}

.theme6-sd-overview__price-value {
    font-size: clamp(1.2rem, 2.4vw, 1.8rem);
    font-weight: 700;
    color: #0f172a;
}

.theme6-sd-overview__price-unit {
    font-size: 0.95rem;
    color: rgba(15, 23, 42, 0.6);
}

.theme6-sd-overview__desc {
    margin: 0.8rem 0 1rem;
    color: rgba(15, 23, 42, 0.75);
    line-height: 1.7;
}

.theme6-sd-overview__meta {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    margin-bottom: 1rem;
}

.theme6-sd-overview__meta-item {
    padding: 0.7rem 0.85rem;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.theme6-sd-overview__meta-label {
    display: block;
    font-size: 0.75rem;
    color: rgba(15, 23, 42, 0.58);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.15rem;
}

.theme6-sd-overview__meta-value {
    color: #0f172a;
    font-size: 0.95rem;
}

.theme6-sd-overview__amenities-title {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 0.55rem;
    color: #0f172a;
}

.theme6-sd-overview__amenities-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.45rem;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.theme6-sd-overview__amenities-list li {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.88rem;
    color: #0f172a;
}

.theme6-sd-overview__amenities-list i {
    color: #2a8489;
}

.theme6-sd-overview__cta-wrap {
    margin-top: 1rem;
}

.theme6-sd-overview__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 1.05rem;
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background: linear-gradient(135deg, #2a8489, #236d72);
}

.theme6-service-detail__booking-section {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.02) 0%, rgba(15, 23, 42, 0) 100%);
}

.theme6-service-detail__booking-section .theme6-sd-booking-wrap {
    position: static;
    top: auto;
}

.theme6-sd-intro__details {
    background: #fff;
    border: 1px solid rgba(42, 132, 137, 0.12);
    border-radius: 20px;
    padding: clamp(1rem, 2.3vw, 1.6rem);
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.1);
}

.theme6-sd-intro__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

.theme6-sd-intro__actions {
    display: inline-flex;
    gap: 0.5rem;
    margin: 0;
}

.theme6-sd-intro__icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.15);
    background: #fff;
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.theme6-sd-intro__icon-btn.is-active {
    color: #fff;
    background: var(--tg-theme-primary, #2a8489);
    border-color: var(--tg-theme-primary, #2a8489);
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.12);
}

.theme6-sd-intro__icon-btn.is-active i {
    color: #fff;
}

.theme6-sd-intro__title {
    margin: 0;
    font-size: clamp(1.35rem, 2.8vw, 2.15rem);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
}

.theme6-sd-intro__rating-row {
    margin-top: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.theme6-sd-intro__meta-grid {
    margin-top: 0.55rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem 0.8rem;
}

.theme6-sd-intro__destination {
    margin: 0;
    color: rgba(15, 23, 42, 0.72);
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.theme6-sd-intro__rating {
    margin-top: 0.65rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: rgba(15, 23, 42, 0.82);
}

.theme6-sd-intro__stars i {
    color: #d1d5db;
    font-size: 0.84rem;
}

.theme6-sd-intro__stars i.is-on {
    color: #f4b942;
}

.theme6-sd-intro__price {
    margin-top: 0;
    font-size: clamp(1.35rem, 2.6vw, 1.95rem);
    color: #0f172a;
    display: inline-flex;
    align-items: baseline;
    gap: 0.4rem;
}

.theme6-sd-intro__price-wrap {
    margin-top: 0.9rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem 1rem;
}

.theme6-sd-intro__desc-card {
    margin-top: 0.95rem;
    padding: 0.8rem 0.9rem;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #f8fafc;
}

.theme6-sd-intro__feature-grid {
    margin-top: 0.7rem;
    display: grid;
    gap: 0.7rem;
    grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 992px) {
    .theme6-sd-intro__feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.theme6-sd-intro__includes-card {
    padding: 0.75rem 0.9rem;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
}

.theme6-sd-intro__includes-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.35rem;
}

.theme6-sd-intro__includes-list li {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.4rem;
    color: rgba(15, 23, 42, 0.8);
    line-height: 1.45;
}

.theme6-sd-intro__includes-list i {
    color: #2a8489;
    margin-top: 0.15rem;
}

.theme6-sd-intro__desc-title {
    margin: 0 0 0.35rem;
    font-size: 0.88rem;
    font-weight: 700;
    color: rgba(15, 23, 42, 0.62);
}

.theme6-sd-intro__amenities-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.theme6-sd-intro__amenities-list li {
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    background: #f0f9ff;
    border: 1px solid rgba(14, 165, 233, 0.18);
    color: #0f172a;
    font-size: 0.78rem;
    line-height: 1.2;
}

.theme6-sd-intro__amenities-list--lang li {
    background: #f0fdfa;
    border-color: rgba(42, 132, 137, 0.22);
    color: #0f172a;
}

.theme6-sd-intro__price strong {
    font-weight: 800;
    letter-spacing: -0.02em;
}

.theme6-sd-intro__price span {
    font-size: 0.9rem;
    color: rgba(15, 23, 42, 0.62);
}

.theme6-sd-intro__summary {
    margin: 0;
    color: rgba(15, 23, 42, 0.75);
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .theme6-sd-intro__price-wrap {
        align-items: flex-start;
    }

    .theme6-sd-intro__price {
        font-size: clamp(1.15rem, 6vw, 1.65rem);
    }
}

.theme6-service-detail__main {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.theme6-sd-section__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
}

.theme6-sd-section__subtitle {
    font-size: 1.05rem;
    font-weight: 600;
    margin: 1.5rem 0 1rem;
    color: #0f172a;
}

.theme6-sd-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    padding: clamp(1.25rem, 3vw, 1.75rem);
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
}

.theme6-sd-card--accent {
    border-color: rgba(42, 132, 137, 0.25);
    background: linear-gradient(135deg, #ffffff 0%, #f0fdfa 100%);
}

.theme6-sd-prose {
    color: rgba(15, 23, 42, 0.82);
    line-height: 1.7;
}

.theme6-sd-empty {
    color: rgba(15, 23, 42, 0.55);
}

.theme6-sd-itinerary {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.theme6-sd-itinerary__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    padding: 1rem;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.theme6-sd-itinerary__day {
    font-weight: 700;
    color: #2a8489;
    white-space: nowrap;
}

.theme6-sd-itinerary__heading {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.theme6-sd-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.theme6-sd-checklist li {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.theme6-sd-checklist__icon {
    color: #2a8489;
    margin-top: 0.15rem;
}

.theme6-sd-checklist--muted .theme6-sd-checklist__icon {
    color: rgba(15, 23, 42, 0.35);
}

.theme6-sd-amenities__item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0;
    font-size: 0.95rem;
}

.theme6-sd-amenities__item i {
    color: #2a8489;
}

.theme6-sd-map iframe {
    width: 100%;
    min-height: 280px;
    border: 0;
    border-radius: 12px;
}

.theme6-sd-gallery {
    position: relative;
}

.theme6-sd-gallery__figure {
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
}

.theme6-sd-gallery__img {
    width: 100%;
    height: clamp(240px, 40vw, 420px);
    object-fit: cover;
    display: block;
}

.theme6-sd-gallery__nav {
    position: absolute;
    inset-inline: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 0.5rem;
}

.theme6-sd-gallery__btn {
    pointer-events: auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
    cursor: pointer;
    position: relative;
}

.theme6-sd-gallery__btn::after {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-inline-start: 2px solid #0f172a;
    border-bottom: 2px solid #0f172a;
    transform: rotate(45deg);
}

.theme6-sd-gallery__btn--next::after {
    transform: rotate(-135deg);
}

.theme6-sd-review-summary {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .theme6-sd-review-summary {
        grid-template-columns: minmax(0, 220px) 1fr;
        align-items: start;
    }
}

.theme6-sd-review-summary__num {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    color: #0f172a;
}

.theme6-sd-review-summary__stars .theme6-sd-review-summary__star {
    color: #d4d4d4;
}

.theme6-sd-review-summary__stars .theme6-sd-review-summary__star.is-on {
    color: #f4b942;
}

.theme6-sd-review-bars__row {
    display: grid;
    grid-template-columns: minmax(0, 6rem) 1fr auto;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.theme6-sd-review-bars__track {
    height: 6px;
    border-radius: 999px;
    background: #e5e7eb;
    overflow: hidden;
}

.theme6-sd-review-bars__fill {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #2a8489, #5ec9cf);
}

.theme6-sd-review-list__item {
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.theme6-sd-review-list__item:last-child {
    border-bottom: 0;
}

.theme6-sd-review {
    display: flex;
    gap: 1rem;
}

.theme6-sd-review__avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #e5e7eb;
}

.theme6-sd-review__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.theme6-sd-review__head {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem;
    align-items: baseline;
    margin-bottom: 0.25rem;
}

.theme6-sd-review__name {
    font-weight: 600;
    color: #0f172a;
}

.theme6-sd-review__date {
    font-size: 0.85rem;
    color: rgba(15, 23, 42, 0.5);
}

.theme6-sd-review__stars i {
    color: #d4d4d4;
    font-size: 0.85rem;
}

.theme6-sd-review__stars i.is-on {
    color: #f4b942;
}

.theme6-sd-review__text {
    margin: 0.5rem 0 0;
    color: rgba(15, 23, 42, 0.82);
    line-height: 1.65;
}

.theme6-sd-empty-state {
    text-align: center;
    padding: 2.5rem 1rem;
    border-radius: 14px;
    border: 1px dashed rgba(15, 23, 42, 0.12);
    background: #fafafa;
}

.theme6-sd-empty-state__icon {
    color: rgba(15, 23, 42, 0.25);
    margin-bottom: 0.75rem;
}

.theme6-sd-empty-state__title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.theme6-sd-review-form__cat {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 1rem;
    margin-bottom: 0.5rem;
}

.theme6-sd-review-form__label {
    min-width: 6rem;
    margin: 0;
    font-size: 0.9rem;
}

.theme6-sd-review-form__star-btn {
    border: none;
    background: transparent;
    padding: 0.15rem;
    color: #d4d4d4;
    cursor: pointer;
}

.theme6-sd-review-form__star-btn.is-on {
    color: #f4b942;
}

.theme6-sd-textarea {
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    padding: 0.75rem 1rem;
    margin-bottom: 0.75rem;
    min-height: 120px;
}

.theme6-sd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.25rem;
    border-radius: 12px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.theme6-sd-btn--primary {
    background: linear-gradient(135deg, #2a8489, #236d72);
    color: #fff;
}

.theme6-sd-booking-wrap {
    position: relative;
}

@media (min-width: 992px) {
    .theme6-sd-booking-wrap {
        position: sticky;
        top: calc(var(--site-brand-header-h, 68px) + 1rem);
        z-index: 5;
    }
}

.theme6-sd-booking__inner {
    background: #fff;
    border-radius: 18px;
    padding: clamp(1.25rem, 3vw, 1.75rem);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.1);
}

.theme6-sd-booking__title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: #0f172a;
}

.theme6-sd-field__label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(15, 23, 42, 0.55);
    margin-bottom: 0.35rem;
}

.theme6-sd-field__label--booking {
    text-transform: none;
    letter-spacing: 0.01em;
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(15, 23, 42, 0.72);
}

.theme6-bw-date-field {
    max-width: min(100%, 22rem);
}

/* Date field: icon + input (Flatpickr altInput adds a second input) */
.theme6-bw-date-input-wrap {
    display: flex;
    align-items: stretch;
    max-width: min(100%, 20rem);
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #fff;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.theme6-bw-date-input-wrap:focus-within {
    border-color: rgba(42, 132, 137, 0.55);
    box-shadow: 0 0 0 3px rgba(42, 132, 137, 0.14);
}

.theme6-bw-date-input-wrap.is-disabled {
    opacity: 0.65;
    pointer-events: none;
}

.theme6-bw-date-input__calendar-btn {
    flex: 0 0 auto;
    width: 3.1rem;
    min-height: 52px;
    padding: 0;
    margin: 0;
    border: none;
    border-inline-end: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, #f0fdfa 0%, #e6fffa 100%);
    color: #2a8489;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
}

.theme6-bw-date-input__calendar-btn:hover:not(:disabled) {
    background: #dff8f5;
    color: #1f6569;
}

.theme6-bw-date-input__calendar-btn:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 2px rgba(42, 132, 137, 0.45);
}

.theme6-bw-date-input__calendar-btn:disabled {
    cursor: not-allowed;
}

.theme6-bw-date-input__calendar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.theme6-bw-date-input-wrap .theme6-bw-date-input,
.theme6-bw-date-input-wrap input.flatpickr-input {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 52px;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f172a;
    padding-inline: 0.65rem 0.85rem;
}

.theme6-bw-date-input-wrap .theme6-bw-date-input:focus,
.theme6-bw-date-input-wrap input.flatpickr-input:focus {
    outline: none;
}

.theme6-bw-date-hint {
    font-size: 0.8125rem;
    line-height: 1.4;
    color: rgba(15, 23, 42, 0.48) !important;
}

.theme6-bw-date-input {
    width: 100%;
}

/* Flatpickr above booking panels / sticky CTA */
.flatpickr-calendar {
    z-index: 12050 !important;
    border-radius: 14px !important;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18) !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: #2a8489 !important;
    border-color: #2a8489 !important;
}

.flatpickr-day:hover {
    background: rgba(42, 132, 137, 0.12) !important;
    border-color: transparent !important;
}

/*
 * Time-only Flatpickr (legacy themes): compact panel so hour/minute fields are not pushed down.
 */
.flatpickr-calendar.noCalendar.hasTime {
    width: auto !important;
    min-width: 11rem;
    max-width: 17rem;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto !important;
    max-height: none !important;
    min-height: 2.75rem;
    padding: 0.45rem 0.55rem;
    line-height: 1.25 !important;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time .numInputWrapper {
    height: 2.35rem;
    min-height: 2.35rem;
    float: none;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time input {
    font-size: 0.95rem;
    padding: 0.2rem 0.15rem;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time .flatpickr-am-pm {
    width: auto;
    min-width: 2.75rem;
    padding: 0 0.35rem;
}

/* Quick-search time dropdown (native select) */
.tg-booking-time-col {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 120px;
}

html[dir="rtl"] .tg-booking-time-col {
    min-width: 148px;
}

.tg-booking-time-wrap {
    display: block;
}

.tg-booking-time-select.input,
select.tg-booking-time-select {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 44px;
    min-height: 44px;
    padding-block: 9px;
    padding-inline-start: 18px;
    padding-inline-end: 50px;
    margin: 0;
    line-height: 1.35;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: var(--tg-grey-3, #f3f4f6);
    background-image: none;
    text-align: start;
}

.tg-booking-time-select option {
    color: #1e293b;
    background: #fff;
}

/* Quick-search & trips booking bar — icon / native arrow spacing (RTL) */
body.theme6-site .tg-booking-add-input-field span.location,
body.theme6-home #book .tg-booking-add-input-field span.location,
.theme6-trips-search .tg-booking-add-input-field span.location {
    right: auto;
    left: auto;
    inset-inline-end: 14px;
}

body.theme6-site .tg-booking-title-value,
body.theme6-home #book .tg-booking-title-value,
.theme6-trips-search .tg-booking-title-value {
    margin-right: 0;
    margin-inline-end: 2.25rem;
    margin-inline-start: 0;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.theme6-site .tg-booking-add-input-date > span,
body.theme6-home #book .tg-booking-add-input-date > span,
.theme6-trips-search .tg-booking-add-input-date > span {
    right: auto;
    left: auto;
    inset-inline-end: 15px;
}

body.theme6-site .tg-booking-add-input-date .input,
body.theme6-home #book .tg-booking-add-input-date .input,
.theme6-trips-search .tg-booking-add-input-date .input {
    padding-inline-start: 18px;
    padding-inline-end: 50px;
}

/* RTL: beat main.css physical right:15px / padding-right on date + time fields */
html[dir="rtl"] body.theme6-site .tg-booking-add-input-date > span,
html[dir="rtl"] body.theme6-home #book .tg-booking-add-input-date > span,
html[dir="rtl"] .theme6-trips-search .tg-booking-add-input-date > span {
    right: auto !important;
    left: 15px !important;
    inset-inline-end: auto;
    inset-inline-start: auto;
}

html[dir="rtl"] body.theme6-site .tg-booking-add-input-date .input,
html[dir="rtl"] body.theme6-home #book .tg-booking-add-input-date .input,
html[dir="rtl"] .theme6-trips-search .tg-booking-add-input-date .input {
    padding-inline-start: 18px;
    padding-inline-end: 50px;
    padding-right: 18px !important;
    padding-left: 50px !important;
    text-align: right;
}

.tg-booking-time-hint {
    margin-top: 0.3rem;
    font-size: 0.72rem;
    line-height: 1.35;
    color: rgba(15, 23, 42, 0.52);
}

body.theme6-home #book .tg-booking-form-input-group,
.theme6-trips-search .tg-booking-form-input-group {
    align-items: flex-end;
    /* Room for time hint (out of flex flow) so row baselines stay even */
    padding-bottom: 1.15rem;
}

body.theme6-home #book .tg-booking-time-col,
.theme6-trips-search .tg-booking-time-col {
    position: relative;
    align-self: auto;
}

body.theme6-home #book .tg-booking-time-hint,
.theme6-trips-search .tg-booking-time-hint {
    position: absolute;
    inset-inline-start: 0;
    inset-inline-end: 0;
    top: 100%;
    margin-top: 0.3rem;
    pointer-events: none;
}

.theme6-trips-search .tg-booking-time-select,
body.theme6-home #book .tg-booking-time-select {
    cursor: pointer;
    pointer-events: auto;
}

/*
 * Flatpickr month/year row: main.css absolutely positions prev/next at left/right 35px,
 * which overlaps the month/year dropdown when the header grows (long month names, RTL).
 * Use a 3-column flex bar: [prev] [month + year] [next].
 */
.flatpickr-calendar .flatpickr-months {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.5rem;
    overflow: visible !important;
    min-height: 3rem;
    padding: 0.35rem 0 0.25rem;
    position: relative;
}

.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month,
.flatpickr-calendar.open .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar.open .flatpickr-months .flatpickr-next-month {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    flex: 0 0 auto;
    line-height: 1;
    padding: 0.25rem;
    z-index: 2;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month {
    flex: 1 1 auto;
    min-width: 0;
    height: auto !important;
    overflow: visible !important;
}

.flatpickr-calendar .flatpickr-current-month,
.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month {
    position: static !important;
    width: 100% !important;
    left: auto !important;
    height: auto !important;
    min-height: 2.75rem !important;
    padding: 0.4rem 0.25rem !important;
    overflow: visible !important;
    line-height: 1.35 !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.35rem;
    box-sizing: border-box;
}

.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months {
    line-height: 1.35 !important;
    min-height: 2rem;
    flex: 1 1 auto;
    min-width: 0;
    max-width: min(12rem, 58%);
    padding: 0.2rem 1.65rem 0.2rem 0.35rem !important;
    font-size: 0.95rem !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2357575F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.35rem center;
    background-size: 0.75rem;
}

[dir='rtl'] .flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months,
[dir='rtl'] .flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months {
    padding: 0.2rem 0.35rem 0.2rem 1.65rem !important;
    background-position: left 0.35rem center;
}

.flatpickr-calendar .flatpickr-current-month .numInputWrapper,
.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper {
    flex: 0 0 auto;
    min-width: 3.25rem;
}

.flatpickr-calendar .flatpickr-current-month .numInputWrapper span,
.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper span {
    display: none !important;
}

.flatpickr-calendar .flatpickr-current-month input.cur-year,
.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month input.cur-year {
    line-height: 1.35 !important;
    height: auto !important;
    min-height: 2rem;
    width: 3.25rem !important;
    padding: 0.15rem 0.2rem !important;
    font-size: 0.95rem !important;
}

@media (max-width: 575px) {
    .flatpickr-calendar.open {
        min-width: min(100vw - 2rem, 340px);
    }
}

.theme6-sd-booking--wizard:not(.is-fallback) #bw-slots-fallback {
    display: none !important;
}

.theme6-sd-input,
.theme6-sd-select {
    width: 100%;
    min-height: 48px;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    padding: 0.5rem 0.75rem;
    background: #fff;
}

.theme6-sd-booking--wizard select.theme6-sd-input,
.theme6-sd-booking--wizard select.theme6-sd-select,
select.theme6-sd-select {
    padding-inline-start: 0.75rem;
    padding-inline-end: 2.75rem;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2357575F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 0.75rem;
    background-origin: content-box;
}

[dir='rtl'] .theme6-sd-booking--wizard select.theme6-sd-input,
[dir='rtl'] .theme6-sd-booking--wizard select.theme6-sd-select,
html[dir='rtl'] .theme6-sd-booking--wizard select.theme6-sd-input,
html[dir='rtl'] .theme6-sd-booking--wizard select.theme6-sd-select,
[dir='rtl'] select.theme6-sd-select,
html[dir='rtl'] select.theme6-sd-select {
    padding-inline-start: 2.75rem;
    padding-inline-end: 0.75rem;
    background-position: left 0.75rem center;
}

.theme6-sd-input.is-invalid,
.theme6-sd-select.is-invalid {
    border-color: #dc2626;
    box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.12);
}

.theme6-bw-field-invalid .theme6-bw-searchable-select__trigger {
    border-color: #dc2626;
    box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.12);
}

/* Searchable country picker (booking wizard) */
.theme6-bw-searchable-select {
    position: relative;
    width: 100%;
}

.theme6-bw-searchable-select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
    min-height: 48px;
    text-align: start;
    cursor: pointer;
    background-image: none !important;
    padding-inline-start: 0.75rem;
    padding-inline-end: 2.75rem;
}

.theme6-bw-searchable-select__trigger.is-open {
    border-color: rgba(42, 132, 137, 0.55);
    box-shadow: 0 0 0 3px rgba(42, 132, 137, 0.14);
}

.theme6-bw-searchable-select__value {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.theme6-bw-searchable-select__chevron {
    flex: 0 0 auto;
    width: 0.75rem;
    height: 0.75rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2357575F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.2s ease;
    position: absolute;
    right: 0.75rem;
    left: auto;
    inset-inline-end: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.theme6-bw-searchable-select__trigger.is-open .theme6-bw-searchable-select__chevron {
    transform: translateY(-50%) rotate(180deg);
}

.theme6-bw-searchable-select__menu {
    position: absolute;
    z-index: 12060;
    inset-inline: 0;
    top: calc(100% + 0.35rem);
    display: flex;
    flex-direction: column;
    max-height: min(18rem, 52vh);
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
}

.theme6-bw-searchable-select__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.55rem 0.75rem;
    background: linear-gradient(135deg, #2a8489, #236d72);
    color: #fff;
}

.theme6-bw-searchable-select__head-title {
    font-size: 0.9rem;
    font-weight: 700;
}

.theme6-bw-searchable-select__close {
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.theme6-bw-searchable-select__close:hover {
    background: rgba(255, 255, 255, 0.28);
}

.theme6-bw-searchable-select__search-wrap {
    padding: 0.5rem 0.65rem 0.35rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.theme6-bw-searchable-select__search {
    width: 100%;
    min-height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    padding: 0.4rem 0.65rem;
    font-size: 0.9rem;
}

.theme6-bw-searchable-select__list {
    list-style: none;
    margin: 0;
    padding: 0.35rem 0;
    overflow-y: auto;
    max-height: min(14rem, 40vh);
    -webkit-overflow-scrolling: touch;
}

.theme6-bw-searchable-select__option {
    display: block;
    width: 100%;
    border: none;
    background: transparent;
    text-align: start;
    padding: 0.55rem 0.85rem;
    font-size: 0.9rem;
    color: #0f172a;
    cursor: pointer;
}

.theme6-bw-searchable-select__option:hover,
.theme6-bw-searchable-select__option:focus-visible {
    background: rgba(42, 132, 137, 0.1);
    outline: none;
}

.theme6-bw-searchable-select__option.is-selected {
    background: rgba(42, 132, 137, 0.14);
    font-weight: 600;
}

.theme6-bw-searchable-select__empty {
    padding: 0.65rem 0.85rem;
    font-size: 0.85rem;
    color: rgba(15, 23, 42, 0.55);
}

@media (max-width: 767.98px) {
    .theme6-bw-searchable-select__menu {
        position: fixed;
        inset-inline: 1rem;
        top: auto;
        bottom: 1rem;
        max-height: min(70vh, 26rem);
        z-index: 12100;
    }
}

[dir='rtl'] .theme6-bw-searchable-select__option,
html[dir='rtl'] .theme6-bw-searchable-select__option {
    text-align: right;
}

[dir='rtl'] .theme6-bw-searchable-select__trigger,
html[dir='rtl'] .theme6-bw-searchable-select__trigger {
    padding-inline-start: 2.75rem;
    padding-inline-end: 0.75rem;
}

[dir='rtl'] .theme6-bw-searchable-select__chevron,
html[dir='rtl'] .theme6-bw-searchable-select__chevron {
    right: auto;
    left: 0.75rem;
    inset-inline-end: auto;
    inset-inline-start: 0.75rem;
}

.theme6-sd-qty-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.theme6-sd-slots__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.35rem;
}

.theme6-sd-slot-btn {
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 12px;
    padding: 0.5rem 0.75rem;
    background: #f8fafc;
    cursor: pointer;
    text-align: start;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.theme6-sd-slot-btn.is-active {
    border-color: rgba(42, 132, 137, 0.85);
    background: linear-gradient(145deg, #f0fdfa 0%, #e6fffa 100%);
    box-shadow: 0 0 0 2px rgba(42, 132, 137, 0.35);
    position: relative;
    padding-inline-start: 1.85rem;
}

.theme6-sd-slot-btn.is-active::before {
    content: '';
    position: absolute;
    left: 0.55rem;
    top: 50%;
    width: 0.45rem;
    height: 0.75rem;
    border: solid #2a8489;
    border-width: 0 2.5px 2.5px 0;
    transform: translateY(-60%) rotate(45deg);
}

[dir='rtl'] .theme6-sd-slot-btn.is-active {
    padding-inline-start: 0.75rem;
    padding-inline-end: 1.85rem;
}

[dir='rtl'] .theme6-sd-slot-btn.is-active::before {
    left: auto;
    right: 0.55rem;
}

.theme6-sd-slot-btn.is-disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.theme6-sd-slot-btn__time {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
}

.theme6-sd-slot-btn__meta {
    font-size: 0.75rem;
    color: rgba(15, 23, 42, 0.55);
}

.theme6-sd-slot-btn__meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: 0.2rem;
}

.theme6-sd-slot-btn__spots {
    font-size: 0.72rem;
    font-weight: 600;
    color: #0f766e;
}

.theme6-sd-check {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    cursor: pointer;
    padding: 0.35rem 0;
}

.theme6-sd-check__input {
    margin-top: 0.2rem;
}

.theme6-sd-check__text {
    flex: 1;
    font-size: 0.9rem;
}

.theme6-sd-check__price {
    font-weight: 600;
    color: #2a8489;
}

.theme6-sd-quote-line {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    margin-bottom: 0.35rem;
    color: rgba(15, 23, 42, 0.75);
}

.theme6-sd-quote-line--muted {
    color: #16a34a;
}

.theme6-sd-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.75rem;
    margin-top: 0.75rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    font-weight: 600;
}

.theme6-sd-total__val {
    font-size: 1.35rem;
    color: #0f172a;
}

.theme6-sd-booking__cta {
    width: 100%;
    margin-top: 1rem;
    min-height: 52px;
    border: none;
    border-radius: 14px;
    font-weight: 700;
    font-size: 1.05rem;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(135deg, #2a8489 0%, #236d72 100%);
    box-shadow: 0 14px 32px rgba(42, 132, 137, 0.35);
    transition: transform 0.15s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.theme6-sd-booking__cta:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(42, 132, 137, 0.4);
}

.theme6-sd-booking__cta:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    box-shadow: none;
}

.theme6-sd-alert--warn {
    color: #b45309;
    font-size: 0.9rem;
}

.theme6-sd-popular {
    background: #fff;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.theme6-sd-popular__kicker {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #2a8489;
}

.theme6-sd-popular__title {
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 700;
    color: #0f172a;
}

.theme6-sd-popular__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 600;
    color: #2a8489;
    text-decoration: none;
}

.theme6-sd-popular__link:hover {
    text-decoration: underline;
}

[dir='rtl'] .theme6-sd-gallery__btn--prev::after,
[dir='rtl'] .theme6-sd-gallery__btn--next::after {
    transform: rotate(225deg);
}

[dir='rtl'] .theme6-sd-gallery__btn--next::after {
    transform: rotate(45deg);
}

.theme6-sd-media {
    background: #f8fafc;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.theme6-sd-intro__layout {
    display: grid;
    gap: 1rem;
    align-items: start;
    grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 768px) {
    .theme6-sd-intro__layout {
        grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.95fr);
        gap: 1.25rem;
    }
}

.theme6-sd-intro__gallery,
.theme6-sd-intro__meta {
    min-width: 0;
}

.theme6-sd-media__grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(0, 1fr);
}

.theme6-sd-media__figure {
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
}

.theme6-sd-media__hero-img {
    width: 100%;
    display: block;
    height: clamp(220px, 42vw, 420px);
    object-fit: cover;
}

.theme6-sd-media__thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
}

.theme6-sd-media__meta {
    width: 100%;
    min-width: 0;
}

.theme6-sd-media__thumb {
    padding: 0;
    border: 2px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    background: #e5e7eb;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.theme6-sd-media__thumb.is-active {
    border-color: rgba(42, 132, 137, 0.85);
    box-shadow: 0 0 0 1px rgba(42, 132, 137, 0.35);
}

.theme6-sd-media__thumb img {
    width: 100%;
    height: 72px;
    object-fit: cover;
    display: block;
}

@media (min-width: 768px) {
    .theme6-sd-media__thumb img {
        height: 76px;
    }
}

.theme6-sd-media-swiper-main {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.theme6-sd-media-swiper-thumbs {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.theme6-sd-media-swiper-thumbs .swiper-wrapper {
    height: auto;
    align-items: stretch;
}

.theme6-sd-media-swiper-thumbs .swiper-slide {
    height: auto !important;
    width: auto;
}

.theme6-sd-media__nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.14);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.14);
    cursor: pointer;
}

.theme6-sd-media__nav-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0f172a;
    border-right: 2px solid #0f172a;
    transform: rotate(225deg);
}

.theme6-sd-media__nav-btn--next::before {
    transform: rotate(45deg);
}

.theme6-sd-media__nav-btn--prev {
    left: 0.8rem;
}

.theme6-sd-media__nav-btn--next {
    right: 0.8rem;
}

@media (max-width: 767.98px) {
    .theme6-sd-intro__details {
        margin-top: 0.35rem;
    }

    .theme6-sd-media__hero-img {
        height: clamp(220px, 56vw, 320px);
    }
}

.theme6-sd-booking--premium .theme6-sd-booking__inner {
    border-radius: 20px;
    padding: clamp(1.35rem, 3vw, 2rem);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
}

.theme6-sd-booking--unavailable .theme6-sd-booking__title {
    color: #64748b;
}

.theme6-sd-booking--unavailable .theme6-sd-booking__kicker {
    color: #94a3b8;
}

.theme6-sd-booking__head {
    margin-bottom: 1rem;
}

.theme6-sd-booking__kicker {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #2a8489;
    margin-bottom: 0.25rem;
}

.theme6-sd-booking__steps {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem;
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(15, 23, 42, 0.45);
}

.theme6-sd-booking__step {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.theme6-sd-booking__step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #0f172a;
    font-size: 0.7rem;
}

.theme6-sd-booking__section {
    margin-bottom: 1.25rem;
}

.theme6-sd-hint--pulse {
    animation: theme6-sd-pulse 1.2s ease-in-out infinite;
}

@keyframes theme6-sd-pulse {
    50% {
        opacity: 0.45;
    }
}

.theme6-sd-passengers {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.theme6-sd-passengers__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.75rem 0.85rem;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.theme6-sd-passengers__label {
    flex: 1;
    min-width: 0;
}

.theme6-sd-passengers__title {
    display: block;
    font-weight: 600;
    color: #0f172a;
}

.theme6-sd-passengers__hint {
    display: block;
    font-size: 0.8rem;
    color: rgba(15, 23, 42, 0.5);
}

.theme6-sd-passengers__price {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #2a8489;
    margin-top: 0.15rem;
}

.theme6-sd-stepper {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    padding: 0.15rem;
    position: relative;
    z-index: 2;
}

.theme6-sd-stepper--compact {
    padding: 0.1rem 0.25rem;
}

.theme6-sd-stepper__btn {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 8px;
    background: #f1f5f9;
    color: #0f172a;
    font-weight: 700;
    cursor: pointer;
    line-height: 1;
}

.theme6-sd-stepper__btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.theme6-sd-stepper__btn--limit {
    opacity: 0.45;
    cursor: default;
}

.theme6-sd-stepper__select {
    border: none;
    background: transparent;
    font-weight: 600;
    min-width: 2.5rem;
    text-align: center;
}

.theme6-sd-stepper__val {
    min-width: 1.25rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
}

.theme6-sd-stepper__input {
    width: 3rem;
    min-width: 2.5rem;
    max-width: 4rem;
    border: none !important;
    background: transparent;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.2;
    padding: 0.25rem 0.15rem;
    color: #0f172a;
    box-shadow: none !important;
    -moz-appearance: textfield;
    appearance: textfield;
}

.theme6-sd-stepper__input:focus {
    outline: none;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0;
}

.theme6-sd-stepper__input::-webkit-outer-spin-button,
.theme6-sd-stepper__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.theme6-sd-option-list__item + .theme6-sd-option-list__item {
    margin-top: 0.65rem;
}

.theme6-sd-meal-card,
.theme6-sd-addon-card {
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.theme6-sd-addon-card:hover {
    border-color: rgba(15, 23, 42, 0.12);
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
}

.theme6-sd-addon-card.is-selected {
    border-color: rgba(42, 132, 137, 0.42);
    background: linear-gradient(135deg, #fff 0%, #f0fdfa 100%);
    box-shadow: 0 8px 24px rgba(42, 132, 137, 0.1);
}

.theme6-sd-addon-list .theme6-sd-option-list__item + .theme6-sd-option-list__item {
    margin-top: 0.5rem;
}

.theme6-sd-meal-card {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
}

.theme6-sd-meal-card.is-selected {
    border-color: rgba(42, 132, 137, 0.45);
    box-shadow: 0 10px 28px rgba(42, 132, 137, 0.12);
}

.theme6-sd-meal-card__desc {
    display: block;
    color: rgba(15, 23, 42, 0.55);
    margin-top: 0.25rem;
}

.theme6-sd-meal-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.35rem;
}

.theme6-sd-badge {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.2rem 0.45rem;
    border-radius: 6px;
    background: #f1f5f9;
    color: #475569;
}

.theme6-sd-badge--success {
    background: rgba(16, 185, 129, 0.12);
    color: #047857;
}

.theme6-sd-meal-card__side {
    text-align: right;
    flex-shrink: 0;
}

.theme6-sd-meal-card__price {
    font-weight: 700;
    color: #0f172a;
    font-size: 0.95rem;
}

/* Add-on row: name + price + stepper on one line */
.theme6-sd-addon-card__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    min-height: 3.35rem;
}

.theme6-sd-addon-card__toggle {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex: 1;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: start;
    font: inherit;
}

.theme6-sd-addon-card__toggle:focus-visible {
    outline: none;
    border-radius: 8px;
    box-shadow: 0 0 0 2px rgba(42, 132, 137, 0.35);
}

.theme6-sd-addon-card.is-selected .theme6-sd-addon-card__check {
    background: #2a8489;
    border-color: #2a8489;
    box-shadow: inset 0 0 0 2px #fff;
}

.theme6-sd-addon-card__check {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    border: 2px solid rgba(15, 23, 42, 0.2);
    flex-shrink: 0;
}

.theme6-sd-addon-card__check--ghost {
    opacity: 0.35;
    pointer-events: none;
}

.theme6-sd-addon-card__name {
    font-weight: 600;
    font-size: 0.95rem;
    color: #0f172a;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.theme6-sd-addon-card__desc {
    display: block;
    color: rgba(15, 23, 42, 0.55);
    margin-top: 0.2rem;
}

.theme6-sd-addon-card__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.65rem;
    flex-shrink: 0;
}

.theme6-sd-addon-card__price {
    font-weight: 700;
    font-size: 0.9rem;
    color: #2a8489;
    white-space: nowrap;
    min-width: 4.5rem;
    text-align: end;
}

.theme6-sd-addon-card__stepper {
    flex-shrink: 0;
}

/* Static / SSR fallback row */
.theme6-sd-addon-card--static .theme6-sd-addon-card__row {
    cursor: default;
}

.theme6-sd-addon-card__label {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex: 1;
    min-width: 0;
}

@media (max-width: 479.98px) {
    .theme6-sd-addon-card__row {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .theme6-sd-addon-card__actions {
        width: 100%;
        justify-content: space-between;
        padding-inline-start: 2.15rem;
    }

    .theme6-sd-addon-card__price {
        text-align: start;
    }
}

.theme6-sd-check-card {
    display: block;
    cursor: pointer;
    margin: 0;
}

.theme6-sd-check-card__input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
}

.theme6-sd-check-card__face {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #f8fafc;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.theme6-sd-check-card__input:checked + .theme6-sd-check-card__face {
    border-color: rgba(42, 132, 137, 0.45);
    background: #f0fdfa;
}

.theme6-sd-check-card__text {
    font-weight: 600;
    color: #0f172a;
}

.theme6-sd-check-card__price {
    font-weight: 700;
    color: #2a8489;
}

.theme6-sd-avail-info {
    padding: 0.75rem 1rem;
    border-radius: 12px;
    background: #f0f9ff;
    border: 1px solid rgba(14, 165, 233, 0.25);
    font-size: 0.9rem;
}

.theme6-sd-itinerary__img {
    width: 100%;
    max-height: 280px;
    object-fit: cover;
    border-radius: 12px;
}

.theme6-sd-itinerary__meta {
    font-size: 0.9rem;
    color: rgba(15, 23, 42, 0.65);
}

/* Booking wizard — stepper + layout */
.theme6-bw-layout {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 992px) {
    .theme6-bw-layout {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
        align-items: stretch;
        gap: 1.75rem;
    }
}

.theme6-bw-main {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.theme6-bw-panels {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) {
    .theme6-bw-main {
        min-height: 100%;
    }
}

/* Current step title row */
.theme6-bw-step-ribbon {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem 0.75rem;
    margin-bottom: 0.85rem;
}

.theme6-bw-step-ribbon__meta {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #2a8489;
    letter-spacing: 0.02em;
}

.theme6-bw-step-ribbon__of {
    font-weight: 600;
    color: rgba(15, 23, 42, 0.35);
}

.theme6-bw-step-ribbon__label {
    font-size: clamp(1rem, 2.5vw, 1.15rem);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
}

/* Horizontal scroll step list (one row, no cramped grid) */
.theme6-bw-progress-wrap {
    margin-bottom: 1.1rem;
}

.theme6-bw-progress-scroll {
    margin: 0 -0.25rem;
    padding: 0.25rem 0.25rem 0.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(42, 132, 137, 0.35) transparent;
}

.theme6-bw-progress-scroll::-webkit-scrollbar {
    height: 6px;
}

.theme6-bw-progress-scroll::-webkit-scrollbar-thumb {
    background: rgba(42, 132, 137, 0.35);
    border-radius: 999px;
}

.theme6-bw-progress {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.45rem;
    margin-bottom: 0;
    padding-bottom: 0.1rem;
}

.theme6-bw-progress--scroll .theme6-bw-progress__item {
    flex: 0 0 auto;
    min-width: 4.85rem;
    max-width: 7.5rem;
}

.theme6-bw-progress__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    padding: 0.5rem 0.4rem;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    font-size: 0.68rem;
    font-weight: 600;
    color: rgba(15, 23, 42, 0.52);
    cursor: pointer;
    line-height: 1.25;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.theme6-bw-progress__item:disabled {
    opacity: 0.38;
    cursor: not-allowed;
}

.theme6-bw-progress__item.is-active {
    border-color: rgba(42, 132, 137, 0.65);
    background: linear-gradient(180deg, #f0fdfa 0%, #e6fffa 100%);
    color: #0f172a;
    box-shadow: 0 8px 22px rgba(42, 132, 137, 0.12);
}

.theme6-bw-progress__item.is-done {
    border-color: rgba(16, 185, 129, 0.4);
    background: rgba(16, 185, 129, 0.07);
    color: #0f172a;
}

.theme6-bw-progress__num {
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e2e8f0;
    font-size: 0.72rem;
    font-weight: 700;
}

.theme6-bw-progress__item.is-active .theme6-bw-progress__num {
    background: linear-gradient(135deg, #2a8489, #236d72);
    color: #fff;
    box-shadow: 0 2px 8px rgba(42, 132, 137, 0.35);
}

.theme6-bw-progress__item.is-done .theme6-bw-progress__num {
    background: rgba(16, 185, 129, 0.25);
    color: #047857;
}

.theme6-bw-progress__label {
    text-align: center;
    max-width: 100%;
    word-break: break-word;
    hyphens: auto;
}

.theme6-bw-panel {
    min-height: 4rem;
    padding: 1.1rem 1.15rem;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    background: #fff;
    box-shadow: 0 10px 36px rgba(15, 23, 42, 0.05);
}

.theme6-bw-panel__title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #0f172a;
}

.theme6-bw-panel__head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.theme6-bw-panel__index {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(42, 132, 137, 0.15);
    color: #1f6569;
    font-size: 0.8rem;
    font-weight: 700;
}

.theme6-bw-panel__subtitle {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f172a;
}

.theme6-bw-passenger-card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    padding: 1rem;
    margin-bottom: 1rem;
    background: #fafafa;
}

.theme6-bw-passenger-card__title {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #2a8489;
}

.theme6-bw-passenger-card__meals {
    margin-top: 0.25rem;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(42, 132, 137, 0.18);
    background: linear-gradient(180deg, #fff 0%, #f8fffe 100%);
}

.theme6-bw-passenger-card__meals-title {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #236d72;
    margin-bottom: 0.65rem;
}

.theme6-bw-passenger-meal-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.theme6-bw-passenger-meal-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.theme6-bw-passenger-meal-row__info {
    flex: 1;
    min-width: 0;
}

.theme6-bw-passenger-meal-row__name {
    font-weight: 600;
    color: #0f172a;
    font-size: 0.9rem;
    display: block;
}

.theme6-bw-passenger-meal-row__desc {
    display: block;
    margin-top: 0.15rem;
}

.theme6-bw-passenger-meal-row__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.35rem;
}

.theme6-bw-passenger-meal-row__stepper {
    flex-shrink: 0;
}

@media (max-width: 479.98px) {
    .theme6-bw-passenger-meal-row {
        flex-wrap: wrap;
    }

    .theme6-bw-passenger-meal-row__stepper {
        width: 100%;
        justify-content: flex-end;
    }
}

.theme6-bw-nav-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(15, 23, 42, 0.07);
    width: 100%;
}

.theme6-bw-nav-btns > .theme6-bw-btn--ghost {
    margin-inline-end: auto;
}

@media (max-width: 991.98px) {
    .theme6-bw-nav-btns .theme6-bw-nav-desktop-action {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .theme6-bw-nav-btns {
        margin-top: auto;
        padding-top: 1.5rem;
        padding-inline: 0.25rem;
        min-height: 4.5rem;
        align-content: center;
    }
}

.theme6-bw-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    min-width: min(100%, 11.5rem);
    padding: 0 1.25rem;
    border-radius: 12px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.15s ease;
}

.theme6-bw-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.theme6-bw-btn--ghost {
    background: #f1f5f9;
    color: #0f172a;
}

.theme6-bw-btn--primary {
    background: linear-gradient(135deg, #2a8489, #236d72);
    color: #fff;
}

.theme6-bw-btn--confirm {
    flex: 1 1 auto;
    min-width: min(100%, 12rem);
    max-width: 100%;
    min-height: 52px;
    padding-inline: 1.35rem;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #2a8489 0%, #236d72 100%);
    box-shadow: 0 14px 32px rgba(42, 132, 137, 0.35);
}

.theme6-bw-btn--confirm:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(42, 132, 137, 0.4);
}

.theme6-bw-btn--confirm:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

@media (min-width: 992px) {
    .theme6-bw-btn--confirm {
        flex: 0 1 auto;
        min-width: min(100%, 18rem);
    }
}

.theme6-bw-mobile-cta {
    position: sticky;
    bottom: 0.5rem;
    z-index: 15;
    margin-top: 1rem;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(6px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
    padding: 0.8rem;
}

.theme6-bw-mobile-cta__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.6rem;
}

.theme6-bw-mobile-cta__label {
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(15, 23, 42, 0.58);
}

.theme6-bw-mobile-cta__value {
    color: #0f172a;
    font-size: 1.2rem;
    font-weight: 800;
}

.theme6-bw-mobile-cta__btn {
    margin-top: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .theme6-bw-mobile-cta {
        display: none;
    }
}

.theme6-bw-summary__head {
    margin-bottom: 0.65rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.theme6-bw-summary__card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    padding: 1.15rem 1.2rem;
    background: linear-gradient(165deg, #fff 0%, #f8fafc 100%);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.07);
}

@media (min-width: 992px) {
    .theme6-bw-summary {
        position: sticky;
        top: calc(var(--site-brand-header-h, 68px) + 1rem);
    }
}

.theme6-bw-summary__title {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.theme6-bw-summary__dl {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.theme6-bw-summary__dl div {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 0.35rem;
    align-items: start;
}

.theme6-bw-summary__dl dt {
    margin: 0;
    color: rgba(15, 23, 42, 0.55);
    font-weight: 600;
}

.theme6-bw-summary__dl dd {
    margin: 0;
    color: #0f172a;
    text-align: end;
}

.theme6-bw-summary .theme6-sd-total {
    border-top-color: rgba(42, 132, 137, 0.15);
}

.theme6-bw-summary .theme6-sd-total__val {
    font-size: 1.25rem;
    font-weight: 800;
    color: #1f6569;
    letter-spacing: -0.02em;
}

.theme6-bw-step-hint {
    margin-top: 0.35rem;
}

.theme6-bw-terms {
    cursor: pointer;
    font-size: 0.9rem;
}

.theme6-bw-terms--card {
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 12px;
    padding: 0.75rem;
    background: #f8fafc;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.theme6-bw-terms--card.is-accepted {
    border-color: rgba(22, 163, 74, 0.5);
    background: rgba(22, 163, 74, 0.08);
}

.theme6-bw-review {
    border: 1px dashed rgba(15, 23, 42, 0.12);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    background: #fff;
}

.theme6-bw-trip-line {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 0.7rem;
    align-items: center;
}

.theme6-bw-trip-line__img {
    width: 76px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.1);
}

.theme6-bw-trip-line__title {
    display: block;
    color: #0f172a;
    line-height: 1.35;
}

.theme6-bw-trip-line__meta {
    display: block;
    color: rgba(15, 23, 42, 0.58);
    font-size: 0.82rem;
}

.theme6-bw-payment-method {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.7rem;
    border: 1px solid rgba(42, 132, 137, 0.35);
    border-radius: 12px;
    background: rgba(42, 132, 137, 0.06);
    padding: 0.8rem 0.9rem;
}

.theme6-bw-payment-method__badge {
    min-width: 58px;
    text-align: center;
    border-radius: 999px;
    padding: 0.24rem 0.6rem;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, #2a8489, #236d72);
    font-weight: 700;
}

/* Product cards: keep wishlist and cart icons side-by-side */
.theme6-product-card .theme6-tour-card__wishlist.tg-listing-item-wishlist a {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
}

.theme6-product-card .theme6-product-card__actions {
    margin-inline-start: auto;
}

.theme6-product-card .theme6-product-card__cart-btn {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    background: #fff !important;
}

.theme6-shop-section__title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
}

.theme6-shop-section__more {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2a8489;
}

.theme6-shop-categories-scroll {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: thin;
}

.theme6-shop-category-item {
    min-width: 92px;
    text-align: center;
    text-decoration: none;
    color: #0f172a;
}

.theme6-shop-category-item__icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 8px;
    border-radius: 50%;
    border: 1px solid rgba(15, 23, 42, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2a8489;
    background: #fff;
}

.theme6-shop-category-item__name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.25;
    font-size: 0.78rem;
}

/* ----- Theme 6 shop page (retail-style: dense layout, card sections) ----- */
body.theme6-layout .theme6-shop-page {
    --theme6-shop-bg: #f1f5f9;
    --theme6-shop-card-bg: #ffffff;
    --theme6-shop-border: rgba(15, 23, 42, 0.08);
    --theme6-shop-shadow: 0 1px 2px rgba(15, 23, 42, 0.06), 0 2px 8px rgba(15, 23, 42, 0.04);
    background: var(--theme6-shop-bg);
    padding-top: 0;
    padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

body.theme6-layout .theme6-shop-page__inner {
    max-width: 1200px;
}

body.theme6-layout .theme6-shop-hero {
    padding: 0.35rem 0 0.85rem;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    body.theme6-layout .theme6-shop-hero {
        padding: 0.25rem 0 0.65rem;
        margin-bottom: 0.35rem;
    }
}

body.theme6-layout .theme6-shop-hero__form {
    max-width: min(100%, 720px);
    margin-inline: auto;
}

body.theme6-layout .theme6-shop-hero__field.theme6-search-modal__field {
    min-height: 48px;
    padding: 0 0.5rem 0 0.65rem;
    border-radius: 10px;
    border-color: rgba(15, 23, 42, 0.12);
    box-shadow: var(--theme6-shop-shadow);
    background: var(--theme6-shop-card-bg);
}

body.theme6-layout .theme6-shop-hero__field .theme6-search-modal__input {
    padding-top: 0.55rem !important;
    padding-bottom: 0.55rem !important;
    font-size: 0.95rem !important;
}

body.theme6-layout .theme6-shop-hero__field .theme6-search-modal__submit {
    width: 40px;
    height: 40px;
    border-radius: 9px;
}

body.theme6-layout .theme6-shop-sections {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

@media (min-width: 768px) {
    body.theme6-layout .theme6-shop-sections {
        gap: 1rem;
    }
}

body.theme6-layout .theme6-shop-card {
    background: var(--theme6-shop-card-bg);
    border: 1px solid var(--theme6-shop-border);
    border-radius: 12px;
    box-shadow: var(--theme6-shop-shadow);
    padding: 0.85rem 1rem 1rem;
}

@media (min-width: 768px) {
    body.theme6-layout .theme6-shop-card {
        padding: 1rem 1.15rem 1.1rem;
        border-radius: 14px;
    }
}

body.theme6-layout .theme6-shop-card--flush {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
}

@media (min-width: 768px) {
    body.theme6-layout .theme6-shop-card--flush {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

body.theme6-layout .theme6-shop-card__head {
    margin-bottom: 0.65rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    gap: 0.5rem 1rem;
}

body.theme6-layout .theme6-shop-card__body {
    margin-bottom: 0;
}

body.theme6-layout .theme6-shop-section.theme6-shop-card {
    margin-bottom: 0;
}

body.theme6-layout .theme6-shop-card .theme6-shop-section__title {
    font-size: 1.02rem;
    letter-spacing: -0.01em;
}

body.theme6-layout .theme6-shop-categories-scroll {
    gap: 10px;
    padding-bottom: 4px;
}

body.theme6-layout .theme6-shop-category-item__icon {
    width: 56px;
    height: 56px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

body.theme6-layout .theme6-shop-category-item:hover .theme6-shop-category-item__icon {
    border-color: rgba(42, 132, 137, 0.35);
    box-shadow: 0 2px 8px rgba(42, 132, 137, 0.12);
}

body.theme6-layout .theme6-shop-empty {
    border-style: dashed;
}

body.theme6-layout .theme6-shop-empty__btn {
    background: var(--theme6-brand, #2a8489);
    color: #fff;
    border: none;
}

body.theme6-layout .theme6-shop-empty__btn:hover {
    background: var(--theme6-brand-hover, #236d72);
    color: #fff;
}

body.theme6-layout .theme6-shop-results .theme6-shop-card--flush {
    overflow: hidden;
}

/* ----- Theme 6 cart (Amazon-style checkout layout on inner cart) ----- */
body.theme6-site .theme6-cart-area {
    background: #f8fafb;
}

body.theme6-site .theme6-cart-area.theme6-cart-area--checkout {
    background: #fff;
}

body.theme6-site .theme6-cart-shell {
    max-width: 520px;
}

body.theme6-site .theme6-cart-shell--empty {
    max-width: 32rem;
    padding-bottom: 2rem;
}

body.theme6-site .theme6-cart-columns {
    max-width: 1140px;
    margin-inline: auto;
}

body.theme6-site .theme6-cart-page-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
}

body.theme6-site .theme6-cart-page-title--hero {
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: start;
    color: #0f172a;
    margin-bottom: 1.25rem;
}

body.theme6-site .theme6-cart-shell--empty .theme6-cart-page-title--hero {
    text-align: center;
}

body.theme6-site .theme6-cart-area--checkout .theme6-cart-line.card {
    border: 1px solid #e3e6e8 !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    margin-bottom: 1rem !important;
}

body.theme6-site .theme6-cart-area--checkout .theme6-cart-line:last-child {
    margin-bottom: 0 !important;
}

body.theme6-site .theme6-cart-summary--aside {
    border-radius: 12px !important;
    border: 1px solid #e3e6e8 !important;
    box-shadow: none !important;
}

body.theme6-site .theme6-cart-summary__heading {
    font-size: 1.05rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 0.75rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid #eef0f2;
}

@media (min-width: 992px) {
    body.theme6-site .theme6-cart-summary--aside {
        position: sticky;
        top: calc(var(--site-brand-header-h, 78px) + 1rem);
    }
}

body.theme6-site .theme6-cart-area--checkout .theme6-cart-checkout-btn {
    border-radius: 10px !important;
}

body.theme6-site .theme6-cart-empty {
    padding: 2rem 1rem 3rem;
}

body.theme6-site .theme6-cart-empty__icon-wrap {
    width: 140px;
    height: 140px;
    margin-bottom: 1.5rem;
}

body.theme6-site .theme6-cart-empty__icon {
    width: 100%;
    height: 100%;
}

body.theme6-site .theme6-cart-empty__headline {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

body.theme6-site .theme6-cart-empty__hint {
    font-size: 0.95rem;
    color: #64748b;
    margin-bottom: 1.75rem;
    line-height: 1.5;
}

body.theme6-site .theme6-cart-empty__cta {
    width: 100%;
    max-width: 100%;
    border-radius: 999px;
    padding: 0.85rem 1.25rem;
    background: var(--theme6-brand) !important;
    border: none !important;
    color: #fff !important;
}

body.theme6-site .theme6-cart-empty__cta:hover {
    background: var(--theme6-brand-hover) !important;
    color: #fff !important;
}

body.theme6-site .theme6-cart-line__inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    position: relative;
    padding-inline-end: 28px;
}

body.theme6-site .theme6-cart-line__thumb {
    flex-shrink: 0;
    width: 88px;
    height: 88px;
    border-radius: 12px;
    overflow: hidden;
    background: #f1f5f9;
}

body.theme6-site .theme6-cart-line__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.theme6-site .theme6-cart-line__main {
    flex: 1;
    min-width: 0;
}

body.theme6-site .theme6-cart-line__name {
    font-weight: 600;
    font-size: 0.95rem;
    color: #0f172a;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.35;
}

body.theme6-site .theme6-cart-line__name:hover {
    color: var(--theme6-brand);
}

body.theme6-site .theme6-cart-qty__box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    border: 1.5px solid rgba(42, 132, 137, 0.45);
    border-radius: 10px;
    padding: 4px 6px;
    background: #fff;
}

body.theme6-site .theme6-cart-qty__box.tg-booking-quantity-item span {
    cursor: pointer;
    color: var(--theme6-brand);
    width: 34px;
    min-width: 34px;
    height: 28px;
    line-height: 1;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: static;
    inset: auto;
    transform: none;
    margin: 0 !important;
}

body.theme6-site .theme6-cart-qty__box.tg-booking-quantity-item span::before {
    display: none;
}

body.theme6-site .theme6-cart-qty__box .optech-product-minus {
    border-inline-end: 1px solid rgba(15, 23, 42, 0.12);
}

body.theme6-site .theme6-cart-qty__box .optech-product-plus {
    border-inline-start: 1px solid rgba(15, 23, 42, 0.12);
}

body.theme6-site .theme6-cart-qty__box .tg-quantity-input {
    width: 40px;
    min-width: 40px;
    flex: 0 0 40px;
    height: 28px;
    line-height: 28px;
    display: block;
    text-align: center;
    direction: ltr;
    border: none;
    background: transparent;
    font-weight: 600;
    padding: 0 !important;
    margin: 0 !important;
}

body.theme6-site .theme6-cart-line__line-total {
    font-weight: 600;
    color: #0f172a;
    font-size: 0.95rem;
}

body.theme6-site .theme6-cart-line__remove {
    position: absolute;
    top: 0.5rem;
    inset-inline-end: 0.5rem;
    color: #94a3b8 !important;
    font-size: 1.1rem;
    line-height: 1;
    text-decoration: none !important;
}

body.theme6-site .theme6-cart-line__remove:hover {
    color: #ef4444 !important;
}

body.theme6-site .theme6-cart-summary {
    border-radius: 16px !important;
}

body.theme6-site .theme6-cart-summary__total-row {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    margin-top: 0.25rem;
    padding-top: 0.75rem !important;
}

body.theme6-site .theme6-cart-checkout-btn {
    border-radius: 999px !important;
    padding: 0.9rem 1.25rem !important;
    background: var(--theme6-brand) !important;
    border: none !important;
    color: #fff !important;
}

body.theme6-site .theme6-cart-checkout-btn:hover {
    background: var(--theme6-brand-hover) !important;
    color: #fff !important;
}

[dir="rtl"] body.theme6-site .theme6-cart-line__inner {
    padding-inline-end: 32px;
    padding-inline-start: 0;
}

[dir="rtl"] body.theme6-site .theme6-cart-line__remove {
    inset-inline-end: 0.5rem;
}

/* ----- Theme 6 checkout (plain breadcrumb + Amazon-style columns + map quick-add) ----- */
body.theme6-site .theme6-checkout-area--v2 {
    background: #fff;
}

body.theme6-site .theme6-checkout-columns {
    max-width: 1180px;
    margin-inline: auto;
}

body.theme6-site .theme6-checkout-page-title {
    font-size: clamp(1.35rem, 2.2vw, 1.85rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0f172a;
    text-align: start;
    line-height: 1.2;
}

body.theme6-site .theme6-checkout-card {
    border: 1px solid #e3e6e8;
    box-shadow: none;
}

body.theme6-site .theme6-checkout-card__heading {
    font-size: 1.2rem;
    font-weight: 600;
    color: #0f172a;
    letter-spacing: -0.02em;
}

body.theme6-site .theme6-checkout-section + .theme6-checkout-section {
    border-top: 1px solid #eef0f2;
    padding-top: 1.25rem;
    margin-top: 0.25rem;
}

body.theme6-site .theme6-checkout-control,
body.theme6-site .theme6-checkout-form .form-select.theme6-checkout-control,
body.theme6-site .theme6-checkout-form .form-control.theme6-checkout-control {
    min-height: 48px;
    border: 1px solid #d5d9d9 !important;
    font-size: 0.9375rem;
    line-height: 1.5;
    padding-block: 0.65rem;
}

body.theme6-site .theme6-checkout-form .form-control.theme6-checkout-control {
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
}

body.theme6-site .theme6-checkout-form .form-select.theme6-checkout-control {
    color: #0f172a;
    background-color: #fff;
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
}

body.theme6-site .theme6-checkout-address-preview {
    margin-top: 0.4rem;
    font-size: 0.875rem;
    line-height: 1.45;
    color: #475569;
    word-break: break-word;
    overflow-wrap: anywhere;
}

body.theme6-site .theme6-checkout-link {
    color: #2a8489 !important;
}

body.theme6-site .theme6-checkout-link:hover {
    color: #236d72 !important;
}

body.theme6-site .theme6-checkout-primary-btn {
    background: #2a8489 !important;
    min-height: 48px;
}

body.theme6-site .theme6-checkout-primary-btn:hover {
    background: #236d72 !important;
}

body.theme6-site .theme6-checkout-quickadd {
    border: 1px dashed rgba(42, 132, 137, 0.45);
    background: #fafbfb;
}

body.theme6-site .theme6-checkout-map {
    height: 220px;
    width: 100%;
    border: 1px solid #e3e6e8;
    z-index: 1;
}

body.theme6-site .theme6-checkout-geo-status {
    flex: 1 1 100%;
    min-height: 1.25rem;
}

body.theme6-site .theme6-checkout-geo-btn.is-busy {
    opacity: 0.75;
    pointer-events: none;
}

body.theme6-site .theme6-checkout-geo-btn.is-busy .theme6-checkout-geo-btn__label::after {
    content: '';
    display: inline-block;
    width: 0.85em;
    height: 0.85em;
    margin-inline-start: 0.45em;
    vertical-align: -0.1em;
    border: 2px solid currentColor;
    border-inline-end-color: transparent;
    border-radius: 50%;
    animation: theme6-checkout-geo-spin 0.65s linear infinite;
}

@keyframes theme6-checkout-geo-spin {
    to {
        transform: rotate(360deg);
    }
}

body.theme6-site .theme6-checkout-summary {
    border: 1px solid #e3e6e8;
    box-shadow: none;
    align-self: flex-start;
}

@media (min-width: 992px) {
    body.theme6-site .theme6-checkout-summary {
        position: sticky;
        top: calc(var(--site-brand-header-h, 78px) + 1rem);
    }
}

body.theme6-site .theme6-checkout-summary__title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0f172a;
    letter-spacing: -0.01em;
}

body.theme6-site .theme6-checkout-summary__line {
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
    gap: 0.75rem;
}

body.theme6-site .theme6-checkout-summary__line-name {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.theme6-site .theme6-checkout-summary__line-price {
    flex-shrink: 0;
    white-space: nowrap;
    text-align: end;
    font-variant-numeric: tabular-nums;
}

body.theme6-site .theme6-checkout-summary__lines li:last-child {
    border-bottom: none;
}

body.theme6-site .theme6-checkout-totals__grand {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    border-top: 1px solid #e3e6e8;
    margin-top: 0.25rem;
}

body.theme6-site .theme6-checkout-totals__value {
    flex-shrink: 0;
    white-space: nowrap;
    text-align: end;
    font-variant-numeric: tabular-nums;
}

body.theme6-site .theme6-checkout-totals .d-flex {
    gap: 0.75rem;
}

body.theme6-site .tg-checkout-order-table.table-responsive {
    overflow-x: visible;
}

body.theme6-site .tg-checkout-order-table table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 0;
}

body.theme6-site .tg-checkout-order-table table thead th,
body.theme6-site .tg-checkout-order-table table tfoot th {
    white-space: nowrap;
}

body.theme6-site .tg-checkout-order-table table .product-name {
    width: 62%;
    word-break: break-word;
}

body.theme6-site .tg-checkout-order-table table .product-total {
    width: 38%;
    text-align: end;
    white-space: nowrap;
}

/* ----- Theme 6 — language switch (header = compact segment; panel = row) ----- */
body.theme6-layout .theme6-lang-switch-wrap {
    align-self: center;
}

/* Header: segmented control — sized to match compact search / cart (~38–40px) */
body.theme6-layout .theme6-lang-switch--header {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 8px;
    height: 38px;
    padding: 4px;
    box-sizing: border-box;
    border-radius: 999px;
    background: #f1f5f9;
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

body.theme6-layout .theme6-lang-switch--header .theme6-lang-switch__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    padding: 0 10px;
    height: 100%;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-decoration: none !important;
    border: none;
    border-radius: 999px;
    color: #64748b;
    background: transparent;
    line-height: 1;
    white-space: nowrap;
    transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

body.theme6-layout .theme6-lang-switch--header .theme6-lang-switch__btn:hover {
    color: var(--tg-theme-primary, var(--theme6-brand));
    background: rgba(255, 255, 255, 0.85);
}

body.theme6-layout .theme6-lang-switch--header .theme6-lang-switch__btn.is-active {
    background: var(--tg-theme-primary, var(--theme6-brand));
    color: #fff !important;
    box-shadow: 0 1px 4px rgba(42, 132, 137, 0.2);
}

body.theme6-layout .theme6-lang-switch--header .theme6-lang-switch__btn:focus-visible {
    outline: 2px solid var(--tg-theme-primary, var(--theme6-brand));
    outline-offset: 2px;
}

/* Mobile / drawer: one horizontal row (no vertical stack) */
body.theme6-layout .theme6-lang-switch--panel {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    padding: 0.5rem 0 0.75rem;
    margin-bottom: 0.35rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

body.theme6-layout .theme6-lang-switch--panel .theme6-lang-switch__btn {
    flex: 1 1 0;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-decoration: none !important;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    color: #475569;
    background: #fff;
    line-height: 1;
    white-space: nowrap;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

body.theme6-layout .theme6-lang-switch--panel .theme6-lang-switch__btn:hover {
    border-color: var(--tg-theme-primary, var(--theme6-brand));
    color: var(--tg-theme-primary, var(--theme6-brand));
}

body.theme6-layout .theme6-lang-switch--panel .theme6-lang-switch__btn.is-active {
    background: var(--tg-theme-primary, var(--theme6-brand));
    border-color: var(--tg-theme-primary, var(--theme6-brand));
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(42, 132, 137, 0.2);
}

/* ----- Theme 6 — CTA buttons (replaces tg-btn-switch-animation for RTL / Arabic) ----- */
body.theme6-layout .theme6-cta-btn .theme6-cta-inner {
    gap: 0.4rem;
    align-items: center;
}

body.theme6-layout .theme6-cta-btn .theme6-cta-text {
    position: relative;
    z-index: 1;
    line-height: 1.25;
}

body.theme6-layout .theme6-cta-btn .theme6-cta-arrow {
    display: inline-flex;
    flex-shrink: 0;
    line-height: 0;
    color: inherit;
}

body.theme6-layout .theme6-cta-btn--inverse .theme6-cta-inner--inverse .theme6-cta-arrow,
body.theme6-layout .theme6-cta-btn--inverse .theme6-cta-inner--inverse .theme6-cta-text {
    color: #fff;
}

html[dir="rtl"] body.theme6-layout .theme6-cta-inner {
    flex-direction: row-reverse;
}

html[dir="rtl"] body.theme6-layout .theme6-cta-inner .theme6-cta-arrow svg {
    transform: scaleX(-1);
}

/* Shop live-search panel: see public/frontend/assets/css/orca-live-search.css */

/**
 * Theme 6 — Header actions: readable typography + cohesive hover/focus motion
 * body.theme6-layout = جميع صفحات الثيم 6 (الرئيسية + الداخلية).
 */
body.theme6-layout #header-sticky .tg-menu-4-right-action.site-header-actions {
    gap: clamp(8px, 1.35vw, 14px);
}

/* تسجيل الدخول / لوحة التحكم — تدرج + وميض عند المرور */
body.theme6-layout #header-sticky .tg-header__area .site-header-login {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(38px, 4.5vw, 46px);
    box-sizing: border-box;
    font-size: clamp(0.8rem, 1.15vw, 0.95rem);
    font-weight: 600;
    letter-spacing: 0.02em;
    gap: clamp(0.3rem, 0.85vw, 0.45rem);
    padding: clamp(0.32rem, 0.85vw, 0.48rem) clamp(0.72rem, 1.85vw, 1.05rem);
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--theme6-brand, #2a8489) 30%, transparent);
    background: linear-gradient(165deg, #ffffff 0%, #f5fdfc 48%, #eefcfb 100%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.98) inset,
        0 8px 26px color-mix(in srgb, var(--theme6-brand, #2a8489) 12%, rgba(15, 23, 42, 0.06));
    -webkit-transition:
        transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.32s ease,
        background 0.32s ease,
        border-color 0.28s ease,
        color 0.22s ease,
        filter 0.32s ease;
    transition:
        transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.32s ease,
        background 0.32s ease,
        border-color 0.28s ease,
        color 0.22s ease,
        filter 0.32s ease;
}

body.theme6-layout #header-sticky .tg-header__area .site-header-login::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    background: linear-gradient(
        105deg,
        transparent 0%,
        transparent 40%,
        rgba(255, 255, 255, 0.85) 50%,
        transparent 60%,
        transparent 100%
    );
    transform: translateX(-130%) skewX(-14deg);
    opacity: 0;
    -webkit-transition:
        transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.35s ease;
    transition:
        transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.35s ease;
    pointer-events: none;
    z-index: 1;
}

body.theme6-layout #header-sticky .tg-header__area .site-header-login > i,
body.theme6-layout #header-sticky .tg-header__area .site-header-login > span {
    position: relative;
    z-index: 2;
}

body.theme6-layout #header-sticky .tg-header__area .site-header-login i {
    font-size: clamp(0.92rem, 1.45vw, 1.05rem) !important;
    -webkit-transition: transform 0.36s cubic-bezier(0.34, 1.4, 0.64, 1);
    transition: transform 0.36s cubic-bezier(0.34, 1.4, 0.64, 1);
}

body.theme6-layout #header-sticky .tg-header__area .site-header-login:hover,
body.theme6-layout #header-sticky .tg-header__area .site-header-login:focus-visible {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--theme6-brand, #2a8489) 55%, transparent);
    background: linear-gradient(165deg, #ffffff 0%, color-mix(in srgb, var(--theme6-brand, #2a8489) 11%, #ffffff) 100%);
    box-shadow:
        0 0 0 1px color-mix(in srgb, var(--theme6-brand, #2a8489) 22%, transparent),
        0 16px 38px color-mix(in srgb, var(--theme6-brand, #2a8489) 22%, rgba(15, 23, 42, 0.1)),
        0 0 28px color-mix(in srgb, var(--theme6-brand, #2a8489) 18%, transparent),
        0 1px 0 rgba(255, 255, 255, 0.95) inset;
    filter: saturate(1.05);
}

body.theme6-layout #header-sticky .tg-header__area .site-header-login:hover::after,
body.theme6-layout #header-sticky .tg-header__area .site-header-login:focus-visible::after {
    transform: translateX(130%) skewX(-14deg);
    opacity: 1;
}

body.theme6-layout #header-sticky .tg-header__area .site-header-login:hover i,
body.theme6-layout #header-sticky .tg-header__area .site-header-login:focus-visible i {
    transform: scale(1.12);
}

body.theme6-layout #header-sticky .tg-header__area .site-header-login:focus-visible {
    outline: 2px solid var(--theme6-brand, #2a8489);
    outline-offset: 3px;
}

body.theme6-layout.theme6-home #header-sticky:not(.header-sticky) .tg-header__area .site-header-login::after {
    display: none;
}

/* زر البحث — هالة متدرجة خلفية + طبقة توهج عند المرور */
body.theme6-layout #header-sticky .tg-menu-4-right-action .search-button.search-open-btn {
    position: relative;
    z-index: 1;
    overflow: visible;
    width: clamp(38px, 4.5vw, 46px) !important;
    height: clamp(38px, 4.5vw, 46px) !important;
    min-width: clamp(38px, 4.5vw, 46px);
    min-height: clamp(38px, 4.5vw, 46px);
    margin-left: 0 !important;
    margin-inline-start: 0;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50% !important;
    border: 1px solid color-mix(in srgb, var(--theme6-brand, #2a8489) 34%, transparent) !important;
    background:
        radial-gradient(120% 120% at 30% 15%, rgba(255, 255, 255, 0.95) 0%, transparent 52%),
        linear-gradient(155deg, #ffffff 0%, #ecf8f8 55%, #dff5f5 100%) !important;
    box-shadow:
        0 2px 12px rgba(15, 23, 42, 0.07),
        0 1px 0 rgba(255, 255, 255, 1) inset,
        0 -1px 0 color-mix(in srgb, var(--theme6-brand, #2a8489) 12%, transparent) inset;
    line-height: 0 !important;
    -webkit-transition:
        transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.38s ease,
        border-color 0.28s ease,
        background 0.35s ease,
        color 0.22s ease,
        filter 0.35s ease;
    transition:
        transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.38s ease,
        border-color 0.28s ease,
        background 0.35s ease,
        color 0.22s ease,
        filter 0.35s ease;
}

body.theme6-layout #header-sticky .tg-menu-4-right-action .search-button.search-open-btn::before {
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--theme6-brand, #2a8489),
        #5eead4,
        var(--theme6-brand-hover, #236d72)
    );
    opacity: 0;
    z-index: -1;
    filter: blur(8px);
    transform: scale(0.88);
    -webkit-transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
}

body.theme6-layout #header-sticky .tg-menu-4-right-action .search-button.search-open-btn svg {
    position: relative;
    z-index: 2;
    width: clamp(15px, 2.8vmin, 19px);
    height: clamp(14px, 2.65vmin, 18px);
    -webkit-transition: transform 0.5s cubic-bezier(0.34, 1.4, 0.64, 1);
    transition: transform 0.5s cubic-bezier(0.34, 1.4, 0.64, 1);
}

body.theme6-layout #header-sticky .tg-menu-4-right-action .search-button.search-open-btn:hover,
body.theme6-layout #header-sticky .tg-menu-4-right-action .search-button.search-open-btn:focus-visible {
    transform: translateY(-4px) scale(1.06);
    border-color: var(--theme6-brand, #2a8489) !important;
    background:
        radial-gradient(100% 100% at 50% 0%, rgba(255, 255, 255, 1) 0%, transparent 55%),
        linear-gradient(165deg, #ffffff 0%, #f0fdfc 100%) !important;
    box-shadow:
        0 0 0 1px color-mix(in srgb, var(--theme6-brand, #2a8489) 35%, transparent),
        0 18px 42px color-mix(in srgb, var(--theme6-brand, #2a8489) 28%, rgba(15, 23, 42, 0.12)),
        0 0 36px color-mix(in srgb, var(--theme6-brand, #2a8489) 25%, transparent),
        0 2px 0 rgba(255, 255, 255, 1) inset;
    filter: saturate(1.08);
}

body.theme6-layout #header-sticky .tg-menu-4-right-action .search-button.search-open-btn:hover::before,
body.theme6-layout #header-sticky .tg-menu-4-right-action .search-button.search-open-btn:focus-visible::before {
    opacity: 0.65;
    transform: scale(1);
}

body.theme6-layout #header-sticky .tg-menu-4-right-action .search-button.search-open-btn:hover svg,
body.theme6-layout #header-sticky .tg-menu-4-right-action .search-button.search-open-btn:focus-visible svg {
    transform: rotate(-14deg) scale(1.08);
}

html[dir="rtl"] body.theme6-layout #header-sticky .tg-menu-4-right-action .search-button.search-open-btn:hover svg,
html[dir="rtl"] body.theme6-layout #header-sticky .tg-menu-4-right-action .search-button.search-open-btn:focus-visible svg {
    transform: rotate(14deg) scale(1.08);
}

body.theme6-layout #header-sticky .tg-menu-4-right-action .search-button.search-open-btn:focus-visible {
    outline: 2px solid var(--theme6-brand, #2a8489);
    outline-offset: 3px;
}

/* الصفحة الرئيسية فوق الهيرو: بحث أنسب للخلفية الشفافة */
body.theme6-layout.theme6-home #header-sticky:not(.header-sticky) .tg-menu-4-right-action .search-button.search-open-btn {
    background: rgba(255, 255, 255, 0.58) !important;
    border: 1px solid rgba(255, 255, 255, 0.75) !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.12);
}

body.theme6-layout.theme6-home #header-sticky:not(.header-sticky) .tg-menu-4-right-action .search-button.search-open-btn:hover,
body.theme6-layout.theme6-home #header-sticky:not(.header-sticky) .tg-menu-4-right-action .search-button.search-open-btn:focus-visible {
    background: rgba(255, 255, 255, 0.94) !important;
    border-color: color-mix(in srgb, var(--theme6-brand, #2a8489) 45%, rgba(255, 255, 255, 0.9)) !important;
}

/* الرئيسية فوق الهيرو: زر الدخول يبقى مقروءاً مع خلفية زجاجية */
body.theme6-layout.theme6-home #header-sticky:not(.header-sticky) .tg-header__area .site-header-login {
    background: rgba(255, 255, 255, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.72);
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
}

body.theme6-layout.theme6-home #header-sticky:not(.header-sticky) .tg-header__area .site-header-login:hover,
body.theme6-layout.theme6-home #header-sticky:not(.header-sticky) .tg-header__area .site-header-login:focus-visible {
    background: rgba(255, 255, 255, 0.92);
}

/* مبدّل اللغة — مسار متدرج + حبة نشطة لامعة */
body.theme6-layout #header-sticky .theme6-lang-switch--header {
    gap: 8px;
    height: clamp(38px, 4.5vw, 46px);
    min-height: clamp(38px, 4.5vw, 46px);
    padding: clamp(4px, 0.85vw, 6px);
    background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow:
        inset 0 2px 8px rgba(255, 255, 255, 0.9),
        0 6px 22px rgba(15, 23, 42, 0.07);
    -webkit-transition: box-shadow 0.35s ease, transform 0.3s ease;
    transition: box-shadow 0.35s ease, transform 0.3s ease;
}

body.theme6-layout #header-sticky .theme6-lang-switch--header:hover {
    box-shadow:
        inset 0 2px 8px rgba(255, 255, 255, 0.95),
        0 8px 22px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

body.theme6-layout #header-sticky .theme6-lang-switch--header .theme6-lang-switch__btn {
    font-size: clamp(0.72rem, 1.35vw, 0.84rem);
    min-width: clamp(34px, 3.8vw, 42px);
    padding: 0 clamp(8px, 1.5vw, 12px);
    -webkit-transition:
        transform 0.28s cubic-bezier(0.34, 1.4, 0.64, 1),
        color 0.22s ease,
        background 0.28s ease,
        box-shadow 0.28s ease;
    transition:
        transform 0.28s cubic-bezier(0.34, 1.4, 0.64, 1),
        color 0.22s ease,
        background 0.28s ease,
        box-shadow 0.28s ease;
}

body.theme6-layout #header-sticky .theme6-lang-switch--header .theme6-lang-switch__btn:hover:not(.is-active) {
    transform: none;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.07);
}

body.theme6-layout #header-sticky .theme6-lang-switch--header .theme6-lang-switch__btn.is-active {
    background: linear-gradient(
        145deg,
        var(--theme6-brand, #2a8489) 0%,
        var(--theme6-brand-hover, #236d72) 50%,
        #1a5c61 100%
    );
    box-shadow:
        0 2px 8px color-mix(in srgb, var(--theme6-brand, #2a8489) 30%, transparent),
        0 0 0 1px rgba(255, 255, 255, 0.35) inset,
        0 -1px 0 rgba(0, 0, 0, 0.08) inset;
}

/* أيقونة السلة */
body.theme6-layout #header-sticky .tg-menu-4-right-action .tg-header-cart .cart-button {
    position: relative;
    z-index: 1;
    overflow: visible;
    width: clamp(38px, 4.5vw, 46px) !important;
    height: clamp(38px, 4.5vw, 46px) !important;
    min-width: clamp(38px, 4.5vw, 46px);
    min-height: clamp(38px, 4.5vw, 46px);
    border-radius: clamp(10px, 1.35vw, 14px) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: linear-gradient(165deg, #ffffff 0%, #f3fafb 100%) !important;
    border: 1px solid color-mix(in srgb, var(--theme6-brand, #2a8489) 32%, transparent) !important;
    box-shadow:
        0 4px 14px rgba(15, 23, 42, 0.06),
        0 1px 0 rgba(255, 255, 255, 0.95) inset;
    -webkit-transition:
        transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.34s ease,
        border-color 0.28s ease,
        background 0.3s ease,
        filter 0.3s ease;
    transition:
        transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.34s ease,
        border-color 0.28s ease,
        background 0.3s ease,
        filter 0.3s ease;
}

body.theme6-layout #header-sticky .tg-menu-4-right-action .tg-header-cart .cart-button::before {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: clamp(12px, 1.5vw, 16px);
    background: linear-gradient(135deg, var(--theme6-brand, #2a8489), #5eead4);
    opacity: 0;
    z-index: -1;
    filter: blur(8px);
    transform: scale(0.92);
    -webkit-transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}

body.theme6-layout #header-sticky .tg-menu-4-right-action .tg-header-cart .cart-button:hover,
body.theme6-layout #header-sticky .tg-menu-4-right-action .tg-header-cart .cart-button:focus-visible {
    transform: translateY(-3px) scale(1.06);
    border-color: var(--theme6-brand, #2a8489) !important;
    background: #ffffff !important;
    box-shadow:
        0 0 0 1px color-mix(in srgb, var(--theme6-brand, #2a8489) 28%, transparent),
        0 14px 34px color-mix(in srgb, var(--theme6-brand, #2a8489) 22%, rgba(15, 23, 42, 0.1)),
        0 0 28px color-mix(in srgb, var(--theme6-brand, #2a8489) 20%, transparent);
    filter: saturate(1.06);
}

body.theme6-layout #header-sticky .tg-menu-4-right-action .tg-header-cart .cart-button:hover::before,
body.theme6-layout #header-sticky .tg-menu-4-right-action .tg-header-cart .cart-button:focus-visible::before {
    opacity: 0.5;
    transform: scale(1);
}

body.theme6-layout #header-sticky .tg-menu-4-right-action .tg-header-cart .cart-button svg {
    width: clamp(17px, 2.9vmin, 22px);
    height: clamp(17px, 2.9vmin, 22px);
    flex-shrink: 0;
}

/* همبرغر القائمة */
body.theme6-layout #header-sticky .tgmenu-offcanvas-open-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: clamp(4px, 0.75vw, 5px);
    min-width: clamp(38px, 4.5vw, 46px);
    min-height: clamp(38px, 4.5vw, 46px);
    box-sizing: border-box;
    padding: clamp(8px, 0.95vw, 11px) clamp(9px, 1.15vw, 12px);
    border-radius: clamp(10px, 1.35vw, 14px);
    border: 1px solid transparent;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
    -webkit-transition:
        background 0.3s ease,
        transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.3s ease,
        box-shadow 0.3s ease;
    transition:
        background 0.3s ease,
        transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

body.theme6-layout #header-sticky .tgmenu-offcanvas-open-btn:hover,
body.theme6-layout #header-sticky .tgmenu-offcanvas-open-btn:focus-visible {
    background: linear-gradient(
        165deg,
        color-mix(in srgb, var(--theme6-brand, #2a8489) 14%, transparent),
        color-mix(in srgb, var(--theme6-brand, #2a8489) 6%, transparent)
    );
    border-color: color-mix(in srgb, var(--theme6-brand, #2a8489) 28%, transparent);
    box-shadow:
        0 8px 24px color-mix(in srgb, var(--theme6-brand, #2a8489) 15%, rgba(15, 23, 42, 0.08)),
        0 0 20px color-mix(in srgb, var(--theme6-brand, #2a8489) 12%, transparent);
    transform: translateY(-2px);
}

body.theme6-layout #header-sticky .tgmenu-offcanvas-open-btn span {
    width: clamp(21px, 3.4vmin, 30px) !important;
    height: 2px !important;
    border-radius: 999px !important;
    margin-bottom: 0 !important;
    -webkit-transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
}

body.theme6-layout #header-sticky .tgmenu-offcanvas-open-btn:hover span:nth-child(1) {
    transform: translateY(-3px);
}

body.theme6-layout #header-sticky .tgmenu-offcanvas-open-btn:hover span:nth-child(3) {
    transform: translateY(3px);
}

body.theme6-layout #header-sticky .tgmenu-offcanvas-open-btn:focus-visible {
    outline: 2px solid var(--theme6-brand, #2a8489);
    outline-offset: 3px;
}

/* الشاشات الضيقة جداً: هامش أفقي أقل مع أهداف لمس ~38–40px */
@media (max-width: 380px) {
    body.theme6-layout #header-sticky .tg-menu-4-right-action.site-header-actions {
        gap: clamp(6px, 2vw, 10px);
    }

    body.theme6-layout #header-sticky .tg-header__area .site-header-login {
        padding-left: clamp(0.72rem, 3.5vw, 0.9rem);
        padding-right: clamp(0.72rem, 3.5vw, 0.9rem);
    }

    body.theme6-layout #header-sticky .theme6-lang-switch--header .theme6-lang-switch__btn {
        min-width: 32px;
        padding: 0 clamp(6px, 2vw, 10px);
        font-size: clamp(0.68rem, 3.1vw, 0.78rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.theme6-layout #header-sticky .tg-header__area .site-header-login,
    body.theme6-layout #header-sticky .tg-header__area .site-header-login::after,
    body.theme6-layout #header-sticky .tg-header__area .site-header-login i,
    body.theme6-layout #header-sticky .tg-menu-4-right-action .search-button.search-open-btn,
    body.theme6-layout #header-sticky .tg-menu-4-right-action .search-button.search-open-btn::before,
    body.theme6-layout #header-sticky .tg-menu-4-right-action .search-button.search-open-btn svg,
    body.theme6-layout #header-sticky .theme6-lang-switch--header,
    body.theme6-layout #header-sticky .theme6-lang-switch--header .theme6-lang-switch__btn,
    body.theme6-layout #header-sticky .tg-menu-4-right-action .tg-header-cart .cart-button,
    body.theme6-layout #header-sticky .tg-menu-4-right-action .tg-header-cart .cart-button::before,
    body.theme6-layout #header-sticky .tgmenu-offcanvas-open-btn,
    body.theme6-layout #header-sticky .tgmenu-offcanvas-open-btn span {
        -webkit-transition: none !important;
        transition: none !important;
        transform: none !important;
        animation: none !important;
        filter: none !important;
    }

    body.theme6-layout #header-sticky .tg-header__area .site-header-login::after {
        opacity: 0 !important;
    }

    body.theme6-layout #header-sticky .tg-menu-4-right-action .search-button.search-open-btn::before,
    body.theme6-layout #header-sticky .tg-menu-4-right-action .tg-header-cart .cart-button::before {
        opacity: 0 !important;
    }
}
