.osho-booking-app {
    width: 100%;
    font-family: "Inter", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #756562;
    box-sizing: border-box;
}

.osho-booking-app h3,
.osho-booking-app h4,
.osho-booking-app div,
.osho-booking-app span,
.osho-booking-app p,
.osho-booking-app label,
.osho-booking-app input,
.osho-booking-app textarea,
.osho-booking-app select,
.osho-booking-app button {
    font-family: "Inter", sans-serif !important;
}

.osho-booking-app *,
.osho-booking-app *::before,
.osho-booking-app *::after,
.osho-card-qty-control,
.osho-card-qty-control *,
.osho-card-qty-control *::before,
.osho-card-qty-control *::after {
    box-sizing: border-box;
}

.osho-booking-empty,
.osho-booking-cart,
.osho-booking-form {
    width: 100%;
    background: #ffffff;
    border-radius: 24px;
    padding: 32px;
    margin-top: 20px;
}

.osho-booking-empty {
    text-align: center;
}

.osho-booking-title {
    color: #800000;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 24px;
}

#osho-booking-cart > .osho-booking-title {
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0;
}

.osho-booking-total > span:first-child {
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0;
}

.osho-booking-subtitle {
    color: #800000;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 20px;
}

.osho-cart-row {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 24px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #F5EBE8;
}

.osho-cart-row:last-child {
    border-bottom: 0;
}

.osho-cart-name {
    font-size: 16px;
    font-weight: 500;
    color: #6d5f5c;
}

.osho-cart-price {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
}

.osho-quantity,
.osho-card-qty-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #800000;
    border-radius: 999px;
    overflow: hidden;
    background: #ffffff;
    min-height: 42px;
}

.osho-quantity button,
.osho-card-qty-control button {
    appearance: none;
    -webkit-appearance: none;
    width: 42px;
    height: 42px;
    border: 0 !important;
    background: transparent !important;
    color: #800000 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    cursor: pointer;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.osho-quantity span,
.osho-card-qty-label {
    min-width: 74px;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #6d5f5c;
    white-space: nowrap;
}

.osho-card-qty-control {
    width: 100%;
    max-width: 190px;
    margin-inline: auto;
}

.osho-card-qty-control[hidden] {
    display: none !important;
}

.osho-add-booking.osho-button-hidden {
    display: none !important;
}

.osho-cart-amount {
    min-width: 120px;
    text-align: right;
    font-weight: 600;
    color: #800000;
    font-size: 16px;
}

.osho-booking-total {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #F5EBE8;
    color: #800000;
    font-size: 22px;
    font-weight: 700;
}

.osho-btn,
.osho-add-booking .elementor-button,
.osho-add-booking.elementor-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #800000 !important;
    color: #ffffff !important;
    fill: #ffffff !important;
    border: 1px solid #800000 !important;
    border-radius: 25px !important;
    padding: 14px 28px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    cursor: pointer;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: 0.2s ease;
}

.osho-btn:hover,
.osho-add-booking .elementor-button:hover,
.osho-add-booking.elementor-button:hover {
    background-color: #800000 !important;
    color: #ffffff !important;
    fill: #ffffff !important;
}

.osho-continue-wrap,
.osho-submit-wrap {
    margin-top: 28px;
    text-align: right;
}

.osho-primary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}


.osho-field input,
.osho-field textarea,
.osho-field select {
    width: 100% !important;
    background: #ffffff !important;
    border: 1px solid #E6D7D3 !important;
    border-radius: 10px !important;
    color: #6d5f5c !important;
    padding: 12px 14px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    outline: none !important;
    box-shadow: none !important;
}

.osho-field input:focus,
.osho-field textarea:focus,
.osho-field select:focus {
    border-color: #800000 !important;
}

.osho-field textarea {
    min-height: 100px;
    resize: vertical;
}

.osho-field input::placeholder,
.osho-field textarea::placeholder {
    color: #8A7A77 !important;
    opacity: 1;
}

.osho-section-divider {
    height: 1px;
    background: #F5EBE8;
    margin: 32px 0;
}


.osho-ticket-group {
    margin-bottom: 28px;
}

.osho-ticket-group-title {
    color: #800000;
    font-family: "Inter", sans-serif !important;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 14px;
}

.osho-stay-together-field {
    margin-bottom: 18px;
}

.osho-field select {
    min-height: 48px;
    appearance: auto;
    -webkit-appearance: menulist;
}

.osho-room-block {
    border: 1px solid #F0E4E1;
    border-radius: 18px;
    padding: 22px;
    margin-bottom: 20px;
}

.osho-room-heading {
    color: #800000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
}

.osho-person {
    padding: 18px 0;
    border-top: 1px solid #F5EBE8;
}

.osho-person:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.osho-person-title {
    font-size: 15px;
    color: #800000;
    font-weight: 600;
    margin-bottom: 14px;
}

.osho-person-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.osho-extra-check,
.osho-consent {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
}

.osho-extra-check {
    margin-top: 12px;
}

.osho-extra-check input,
.osho-consent input {
    width: 18px !important;
    height: 18px !important;
    accent-color: #800000;
    flex: 0 0 auto;
}

.osho-final-price {
    background: #FBF4F2;
    border-radius: 16px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    color: #800000;
    font-weight: 700;
    font-size: 22px;
    margin-top: 28px;
}

.osho-consent {
    margin: 24px 0;
}

.osho-error,
.osho-success {
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
}

.osho-error {
    background: #fff0f0;
    border: 1px solid #e4b4b4;
    color: #800000;
}

.osho-success {
    margin-top: 18px;
    margin-bottom: 0;
    background: #f3f8f3;
    border: 1px solid #cbdacb;
    color: #315d31;
}

