/* Thum Client Hub v1.1.3 */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&family=Open+Sans:wght@300;400;600&display=swap');

#tch-booking-wrap {
    width: 100%;
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

/* ---- Screening notice ---- */
.tch-screening-notice {
    background: #111;
    padding: 18px 22px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 28px;
    box-sizing: border-box;
}
.tch-notice-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: #e8c04a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin-top: 2px;
}
.tch-notice-text { font-size: inherit; line-height: 1.65; color: #bbb; font-family: inherit; }
.tch-notice-text strong { color: #fff; font-weight: 600; }
.tch-notice-text a { color: #7ec8f7; font-weight: 600; text-decoration: none; }
.tch-notice-text a:hover { text-decoration: underline; }

/* ---- Header ---- */
.tch-header { padding: 0 0 18px; border-bottom: 3px solid #111; margin-bottom: 28px; }
.tch-header p { font-size: inherit; color: #666; font-weight: 300; line-height: 1.6; margin: 0; font-family: inherit; }

/* ---- Section titles ---- */
.tch-section-title {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #777;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin: 30px 0 18px;
}

/* ---- Fields ---- */
.tch-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.tch-field { margin-bottom: 18px; }
.tch-field label {
    display: block;
    font-size: .85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #555;
    margin-bottom: 7px;
    font-family: inherit;
    cursor: default;
}
.tch-req { color: #c0392b; }
.tch-opt { color: #aaa; font-weight: 300; text-transform: none; letter-spacing: 0; font-size: .9em; }
.tch-hint { display: block; font-size: .85rem; color: #aaa; margin-top: 4px; font-style: italic; font-family: inherit; }
.tch-field input[type=text],
.tch-field input[type=tel],
.tch-field input[type=email],
.tch-field textarea,
.tch-field select {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1.5px solid #ccc;
    font-family: inherit;
    font-size: inherit;
    color: #222;
    background: #fafafa;
    outline: none;
    transition: border-color .15s, background .15s;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    line-height: 1.5;
}
.tch-field input:focus,
.tch-field textarea:focus,
.tch-field select:focus { border-color: #111; background: #fff; }
.tch-field textarea { resize: vertical; min-height: 100px; }
.tch-field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23888'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}
.tch-contractor-fields { display: none; }
.tch-contractor-fields.tch-show { display: block; }

/* ---- Radio group ---- */
.tch-radio-group { display: flex; margin-bottom: 6px; }
.tch-radio-group input[type=radio] { display: none; }
.tch-radio-label {
    flex: 1;
    text-align: center;
    padding: 12px 10px;
    border: 1.5px solid #ccc;
    font-size: inherit;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .07em;
    cursor: pointer;
    color: #888;
    transition: all .12s;
    font-family: inherit;
    margin: 0;
}
.tch-radio-label:first-of-type { border-right: none; }
.tch-radio-label.active { background: #111; color: #fff; border-color: #111; }

/* ---- Slots ---- */
.tch-slots-box { border: 1.5px solid #ddd; background: #fafafa; }
.tch-day-label {
    padding: 10px 16px 6px;
    font-size: .85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: #888;
    background: #f3f3f3;
    border-bottom: 1px solid #e8e8e8;
    font-family: inherit;
}
.tch-day-label.tch-day-busy {
    color: #bbb;
    background: #f9f9f9;
}
.tch-slots-row { display: flex; flex-wrap: wrap; gap: 8px; padding: 10px 16px 14px; }
.tch-slot {
    padding: 9px 16px;
    border: 1.5px solid #ccc;
    background: #fff;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    color: #333;
    transition: all .12s;
    border-radius: 0;
}
.tch-slot:hover { border-color: #111; }
.tch-slot.tch-sel { background: #111; border-color: #111; color: #fff; font-weight: 600; }
.tch-no-slots-msg {
    padding: 12px 16px;
    font-size: inherit;
    color: #bbb;
    font-style: italic;
    font-family: inherit;
}
.tch-loading {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 16px;
    color: #888;
    font-size: inherit;
    font-family: inherit;
}
.tch-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-top-color: #111;
    border-radius: 50%;
    animation: tch-spin .7s linear infinite;
    flex-shrink: 0;
}
@keyframes tch-spin { to { transform: rotate(360deg); } }

/* ---- Alternate time ---- */
.tch-alt-box { border: 1.5px solid #ddd; margin-top: 12px; background: #fafafa; }
.tch-alt-header {
    padding: 13px 16px;
    background: #f3f3f3;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
}
.tch-alt-header span { font-size: .9rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: #888; font-family: inherit; }
.tch-alt-chevron { font-size: .75rem; color: #aaa; transition: transform .2s; }
.tch-alt-chevron.tch-open { transform: rotate(180deg); }
.tch-alt-body { padding: 18px 16px 16px; }
.tch-cal-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.tch-cal-header span { font-family: 'Oswald', sans-serif; font-size: 1.2rem; font-weight: 500; letter-spacing: .05em; color: #111; }
.tch-cal-nav {
    background: none;
    border: 1px solid #ccc;
    width: 34px;
    height: 34px;
    cursor: pointer;
    font-size: .9rem;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    transition: all .12s;
}
.tch-cal-nav:hover { background: #fff; color: #111; border-color: #111; }
.tch-cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; margin-bottom: 16px; }
.tch-cal-dow { text-align: center; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: #aaa; padding: 4px 0 7px; font-family: inherit; }
.tch-cal-day {
    text-align: center;
    padding: 9px 2px;
    font-size: inherit;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all .12s;
    color: #222;
    background: none;
    font-family: inherit;
    border-radius: 0;
}
.tch-cal-day:hover:not(.tch-cal-disabled):not(.tch-cal-empty) { border-color: #111; background: #fff; }
.tch-cal-day.tch-cal-sel { background: #111; color: #fff; border-color: #111; font-weight: 600; }
.tch-cal-day.tch-cal-disabled { color: #ccc; cursor: not-allowed; }
.tch-cal-day.tch-cal-empty { cursor: default; }
.tch-alt-footnote { font-size: .9rem; color: #aaa; font-style: italic; line-height: 1.55; padding: 10px 14px; background: #f3f3f3; border-left: 2px solid #e8c04a; margin: 12px 0 0; font-family: inherit; }
.tch-alt-badge { margin-top: 10px; padding: 10px 14px; background: #fff8e6; border-left: 2px solid #e8c04a; font-size: inherit; color: #666; line-height: 1.6; font-family: inherit; }
.tch-alt-request-btn {
    width: 100%;
    padding: 11px;
    margin-top: 12px;
    background: none;
    border: 1.5px solid #111;
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
    color: #111;
    transition: all .15s;
    border-radius: 0;
}
.tch-alt-request-btn:hover { background: #111; color: #fff; }

/* ---- Error ---- */
.tch-error { background: #fdf3f3; border-left: 3px solid #c0392b; padding: 12px 16px; font-size: inherit; color: #c0392b; margin-bottom: 16px; font-family: inherit; }

/* ---- Submit ---- */
.tch-btn {
    width: 100%;
    padding: 16px;
    background: #111;
    color: #fff;
    border: none;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .15s, color .15s;
    margin-top: 12px;
    border-radius: 0;
    display: block;
}
.tch-btn:hover:not(:disabled) { background: #e8c04a; color: #111; }
.tch-btn:disabled { opacity: .4; cursor: not-allowed; }

/* ---- Success ---- */
.tch-success { text-align: center; padding: 48px 20px 56px; }
.tch-success h2 { font-family: 'Oswald', sans-serif; font-size: 2.2rem; letter-spacing: .05em; text-transform: uppercase; margin: 0 0 22px; color: #111; }
.tch-confirm-details { background: #f7f7f7; border-left: 3px solid #e8c04a; padding: 18px 22px; text-align: left; font-size: inherit; line-height: 2; margin: 0 auto 20px; font-family: inherit; }
.tch-confirm-details a { color: #111; font-weight: 600; }
.tch-pending-note { background: #fff8e6; border-left: 3px solid #e8c04a; padding: 12px 18px; font-size: inherit; color: #666; line-height: 1.6; text-align: left; margin-bottom: 18px; font-family: inherit; }
.tch-pending-note a { color: #111; font-weight: 600; }
.tch-confirm-note { color: #888; font-size: inherit; font-weight: 300; line-height: 1.65; font-family: inherit; }
.tch-success-message { text-align: left; margin-top: 28px; padding-top: 24px; border-top: 1px solid #eee; }
.tch-success-message p { font-size: inherit; line-height: 1.8; color: #444; margin-bottom: 16px; font-family: inherit; }
.tch-success-message p:last-child { margin-bottom: 0; }
.tch-success-message a { color: #111; font-weight: 600; text-decoration: none; }
.tch-success-message a:hover { text-decoration: underline; }

@media (max-width: 600px) {
    .tch-field-row { grid-template-columns: 1fr; }
    .tch-radio-group { flex-direction: column; }
    .tch-radio-label:first-of-type { border-right: 1.5px solid #ccc; border-bottom: none; }
}
