/*
Theme Name:     Traveler Childtheme
Description:    Traveler Child Theme
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/
.st-onboarding-wrapper {
    max-width: 720px;
    margin: 0 auto;
    padding: 60px 20px;
    background: #ffffff;
}

.st-onboarding-header h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.st-onboarding-header p {
    color: #6c757d;
    margin-bottom: 40px;
}

.st-field {
    margin-bottom: 30px;
}

.st-field label {
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
}

.st-field input {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
}

.st-property-types {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.st-type-card {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.st-type-card:hover {
    border-color: #0b3c49;
    background: #f8f9fa;
}

.st-continue-btn {
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    background: #0b3c49;
    color: #fff;
    font-weight: 600;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}

.st-continue-btn:hover {
    background: #082d36;
}

/* Mobile */
@media (max-width: 768px) {
    .st-property-types {
        grid-template-columns: 1fr;
    }

    .st-onboarding-wrapper {
        padding: 40px 15px;
    }
}

.st-ob1-screen {
    background: #f4f4f4;
    padding: 28px 0;
}

.st-ob1-shell {
    max-width: 1200px;
    margin: 0 auto;
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
}

.st-ob1-topbar {
    height: 92px;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
}

.st-ob1-brand-dot {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #0f5f72;
    flex: 0 0 auto;
}

.st-ob1-brand-text {
    color: #1f4f5b;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.st-ob1-content {
    display: grid;
    grid-template-columns: 430px 1fr;
    gap: 42px;
    padding: 56px 56px 64px;
    align-items: start;
}

.st-ob1-left {
    display: flex;
    justify-content: center;
}

.st-ob1-hero {
    width: 100%;
    max-width: 360px;
    height: auto;
    display: block;
    object-fit: contain;
}

.st-ob1-hero-placeholder {
    min-height: 420px;
    border: 1px dashed #bdbdbd;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #787878;
    font-size: 14px;
    background: #fafafa;
    padding: 20px;
    text-align: center;
}

.st-ob1-right {
    max-width: 560px;
}

.st-ob1-heading {
    margin: 0 0 34px;
    color: #4f5458;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.st-ob1-step {
    display: grid;
    grid-template-columns: 82px 1fr;
    align-items: start;
    gap: 16px;
    margin-bottom: 22px;
}

.st-ob1-step-num {
    color: #d8d8d8;
    font-size: 158px;
    font-weight: 600;
    line-height: 0.85;
    letter-spacing: -0.03em;
}

.st-ob1-step-copy h3 {
    margin: 8px 0 6px;
    color: #101010;
    font-size: 39px;
    font-weight: 600;
    line-height: 1.1;
}

.st-ob1-step-copy p {
    margin: 0;
    color: #6f6f6f;
    font-size: 21px;
    line-height: 1.35;
    max-width: 510px;
}

.st-ob1-actions {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.st-ob1-btn {
    min-width: 200px;
    height: 56px;
    border-radius: 4px;
    border: none;
    background: #044b64;
    color: #ffffff;
    font-size: 26px;
    font-weight: 500;
    cursor: pointer;
    transition: background .2s ease;
}

.st-ob1-btn:hover {
    background: #053b4f;
}

@media (max-width: 1024px) {
    .st-ob1-content {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 36px 26px 40px;
    }

    .st-ob1-left {
        order: 1;
    }

    .st-ob1-right {
        order: 2;
        max-width: 100%;
    }

    .st-ob1-heading {
        font-size: 24px;
    }

    .st-ob1-step {
        grid-template-columns: 56px 1fr;
        gap: 12px;
    }

    .st-ob1-step-num {
        font-size: 64px;
    }

    .st-ob1-step-copy h3 {
        font-size: 28px;
    }

    .st-ob1-step-copy p {
        font-size: 17px;
    }

    .st-ob1-btn {
        min-width: 170px;
        height: 50px;
        font-size: 22px;
    }
}

@media (max-width: 640px) {
    .st-ob1-topbar {
        height: 78px;
        padding: 0 14px;
    }

    .st-ob1-brand-dot {
        width: 42px;
        height: 42px;
    }

    .st-ob1-brand-text {
        font-size: 18px;
    }

    .st-ob1-content {
        padding: 24px 14px 28px;
    }

    .st-ob1-heading {
        font-size: 28px;
        margin-bottom: 22px;
    }

    .st-ob1-step {
        margin-bottom: 16px;
    }

    .st-ob1-step-num {
        font-size: 48px;
    }

    .st-ob1-step-copy h3 {
        font-size: 22px;
    }

    .st-ob1-step-copy p {
        font-size: 15px;
    }

    .st-ob1-actions {
        justify-content: stretch;
    }

    .st-ob1-btn {
        width: 100%;
        font-size: 20px;
    }
}

.st-onboarding-hidden {
    display: none;
}

.st-ob2-screen {
    background: #f4f4f4;
    padding: 28px 0;
}

.st-ob2-shell {
    max-width: 1200px;
    margin: 0 auto;
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
}

.st-ob2-topbar {
    height: 92px;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
}

.st-ob2-body {
    max-width: 560px;
    margin: 0 auto;
    padding: 64px 18px 56px;
}

.st-ob2-title {
    margin: 0 0 56px;
    text-align: center;
    font-size: 54px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #5a5f64;
}

.st-ob2-group {
    margin-bottom: 42px;
}

.st-ob2-input {
    width: 100%;
    height: 52px;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    background: #f4f4f4;
    color: #444;
    font-size: 22px;
    font-weight: 400;
    padding: 0 16px;
}

.st-ob2-input::placeholder {
    color: #b4b4b4;
}

.st-ob2-subtitle {
    margin: 0 0 14px;
    color: #393939;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
}

.st-ob2-type-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 560px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0;
}

.st-ob2-type {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 8px;
    background-color: transparent;
    border: 2px solid #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    text-align: left;
}

