.sb-booking-success {
    max-width: 640px;
    margin: 60px auto;
    padding: 36px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
    text-align: center;
}

.sb-success-icon {
    font-size: 48px;
    margin-bottom: 10px;
}

.sb-booking-success h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #1b7f1b;
}

.sb-success-msg {
    font-size: 16px;
    color: #444;
    margin-bottom: 24px;
}

.sb-booking-details {
    background: #f7f9ff;
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 24px;
    font-size: 14px;
}

.sb-next-steps {
    text-align: left;
    margin-bottom: 24px;
}

.sb-next-steps h4,
.sb-support h4 {
    margin-bottom: 8px;
    font-size: 18px;
}

.sb-next-steps ul {
    padding-left: 18px;
}

.sb-next-steps li {
    margin-bottom: 6px;
}

.sb-support {
    background: #f9fff9;
    border: 1px solid #d1f0d1;
    padding: 16px;
    border-radius: 10px;
    font-size: 14px;
}

.sb-support a {
    color: #688662 ;
    text-decoration: none;
    font-weight: 600;
}

.sb-footer-note {
    margin-top: 24px;
    font-style: italic;
    color: #666;
}







.sb-booking-form {
    width: 900px;
    max-width: 100%;
    margin: 50px auto;
    padding: 32px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 14px 40px rgba(0,0,0,0.08);
}

.sb-form-title {
    font-size: 26px;
    margin-bottom: 6px;
    text-align: center;
    color: #688662 !important;
}

.sb-form-subtitle {
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-bottom: 24px;
}

.sb-form-group {
    margin-bottom: 16px;
}

.sb-form-group label {
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

.sb-form-group input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    transition: border 0.2s ease;
}

.sb-form-group input:focus {
    outline: none;
    border-color: #688662 ;
}

.sb-service-box {
    background: #f7f9ff;
    border: 1px solid #e3e8ff;
    padding: 16px;
    border-radius: 12px;
    text-align: center;
    margin: 24px 0;
}

.sb-service-name {
    font-weight: 600;
    margin: 4px 0;
}

.sb-service-price {
    font-size: 20px;
    font-weight: bold;
    color: #688662 ;
}

.sb-submit-btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 12px;
    background: #688662 ;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.sb-submit-btn:hover {
    background: #30412d ;
}

.sb-secure-note {
    margin-top: 14px;
    text-align: center;
    font-size: 13px;
    color: #666;
}




.sb-booking-failed {
    max-width: 640px;
    margin: 60px auto;
    padding: 36px;
    background: #fff5f5;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
    text-align: center;
}

.sb-failed-icon {
    font-size: 48px;
    margin-bottom: 10px;
    color: #d63638;
}

.sb-booking-failed h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #d63638;
}

.sb-failed-msg {
    font-size: 16px;
    color: #444;
    margin-bottom: 24px;
}

.sb-booking-failed-details {
    background: #fff0f0;
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 24px;
    font-size: 14px;
    border: 1px solid #f5c2c2;
}

.sb-next-steps-failed {
    text-align: left;
    margin-bottom: 24px;
}

.sb-next-steps-failed h4,
.sb-support-failed h4 {
    margin-bottom: 8px;
    font-size: 18px;
}

.sb-next-steps-failed ul {
    padding-left: 18px;
}

.sb-next-steps-failed li {
    margin-bottom: 6px;
}

.sb-support-failed {
    background: #fff9f9;
    border: 1px solid #f0d1d1;
    padding: 16px;
    border-radius: 10px;
    font-size: 14px;
}

.sb-support-failed a {
    color: #b34747;
    text-decoration: none;
    font-weight: 600;
}

.sb-footer-note-failed {
    margin-top: 24px;
    font-style: italic;
    color: #666;
}
