.desknavbar____sticky {
    position: sticky;
    max-width: 31%;
    justify-content: center;
    background: var(--background);
    /* z-index: 1000; */
    z-index: 100;
    /* padding: 10px; */
    padding: 0px 5px;
    margin-left: 15px;
    top: 69px;
    left: 14px;
    border-radius: 10px;
    border-bottom: 2px solid #fefefe;
    animation: sticky 0.4s;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #B76F5A;
}

.bottoms-border {
    border-bottom: 2px solid #fefefe;
    padding-bottom: 5px;
}

/* .desksub_____tabs {
     position: sticky;
    top: 150px;
    background: var(--text-color);
    z-index: 1000;
    padding: 10px;
    animation: sticky 0.4s;
} */
.deskfound__spa p {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: var(--text-color);
}

.desk-tab-btn {
    padding: 5px 15px;
    border-radius: 50px;
    border: none;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(6px);
    font-weight: 600;
    margin: 5px;
    transition: 0.3s;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.desk-tab-btn.deskActive {
    background: linear-gradient(135deg, #f6c343, #c0392b);
    color: #fff;
    padding: 7px 22px;
    transform: translateY(-3px);
}

.salon-btns {
    background: linear-gradient(135deg, #0b1220, #c0392b);
    border-bottom: 2px solid #fefefe;
    color: #fefefe;
}

.massage-btns {
    background: linear-gradient(135deg, #064d1c, #fefefe);
    border-bottom: 2px solid #fefefe;
    color: #fefefe;
}

.Upcoming-btns {
    border-bottom: 2px solid #fefefe;
    color: #fefefe;
    background: #2563EB;
}

.Checkout-btns {
    border-bottom: 2px solid #fefefe;
    color: #fefefe;
    background: #16A34A;
}

.Canceled-btns {
    border-bottom: 2px solid #fefefe;
    color: #fefefe;
    background: #DC2626;
}

.desk-tab-btn.deskSubActive {
    background: linear-gradient(135deg, #120d41, #a131b4);
    border: 2px solid #fefefe;
    color: #fff;
    transform: translateY(-3px);
}

.order-card {
    background: rgba(255, 255, 255, 0.5);
    padding: 15px 10px;
    border-radius: 16px;
    margin-bottom: 15px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transform-style: preserve-3d;
    transform: perspective(600px);
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
}

.order-card:hover {
    transform: perspective(600px) rotateX(5deg) scale(1.03);
    box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.25);
}

.order-card.active-card {
    border: 2px solid #0066ff;
    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.35);
}

.details-box {
    background: rgba(255, 255, 255, 0.55);
    padding: 8px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0px 8px 28px rgba(0, 0, 0, 0.2);
    position: sticky;
    top: 90px;
    margin-top: -180px;
    min-height: 300px;
    max-height: calc(100vh - 100px);
    /* limits height based on viewport */
    overflow-y: auto;
    /* adds vertical scroll when content overflows */
}

.status-tag {
    display: inline-block;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 50px;
    font-weight: 600;
    margin-top: 5px;
    color: #fff;
}

.status-completed {
    background: #28a745;
}

.status-otp {
    background: #ff9800;
}

.status-onway {
    background: #007bff;
}

.status-checkout {
    background: #795548;
}

.status-cancel {
    background: #d32f2f;
}

.order-img {
    width: 55px;
    height: 55px;
    border-radius: 12px;
    object-fit: cover;
    margin-right: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.desknavbar____sticky .main____tabs {
    justify-content: center;
    top: 10px;
}

.desknavbar____sticky .main____tabs .tabs_____btn {
    height: 45px;
}

.deskUp-booking-wrap {
    max-width: 980px;
    margin: auto;
    background: rgba(255, 255, 255, .65);
    backdrop-filter: blur(14px);
    border-radius: 28px;
    box-shadow: 0 40px 90px rgba(31, 41, 55, .15);
    overflow: hidden;
}

.deskUp-booking-header {
    background: linear-gradient(135deg, #3E2C41, #B76F5A);
    padding: 28px 32px;
    color: #fff;
}

.deskUp-booking-header h4 {
    font-weight: 700;
}

.deskUp-status-pill {
    background: rgba(255, 255, 255, .25);
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}

.deskUp-section {
    padding: 28px 32px;
}

.deskUp-section-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* TIMELINE */
.deskUp-timeline-box {
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .06);
}

/* SERVICES */
.deskUp-service-item {
    background: #fff;
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .05);
    transition: .3s ease;
}

.deskUp-service-item:hover {
    transform: translateY(-4px);
}

.deskUp-service-img {
    width: 90px;
    height: 90px;
    border-radius: 18px;
    object-fit: cover;
}

/* PARTNER */
.deskUp-partner-card {
    background: #fff;
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .06);
}

.deskUp-partner-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #6a5af9;
    object-fit: cover;
}

.deskUp-rating {
    color: #f6c343;
}

.deskUp-partner-stats {
    background: #f4f6ff;
    border-radius: 16px;
    padding: 16px 10px;
}

/* PAYMENT */
.deskUp-payment-box {
    background: #fff;
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .06);
}

