:root {
    --market-primary: #008c72;
    --market-primary-dark: #006f5b;
    --market-primary-soft: #e8f8f4;
    --market-accent: #ff6b35;
    --market-accent-soft: #fff0e9;
    --market-ink: #172126;
    --market-muted: #68777d;
    --market-line: #e5e9ea;
    --market-surface: #ffffff;
    --market-canvas: #f6f7f7;
    --market-danger: #d92d20;
    --market-shadow: 0 16px 48px rgba(23, 33, 38, 0.09);
    --market-radius-xl: 28px;
    --market-radius-lg: 20px;
    --market-radius-md: 14px;
}

html,
body {
    min-height: 100%;
}

body.form-one {
    display: block;
    overflow-x: hidden;
    background: var(--market-canvas);
    color: var(--market-ink);
    font-family: "Outfit", sans-serif;
}

body.market-basket-lock {
    overflow: hidden;
}

body.form-one > .appointment-btn-icon {
    display: none !important;
}

.marketplace-booking {
    display: block;
    min-height: 100vh;
    width: 100%;
    background:
        radial-gradient(circle at 7% 5%, rgba(0, 140, 114, 0.08), transparent 22rem),
        var(--market-canvas);
    color: var(--market-ink);
}

.marketplace-booking button,
.marketplace-booking input,
.marketplace-booking select,
.marketplace-booking textarea {
    font: inherit;
}

.market-container {
    width: min(100% - 40px, 1420px);
    margin-inline: auto;
}

.market-header {
    position: sticky;
    z-index: 1040;
    top: 0;
    border-bottom: 1px solid rgba(229, 233, 234, 0.88);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 5px 25px rgba(23, 33, 38, 0.04);
    backdrop-filter: blur(18px);
}