.st-ob2-type-label {
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

.st-ob2-type:hover {
    border-color: #999;
    background-color: #f9f9f9;
}

.st-ob2-type.is-active {
    background-color: #e8f4f8;
    border-color: #1976d2;
    color: #1976d2;
}

.st-ob2-type.is-active .st-ob2-type-icon {
    color: #044b64;
}

.st-ob2-input-others {
    border: none;
    border-bottom: 1px solid #d6d6d6;
    border-radius: 0;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

.st-ob2-footer {
    margin-top: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.st-ob2-progress-wrap {
    flex: 1 1 auto;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
    padding: 16px 24px;
    background: transparent;
}

.st-ob2-progress-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
}

.st-ob2-progress-label,
.st-ob2-progress-count {
    color: #2e2e2e;
    font-size: 27px;
    line-height: 1.2;
    font-weight: 500;
}

.st-ob2-progress-track {
    width: 100%;
    height: 5px;
    background: #d8d8d8;
    border-radius: 999px;
    overflow: hidden;
}

.st-ob2-progress-fill {
    display: block;
    width: 25%;
    height: 100%;
    background: #044b64;
}

.st-ob2-continue {
    min-width: 200px;
    height: 56px;
    border: none;
    border-radius: 4px;
    background: #044b64;
    color: #ffffff;
    font-size: 26px;
    font-weight: 500;
    cursor: pointer;
    transition: background .2s ease;
}

.st-ob2-continue:hover {
    background: #053b4f;
}

@media (max-width: 1024px) {
    .st-ob2-body {
        padding: 40px 20px 40px;
    }

    .st-ob2-title {
        font-size: 40px;
        margin-bottom: 34px;
    }

    .st-ob2-subtitle {
        font-size: 30px;
    }

    .st-ob2-input {
        font-size: 18px;
        height: 46px;
    }

    .st-ob2-type-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .st-ob2-type {
        padding: 12px 14px;
        font-size: 13px;
        gap: 10px;
    }

    .st-ob2-progress-label,
    .st-ob2-progress-count {
        font-size: 20px;
    }

    .st-ob2-continue {
        min-width: 170px;
        height: 50px;
        font-size: 22px;
    }
}

@media (max-width: 640px) {
    .st-ob2-topbar {
        height: 78px;
        padding: 0 14px;
    }

    .st-ob2-body {
        padding: 24px 14px 28px;
        margin: 0 auto;
        margin-right: auto;
    }

    .st-ob2-title {
        font-size: 30px;
        margin-bottom: 24px;
    }

    .st-ob2-group {
        margin-bottom: 26px;
    }

    .st-ob2-subtitle {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .st-ob2-type-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }

    .st-ob2-type {
        padding: 10px 12px;
        font-size: 12px;
        gap: 8px;
    }

    .st-ob2-progress-wrap {
        width: calc(100% + 28px);
        margin-left: -14px;
        margin-right: -14px;
    }

    .st-ob2-footer {
        gap: 8px;
        align-items: stretch;
    }

    .st-ob-back-btn,
    .st-ob2-continue {
        flex: 1;
        min-width: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
    }
}

.st-ob3-screen {
    background: #f4f4f4;
    padding: 28px 0;
}

.st-ob3-shell {
    max-width: 1200px;
    margin: 0 auto;
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
}

.st-ob3-topbar {
    height: 92px;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
}

.st-ob3-body {
    max-width: 560px;
    margin: 0 auto;
    padding: 64px 18px 56px;
}

.st-ob3-title {
    margin: 0 0 56px;
    text-align: center;
    font-size: 54px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #5a5f64;
}

.st-ob3-group {
    margin-bottom: 32px;
}

.st-ob3-subtitle {
    margin: 0 0 14px;
    color: #393939;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
}

.st-ob3-facility-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 560px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Hide show-more button on desktop */
.st-ob-show-more-container {
    display: none;
}

.st-ob3-facility {
    height: 42px;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    background: #f4f4f4;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 10px;
    color: #6a6a6a;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.st-ob3-facility:hover {
    border-color: #9fb0b7;
}

.st-ob3-facility.is-active {
    border-color: #044b64;
    background: #ecf5f8;
    color: #044b64;
}

.st-ob3-facility.is-active .st-ob2-type-icon {
    color: #044b64;
}

.st-ob3-facility.is-wide {
    grid-column: span 2;
}

.st-ob3-input-others {
    width: 100%;
    height: 52px;
    border: none;
    border-bottom: 1px solid #d6d6d6;
    border-radius: 0;
    background: transparent;
    color: #444;
    font-size: 22px;
    font-weight: 400;
    padding: 0;
}

.st-ob3-input-others::placeholder {
    color: #b4b4b4;
}

.st-ob3-footer {
    margin-top: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

@media (max-width: 1024px) {
    .st-ob3-body {
        padding: 40px 20px 40px;
    }

    .st-ob3-title {
        font-size: 40px;
        margin-bottom: 34px;
    }

    .st-ob3-subtitle {
        font-size: 30px;
    }

    .st-ob3-facility-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .st-ob3-facility.is-wide {
        grid-column: span 2;
    }

    .st-ob3-input-others {
        font-size: 18px;
        height: 46px;
    }
}

@media (max-width: 640px) {
    .st-ob3-topbar {
        height: 78px;
        padding: 0 14px;
    }

    .st-ob3-body {
        padding: 24px 14px 28px;
        margin: 0 auto;
        margin-right: auto;
    }

    .st-ob3-title {
        font-size: 30px;
        margin-bottom: 24px;
    }

    .st-ob3-group {
        margin-bottom: 22px;
    }

    .st-ob3-subtitle {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .st-ob3-facility-grid {
        grid-template-columns: 1fr;
    }

    .st-ob3-facility.is-wide {
        grid-column: span 1;
    }

    .st-ob3-footer {
        gap: 8px;
        align-items: stretch;
    }

    .st-ob-back-btn,
    .st-ob2-continue {
        flex: 1;
        min-width: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
    }
}

.st-ob2-continue.is-disabled,
.st-ob2-continue:disabled {
    background: #9fb0b7;
    cursor: not-allowed;
    opacity: .7;
}

.st-ob4-screen {
    background: #f4f4f4;
    padding: 28px 0;
}

.st-ob4-shell {
    max-width: 1200px;
    margin: 0 auto;
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
}

.st-ob4-topbar {
    height: 92px;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
}

.st-ob4-body {
    max-width: 560px;
    margin: 0 auto;
    padding: 64px 18px 56px;
}

.st-ob4-title {
    margin: 0 0 44px;
    text-align: center;
    font-size: 54px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #5a5f64;
}

.st-ob4-group {
    margin-bottom: 32px;
}

.st-ob4-label {
    display: block;
    margin-bottom: 10px;
    color: #393939;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
}

.st-ob4-textarea {
    width: 100%;
    height: 148px;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    background: #f4f4f4;
    color: #444;
    font-size: 22px;
    padding: 12px 14px;
    resize: none;
    margin-bottom: 10px;
}

.st-ob4-input {
    width: 100%;
    height: 46px;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    background: #f4f4f4;
    color: #444;
    font-size: 20px;
    padding: 0 12px;
    margin-bottom: 10px;
}

.st-ob4-textarea::placeholder,
.st-ob4-input::placeholder {
    color: #b4b4b4;
}

.st-ob4-map-group {
    margin-top: 8px;
}

.st-ob4-map-title {
    margin: 0 0 8px;
    color: #393939;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
}

.st-ob4-map-desc {
    margin: 0 0 10px;
    color: #7a7a7a;
    font-size: 16px;
    line-height: 1.35;
}

.st-ob4-map {
    width: 100%;
    height: 232px;
    border-radius: 8px;
    object-fit: cover;
    display: block;
}

.st-ob4-map-placeholder {
    border: 1px dashed #bdbdbd;
    background: #eef3f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7a7a7a;
    font-size: 14px;
    text-align: center;
    padding: 16px;
}

.st-ob4-footer {
    margin-top: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

@media (max-width: 1024px) {
    .st-ob4-body {
        padding: 40px 20px 40px;
    }

    .st-ob4-title {
        font-size: 40px;
        margin-bottom: 28px;
    }

    .st-ob4-label,
    .st-ob4-map-title {
        font-size: 28px;
    }

    .st-ob4-textarea {
        font-size: 18px;
        height: 124px;
    }

    .st-ob4-input {
        font-size: 17px;
    }
}

@media (max-width: 640px) {
    .st-ob4-topbar {
        height: 78px;
        padding: 0 14px;
    }

    .st-ob4-body {
        padding: 24px 14px 28px;
        margin: 0 auto;
        margin-right: auto;
    }

    .st-ob4-title {
        font-size: 30px;
        margin-bottom: 22px;
    }

    .st-ob4-label,
    .st-ob4-map-title {
        font-size: 24px;
    }

    .st-ob4-textarea {
        height: 110px;
        font-size: 16px;
    }

    .st-ob4-input {
        height: 42px;
        font-size: 15px;
    }

    .st-ob4-map {
        height: 190px;
    }

    .st-ob4-footer {
        gap: 8px;
        align-items: stretch;
    }

    .st-ob-back-btn,
    .st-ob2-continue {
        flex: 1;
        min-width: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
    }
}

.st-ob5-screen {
    background: #f4f4f4;
    padding: 28px 0;
}

.st-ob5-shell {
    max-width: 1200px;
    margin: 0 auto;
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
}

.st-ob5-topbar {
    height: 92px;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
}

.st-ob5-body {
    max-width: 620px;
    margin: 0 auto;
    padding: 48px 18px 56px;
}

.st-ob5-title {
    margin: 0;
    text-align: center;
    font-size: 54px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #5a5f64;
}

.st-ob5-subtitle {
    margin: 14px auto 20px;
    max-width: 520px;
    text-align: center;
    color: #7a7a7a;
    font-size: 14px;
    line-height: 1.35;
}

.st-ob5-drop-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.st-ob5-drop-row-single {
    margin-top: 12px;
    display: flex;
    justify-content: center;
}

.st-ob5-drop-block {
    width: 100%;
    max-width: 280px;
}

.st-ob5-drop {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    min-height: 134px;
    border: 1px solid #b8b8b8;
    border-radius: 14px;
    background: #f5f5f5;
    color: #4f4f4f;
    text-align: center;
    cursor: pointer;
    padding: 14px;
}

.st-ob5-drop input {
    display: none;
}

.st-ob5-upload-icon {
    font-size: 20px;
    line-height: 1;
}

.st-ob5-drop-text {
    font-size: 14px;
    line-height: 1.35;
}

.st-ob5-drop-label {
    margin-top: 8px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #222;
}

.st-ob5-meta-row {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    color: #4f4f4f;
    font-size: 13px;
}

.st-ob5-preview {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}

.st-ob5-thumb {
    height: 64px;
    border-radius: 8px;
    border: 1px solid #d1d1d1;
    background: linear-gradient(135deg, #dae9ee 0%, #c9dbe2 100%);
    display: flex;
    align-items: end;
    justify-content: center;
    overflow: hidden;
    padding: 4px;
}

.st-ob5-thumb-label {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #23343b;
    background: rgba(255, 255, 255, 0.78);
    border-radius: 4px;
    line-height: 1.2;
    padding: 2px 4px;
}

.st-ob5-or {
    text-align: center;
    color: #232323;
    margin: 18px 0 12px;
    font-size: 20px;
}

.st-ob5-drive {
    width: 100%;
    height: 46px;
    border: none;
    border-bottom: 1px solid #d6d6d6;
    border-radius: 0;
    background: transparent;
    color: #444;
    font-size: 19px;
    padding: 0;
}

.st-ob5-drive::placeholder {
    color: #b4b4b4;
}

.st-ob5-footer {
    margin-top: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

@media (max-width: 1024px) {
    .st-ob5-body {
        padding: 40px 20px 40px;
    }

    .st-ob5-title {
        font-size: 40px;
    }

    .st-ob5-preview {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 640px) {
    .st-ob5-topbar {
        height: 78px;
        padding: 0 14px;
    }

    .st-ob5-body {
        padding: 24px 14px 28px;
    }

    .st-ob5-title {
        font-size: 30px;
    }

    .st-ob5-subtitle {
        font-size: 13px;
    }

    .st-ob5-drop-grid {
        grid-template-columns: 1fr;
    }

    .st-ob5-drop-block {
        max-width: 100%;
    }

    .st-ob5-meta-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .st-ob5-preview {
        grid-template-columns: repeat(2, 1fr);
    }

    .st-ob5-footer {
        gap: 8px;
        align-items: stretch;
    }

    .st-ob-back-btn,
    .st-ob2-continue {
        flex: 1;
        min-width: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
    }
}

.st-ob6-screen,
.st-ob7-screen,
.st-ob8-screen,
.st-ob9-screen {
    background: #f4f4f4;
    padding: 28px 0;
}

.st-ob6-shell,
.st-ob7-shell,
.st-ob8-shell,
.st-ob9-shell {
    max-width: 1200px;
    margin: 0 auto;
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
}

.st-ob6-topbar,
.st-ob7-topbar,
.st-ob8-topbar,
.st-ob9-topbar {
    height: 92px;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
}

.st-ob6-body,
.st-ob7-body,
.st-ob8-body,
.st-ob9-body {
    max-width: 560px;
    margin: 0 auto;
    padding: 64px 18px 56px;
}

.st-ob6-title {
    margin: 0;
    text-align: center;
    font-size: 52px;
    font-weight: 600;
    color: #5a5f64;
}

.st-ob6-subtitle {
    margin: 8px 0 24px;
    text-align: center;
    color: #5f666b;
    font-size: 19px;
}

.st-ob6-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    align-items: center;
}

.st-ob6-image {
    width: 100%;
    border-radius: 16px;
    min-height: 280px;
    object-fit: cover;
}

.st-ob6-placeholder {
    border: 1px dashed #bbb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7a7a7a;
    background: #eff2f4;
}

.st-ob6-line {
    position: relative;
    padding: 8px 0;
    font-size: 24px;
    color: #242424;
}

.st-ob6-actions {
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.st-ob7-tags {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 560px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 18px;
}

.st-ob7-tag {
    border: 1px solid #d6d6d6;
    background: #f4f4f4;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 18px;
    color: #666;
    cursor: pointer;
}

.st-ob7-tag.is-active {
    border-color: #044b64;
    background: #ecf5f8;
    color: #044b64;
}

.st-ob8-group,
.st-ob9-group {
    margin-bottom: 26px;
}

.st-ob8-group .st-ob2-input,
.st-ob9-group .st-ob2-input {
    margin-bottom: 10px;
}

.st-ob8-lang-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 24px;
    margin: 8px 0 10px;
}

.st-ob8-check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    color: #5f5f5f;
}

.st-ob9-room-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 48px;
    gap: 10px;
    margin-bottom: 10px;
    align-items: stretch;
    column-gap: 10px;
}

.st-ob9-check-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 8px 0;
}

.st-ob-time-input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.st-ob-time-label {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

/* Enhanced styling for time inputs on all devices */
.st-ob9-check-row input[type="time"] {
    cursor: pointer;
    transition: all 0.3s ease;
}

.st-ob9-check-row input[type="time"]:focus {
    outline: none;
    border-color: #054b63;
    box-shadow: 0 0 0 3px rgba(5, 75, 99, 0.1);
}

.st-ob9-add {
    border: none;
    border-radius: 6px;
    background: #ececf0;
    color: #888;
    padding: 10px 18px;
    font-size: 18px;
    cursor: pointer;
}

.st-ob9-room-actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.st-ob9-row-remove {
    width: 48px;
    height: 48px;
    border: 1px solid #e3a6a6;
    border-radius: 6px;
    background: #fff2f2;
    color: #d94a4a;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin: 0;
    flex-shrink: 0;
}

.st-ob9-row-remove.is-disabled,
.st-ob9-row-remove:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.st-ob9-remove {
    width: 44px;
    height: 44px;
    border: 1px solid #e3a6a6;
    border-radius: 6px;
    background: #fff2f2;
    color: #d94a4a;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

.st-ob9-remove.is-disabled,
.st-ob9-remove:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.st-ob7-footer,
.st-ob8-footer,
.st-ob9-footer {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

@media (max-width: 1024px) {
    .st-ob6-body,
    .st-ob7-body,
    .st-ob8-body,
    .st-ob9-body {
        padding: 40px 20px 40px;
    }

    .st-ob6-title,
    .st-ob2-title {
        font-size: 40px;
    }

    .st-ob6-main {
        grid-template-columns: 1fr;
    }

    .st-ob6-line {
        font-size: 22px;
    }
}

@media (max-width: 640px) {
    .st-ob6-topbar,
    .st-ob7-topbar,
    .st-ob8-topbar,
    .st-ob9-topbar {
        height: 78px;
        padding: 0 14px;
    }

    .st-ob6-body,
    .st-ob7-body,
    .st-ob8-body,
    .st-ob9-body {
        padding: 24px 14px 28px;
    }

    .st-ob6-title,
    .st-ob2-title {
        font-size: 30px;
    }

    .st-ob6-actions,
    .st-ob7-footer,
    .st-ob8-footer,
    .st-ob9-footer {
        gap: 12px;
        justify-content: space-between;
    }

    .st-ob8-lang-grid,
    .st-ob9-room-row,
    .st-ob9-check-row {
        grid-template-columns: 1fr;
    }

    /* Optimize mobile time picker UX */
    .st-ob9-check-row {
        display: grid !important;
        gap: 16px;
        padding: 16px 0;
    }

    .st-ob-time-input-wrapper {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px;
    }

    .st-ob-time-label {
        display: block !important;
        font-size: 12px;
        font-weight: 600;
    }

    .st-ob9-group input[type="time"] {
        height: 56px;
        font-size: 18px;
        font-weight: 500;
        padding: 12px 16px;
    }

    /* Ensure proper touch targets on mobile */
    .st-ob9-check-row input[type="time"]:first-child,
    .st-ob9-check-row input[type="time"]:last-child {
        min-height: 56px;
    }


}

/* FIGMA TUNE LAYER */
.st-onboarding-flow {
    --ob-shell-max: 1220px;
    --ob-body-max: 570px;
    --ob-bg: #f6f6f6;
    --ob-stroke: #d8d8d8;
    --ob-title: #5b6064;
    --ob-copy: #6d7378;
    --ob-cta: #054b63;
    --ob-cta-hover: #053a4e;
}

.st-ob1-shell,
.st-ob2-shell,
.st-ob3-shell,
.st-ob4-shell,
.st-ob5-shell,
.st-ob6-shell,
.st-ob7-shell,
.st-ob8-shell,
.st-ob9-shell {
    max-width: var(--ob-shell-max);
    background: var(--ob-bg);
    border-color: var(--ob-stroke);
}

.st-ob1-topbar,
.st-ob2-topbar,
.st-ob3-topbar,
.st-ob4-topbar,
.st-ob5-topbar,
.st-ob6-topbar,
.st-ob7-topbar,
.st-ob8-topbar,
.st-ob9-topbar {
    height: 88px;
    border-bottom-color: var(--ob-stroke);
}

.st-ob2-body,
.st-ob3-body,
.st-ob4-body,
.st-ob5-body,
.st-ob6-body,
.st-ob7-body,
.st-ob8-body,
.st-ob9-body {
    max-width: var(--ob-body-max);
}

.st-ob2-title,
.st-ob3-title,
.st-ob4-title,
.st-ob5-title,
.st-ob6-title {
    color: var(--ob-title);
    letter-spacing: -0.01em;
}

.st-ob2-title,
.st-ob3-title,
.st-ob4-title,
.st-ob5-title {
    font-size: 50px;
    margin-bottom: 42px;
}

.st-ob2-subtitle,
.st-ob3-subtitle,
.st-ob4-label,
.st-ob4-map-title {
    font-size: 33px;
    color: #3c3c3c;
}

.st-ob2-input,
.st-ob3-input-others,
.st-ob4-input,
.st-ob4-textarea,
.st-ob5-drive {
    border-color: #d4d7db;
    background: #f5f5f5;
}

.st-ob2-input,
.st-ob4-input,
.st-ob5-drive {
    height: 50px;
    font-size: 20px;
}

.st-ob2-type,
.st-ob3-facility,
.st-ob7-tag {
    min-height: 42px;
    padding: 0 11px;
    border-color: #d2d6da;
}

.st-ob2-type-label,
.st-ob3-facility .st-ob2-type-label,
.st-ob7-tag {
    font-size: 15px;
}

.st-ob2-type.is-active,
.st-ob3-facility.is-active,
.st-ob7-tag.is-active {
    border-color: var(--ob-cta);
    color: var(--ob-cta);
    background: #edf5f8;
}

.st-ob2-progress-label,
.st-ob2-progress-count {
    font-size: 24px;
}

.st-ob2-progress-track {
    height: 5px;
}

.st-ob2-continue,
.st-ob1-btn {
    min-width: 188px;
    height: 54px;
    font-size: 24px;
    background: var(--ob-cta);
}

.st-ob2-continue:hover,
.st-ob1-btn:hover {
    background: var(--ob-cta-hover);
}

.st-ob8-check {
    font-size: 17px;
}

.st-ob8-check input {
    width: 17px;
    height: 17px;
}

.st-ob9-room-row {
    grid-template-columns: 1.6fr 0.8fr 1fr auto;
    gap: 12px;
}

.st-ob9-add {
    min-width: 180px;
    height: 44px;
    font-size: 17px;
}

.st-ob5-drop {
    min-height: 132px;
}

.st-ob5-drop-text {
    font-size: 13px;
    color: #585e63;
}

.st-ob5-meta-row {
    font-size: 12px;
    color: #5c6368;
}

.st-ob5-thumb {
    height: 72px;
}

.st-ob6-subtitle {
    color: var(--ob-copy);
}

.st-ob6-line {
    font-size: 42px;
    line-height: 1.15;
    padding-left: 36px;
}

@media (max-width: 1024px) {
    .st-ob2-title,
    .st-ob3-title,
    .st-ob4-title,
    .st-ob5-title,
    .st-ob6-title {
        font-size: 38px;
    }

    .st-ob2-subtitle,
    .st-ob3-subtitle,
    .st-ob4-label,
    .st-ob4-map-title {
        font-size: 28px;
    }

    .st-ob2-input,
    .st-ob4-input,
    .st-ob5-drive {
        font-size: 17px;
        height: 46px;
    }

    .st-ob2-continue,
    .st-ob1-btn {
        min-width: 170px;
        height: 50px;
        font-size: 21px;
    }

    .st-ob6-line {
        font-size: 30px;
    }
}

@media (max-width: 640px) {
    .st-ob2-title,
    .st-ob3-title,
    .st-ob4-title,
    .st-ob5-title,
    .st-ob6-title {
        font-size: 30px;
    }

    .st-ob2-subtitle,
    .st-ob3-subtitle,
    .st-ob4-label,
    .st-ob4-map-title {
        font-size: 23px;
    }

    .st-ob2-progress-label,
    .st-ob2-progress-count {
        font-size: 18px;
    }

    .st-ob2-continue,
    .st-ob1-btn {
        width: 100%;
        min-width: 0;
        font-size: 19px;
    }

    .st-ob6-line {
        font-size: 24px;
    }
}

.st-ob-chip-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #8e989f;
    flex: 0 0 auto;
}

.st-ob-chip-icon svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.st-ob2-type,
.st-ob3-facility,
.st-ob7-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.st-ob7-tag span {
    display: inline-block;
}

.st-ob2-input.is-invalid,
.st-ob3-input-others.is-invalid,
.st-ob4-input.is-invalid,
.st-ob4-textarea.is-invalid,
.st-ob5-drive.is-invalid {
    border-color: #d94a4a !important;
    background: #fff6f6 !important;
}

.st-ob-field-error {
    display: none;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.35;
    color: #d94a4a;
    font-weight: 500;
}

.st-ob-field-error.is-visible {
    display: block;
}

/* FINAL FIGMA ALIGNMENT - GLOBAL SCALE + SPACING */
.st-onboarding-flow {
    --ob-bg: #f3f3f3;
    --ob-stroke: #d5d8dc;
    --ob-title: #5a6066;
    --ob-copy: #6f757b;
    --ob-cta: #054b63;
    --ob-cta-hover: #063b4d;
    --ob-shell-max: 1240px;
    --ob-body-max: 660px;
    font-family: "Poppins", sans-serif !important;
}

.st-onboarding-flow,
.st-onboarding-flow * {
    font-family: "Poppins", sans-serif !important;
}

.st-ob1-shell,
.st-ob2-shell,
.st-ob3-shell,
.st-ob4-shell,
.st-ob5-shell,
.st-ob6-shell,
.st-ob7-shell,
.st-ob8-shell,
.st-ob9-shell {
    background: var(--ob-bg) !important;
    border: 1px solid var(--ob-stroke) !important;
    max-width: var(--ob-shell-max) !important;
}

.st-ob2-body,
.st-ob3-body,
.st-ob4-body,
.st-ob5-body,
.st-ob7-body,
.st-ob8-body,
.st-ob9-body {
    max-width: var(--ob-body-max) !important;
    padding-top: 74px !important;
}

.st-ob1-content {
    gap: 64px !important;
    padding: 52px 48px 66px !important;
}

.st-ob1-left {
    max-width: 520px !important;
}

.st-ob1-right {
    max-width: 560px !important;
}

.st-ob1-heading {
    font-size: 24px !important;
    line-height: 1.12 !important;
    letter-spacing: -0.01em !important;
    margin-bottom: 34px !important;
    color: var(--ob-title) !important;
}

.st-ob1-step {
    margin-bottom: 30px !important;
}

.st-ob1-step-num {
    font-size: 84px !important;
    line-height: 0.9 !important;
    color: #e0e0e0 !important;
}

.st-ob1-step-copy h3 {
    font-size: 24px !important;
    line-height: 1.24 !important;
    margin-bottom: 8px !important;
}

.st-ob1-step-copy p {
    font-size: 14px !important;
    line-height: 1.45 !important;
    color: #62676d !important;
}

.st-ob1-actions {
    margin-top: 30px !important;
}

.st-ob2-title,
.st-ob3-title,
.st-ob4-title,
.st-ob5-title,
.st-ob6-title {
    font-size: 35px !important;
    line-height: 1.12 !important;
    letter-spacing: -0.01em !important;
    margin-bottom: 86px !important;
    color: var(--ob-title) !important;
}

.st-ob2-subtitle,
.st-ob3-subtitle,
.st-ob4-label,
.st-ob4-map-title,
.st-ob8-group h3,
.st-ob9-group h3 {
    font-size: 18px !important;
    line-height: 1.3 !important;
    margin: 70px 0 20px !important;
    color: #30363b !important;
    font-weight: 600 !important;
}

.st-ob2-group,
.st-ob3-group,
.st-ob4-group,
.st-ob8-group,
.st-ob9-group {
    margin: 24px 0 24px!important;
}

.st-ob2-input,
.st-ob3-input-others,
.st-ob4-input,
.st-ob4-textarea,
.st-ob5-drive,
.st-ob8-group .st-ob2-input,
.st-ob9-group .st-ob2-input {
    height: 48px !important;
    border: 1px solid #cfd3d7 !important;
    background: transparent !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    color: #4b535a !important;
    padding: 12px 16px !important;
}

.st-ob4-textarea {
    min-height: 158px !important;
    resize: vertical !important;
}

.st-ob2-input::placeholder,
.st-ob3-input-others::placeholder,
.st-ob4-input::placeholder,
.st-ob4-textarea::placeholder,
.st-ob5-drive::placeholder {
    color: #9ca3aa !important;
}

.st-ob8-network {
    position: relative !important;
}

.st-ob-chip-input-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.st-ob-chip-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding: 0;
    min-height: auto;
    position: relative;
}

.st-ob8-network .st-ob-chip-input-wrap {
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    background: #f4f4f4;
    padding: 6px 44px 6px 12px;
    position: relative;
}

.st-ob8-network .st-ob-chip-container {
    padding: 0;
    border: none;
    background: transparent;
    position: relative;
}

.st-ob8-network-input {
    flex: 0 1 auto !important;
    min-width: 180px !important;
    padding: 8px 0 !important;
    border: none !important;
    background: transparent !important;
    height: auto !important;
}

.st-ob8-network-input::placeholder {
    color: #b4b4b4;
}

.st-ob8-network-toggle {
    position: absolute !important;
    right: 6px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 32px !important;
    height: 32px !important;
    border: 0 !important;
    background: transparent !important;
    color: #6f7780 !important;
    cursor: pointer !important;
    border-radius: 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.st-ob8-network-toggle:hover {
    background: rgba(0, 0, 0, 0.05) !important;
}

.st-ob8-network-menu {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: calc(100% + 6px) !important;
    border: 1px solid #cfd3d7 !important;
    border-radius: 10px !important;
    background: #fff !important;
    max-height: 180px !important;
    overflow-y: auto !important;
    z-index: 25 !important;
    box-shadow: 0 8px 18px rgba(16, 20, 23, 0.08) !important;
}

.st-ob8-network-option {
    width: 100% !important;
    border: 0 !important;
    background: transparent !important;
    text-align: left !important;
    padding: 11px 14px !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    color: #4b535a !important;
    cursor: pointer !important;
}

.st-ob8-network-option:hover,
.st-ob8-network-option:focus-visible {
    background: #e8f1f5 !important;
    color: var(--ob-cta) !important;
    outline: none !important;
}

.st-ob2-type,
.st-ob3-facility,
.st-ob7-tag {
    min-height: 48px !important;
    border: 1px solid #cfd3d7 !important;
    border-radius: 8px !important;
    padding: 0 !important;
    gap: 8px !important;
    font-size: 15px !important;
    color: #4d535a !important;
    background: transparent !important;
    justify-content: flex-start !important;
    align-items: center !important;
}

.st-ob2-type.is-active,
.st-ob3-facility.is-active,
.st-ob7-tag.is-active {
    border-color: var(--ob-cta) !important;
    background: #e8f1f5 !important;
    color: var(--ob-cta) !important;
}

.st-ob2-footer,
.st-ob3-footer,
.st-ob4-footer,
.st-ob5-footer,
.st-ob7-footer,
.st-ob8-footer,
.st-ob9-footer {
    margin-top: 80px !important;
    gap: 20px !important;
    align-items: flex-end !important;
}

.st-ob2-progress-label,
.st-ob2-progress-count {
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    color: #101417 !important;
}

.st-ob2-progress-track {
    height: 6px !important;
    border-radius: 999px !important;
    background: #d0d2d4 !important;
}

.st-ob2-progress-fill {
    border-radius: 999px !important;
}

.st-ob2-continue,
.st-ob1-btn {
    min-width: 220px !important;
    height: 46px !important;
    border-radius: 6px !important;
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    background: var(--ob-cta) !important;
    color: #fff !important;
}

.st-ob2-continue[disabled] {
    opacity: 0.55 !important;
}

.st-ob4-map {
    border-radius: 8px !important;
    min-height: 270px !important;
}

.st-ob5-drop {
    min-height: 132px !important;
    border-radius: 16px !important;
    border: 2px solid #8a8f94 !important;
    background: transparent !important;
}

.st-ob5-drop-text {
    font-size: 13px !important;
    line-height: 1.35 !important;
}

.st-ob5-meta-row {
    font-size: 13px !important;
}

.st-ob6-body {
    max-width: 1000px !important;
}

.st-ob6-title {
    font-size: 36px !important;
    margin:50px 0 35px !important;
}

.st-ob6-subtitle {
    font-size: 18px !important;
    color: var(--ob-copy) !important;
    margin-bottom: 40px !important;
}

.st-ob6-main {
    grid-template-columns: minmax(230px, 300px) 1fr !important;
    gap: 52px !important;
    align-items: center !important;
    justify-content: center !important;
}

.st-ob6-left {
    display: flex !important;
    justify-content: center !important;
}

.st-ob6-image {
    width: min(100%, 280px) !important;
    min-height: 0 !important;
    border-radius: 14px !important;
    object-fit: cover !important;
}

.st-ob6-right {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    align-items: flex-start !important;
    margin-top: -10px !important;
    margin-bottom: -10px !important;
}

.st-ob6-line {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 !important;
    font-size: 36px !important;
    line-height: 1.2 !important;
    color: #1f2328 !important;
    padding: 0;
}

.st-ob6-line:not(:last-child)::after {
    content: '' !important;
    position: absolute !important;
    left: 60px !important;
    top: 90% !important;
    width: 2px !important;
    height: 48px !important;
    background: #d0d0d0 !important;
}

@media (max-width: 768px) {
    .st-ob6-line:not(:last-child)::after {
        left: 50px !important;
        top: 90% !important;
        height: 42px !important;
    }
}

@media (max-width: 480px) {
    .st-ob6-line:not(:last-child)::after {
        left: 40px !important;
        top: 90% !important;
        height: 38px !important;
    }
}

.st-ob6-marker {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    border: 2px solid #9aa1a8 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #7c848c !important;
    background: #fff !important;
    flex: 0 0 32px !important;
}

.st-ob6-marker svg {
    width: 18px !important;
    height: 18px !important;
}

.st-ob6-line.is-done .st-ob6-marker {
    border-color: #18b876 !important;
    color: #18b876 !important;
}

.st-ob6-line.is-current .st-ob6-marker {
    border-color: #8f969e !important;
    color: #626a73 !important;
}

.st-ob6-line.is-upcoming .st-ob6-marker {
    border-color: #7f878f !important;
    color: transparent !important;
}

.st-ob6-line-text {
    display: inline-block !important;
}

@media (max-width: 1024px) {
    .st-ob6-main {
        grid-template-columns: 1fr !important;
        gap: 26px !important;
    }

    .st-ob6-line {
        font-size: 28px !important;
    }
}

@media (max-width: 767px) {
    .st-ob6-image {
        width: min(100%, 220px) !important;
    }

    .st-ob6-line {
        font-size: 22px !important;
    }
}

@media (max-width: 1024px) {
    .st-ob1-content {
        padding: 40px 32px 50px !important;
        gap: 34px !important;
    }

    .st-ob1-heading,
    .st-ob2-title,
    .st-ob3-title,
    .st-ob4-title,
    .st-ob5-title,
    .st-ob6-title {
        font-size: 42px !important;
    }

    .st-ob2-body,
    .st-ob3-body,
    .st-ob4-body,
    .st-ob5-body,
    .st-ob7-body,
    .st-ob8-body,
    .st-ob9-body {
        padding-top: 54px !important;
    }
}

@media (max-width: 767px) {
    .st-ob1-heading,
    .st-ob2-title,
    .st-ob3-title,
    .st-ob4-title,
    .st-ob5-title,
    .st-ob6-title {
        font-size: 34px !important;
        margin-bottom: 24px !important;
    }

    .st-ob2-subtitle,
    .st-ob3-subtitle,
    .st-ob4-label,
    .st-ob4-map-title,
    .st-ob8-group h3,
    .st-ob9-group h3 {
        font-size: 17px !important;
    }

    .st-ob1-btn {
        width: auto !important;
        min-width: 180px !important;
    }

    .st-ob-back-btn {
        flex-shrink: 0;
    }

    .st-ob2-footer,
    .st-ob3-footer,
    .st-ob4-footer,
    .st-ob5-footer,
    .st-ob6-actions,
    .st-ob7-footer,
    .st-ob8-footer,
    .st-ob9-footer {
        gap: 12px !important;
    }

    .st-ob9-room-row {
        grid-template-columns: 1fr 1fr auto !important;
        gap: 10px !important;
        align-items: center !important;
    }

    .st-ob9-room-row .js-ob-room-type {
        grid-column: 1 / -1 !important;
    }

    .st-ob9-room-row .js-ob-room-qty {
        grid-column: 1 / 2 !important;
    }

    .st-ob9-room-row .js-ob-room-price {
        grid-column: 2 / 3 !important;
    }

    .st-ob9-room-row .st-ob9-row-remove {
        grid-column: 3 / 4 !important;
        width: 44px !important;
        height: 44px !important;
        align-self: center !important;
    }

    .st-ob9-room-actions {
        width: 100% !important;
        margin-top: 4px !important;
    }

    .st-ob9-add {
        width: 100% !important;
        min-width: 0 !important;
    }
}

/* SCREEN 1 FINAL ALIGNMENT (FIGMA) */
.st-ob1-screen {
    padding: 18px 0 26px !important;
}

.st-ob1-shell {
    min-height: 860px !important;
}

.st-ob1-content {
    max-width: 1540px !important;
    margin: 0 auto !important;
    grid-template-columns: minmax(520px, 660px) minmax(700px, 1fr) !important;
    gap: 120px !important;
    padding: 62px 92px 76px !important;
    align-items: end !important;
}

.st-ob1-left {
    align-self: end !important;
    justify-content: center !important;
}

.st-ob1-hero {
    max-width: 730px !important;
    width: 100% !important;
    max-height: 820px !important;
    object-fit: contain !important;
}

.st-ob1-right {
    max-width: 760px !important;
    align-self: start !important;
}

.st-ob1-heading {
    margin: 0 0 86px !important;
    font-size: 36px !important;
    line-height: 1.28 !important;
    font-weight: 600 !important;
    color: #596065 !important;
    letter-spacing: -0.01em !important;
}

.st-ob1-step {
    grid-template-columns: 102px 1fr !important;
    gap: 53px !important;
    margin-bottom: 34px !important;
}

.st-ob1-step-num {
    font-size: 152px !important;
    line-height: 0.9 !important;
    font-weight: 600 !important;
    color: #dddddd !important;
}

.st-ob1-step-copy h3 {
    margin: 6px 0 6px !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    color: #0f1113 !important;
}

.st-ob1-step-copy p {
    margin: 25px 0 0 !important;
    max-width: 329px !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
    color: #636a70 !important;
}

.st-ob1-actions {
    margin-top: 34px !important;
    justify-content: flex-end !important;
}

.st-ob1-btn {
    min-width: 252px !important;
    height: 58px !important;
    border-radius: 6px !important;
    font-size: 23px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
}

@media (max-width: 1280px) {
    .st-ob1-content {
        max-width: 1280px !important;
        grid-template-columns: minmax(410px, 520px) minmax(520px, 1fr) !important;
        gap: 68px !important;
        padding: 44px 52px 56px !important;
    }

    .st-ob1-hero {
        max-width: 560px !important;
    }

    .st-ob1-heading {
        font-size: 30px !important;
    }

    .st-ob1-step-copy h3 {
        font-size: 22px !important;
    }

    .st-ob1-step-copy p {
        font-size: 14px !important;
    }
}

@media (max-width: 1024px) {
    .st-ob1-shell {
        min-height: 0 !important;
    }

    .st-ob1-content {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        padding: 26px 24px 30px !important;
        align-items: start !important;
    }

    .st-ob1-left {
        order: 1 !important;
    }

    .st-ob1-right {
        order: 2 !important;
        max-width: 100% !important;
    }

    .st-ob1-hero {
        max-width: 380px !important;
        margin: 0 auto !important;
    }

    .st-ob1-heading {
        font-size: 28px !important;
        margin-bottom: 22px !important;
    }

    .st-ob1-step {
        grid-template-columns: 56px 1fr !important;
        margin-bottom: 18px !important;
    }

    .st-ob1-step-num {
        font-size: 126px !important;
    }

    .st-ob1-step-copy h3 {
        font-size: 20px !important;
    }

    .st-ob1-step-copy p {
        font-size: 14px !important;
    }

    .st-ob1-btn {
        min-width: 190px !important;
        height: 50px !important;
        font-size: 16px !important;
    }
}

/* REMOVE INNER GREY CARD / MAKE ONBOARDING FULL SCREEN */
.st-onboarding-flow {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    background: #f3f3f3 !important;
}

.st-ob1-screen,
.st-ob2-screen,
.st-ob3-screen,
.st-ob4-screen,
.st-ob5-screen,
.st-ob6-screen,
.st-ob7-screen,
.st-ob8-screen,
.st-ob9-screen {
    background: #f3f3f3 !important;
    padding: 0 !important;
}

.st-ob1-shell,
.st-ob2-shell,
.st-ob3-shell,
.st-ob4-shell,
.st-ob5-shell,
.st-ob6-shell,
.st-ob7-shell,
.st-ob8-shell,
.st-ob9-shell {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* Mobile-only show more button styling */
@media (max-width: 480px) {
    .st-ob2-type-grid .st-ob2-type:nth-child(n+11),
    .st-ob3-facility-grid .st-ob3-facility:nth-child(n+11),
    .st-ob7-tags .st-ob7-tag:nth-child(n+11) {
        display: none;
    }

    .st-ob2-type-grid.show-all .st-ob2-type,
    .st-ob3-facility-grid.show-all .st-ob3-facility,
    .st-ob7-tags.show-all .st-ob7-tag {
        display: inline-flex;
    }

    .st-ob-show-more-btn {
        display: block;
        margin-top: 12px;
        padding: 0;
        background: transparent;
        border: none;
        border-radius: 0;
        font-size: 13px;
        font-weight: 500;
        color: #888;
        cursor: pointer;
        transition: color 0.3s ease;
        width: 100%;
        text-align: left;
    }

    .st-ob-show-more-btn:hover {
        color: #555;
    }

    .st-ob-show-more-container {
        display: none;
    }

    .st-ob2-type-grid:not(.show-all) ~ .st-ob-show-more-container,
    .st-ob3-facility-grid:not(.show-all) ~ .st-ob-show-more-container,
    .st-ob7-tags:not(.show-all) ~ .st-ob-show-more-container {
        display: block;
    }

}

/* FIX: Equal inner spacing for facility buttons */
.st-ob3-facility {
    padding: 0 16px !important;   /* 👈 equal left & right spacing */
    justify-content: flex-start !important;
    gap: 10px !important;         /* 👈 icon ↔ text spacing */
}

/* Fix icon alignment consistency */
.st-ob3-facility svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
/* FIX: Vicinity page button layout */
.st-ob3-facility-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px 14px !important;   /* row gap / column gap */
}

/* make each button behave like a tag */
.st-ob3-facility,.st-ob7-tag {
    display: inline-flex !important;
    align-items: center;
    width: auto !important;      /* important fix */
    max-width: fit-content !important;
    padding: 8px 14px !important;
    gap: 8px;
}


/* FIX: Hero white flash - force GPU layer to prevent paint flicker */
.elementor-23873 .elementor-element.elementor-element-4fe670a {
    will-change: transform;
    background-image: url(https://staydaze.com/wp-content/uploads/2026/04/BG-3.jpg.jpeg) !important;
    background-size: cover !important;
    background-position: center !important;
    background-color: #000 !important;
}
.elementor-background-slideshow__slide__image {
    background-color: #000 !important;
}

/* Fix Magnific Popup icons on hotel pages (body lacks 'st-mod-style') */
.mfp-wrap .mfp-close {
    color: #000 !important;
    opacity: 1 !important;
}
.mfp-wrap .mfp-close i[class^="stt-icon-"] {
    color: #000 !important;
}

/* Arrow buttons: white circle, black border, centered icon */
.mfp-wrap button.mfp-arrow.mfp-prevent-close {
    background: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 50% !important;
    width: 42px !important;
    height: 42px !important;
    opacity: 1 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin-top: 0 !important;
    box-shadow: none !important;
}
.mfp-wrap button.mfp-arrow.mfp-arrow-left.mfp-prevent-close {
    left: 20px !important;
    right: auto !important;
}
.mfp-wrap button.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
    right: 20px !important;
    left: auto !important;
}
.mfp-wrap .mfp-arrow:before,
.mfp-wrap .mfp-arrow:after {
    content: none !important;
    display: none !important;
    border: 0 !important;
}
.mfp-wrap button.mfp-arrow.mfp-prevent-close i {
    font-family: eicons !important;
    font-size: 14px !important;
    line-height: 1 !important;
    color: #000 !important;
    display: block !important;
    position: static !important;
    margin: 0 !important;
}