.deskUp-price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.deskUp-total-box {
    background: linear-gradient(135deg, #eef1ff, #ffffff);
    border-radius: 16px;
    padding: 18px;
    font-size: 18px;
    font-weight: 700;
}

/* CUSTOM BUTTONS */
.deskUp-btn {
    width: 100%;
    border: none;
    border-radius: 60px;
    padding: 14px 22px;
    font-weight: 700;
    cursor: pointer;
    transition: .35s ease;
    position: relative;
    overflow: hidden;
}

/* PRIMARY BUTTON */
.deskUp-btn-main {
    background: linear-gradient(135deg, #6a5af9, #8f82ff);
    color: #fff;
    box-shadow: 0 12px 30px rgba(106, 90, 249, .45);
}

.deskUp-btn-main::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .5), transparent);
    transform: translateX(-100%);
}

.deskUp-btn-main:hover::after {
    animation: deskUp-shine 1.1s;
}

.deskUp-btn-main:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 50px rgba(106, 90, 249, .55);
}

/* OUTLINE BUTTON */
.deskUp-btn-outline {
    background: #fff;
    border: 2px solid #d1d5ff;
    color: #4f46e5;
}

.deskUp-btn-outline:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

/* DANGER BUTTON */
.deskUp-btn-danger {
    background: #fff;
    border: 2px solid #ffb4b4;
    color: #c0392b;
}

.deskUp-btn-danger:hover {
    background: #ffecec;
    transform: translateY(-2px);
}

/* ANIMATION */
@keyframes deskUp-shine {
    100% {
        transform: translateX(100%)
    }
}

@media(max-width:768px) {
    .deskUp-section {
        padding: 22px;
    }
}

.deskCan-order-card {
    background: rgba(255, 255, 255, .65);
    backdrop-filter: blur(14px);
    border-radius: 26px;
    box-shadow: 0 30px 70px rgba(31, 41, 55, .12);
    padding: 26px;
    margin-bottom: 24px;
    transition: .35s ease;
}

.deskCan-order-card:hover {
    transform: translateY(-4px);
}

/* STATUS */
.deskCan-order-status {
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
}

.deskCan-status-cancelled {
    background: #ffecec;
    color: #c0392b;
}

.deskCan-order-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.deskCan-order-row span {
    color: #6b7280;
}

.deskCan-order-row p {
    font-size: 14px;
    font-weight: 600;
}

/* SERVICES */
.deskCan-order-services {
    background: #fff;
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .05);
}

.deskCan-service-pill {
    background: #f1f5f9;
    border-radius: 50px;
    padding: 6px 14px;
    font-size: 13px;
    margin-right: 6px;
}

/* PAYMENT SUMMARY */
.deskCan-payment-summary {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-top: 18px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .06);
}

.deskCan-payment-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
}

.deskCan-payment-row span {
    color: #6b7280;
}

.deskCan-payment-deduct {
    color: #b91c1c;
    font-weight: 700;
}

.deskCan-payment-total {
    background: #f5f7ff;
    border-radius: 14px;
    padding: 14px;
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    font-weight: 800;
    font-size: 16px;
}

.deskCan-payment-note {
    font-size: 13px;
    color: #6b7280;
    margin-top: 10px;
}

/* REFUND */
.deskCan-refund-box {
    background: #fff0f0;
    border: 1px solid #ffd6d6;
    border-radius: 18px;
    padding: 18px;
    margin-top: 18px;
}

.deskCan-refund-amount {
    font-size: 20px;
    font-weight: 800;
    color: #b91c1c;
}

/* BUTTONS */
.deskCan-btn {
    border-radius: 60px;
    padding: 12px 22px;
    font-weight: 700;
    border: none;
    transition: .35s ease;
}

.deskCan-btn-outline {
    background: #fff;
    border: 2px solid #d1d5ff;
    color: #4f46e5;
}

.deskCan-btn-outline:hover {
    transform: translateY(-2px);
}