.market-header-inner {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.market-brand,
.market-account-button,
.market-location-chip {
    display: inline-flex;
    align-items: center;
}

.market-brand {
    flex: 0 0 auto;
    gap: 12px;
    color: var(--market-ink);
}

.market-brand:hover {
    color: var(--market-ink);
}

.market-brand-mark {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(145deg, var(--market-accent), #ff9d3d);
    box-shadow: 0 10px 20px rgba(255, 107, 53, 0.24);
    font-size: 23px;
}

.market-brand strong,
.market-brand small,
.market-account-copy strong,
.market-account-copy small,
.market-location-chip strong,
.market-location-chip small {
    display: block;
}

.market-brand strong {
    max-width: 260px;
    overflow: hidden;
    color: var(--market-ink);
    font-size: 19px;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.market-brand small,
.market-account-copy small,
.market-location-chip small {
    color: var(--market-muted);
    font-size: 11px;
    line-height: 1.2;
}

.market-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.market-location-chip,
.market-account-button,
.language-selected-btn {
    min-height: 48px;
    border: 1px solid var(--market-line);
    border-radius: 14px;
    color: var(--market-ink);
    background: #fff;
    box-shadow: none;
}

.market-location-chip {
    gap: 10px;
    padding: 7px 13px;
    text-align: start;
}

.market-location-chip > .fa-map-marker {
    color: var(--market-primary);
    font-size: 18px;
}

.market-location-chip > .fa-angle-down {
    color: var(--market-muted);
}

.market-location-chip strong {
    max-width: 190px;
    overflow: hidden;
    font-size: 13px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.market-language {
    position: relative;
}

.market-language .language-selected-btn {
    display: inline-flex;
    min-width: 82px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 12px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
}

.market-language .language-options-menu {
    position: absolute;
    z-index: 1100;
    top: calc(100% + 10px);
    inset-inline-end: 0;
    display: none;
    width: 220px;
    max-height: 360px;
    overflow-y: auto;
    padding: 8px;
    border: 1px solid var(--market-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--market-shadow);
}

.market-language .language-options-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 12px;
    border-radius: 10px;
    color: var(--market-ink);
    font-weight: 600;
}

.market-language .language-options-menu a:hover,
.market-language .language-options-menu a.active {
    color: var(--market-primary-dark);
    background: var(--market-primary-soft);
}

.market-account-button {
    gap: 10px;
    padding: 5px 12px 5px 6px;
    text-align: start;
}

.market-avatar {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 12px;
    color: var(--market-primary-dark);
    background: var(--market-primary-soft);
    font-size: 14px;
    font-weight: 800;
}

.market-account-copy strong {
    max-width: 140px;
    overflow: hidden;
    font-size: 13px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.market-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 90% 15%, rgba(255, 255, 255, 0.18), transparent 18rem),
        radial-gradient(circle at 15% 130%, rgba(255, 107, 53, 0.4), transparent 28rem),
        linear-gradient(118deg, #006e61 0%, #008c72 52%, #00a98b 100%);
}

.market-hero::before,
.market-hero::after {
    position: absolute;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    content: "";
}

.market-hero::before {
    top: -150px;
    right: 13%;
}

.market-hero::after {
    right: -80px;
    bottom: -175px;
}

.market-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 310px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 64px;
    padding-block: 42px;
}

.market-hero-copy {
    max-width: 760px;
}

.market-eyebrow,
.market-step-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--market-primary-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.market-eyebrow {
    margin-bottom: 12px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.market-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 5vw, 62px);
    font-weight: 850;
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.market-hero-copy > p {
    max-width: 680px;
    margin: 14px 0 22px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.55;
}

.market-search {
    display: flex;
    max-width: 680px;
    min-height: 58px;
    align-items: center;
    gap: 12px;
    padding: 8px 10px 8px 18px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 18px;
    color: var(--market-primary-dark);
    background: #fff;
    box-shadow: 0 18px 40px rgba(0, 73, 60, 0.24);
}

.market-search .fa-search {
    color: var(--market-primary);
    font-size: 19px;
}

.market-search input {
    min-width: 0;
    flex: 1;
    border: 0;
    color: var(--market-ink);
    background: transparent;
    font-size: 15px;
}

.market-search input::placeholder {
    color: #869398;
}

.market-search kbd {
    padding: 8px 10px;
    border-radius: 10px;
    color: var(--market-muted);
    background: var(--market-canvas);
    font-family: inherit;
    font-size: 11px;
    font-weight: 700;
}

.market-hero-benefits {
    display: grid;
    min-width: 280px;
    gap: 12px;
}

.market-hero-benefits > div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.market-hero-benefits > div > i {
    color: #ffd7c7;
    font-size: 22px;
}

.market-hero-benefits strong,
.market-hero-benefits small {
    display: block;
}

.market-hero-benefits strong {
    color: #fff;
    font-size: 14px;
}

.market-hero-benefits small {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
}

.market-workspace {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 370px;
    align-items: start;
    gap: 26px;
    padding-block: 28px 72px;
}

.market-main-column {
    min-width: 0;
}

.market-progress {
    margin-bottom: 18px;
    padding: 13px 18px;
    border: 1px solid var(--market-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
}

.marketplace-booking .market-progress ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.marketplace-booking .market-progress li {
    position: relative;
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: center;
    gap: 9px;
    color: #91a0a5;
    font-size: 12px;
    font-weight: 700;
}

.marketplace-booking .market-progress li:not(:last-child)::after {
    height: 2px;
    flex: 1;
    margin-inline: 10px;
    border-radius: 999px;
    background: var(--market-line);
    content: "";
}

.marketplace-booking .market-progress li > span {
    display: grid;
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    place-items: center;
    border: 1px solid var(--market-line);
    border-radius: 50%;
    color: #8b999e;
    background: #fff;
    font-size: 12px;
}

.marketplace-booking .market-progress li > span::before,
.marketplace-booking .market-progress li > span::after {
    display: none !important;
    content: none !important;
}

.marketplace-booking .market-progress li.active {
    color: var(--market-primary-dark);
}

.marketplace-booking .market-progress li.active > span {
    border-color: var(--market-primary);
    color: #fff;
    background: var(--market-primary);
}

.marketplace-booking .market-progress li.active:not(:last-child)::after {
    background: var(--market-primary);
}

.marketplace-booking .market-progress li.current > span {
    box-shadow: 0 0 0 5px var(--market-primary-soft);
}

/* Keep the marketplace progress bar horizontal over the legacy Formlayout2 step rules. */
body.form-one .marketplace-booking .market-progress ul li {
    flex-direction: row;
    gap: 9px;
    color: #91a0a5;
    font-weight: 700;
}

body.form-one .marketplace-booking .market-progress ul li > span {
    display: grid;
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    place-items: center;
    border: 1px solid var(--market-line);
    border-radius: 50%;
    color: #8b999e;
    background: #fff;
}

body.form-one .marketplace-booking .market-progress ul li.active {
    color: var(--market-primary-dark);
    font-weight: 700;
}

body.form-one .marketplace-booking .market-progress ul li.active > span {
    border-color: var(--market-primary);
    color: #fff;
    background: var(--market-primary);
}

.market-step-stack > .step-container {
    display: none;
    animation: marketFadeUp 0.32s ease both;
}

.market-step-stack > .step-container.active {
    display: block;
}

@keyframes marketFadeUp {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.market-step-stack > .step-container:not(#final_step) {
    padding: 28px;
    border: 1px solid var(--market-line);
    border-radius: var(--market-radius-xl);
    background: var(--market-surface);
    box-shadow: 0 10px 35px rgba(23, 33, 38, 0.05);
}

.market-section-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.market-section-heading h2 {
    margin: 5px 0 5px;
    color: var(--market-ink);
    font-size: clamp(25px, 3.3vw, 36px);
    font-weight: 820;
    line-height: 1.13;
    letter-spacing: -0.035em;
}

.market-section-heading p,
.market-card-title p,
.market-guest-heading p,
.market-customizer-heading p,
.market-form-intro p {
    margin: 0;
    color: var(--market-muted);
    font-size: 13px;
    line-height: 1.5;
}

.market-text-button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 0;
    border: 0;
    color: var(--market-primary-dark);
    background: transparent;
    font-size: 13px;
    font-weight: 800;
}

.market-category-strip {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    margin: -3px 0 20px;
    padding: 3px 1px 8px;
    scrollbar-width: none;
}

.market-category-strip::-webkit-scrollbar {
    display: none;
}

.market-category-strip button {
    flex: 0 0 auto;
    padding: 9px 14px;
    border: 1px solid var(--market-line);
    border-radius: 999px;
    color: var(--market-muted);
    background: #fff;
    font-size: 12px;
    font-weight: 750;
}

.market-category-strip button:hover,
.market-category-strip button.active {
    border-color: var(--market-primary);
    color: var(--market-primary-dark);
    background: var(--market-primary-soft);
}

.service-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.experience-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--market-line);
    border-radius: 20px;
    background: #fff;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.experience-card:hover,
.experience-card.selected {
    transform: translateY(-2px);
    border-color: rgba(0, 140, 114, 0.5);
    box-shadow: 0 14px 35px rgba(23, 33, 38, 0.1);
}

.experience-card.selected {
    box-shadow: 0 0 0 2px var(--market-primary), 0 14px 35px rgba(23, 33, 38, 0.1);
}

.experience-card-media {
    position: relative;
    height: 190px;
    overflow: hidden;
    background: #dfe7e5;
}

.experience-card-media::after {
    position: absolute;
    inset: 40% 0 0;
    background: linear-gradient(transparent, rgba(10, 23, 27, 0.58));
    content: "";
}

.experience-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.experience-card:hover .experience-card-media img {
    transform: scale(1.035);
}

.experience-card-badge,
.experience-card-price {
    position: absolute;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}

.experience-card-badge {
    top: 12px;
    inset-inline-start: 12px;
    padding: 7px 9px;
    color: var(--market-primary-dark);
    background: rgba(255, 255, 255, 0.93);
}

.experience-card-price {
    right: 12px;
    bottom: 12px;
    padding: 7px 10px;
    color: #fff;
    background: rgba(18, 30, 34, 0.78);
    backdrop-filter: blur(8px);
}

[dir="rtl"] .experience-card-price {
    right: auto;
    left: 12px;
}

.experience-card-body {
    padding: 17px;
}

.experience-card-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.experience-card-heading h3 {
    margin: 0 0 3px;
    color: var(--market-ink);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.2;
}

.experience-card-heading p {
    margin: 0;
    color: var(--market-muted);
    font-size: 11px;
}

.experience-info-button {
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    place-items: center;
    border: 1px solid var(--market-line);
    border-radius: 10px;
    color: var(--market-primary-dark);
    background: var(--market-primary-soft);
}

.experience-description {
    display: none;
    margin: 12px 0 0;
    padding: 11px 12px;
    border-radius: 12px;
    color: var(--market-muted);
    background: var(--market-canvas);
    font-size: 12px;
    line-height: 1.55;
}

.experience-card.details-open .experience-description {
    display: block;
}

.experience-description p {
    margin: 0;
}

.variant-options {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.variant-option {
    display: grid;
    width: 100%;
    min-height: 58px;
    grid-template-columns: 20px minmax(0, 1fr) auto 30px;
    align-items: center;
    gap: 9px;
    padding: 8px 9px;
    border: 1px solid var(--market-line);
    border-radius: 14px;
    color: var(--market-ink);
    background: #fff;
    text-align: start;
}

.variant-option:hover,
.variant-option.active {
    border-color: var(--market-primary);
    color: var(--market-ink);
    background: var(--market-primary-soft);
}

.variant-check {
    display: grid;
    width: 19px;
    height: 19px;
    place-items: center;
    border: 1px solid #cad3d5;
    border-radius: 50%;
    color: transparent;
    background: #fff;
    font-size: 9px;
}

.variant-option.active .variant-check {
    border-color: var(--market-primary);
    color: #fff;
    background: var(--market-primary);
}

.variant-copy {
    min-width: 0;
}

.variant-copy strong,
.variant-copy small {
    display: block;
}

.variant-copy strong {
    overflow: hidden;
    font-size: 13px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.variant-copy small {
    margin-top: 2px;
    color: var(--market-muted);
    font-size: 10px;
}

.variant-price {
    font-size: 12px;
    font-weight: 800;
}

.variant-add {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 9px;
    color: var(--market-primary-dark);
    background: var(--market-primary-soft);
}

.variant-option.active .variant-add {
    color: #fff;
    background: var(--market-primary);
}

.market-no-results {
    padding: 48px 20px;
    text-align: center;
}

.market-no-results i {
    margin-bottom: 12px;
    color: #a3afb3;
    font-size: 34px;
}

.market-no-results h3 {
    margin-bottom: 5px;
    color: var(--market-ink);
    font-size: 18px;
}

.market-no-results p {
    color: var(--market-muted);
}

.market-customizer {
    margin-top: 22px;
    padding: 22px;
    border: 1px solid rgba(0, 140, 114, 0.2);
    border-radius: 20px;
    background: linear-gradient(145deg, #f9fffd, var(--market-primary-soft));
}

.market-customizer-heading,
.market-card-title,
.market-form-intro {
    display: flex;
    align-items: center;
    gap: 12px;
}

.market-customizer-heading {
    margin-bottom: 18px;
}

.market-customizer-icon,
.market-card-title > span,
.market-form-intro > span {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 13px;
    color: var(--market-primary-dark);
    background: #fff;
    box-shadow: 0 7px 20px rgba(23, 33, 38, 0.06);
    font-size: 17px;
}

.market-customizer-heading h3,
.market-card-title h3,
.market-form-intro h3 {
    margin: 0 0 2px;
    color: var(--market-ink);
    font-size: 17px;
    font-weight: 800;
}

.market-control-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.marketplace-booking .form-group {
    margin: 0;
}

.marketplace-booking .form-group label {
    display: block;
    margin-bottom: 7px;
    color: var(--market-ink);
    font-size: 12px;
    font-weight: 750;
}

.marketplace-booking .form-control,
.marketplace-booking select,
.marketplace-booking .nice-select,
.marketplace-booking .datepicker {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid #d8dfe1;
    border-radius: 13px;
    color: var(--market-ink);
    background: #fff;
    box-shadow: none;
    font-size: 14px;
}

.marketplace-booking textarea.form-control {
    min-height: 100px;
    resize: vertical;
}

.marketplace-booking .form-control:focus,
.marketplace-booking select:focus,
.marketplace-booking .datepicker:focus {
    border-color: var(--market-primary);
    box-shadow: 0 0 0 4px rgba(0, 140, 114, 0.1);
}

.marketplace-booking .nice-select {
    display: flex;
    align-items: center;
}

.marketplace-booking .nice-select .list {
    width: 100%;
    max-height: 290px;
    overflow-y: auto;
    border: 1px solid var(--market-line);
    border-radius: 13px;
    box-shadow: var(--market-shadow);
}

.market-input-icon {
    position: relative;
}

.market-input-icon > i {
    position: absolute;
    z-index: 2;
    top: 17px;
    inset-inline-start: 14px;
    color: var(--market-primary);
}

.market-input-icon > select {
    padding-inline-start: 38px;
}

.service-select-fallback {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.market-guest-section {
    margin-top: 18px;
    overflow: hidden;
    border: 1px solid rgba(0, 140, 114, 0.15);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.82);
}

.market-guest-heading,
.market-guest-row,
.market-capacity-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.market-guest-heading {
    padding: 15px 17px;
    border-bottom: 1px solid rgba(0, 140, 114, 0.12);
}

.market-guest-heading h4 {
    margin: 0 0 2px;
    color: var(--market-ink);
    font-size: 15px;
    font-weight: 800;
}

.market-total-guests {
    flex: 0 0 auto;
    padding: 7px 10px;
    border-radius: 999px;
    color: var(--market-primary-dark);
    background: var(--market-primary-soft);
    font-size: 11px;
    font-weight: 700;
}

.market-total-guests strong {
    font-size: 14px;
}

.market-guest-row {
    padding: 13px 17px;
    border-bottom: 1px solid #edf0f1;
}

.market-guest-row strong,
.market-guest-row small {
    display: block;
}

.market-guest-row strong {
    color: var(--market-ink);
    font-size: 13px;
}

.market-guest-row small {
    margin-top: 2px;
    color: var(--market-muted);
    font-size: 10px;
}

.marketplace-booking .qty-horizontal {
    display: grid;
    grid-template-columns: 34px 42px 34px;
    align-items: center;
    gap: 5px;
    margin: 0;
}

.marketplace-booking .qty-horizontal .btn {
    display: grid;
    width: 34px;
    height: 34px;
    min-height: 34px;
    place-items: center;
    padding: 0;
    border: 1px solid #cdd6d8;
    border-radius: 10px;
    color: var(--market-primary-dark);
    background: #fff;
    font-size: 19px;
    font-weight: 700;
}

.marketplace-booking .qty-horizontal .btn:hover {
    border-color: var(--market-primary);
    color: #fff;
    background: var(--market-primary);
}

.marketplace-booking .qty-horizontal input {
    width: 42px;
    min-height: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
}

.market-capacity-note {
    justify-content: flex-start;
    padding: 10px 17px;
    color: var(--market-muted);
    background: #f8faf9;
    font-size: 10px;
}

.market-capacity-note i {
    color: var(--market-primary);
}

.market-step-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 26px;
    padding-top: 20px;
    border-top: 1px solid var(--market-line);
}

.market-step-actions > div {
    display: flex;
    gap: 10px;
}

.market-step-actions-end {
    justify-content: flex-end;
}

.marketplace-booking .market-primary-button,
.marketplace-booking .market-secondary-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 19px;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 800;
}

.marketplace-booking .market-primary-button {
    border: 1px solid var(--market-primary);
    color: #fff;
    background: linear-gradient(135deg, var(--market-primary), #00a989);
    box-shadow: 0 10px 22px rgba(0, 140, 114, 0.22);
}

.marketplace-booking .market-primary-button:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--market-primary-dark), var(--market-primary));
    transform: translateY(-1px);
}

.marketplace-booking .market-secondary-button {
    border: 1px solid #d8dfe1;
    color: var(--market-ink);
    background: #fff;
}

.marketplace-booking .market-secondary-button:hover {
    border-color: var(--market-primary);
    color: var(--market-primary-dark);
    background: var(--market-primary-soft);
}

.market-selected-service-card {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
    padding: 13px;
    border: 1px solid var(--market-line);
    border-radius: 18px;
    background: #fff;
}

.market-selected-service-image {
    min-width: 0;
}

.market-selected-service-image .main-service-slider {
    width: 100%;
    height: 125px;
    aspect-ratio: auto;
    border-radius: 14px;
    box-shadow: none;
}

.market-selected-service-image .main-service-slider img {
    border-radius: 14px;
}

.market-selected-service-image .thumb-service-slider {
    display: none !important;
}

.market-selected-service-copy > span {
    color: var(--market-primary-dark);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.market-selected-service-copy h3 {
    margin: 4px 0 9px;
    color: var(--market-ink);
    font-size: 20px;
    font-weight: 820;
}

.market-selected-service-copy p {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 4px 0 0;
    color: var(--market-muted);
    font-size: 12px;
}

.market-selected-service-copy p i {
    width: 14px;
    color: var(--market-primary);
    text-align: center;
}

.market-schedule-grid,
.market-checkout-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.market-calendar-card,
.market-times-card,
.market-checkout-panel {
    padding: 18px;
    border: 1px solid var(--market-line);
    border-radius: 18px;
    background: #fff;
}

.market-card-title {
    margin-bottom: 16px;
}

.market-card-title > span {
    color: var(--market-accent);
    background: var(--market-accent-soft);
    box-shadow: none;
}

.market-calendar-card .datepicker {
    min-height: 58px;
    padding-inline-start: 16px;
    color: var(--market-ink);
    background: #fbfcfc;
    font-size: 16px;
    font-weight: 750;
}

.market-time-slots {
    display: grid !important;
    max-height: 335px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px !important;
    overflow-y: auto;
    padding: 2px 4px 2px 0 !important;
}

.marketplace-booking .market-time-slots > li {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    margin: 0 !important;
}

.marketplace-booking .market-time-slots .checkbox-custom input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.marketplace-booking .market-time-slots .checkbox-custom label {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 8px;
    border: 1px solid #dce2e4;
    border-radius: 12px;
    color: var(--market-ink);
    background: #fff;
    font-size: 11px;
    font-weight: 750;
}

.marketplace-booking .market-time-slots .checkbox-custom label svg {
    width: 15px;
    height: 15px;
}

.marketplace-booking .market-time-slots .checkbox-custom input:checked + label {
    border-color: var(--market-primary);
    color: #fff;
    background: var(--market-primary);
    box-shadow: 0 7px 15px rgba(0, 140, 114, 0.2);
}

.marketplace-booking .market-time-slots .checkbox-custom input:checked + label svg path {
    fill: #fff;
}

.market-time-placeholder {
    display: flex !important;
    min-height: 150px;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px !important;
    border: 1px dashed #d8dfe1;
    border-radius: 14px;
    color: var(--market-muted);
    text-align: center;
}

.market-time-placeholder i {
    color: #a7b2b5;
    font-size: 25px;
}

.market-account-tabs .tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 8px;
    margin-bottom: 20px;
    padding: 6px;
    border-radius: 16px;
    background: var(--market-canvas);
}

.market-account-tabs .tabs li {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
}

.market-account-tabs .tabs li a {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 12px;
    color: var(--market-muted);
    font-size: 12px;
    font-weight: 800;
}

.market-account-tabs .tabs li.active a {
    color: var(--market-primary-dark);
    background: #fff;
    box-shadow: 0 5px 16px rgba(23, 33, 38, 0.07);
}

.market-account-tabs .tab-content {
    display: none;
    padding: 22px;
    border: 1px solid var(--market-line);
    border-radius: 18px;
    background: #fff;
}

.market-account-tabs .tab-content.active {
    display: block;
}

.market-form-intro {
    margin-bottom: 18px;
}

.market-form-intro > span {
    color: var(--market-accent);
    background: var(--market-accent-soft);
    box-shadow: none;
}

.marketplace-booking .password-toggle {
    bottom: 16px;
    inset-inline-end: 14px;
    right: auto;
}

.market-signed-in-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 20px;
    border: 1px solid rgba(0, 140, 114, 0.2);
    border-radius: 18px;
    background: var(--market-primary-soft);
}

