/**
 * 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);
}

/* ----- Premium breadcrumb ----- */
.site-breadcrumb-premium {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: clamp(2.75rem, 7vw, 4.25rem) 0;
    background: linear-gradient(135deg, #f0fdfa 0%, #f8fafc 45%, #eef6f7 100%);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.site-breadcrumb-premium.include-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.site-breadcrumb-premium__overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(
        120deg,
        rgba(248, 250, 252, 0.92) 0%,
        rgba(240, 253, 250, 0.88) 50%,
        rgba(238, 246, 247, 0.9) 100%
    );
    pointer-events: none;
}

.site-breadcrumb-premium.include-bg .site-breadcrumb-premium__overlay {
    background: linear-gradient(
        105deg,
        rgba(15, 23, 42, 0.58) 0%,
        rgba(15, 23, 42, 0.42) 55%,
        rgba(42, 132, 137, 0.28) 100%
    );
}

.site-breadcrumb-premium .container {
    position: relative;
    z-index: 1;
}

.site-breadcrumb-premium__inner {
    max-width: 52rem;
    margin: 0 auto;
    text-align: center;
}

.site-breadcrumb-premium__nav {
    margin-bottom: 0.65rem;
}

.site-breadcrumb-premium__list {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.site-breadcrumb-premium__link {
    color: rgba(15, 23, 42, 0.72);
    text-decoration: none;
    padding: 0.2rem 0.15rem;
    border-radius: 6px;
    transition: color 0.2s ease, background 0.2s ease;
}

.site-breadcrumb-premium__link:hover,
.site-breadcrumb-premium__link:focus-visible {
    color: #2a8489;
    background: rgba(42, 132, 137, 0.08);
    outline: none;
}

.site-breadcrumb-premium.include-bg .site-breadcrumb-premium__link {
    color: rgba(255, 255, 255, 0.88);
}

.site-breadcrumb-premium.include-bg .site-breadcrumb-premium__link:hover,
.site-breadcrumb-premium.include-bg .site-breadcrumb-premium__link:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.site-breadcrumb-premium__sep {
    display: inline-flex;
    align-items: center;
    color: rgba(15, 23, 42, 0.35);
    opacity: 0.9;
}

.site-breadcrumb-premium.include-bg .site-breadcrumb-premium__sep {
    color: rgba(255, 255, 255, 0.55);
}

.site-breadcrumb-premium__text {
    color: rgba(15, 23, 42, 0.55);
    font-weight: 500;
}

.site-breadcrumb-premium.include-bg .site-breadcrumb-premium__text {
    color: rgba(255, 255, 255, 0.82);
}

.site-breadcrumb-premium__title {
    margin: 0;
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: clamp(1.65rem, 4.2vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: #0f172a;
}

.site-breadcrumb-premium.include-bg .site-breadcrumb-premium__title {
    color: #fff;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

@media (max-width: 575.98px) {
    .site-breadcrumb-premium__list {
        font-size: 0.75rem;
    }

    .site-breadcrumb-premium__title {
        font-size: clamp(1.45rem, 5.5vw, 1.85rem);
    }
}

html[dir="rtl"] .site-breadcrumb-premium__sep svg {
    transform: scaleX(-1);
}

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

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

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

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

/*
 * 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;
}

.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;
}

.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);
}

.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;
}

.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;
}

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

.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;
    background: transparent;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.2;
    padding: 0.25rem 0.15rem;
    color: #0f172a;
    -moz-appearance: textfield;
}

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

.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: start;
        gap: 1.75rem;
    }
}

.theme6-bw-main {
    min-width: 0;
}

/* 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: space-between;
    align-items: center;
    margin-top: 1.5rem;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(15, 23, 42, 0.07);
}

@media (min-width: 992px) {
    .theme6-bw-nav-btns {
        padding-inline-end: 0.25rem;
    }
}

.theme6-bw-btn {
    min-height: 46px;
    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;
    margin-inline-start: auto;
}

.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 cart (mobile-style) ----- */
body.theme6-site .theme6-cart-area {
    background: #f8fafb;
}

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

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-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 — language switch (header = compact segment; panel = row) ----- */
body.theme6-layout .theme6-lang-switch-wrap {
    align-self: center;
}

/* Header: single horizontal “segmented” control — matches ~44px search / cart hit area */
body.theme6-layout .theme6-lang-switch--header {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0;
    height: 44px;
    padding: 3px;
    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: 42px;
    padding: 0 12px;
    height: 100%;
    font-size: 0.72rem;
    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 2px 8px rgba(42, 132, 137, 0.22);
}

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);
}