.deskCan-btn-main {
    background: linear-gradient(135deg, #6a5af9, #8f82ff);
    color: #fff;
    box-shadow: 0 10px 25px rgba(106, 90, 249, .45);
}

.deskCan-btn-main:hover {
    transform: translateY(-3px);
}

.deskCout-history-card {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(14px);
    border-radius: 28px;
    box-shadow: 0 35px 80px rgba(31, 41, 55, .12);
    padding: 30px;
    margin-bottom: 30px;
    transition: transform .35s ease;
}

.deskCout-history-card:hover {
    transform: translateY(-4px);
}

/* HEADER */
.deskCout-order-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    background: #B76F5A;
    padding: 7px;
    border-radius: 5px;
}

.deskCout-order-head h5 {
    font-weight: 800;
    font-size: 1.25rem;
    color: #fefefe;
}

.deskCout-status-paid {
    background: #ecfdf3;
    color: #059669;
    padding: 6px 18px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
}

.up-side-card {
    position: relative;
}

.name-timing-side {
    margin-top: -7px;
}

.service-sides {
    position: absolute;
    top: 45px;
}

.deskCout-thank {
    text-align: center;
    background: linear-gradient(135deg, #6a5af9, #8f82ff);
    color: #fff;
    border-radius: 20px;
    padding: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    box-shadow: 0 12px 30px rgba(106, 90, 249, .3);
}

.deskCout-info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.deskCout-info-row span {
    color: #6b7280;
}

.deskCout-info-row p {
    font-size: 12px;
    font-weight: 600;
}

/* SERVICES */
.deskCout-service-box {
    background: #fff;
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .05);
    margin-top: 20px;
}

.deskCout-service-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #e5e7eb;
    padding: 12px 0;
}

.deskCout-service-item:last-child {
    border: none;
}

.deskCout-service-item img {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    object-fit: cover;
    margin-right: 12px;
}

/* PARTNER */
.deskCout-partner {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 18px;
}

.deskCout-partner img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #6a5af9;
    object-fit: cover;
}

/* PAYMENT */
.deskCout-payment-box {
    background: #fff;
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .06);
    margin-top: 20px;
}

.deskCout-payment-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 14px;
}

.deskCout-payment-row span {
    color: #6b7280;
}

.deskCout-payment-total {
    background: #f5f7ff;
    border-radius: 14px;
    padding: 14px;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    font-size: 16px;
}

/* PAYMENT METHOD */
.deskCout-method {
    background: #f9fafb;
    border-radius: 18px;
    padding: 14px;
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    cursor: pointer;
    transition: .3s;
}

.deskCout-method:hover,
.deskCout-method.active {
    border: 2px solid #6a5af9;
    background: #fff;
}

/* BUTTONS */
.deskCout-btn {
    border-radius: 60px;
    padding: 14px;
    font-weight: 800;
    border: none;
    transition: .35s;
}

.deskCout-btn-outline {
    background: #fff;
    border: 2px solid #d1d5ff;
    color: #4f46e5;
}

.deskCout-btn-outline:hover {
    transform: translateY(-2px);
}

.deskCout-btn-main {
    background: linear-gradient(135deg, #6a5af9, #8f82ff);
    color: #fff;
    box-shadow: 0 12px 30px rgba(106, 90, 249, .45);
    padding: 11 35px;
    width: 220px;
}

.deskCout-btn-main:hover {
    transform: translateY(-3px);
}

/* SAFE NOTE */
.deskCout-safe {
    font-size: 13px;
    color: #6b7280;
    text-align: center;
    margin-top: 12px;
}

.status-upcoming {
    background: #059669;
}

.busi-hidden {
    display: none
}

/* ================= FORM ================= */
.form-wrapper {
    max-width: 1100px;
    background: #fff;
    border-radius: 22px;
    padding: 40px;
    box-shadow: 0 25px 70px rgba(13, 110, 253, .12);
    margin: 40px auto;
}
.business-form h6 {
    color: #fff;
}
.business-form .form-label {
    color: #fefefe;
}
.busi-section-title {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 14px;
    color: #fff;
    border-left: 5px solid #b48cff;
}
#otpSection1 label {
    color: #fefefe;
}
.busi-form-control,
.busi-form-select {
    height: 52px;
    border-radius: 14px;
}

.busi-form-control:focus,
.busi-form-select:focus {
    border-color: #b48cff;
    box-shadow: 0 0 0 4px rgba(180, 140, 255, .25);
}

/* Chips */
.busi-chip-group label {
    border: 1px solid #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 6px;
    cursor: pointer;
    color: #fefefe;
    font-weight: 600;
}

.busi-chip-group input:checked+label {
    border: 1px solid #a855f7;
    color: #a855f7;
}

/* Card option */
.busi-card-option {
    border: 1px solid #e6e8ef;
    border-radius: 18px;
    padding: 16px 11px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
}

input[type=radio]:checked+.busi-card-option {
    background: #faf7ff;
    border-color: #b48cff;
    color: #0b1220;
}