.market-signed-in-icon,
.market-success-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--market-primary);
}

.market-signed-in-card small {
    color: var(--market-primary-dark);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.market-signed-in-card h3 {
    margin: 2px 0;
    color: var(--market-ink);
    font-size: 18px;
    font-weight: 800;
}

.market-signed-in-card p {
    margin: 0;
    color: var(--market-muted);
    font-size: 12px;
}

.market-notes-card,
.market-extra-details {
    margin-top: 16px;
    padding: 18px;
    border: 1px solid var(--market-line);
    border-radius: 18px;
    background: #fff;
}

.market-notes-card > label {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 9px;
    color: var(--market-ink);
    font-size: 13px;
    font-weight: 800;
}

.market-notes-card > label i {
    color: var(--market-primary);
}

.market-notes-card > label small {
    margin-inline-start: auto;
    color: var(--market-muted);
    font-weight: 500;
}

.market-checkout-panel .market-card-title {
    margin-bottom: 13px;
}

.market-checkout-items {
    display: grid;
    gap: 10px;
}

.market-checkout-item {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 11px;
    border-radius: 13px;
    background: var(--market-canvas);
}

.market-checkout-item-check {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 9px;
    color: #fff;
    background: var(--market-primary);
    font-size: 10px;
}

.market-checkout-item strong,
.market-checkout-item small {
    display: block;
}

.market-checkout-item strong {
    color: var(--market-ink);
    font-size: 12px;
}

.market-checkout-item small {
    margin-top: 2px;
    overflow: hidden;
    color: var(--market-muted);
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.market-checkout-item b {
    color: var(--market-ink);
    font-size: 11px;
}

.market-payment-methods .radio-group {
    margin: 0;
}

.market-payment-methods .radio-group input {
    position: absolute;
    opacity: 0;
}

.market-payment-methods .radio-group label {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 70px;
    padding: 12px;
    border: 1px solid var(--market-primary);
    border-radius: 14px;
    color: var(--market-ink);
    background: var(--market-primary-soft);
}

.market-payment-methods .radio-group label::before,
.market-payment-methods .radio-group label::after {
    display: none;
}

.market-payment-methods .radio-group label > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    color: var(--market-primary-dark);
    background: #fff;
    font-size: 17px;
}

.market-payment-methods .radio-group label strong,
.market-payment-methods .radio-group label small {
    display: block;
}

.market-payment-methods .radio-group label strong {
    font-size: 13px;
}

.market-payment-methods .radio-group label small {
    margin-top: 2px;
    color: var(--market-muted);
    font-size: 10px;
}

.market-payment-methods .radio-group label > .fa-check-circle {
    color: var(--market-primary);
    font-size: 19px;
}

.market-order-total {
    margin-top: 16px;
    padding: 19px;
    border: 1px solid var(--market-line);
    border-radius: 18px;
    background: #fff;
}

.market-order-total > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 6px 0;
    color: var(--market-muted);
    font-size: 12px;
}