@media (max-width: 767px) {
    .osho-booking-empty,
    .osho-booking-cart,
    .osho-booking-form {
        padding: 22px 18px;
        border-radius: 18px;
    }

    .osho-booking-title {
        font-size: 24px;
    }

    #osho-booking-cart > .osho-booking-title {
        font-size: 28px;
    }

    .osho-booking-total > span:first-child {
        font-size: 23px;
    }

    .osho-cart-row {
        grid-template-columns: 1fr auto;
        gap: 14px;
    }

    .osho-cart-amount {
        grid-column: 1 / -1;
        text-align: left;
    }

    .osho-primary-grid,
    .osho-person-grid {
        grid-template-columns: 1fr;
    }

    .osho-booking-total,
    .osho-final-price {
        font-size: 18px;
    }

    .osho-continue-wrap,
    .osho-submit-wrap {
        text-align: left;
    }

    .osho-btn {
        width: 100%;
    }
}

.osho-consent a {
    color: #800000 !important;
    text-decoration: underline;
    font-weight: 600;
}

.osho-consent a:hover {
    color: #800000 !important;
    text-decoration: underline;
}

.osho-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
    pointer-events: none;
}

.osho-consent {
    cursor: default;
}

.osho-consent input,
.osho-consent a {
    cursor: pointer;
}

.osho-coupon-box {
    margin-top: 28px;
    padding: 20px;
    border: 1px solid #F0E4E1;
    border-radius: 16px;
    background: #ffffff;
}

.osho-coupon-title {
    margin-bottom: 12px;
    color: #800000;
    font-family: "Inter", sans-serif !important;
    font-size: 16px;
    font-weight: 600;
}

.osho-coupon-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
    align-items: center;
}

.osho-coupon-row input {
    width: 100% !important;
    min-height: 44px;
    background: #ffffff !important;
    border: 1px solid #E6D7D3 !important;
    border-radius: 10px !important;
    color: #6d5f5c !important;
    padding: 12px 14px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    outline: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
}

.osho-coupon-row input:focus {
    border-color: #800000 !important;
}

.osho-coupon-row input::placeholder {
    color: #8A7A77 !important;
    opacity: 1;
    text-transform: none;
}

.osho-coupon-apply {
    white-space: nowrap;
}

.osho-coupon-remove {
    appearance: none;
    -webkit-appearance: none;
    border: 0 !important;
    background: transparent !important;
    color: #800000 !important;
    padding: 8px 4px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: underline;
    cursor: pointer;
    box-shadow: none !important;
}

.osho-coupon-message {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
}

.osho-coupon-message.is-success {
    color: #315d31;
}

.osho-coupon-message.is-error {
    color: #800000;
}

.osho-coupon-message.is-info {
    color: #756562;
}

.osho-coupon-discount-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-top: 18px;
    padding: 0 22px;
    color: #315d31;
    font-family: "Inter", sans-serif !important;
    font-size: 16px;
    font-weight: 600;
}

.osho-coupon-discount-row[hidden] {
    display: none !important;
}

@media (max-width: 767px) {
    .osho-coupon-row {
        grid-template-columns: 1fr;
    }

    .osho-coupon-row .osho-btn {
        width: 100%;
    }

    .osho-coupon-remove {
        justify-self: start;
    }

    .osho-coupon-discount-row {
        padding: 0;
    }
}

/* Floating cart shortcut */
.osho-floating-cart {
    position: fixed !important;
    left: 20px !important;
    bottom: 20px !important;
    z-index: 9998 !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #800000 !important;
    color: #ffffff !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18) !important;
    cursor: pointer !important;
    overflow: visible !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.osho-floating-cart:hover,
.osho-floating-cart:focus,
.osho-floating-cart:active {
    background: #800000 !important;
    color: #ffffff !important;
    transform: none !important;
    outline: none !important;
}

.osho-floating-cart-icon {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.osho-floating-cart-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.osho-floating-cart-count {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 24px;
    height: 24px;
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #800000;
    border-radius: 999px;
    background: #ffffff;
    color: #800000;
    font-family: "Inter", sans-serif !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
}

@media (max-width: 1024px) {
    .osho-floating-cart {
        left: 20px !important;
        bottom: 20px !important;
    }
}

@media (max-width: 767px) {
    .osho-floating-cart {
        left: 20px !important;
        bottom: 20px !important;
        width: 54px !important;
        height: 54px !important;
        min-width: 54px !important;
        min-height: 54px !important;
    }

    .osho-floating-cart-icon {
        width: 25px;
        height: 25px;
    }
}

/* Country flag phone selector */
.osho-phone-field .iti {
    width: 100%;
    display: block;
}

.osho-phone-field .iti input.osho-phone-input {
    width: 100% !important;
}

.osho-phone-field .iti--separate-dial-code input.osho-phone-input {
    padding-left: 104px !important;
}

.osho-phone-field .iti__flag-container,
.osho-phone-field .iti__selected-flag,
.osho-phone-field .iti__selected-dial-code,
.osho-phone-field .iti__country-name,
.osho-phone-field .iti__dial-code {
    font-family: "Inter", sans-serif !important;
}

.osho-phone-field .iti__selected-flag {
    background: transparent !important;
    border-right: 1px solid #E6D7D3;
    padding-left: 12px;
    padding-right: 10px;
}

.osho-phone-field .iti__selected-dial-code {
    color: #6d5f5c;
    font-size: 15px;
}

.osho-phone-field .iti__country-list {
    z-index: 999999;
    max-width: min(420px, 90vw);
    font-family: "Inter", sans-serif !important;
}

.osho-phone-field .iti__country {
    font-size: 14px;
}