/* Map */
#mapBox {
    height: 220px;
    border-radius: 18px;
    background: #eef2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

/* Day */
.day-btn {
    border: 1px solid #e6e8ef;
    padding: 10px 20px;
    border-radius: 50px;
    background: #fff;
    font-weight: 600;
    cursor: pointer;
}

.day-btn.active {
    background: #b48cff;
    color: #fff;
}

/* OTP */
.busi-otp-input {
    width: 52px;
    height: 56px;
    text-align: center;
    font-size: 22px;
    border-radius: 14px;
    border: 1px solid #ced4da;
}


/* Business Type Selector */
.busi-option-card {
    border: 1px solid #e6e8ef;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 14px;
    transition: .25s;
}

.busi-option-card.active {
    border-color: #b48cff;
    background: #faf7ff;
}

.busi-option-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.busi-option-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.food {
    background: #ff7a18
}

.spa {
    background: #a855f7
}

.club {
    background: #ec4899
}

.radio-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #cbd5e1;
    position: relative;
}

.busi-option-card.active .radio-dot {
    border-color: #b48cff;
}

.busi-option-card.active .radio-dot::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #b48cff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.busi-submit-btn {
    background: linear-gradient(135deg, #c7a4ff, #b48cff);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    height: 52px;
    padding: 4px 25px;
    border: none;
    border-radius: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(180, 140, 255, 0.4);
}

.busi-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(180, 140, 255, 0.6);
}

.busi-submit-btn:active {
    transform: translateY(1px);
    box-shadow: 0 5px 15px rgba(180, 140, 255, 0.3);
}

.busi-submit-btn:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(180, 140, 255, 0.3);
}

/* Success Screen Wrapper */
.busi-success-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Card */
.busi-success-card {
    background: #fff;
    border-radius: 22px;
    padding: 40px 30px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    animation: fadeInScale 0.4s ease forwards;
    display: block;
    margin: 0 auto;
}

/* Icon */
.busi-success-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

/* Title & Text */
.busi-success-title {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 12px;
}

.busi-success-text {
    font-size: 16px;
    color: #4b5563;
    margin-bottom: 30px;
}

/* Status List */
.busi-status-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}

.busi-status-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 15px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s;
}

.busi-status-item.completed {
    background: #eef6ff;
    color: #1d4ed8;
}

.busi-status-item.pending {
    background: #fef3c7;
    color: #b45309;
}

.busi-status-icon {
    font-size: 20px;
}

/* Buttons */
.busi-success-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.busi-btn-primary,
.busi-btn-secondary {
    padding: 12px 25px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.busi-btn-primary {
    background: linear-gradient(135deg, #c7a4ff, #b48cff);
    color: #fff;
    box-shadow: 0 10px 25px rgba(180, 140, 255, 0.4);
}

.busi-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(180, 140, 255, 0.6);
}

.busi-btn-secondary {
    background: #f3f4f6;
    color: #1f2937;
}

.busi-btn-secondary:hover {
    background: #e5e7eb;
}

/* Animation */
@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }  
}
.busi-form-wrapper {
     /* max-width: 1100px; */
     /* height: 100%; */
        top: 110px;
        margin: auto;
        
     /* overflow-y: auto; */
      background: transparent;
      backdrop-filter: blur(14px);
      border-radius: 22px;
      padding: 20px;
      box-shadow: 0 25px 70px rgba(13, 110, 253, .12);
      border-bottom: 2px solid #fff;
}

.overflow-scrolling {
    overflow-y: scroll;
    height: 430px;
}
.overflow-scrolling:hover::-webkit-scrollbar {
    display: block;
}
.overflow-scrolling::-webkit-scrollbar-thumb {
    background: #8a8b8b;
}
.ck-section {
  padding: 80px 0;
  background: #f8fafc;
  font-family: 'Poppins', sans-serif;
}

.ck-title {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}

.ck-highlight {
  color: #ff6b00;
}

.ck-desc {
  font-size: 18px;
  color: #fefefe;
}

.ck-card {
  background: transparent;
  backdrop-filter: blur(15px);
  max-width: max-content;
  border-radius: 18px;
  padding: 7px 14px;
  border-bottom: 2px solid #fefefe;
  color: #fefefe;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.ck-btn {
  background: #ff6b00;
  color: #fff;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}

.ck-btn:hover {
  background: #e55f00;
  color: #fff;
}

.ck-list li {
  padding: 12px 0;
  font-size: 16px;
}

.ck-icon {
  font-size: 22px;
  margin-right: 10px;
}

.ck-feature-card {
  height: 100%;
}

.ck-step-badge {
  font-size: 22px;
  font-weight: 700;
  color: #ff6b00;
}