.market-order-total > div strong {
    color: var(--market-ink);
}

.market-order-total .market-grand-total {
    margin-top: 9px;
    padding-top: 14px;
    border-top: 1px solid var(--market-line);
    color: var(--market-ink);
    font-size: 16px;
    font-weight: 800;
}

.market-order-total .market-grand-total strong {
    color: var(--market-primary-dark);
    font-size: 21px;
}

.marketplace-booking .terms-section {
    margin-top: 16px;
    padding: 18px;
    border: 1px solid var(--market-line);
    border-radius: 18px;
    background: #fff;
}

.marketplace-booking .market-option-panel {
    margin-top: 18px;
    padding: 18px;
    border: 1px solid var(--market-line);
    border-radius: 18px;
    background: #fff;
}

.marketplace-booking .terms-section.terms-is-accepted {
    border-color: #86d5ad;
    background: #f4fff9;
}

.terms-accepted-msg,
.market-terms-confirmed {
    margin-top: 9px;
    color: #087a49 !important;
    font-weight: 800;
}

.marketplace-booking .terms-header {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
}

.marketplace-booking .terms-header i {
    color: var(--market-primary);
}

.marketplace-booking .terms-header h3 {
    color: var(--market-ink);
    font-size: 14px;
    font-weight: 800;
}

.marketplace-booking .terms-body {
    max-height: 170px;
    overflow-y: auto;
    margin-bottom: 12px;
    color: var(--market-muted);
    font-size: 11px;
    line-height: 1.6;
}

.marketplace-booking .terms-checkbox-label {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--market-ink);
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
}

.marketplace-booking .terms-checkbox {
    position: static !important;
    width: 18px;
    height: 18px;
    accent-color: var(--market-primary);
}

.marketplace-booking .terms-checkbox-custom {
    display: none;
}

.market-checkout-assurance {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 16px;
    color: var(--market-primary-dark);
    background: var(--market-primary-soft);
}

.market-checkout-assurance > i {
    font-size: 22px;
}

.market-checkout-assurance strong {
    color: var(--market-ink);
    font-size: 12px;
}

.market-checkout-assurance p {
    margin: 2px 0 0;
    color: var(--market-muted);
    font-size: 10px;
}

.market-basket-column {
    position: sticky;
    top: 96px;
}

.market-basket-card {
    overflow: hidden;
    border: 1px solid var(--market-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--market-shadow);
}

.market-basket-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px;
    border-bottom: 1px solid var(--market-line);
}

.market-basket-header > div {
    display: flex;
    align-items: center;
    gap: 11px;
}

.market-basket-icon {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 13px;
    color: #fff;
    background: var(--market-accent);
    box-shadow: 0 8px 18px rgba(255, 107, 53, 0.2);
}

.market-basket-header h2 {
    margin: 0;
    color: var(--market-ink);
    font-size: 17px;
    font-weight: 820;
}

.market-basket-header p {
    margin: 2px 0 0;
    color: var(--market-muted);
    font-size: 10px;
}

#closeMobileBasket {
    display: none;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 0;
    border-radius: 11px;
    color: var(--market-muted);
    background: var(--market-canvas);
}

.market-basket-empty {
    padding: 34px 24px;
    text-align: center;
}

.market-basket-empty > span {
    display: grid;
    width: 68px;
    height: 68px;
    margin: 0 auto 13px;
    place-items: center;
    border-radius: 23px;
    color: #a8b3b6;
    background: var(--market-canvas);
    font-size: 25px;
}

.market-basket-empty h3 {
    margin: 0 0 5px;
    color: var(--market-ink);
    font-size: 15px;
    font-weight: 800;
}

.market-basket-empty p {
    max-width: 230px;
    margin: 0 auto;
    color: var(--market-muted);
    font-size: 11px;
    line-height: 1.5;
}

.booking-cart-panel {
    padding: 0 18px 18px;
    border: 0;
    border-radius: 0;
    background: #fff;
}

.booking-cart-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 10px;
    padding: 14px 0;
    border-bottom: 1px solid var(--market-line);
}

.booking-cart-item strong {
    display: block;
    margin-bottom: 3px;
    color: var(--market-ink);
    font-size: 12px;
    font-weight: 800;
}

.booking-cart-item .text-muted {
    color: var(--market-muted) !important;
    font-size: 9px !important;
    line-height: 1.5;
}

.booking-cart-item-price {
    display: block;
    margin-top: 5px;
    color: var(--market-primary-dark);
    font-size: 11px;
    font-weight: 800;
}

.booking-cart-extras {
    margin-top: 4px;
    color: #087a49;
    font-size: 9px;
    line-height: 1.45;
}

.booking-cart-actions {
    display: grid;
    gap: 6px;
}

.booking-cart-edit,
.booking-cart-remove {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 0;
    border-radius: 9px;
    color: var(--market-danger);
    background: #fff0ef;
    font-size: 0;
}

.booking-cart-edit {
    color: var(--market-primary-dark);
    background: var(--market-primary-soft);
    font-size: 0;
}

.booking-cart-edit::before {
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f040";
}

.booking-cart-remove::before {
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f1f8";
}

.market-basket-totals {
    padding: 13px 0;
}

.market-basket-totals > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 4px 0;
    color: var(--market-muted);
    font-size: 11px;
}

.market-basket-totals strong {
    color: var(--market-ink);
}

.market-basket-totals .market-basket-grand-total {
    margin-top: 5px;
    padding-top: 11px;
    border-top: 1px solid var(--market-line);
    color: var(--market-ink);
    font-size: 14px;
    font-weight: 800;
}

.market-basket-grand-total strong {
    color: var(--market-primary-dark);
    font-size: 18px;
}

.market-basket-checkout {
    width: 100%;
}

.market-basket-promise {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 17px;
    border-top: 1px solid var(--market-line);
    color: var(--market-primary);
    background: #fbfdfc;
}

.market-basket-promise strong,
.market-basket-promise small {
    display: block;
}

.market-basket-promise strong {
    color: var(--market-ink);
    font-size: 10px;
}

.market-basket-promise small {
    margin-top: 1px;
    color: var(--market-muted);
    font-size: 8px;
}

.market-mobile-basket,
.market-basket-backdrop {
    display: none;
}

.market-success-card {
    padding: 52px 26px;
    border: 1px solid var(--market-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--market-shadow);
    text-align: center;
}

.market-success-icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 17px;
    box-shadow: 0 0 0 10px var(--market-primary-soft);
    font-size: 27px;
}

.market-success-card h2 {
    margin: 7px 0 8px;
    color: var(--market-ink);
    font-size: 32px;
    font-weight: 850;
    letter-spacing: -0.03em;
}

.market-success-card p {
    max-width: 600px;
    margin: 0 auto;
    color: var(--market-muted);
    font-size: 14px;
    line-height: 1.6;
}

.market-success-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
}

.marketplace-booking .alert-danger {
    margin-bottom: 16px;
    padding: 12px 14px;
    border: 1px solid #ffd2ce;
    border-radius: 13px;
    color: var(--market-danger);
    background: #fff3f2;
}

@media (max-width: 1199px) {
    .market-workspace {
        grid-template-columns: minmax(0, 1fr) 330px;
    }

    .market-hero-inner {
        gap: 34px;
    }

    .market-hero-benefits {
        min-width: 250px;
    }

    .service-card-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .market-header-inner {
        min-height: 68px;
    }

    .market-location-chip,
    .market-account-copy {
        display: none;
    }

    .market-account-button {
        padding: 5px;
    }

    .market-hero-inner {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 25px;
        padding-block: 36px;
    }

    .market-hero-benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .market-workspace {
        display: block;
        padding-bottom: 110px;
    }

    .market-basket-column {
        position: fixed;
        z-index: 1060;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        max-height: min(78vh, 720px);
        padding: 10px 14px 14px;
        transform: translateY(110%);
        transition: transform 0.3s ease;
    }

    .basket-open .market-basket-column {
        transform: translateY(0);
    }

    .market-basket-card {
        max-width: 620px;
        max-height: calc(78vh - 24px);
        margin: 0 auto;
        overflow-y: auto;
        border-radius: 24px 24px 18px 18px;
    }

    #closeMobileBasket {
        display: grid;
    }

    .market-basket-backdrop {
        position: fixed;
        z-index: 1050;
        inset: 0;
        display: block;
        visibility: hidden;
        opacity: 0;
        background: rgba(11, 24, 28, 0.48);
        transition: opacity 0.25s ease, visibility 0.25s ease;
    }

    .basket-open .market-basket-backdrop {
        visibility: visible;
        opacity: 1;
    }

    .market-mobile-basket {
        position: fixed;
        z-index: 1030;
        right: 16px;
        bottom: 16px;
        left: 16px;
        display: grid;
        min-height: 58px;
        grid-template-columns: 27px minmax(0, 1fr) auto;
        align-items: center;
        gap: 10px;
        padding: 8px 13px;
        border: 0;
        border-radius: 16px;
        color: #fff;
        background: var(--market-primary-dark);
        box-shadow: 0 16px 36px rgba(0, 77, 64, 0.28);
        text-align: start;
    }

    .market-mobile-basket-count {
        display: grid;
        width: 27px;
        height: 27px;
        place-items: center;
        border-radius: 9px;
        color: var(--market-primary-dark);
        background: #fff;
        font-size: 11px;
        font-weight: 850;
    }

    .market-mobile-basket > span:nth-child(2) {
        font-size: 13px;
        font-weight: 800;
    }

    .market-mobile-basket > strong {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .market-container {
        width: min(100% - 24px, 1420px);
    }

    .market-brand-mark {
        width: 41px;
        height: 41px;
        border-radius: 13px;
        font-size: 20px;
    }

    .market-brand strong {
        max-width: 150px;
        font-size: 16px;
    }

    .market-brand small {
        display: none;
    }

    .market-language .language-selected-btn {
        min-width: 68px;
        min-height: 43px;
    }

    .market-hero h1 {
        font-size: 38px;
    }

    .market-hero-copy > p {
        font-size: 14px;
    }

    .market-search {
        min-height: 54px;
    }

    .market-search kbd {
        display: none;
    }

    .market-hero-benefits {
        display: flex;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .market-hero-benefits > div {
        min-width: 205px;
    }

    .market-progress {
        padding: 11px 12px;
    }

    .marketplace-booking .market-progress li {
        justify-content: center;
    }

    .marketplace-booking .market-progress li strong {
        display: none;
    }

    .marketplace-booking .market-progress li:not(:last-child)::after {
        margin-inline: 6px;
    }

    .market-step-stack > .step-container:not(#final_step) {
        padding: 20px;
        border-radius: 22px;
    }

    .market-section-heading {
        display: block;
    }

    .market-section-heading .market-text-button {
        margin-top: 8px;
    }

    .market-section-heading h2 {
        font-size: 28px;
    }

    .service-card-grid,
    .market-control-grid,
    .market-schedule-grid,
    .market-checkout-grid {
        grid-template-columns: 1fr;
    }

    .experience-card-media {
        height: 210px;
    }

    .market-customizer {
        padding: 17px;
    }

    .market-selected-service-card {
        grid-template-columns: 115px minmax(0, 1fr);
        gap: 13px;
    }

    .market-selected-service-image .main-service-slider {
        height: 100px;
    }

    .market-selected-service-copy h3 {
        font-size: 16px;
    }

    .market-time-slots {
        max-height: none;
    }

    .market-account-tabs .tabs {
        grid-template-columns: 1fr;
    }

    .market-account-tabs .tabs li a {
        justify-content: flex-start;
    }

    .market-account-tabs .tab-content {
        padding: 17px;
    }

    .market-signed-in-card {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .market-signed-in-card .market-text-button {
        grid-column: 2;
        justify-self: start;
    }

    .market-step-actions,
    .market-step-actions > div {
        width: 100%;
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .market-step-actions .btn {
        width: 100%;
    }

    .market-success-actions {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .market-header-actions {
        gap: 6px;
    }

    .market-account-button {
        display: none;
    }

    .market-hero-inner {
        padding-block: 30px;
    }

    .market-hero h1 {
        font-size: 34px;
    }

    .experience-card-media {
        height: 180px;
    }

    .market-guest-heading {
        align-items: flex-start;
    }

    .market-total-guests {
        margin-top: 2px;
    }

    .market-time-slots {
        grid-template-columns: 1fr;
    }

    .market-selected-service-card {
        grid-template-columns: 1fr;
    }

    .market-selected-service-image .main-service-slider {
        height: 160px;
    }
}
