/* ================================================================== */
/* Inspection Booking wizard                                          */
/* Reuses the shared wizard primitives from properties-purchase.css   */
/* (na-steps, na-panel, na-btn, na-field, na-order, na-modal, etc.)   */
/* ================================================================== */
.na-booking {
  max-width: 1280px;
  margin: 0 auto;
  /* padding: 30px 20px 60px; */
  color: #101828;
}

/* Hide a skipped stepper item (e.g. Schedule for strata) */
.na-steps__item.is-hidden {
  display: none;
}

/* Step 1 — service tiles */
.na-svc-tiles {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-bottom: 24px;
}
.na-svc-tile {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #e5e9f0;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #101828;
    transition: all 0.2s ease;
    padding: 13px;
    box-shadow: 0px 0px 24px 0px #0000001A;

}

.na-steps__item.is-done:after{
  background: #0F2A57;
}

li.na-steps__item.is-done {
    color: #050F1E;
    background: #ffffff;
}
li.na-steps__item{
  background: #ffffff;
}

.na-steps__item.is-active {
    color: #05111E;
}

.na-svc-tile:hover {
  border-color: #c3ccdb;
  background: #F8F9FC;
}
.na-svc-tile.is-selected {
    border-color: #0f2a57;
    border: 1px solid #0F2A57;
    background: #F8F9FC;
    outline: 1px solid #0f2a57;
}
.na-svc-tile__icon {
    min-width: 49px;
    height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #E7EAEE;
    font-size: 24px;
    color: #0F2A57;
    border-radius: 300px;
}
.na-svc-tile__label {
  font-family: 'Urbanist';
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #575555;
}

/* Step 1 — service options + pricing */
.na-svc-config {
  border-top: 1px solid #eef1f4;
  padding-top: 20px;
}
.na-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.na-pills .na-pill:hover{
  background: #0f2a57;
}

.na-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1.5px solid #e5e9f0;
  background: #fff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  color: #101828;
}
.na-pill.is-selected {
  background: #0f2a57;
  border-color: #0f2a57;
  color: #fff;
}
.na-radios {
  display: flex;
  gap: 22px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.na-radio span {
    font-family: 'Urbanist';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #050F1E;
}
.na-radio input{
  width: 17px;
  height: 17px;
} 
.na-radio input + span:before {
    content: '';
    width: 17px;
    height: 17px;
    border: 1.5px solid #D2D2D2;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 7px;
}
.na-radio input:checked + span:before{
  opacity: 0;
}
.na-radio input:checked + span:after  {
   content: url(/wp-content/uploads/2026/08/Check-Circle.svg);
   position: absolute;
    width: 17px;
    height: 17px;
    top: 6px;
    left: 7px;

}
.na-svc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
  margin-top: 8px;
}
.na-pricebox {
    background: #ffffff;
    /* border: 1px solid #eef1f4; */
    border-radius: 0px;
    padding: 15px 20px;
}

/* Step 2 — role cards + textarea */
.na-roles {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 8px;
}
.na-role {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 22px;
  border: 1.5px solid #e5e9f0;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  color: #101828;
}
.na-role.is-selected {
    border-color: #0F2A57;
    outline: 1px solid #0F2A57;
    background: none;
}
.na-field textarea {
  padding: 12px 14px;
  border: 1px solid #e5e9f0;
  border-radius: 10px;
  font-size: 15px;
  color: #101828;
  background: #fff;
  outline: none;
  resize: vertical;
  font-family: inherit;
}
.na-field textarea:focus {
  border-color: #0f2a57;
}
.na-check--toggle {
  margin-top: 18px;
  font-weight: 600;
  color: #101828;
}
.na-agent {
  margin-top: 16px;
  padding-top: 4px;
}

/* Step 3 — schedule */
.na-schedule-note {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 14px;
  margin: 0 0 18px;
}
.na-calendly {
  min-width: 320px;
  min-height: 640px;
}
.na-schedule-status {
  color: #157347;
  font-weight: 600;
  font-size: 14px;
  margin: 14px 0 0;
}

/* Order summary GST subline */
.na-order__gst {
    font-size: 12px;
    color: #0F2A57;
    margin: 2px 0 6px;
    font-family: 'Urbanist';
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    color: #0F2A57;
}
.na-modal__actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 6px;
    flex-direction: column;
    align-items: center;
}
.na-modal__home ,
.na-modal__home:hover,
.na-modal__home:focus {
    margin-top: 14px;
    color: #0F2A57;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline !important;
    font-family: 'Urbanist';
    display: block;
    background: #ffffff;
    padding: 0;
    border: 0;
    outline: none;
}

.na-steps::-webkit-scrollbar {
    display: none;              /* Chrome, Safari, Edge */
}

/* Responsive */
@media (max-width: 992px) {
  .na-svc-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .na-svc-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .na-svc-tiles {
    grid-template-columns: 1fr;
  }
}

/* ================================================================== */
/* Step 3 — custom calendar + time slots                              */
/* ================================================================== */
.na-cal {
  display: grid;
  grid-template-columns: 1.38fr 1fr;
  gap: 30px;
  background: #F7F7F7;
  border-radius: 16px;
  padding: 30px;
  align-items: start;
}
.na-cal__pane {
  background: #fff;
  border: 1px solid #eef1f4;
  border-radius: 14px;
  padding: 20px;
}
.na-cal__heading {
  display: block;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #050F1E;
  margin-bottom: 20px;
}
.na-cal__bar {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 0px;
    flex-direction: column;
}
.na-cal__nav {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
    width: 100%;
    justify-content: space-between;
}
.na-cal__month {
font-family: 'Urbanist';
font-weight: 700;
font-size: 16px;
line-height: 32px;
color: #050F1E;
}
.na-cal__arrow {
  border-radius: 999px;
  /* border: 1px solid #e5e9f0; */
  background: #fff;
  color: #0f2a57;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
  padding: 0;
}
.na-cal__arrow:hover:not(:disabled) {
  border-color: #0f2a57;
}
.na-cal__arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.na-cal__weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 6px;
}
.na-cal__weekdays span {
font-family: 'Urbanist';
font-weight: 600;
font-size: 16px;
line-height: 19px;
color: #050F1E;
text-align: center;
}
.na-cal__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0px;
  transition: opacity 0.15s ease;
}
.na-cal__grid.is-loading {
  opacity: 0.4;
  pointer-events: none;
}
/* .na-cal__day {
font-family: 'Fredoka';
font-weight: 400;
font-size: 16px;
line-height: 22px;
text-align: center;
color: #919191;
} */

.na-cal__day {
    /* aspect-ratio: 1 / 1; */
    border: 1px solid #ECECEC;
    border-radius: 4px;
    background: #FFFFFF;
    color: #575555;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease;
    font-family: 'Fredoka';
    width: 92.86px;
    height: 70px;
    MARGIN: 0 !IMPORTANT;
    PADDING: 0 !IMPORTANT;
}

.na-cal__day:hover{
  background-color: #0f2a57;
  border: 0;
}

.na-cal__day:hover:not(.is-disabled):not(.is-empty) {
  border-color: #0f2a57;
}
.na-cal__day.is-empty {
  background: transparent;
  border: 0;
  cursor: default;
}
.na-cal__day.is-disabled {
     background: #f4f6f9;
  color: #c2c9d4;
  cursor: not-allowed;
}
.na-cal__day.is-today {
    box-shadow: inset 0 0 0 1px #0F2A57;
    /* background: #0F2A57; */
    border-radius: 4px;
    border: 0;
}
.na-cal__day.is-selected {
  background: #0f2a57;
  border-color: #0f2a57;
  color: #fff;
}
.na-cal__slotlist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.na-cal__hint {
  grid-column: 1 / -1;
  color: #8a93a2;
  font-size: 14px;
  margin: 0;
}
.na-slot {
    padding: 14px 12px;
    border: 1px solid #e5e9f0;
    border-radius: 4px;
    background: #fff;
    color: #575555;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
    line-height: 22px;
}
button.na-slot:hover {
    background: #f7f7f7;
    color: #575555;
}
button.na-slot:focus{
  background: #0f2a57;
  color: #fff;

}

.na-slot:hover {
  border-color: #0f2a57;
}
.na-slot.is-selected {
  background: #0f2a57;
  border-color: #0f2a57;
  color: #fff;
}
.na-schedule-note {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 14px;
  margin: 0 0 18px;
}
/* Dialable phone numbers keep the surrounding text colour. */
.na-tel,
.na-tel:hover,
.na-tel:focus {
  color: inherit;
  text-decoration: none;
}
.na-tel:hover,
.na-tel:focus {
  text-decoration: underline;
}
.na-radio--card {
    align-items: flex-start;
    padding: 15px;
    border-radius: 11px;
    max-width: 320px;
  gap: 15px;
  }

.na-radio.na-radio--card input:checked + span:after {
    content: url(/wp-content/uploads/2026/08/Check-Circle.svg);
    position: absolute;
    width: 15px;
    height: 15px;
    top: 15px;
    left: 15px;
}

label.na-radio.na-radio--card span {
    font-family: 'Urbanist';
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #050F1E;
}

.na-radio.na-radio--card input + span:before {
    top: 16px;
    left: 15px;
}

@media (max-width: 768px) {
  .na-cal {
    grid-template-columns: 1fr;
  }
}

/* Radio option with a description (e.g. Pool inspection type) */
.na-radio--card {
  align-items: flex-start;
}

/* Field help "?" with hover/focus tooltip bubble (e.g. detached structures note) */
.na-help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  border-radius: 999px;
  border: 1px solid #0f2a57;
  color: #0f2a57;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  cursor: help;
  position: relative;
  vertical-align: middle;
  outline: none;
}
.na-help::after {
  content: attr(data-tip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  width: max-content;
  max-width: 260px;
  background: #fff;
  color: #475467;
  border: 1px solid #e5e9f0;
  box-shadow: 0 6px 20px rgba(16, 24, 40, 0.12);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease;
  z-index: 5;
  pointer-events: none;
}
.na-help:hover::after,
.na-help:focus::after {
  opacity: 1;
  visibility: visible;
}

/* Step 5 — two-column payment layout (card left, order summary right).
   Scoped to .na-booking so the shared report-checkout payment CSS is untouched. */
/* .na-booking .na-pay {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 24px;
  align-items: start;
}
.na-booking .na-pay__card,
.na-booking .na-order {
  background: #f7f8fa;
  border: 1px solid #eef1f4;
  border-radius: 14px;
  padding: 24px;
} */
@media (max-width: 900px) {
  .na-booking .na-pay {
    grid-template-columns: 1fr;
  }
}

/* Success modal — invoice + home buttons row */
.na-modal__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 6px;
}

/* Step 2 — "who provides access on the day" block (on-site services only) */
.na-access {
  margin-top: 6px;
}
.na-access .na-radios {
  margin: 6px 0 14px;
}

/* Pool agreement — two-parties block + accompanying document */
.na-parties {
  border: 1px solid #eef1f4;
  border-radius: 12px;
  padding: 20px;
  margin: 18px 0;
  background: #fff;
}
.na-parties__title {
  margin: 0 0 12px;
  font-size: 15px;
  color: #101828;
}
.na-parties__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.na-parties__grid p {
font-family: 'Fredoka';
font-weight: 400;
font-size: 16px;
line-height: 30px;
color: #0F2A57;
margin-bottom: 0;
}
.na-parties__grid p span {
    color: #8a93a2;
    font-family: 'Fredoka';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #575555;
}

.na-parties__grid > div:first-child {
    border-right: 1px solid #dbdfe685;
}

.na-agree-doc {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
    border: 1px solid #eef1f4;
    border-radius: 12px;
    padding: 16px 20px;
    margin: 0 0 18px;
    font-size: 14px;
    color: #475467;
    background: #ffffff;
}
.na-agree-doc span {
    font-family: 'Fredoka';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #0B2041;
}

.na-agree-doc span {
    font-family: 'Fredoka';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #0B2041;
}
.na-agree-doc a.na-btn.na-btn--ghost {
    padding: 11px 20px;
}

.na-agree-doc a.na-btn.na-btn--ghost img {
    max-width: 18px;
}

@media (max-width: 640px) {
  .na-parties__grid {
    grid-template-columns: 1fr;
  }
}

/* Service notice block (e.g. NSW pool compliance info) */
.na-notice {
  background: #f7f8fa;
  border: 1px solid #eef1f4;
  border-radius: 12px;
  padding: 18px 20px;
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #475467;
}
.na-notice h4 {
    margin: 0 0 8px;
    color: #101828;
    font-family: 'Urbanist';
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #050F1E;
}
.na-notice p {
font-family: 'Fredoka';
font-weight: 400;
font-size: 16px;
line-height: 30px;
color: #575555;
}
.na-notice ul {
  margin: 8px 0;
  padding-left: 20px;
}
.na-notice a {
  color: #0f2a57;
}

@media (max-width: 991px) {
.na-parties__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
.na-parties__grid > div:first-child{
  border-right: 0;
}
}

@media (max-width: 767px) {
.na-cal__day {
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    width: 39.86px;
    height: 39.86px;
    MARGIN: 0 !IMPORTANT;
    PADDING: 0 !IMPORTANT;
}

}

/* Step 4 agreement styling now lives in properties-purchase.css, which both
   the booking wizard and the report download checkout load. */

/* The chosen service, kept visible from Step 2 onwards */
.na-svc-current {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  background: #f7f8fa;
  border: 1px solid #eef1f4;
  border-left: 3px solid #0f2a57;
  border-radius: 10px;
  padding: 12px 16px;
  margin: 0 0 22px;
}
.na-svc-current__label {
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0f2a57;
}
.na-svc-current__branch {
  font-family: 'Urbanist', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #575555;
  background: #fff;
  border: 1px solid #e5e9f0;
  border-radius: 999px;
  padding: 3px 12px;
}

/* Role cards: label with an explanatory note underneath */
.na-role--noted {
  align-items: flex-start;
  text-align: left;
  max-width: 340px;
}
.na-role__text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.na-role__label {
  font-family: 'Urbanist', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #050f1e;
}
.na-role__note {
  font-family: 'Urbanist', sans-serif;
  font-weight: 400;
  font-size: 12.5px;
  line-height: 1.45;
  color: #6b7280;
}
.na-role.is-selected .na-role__note { color: #4a5568; }

/* Building details: individual questions can be dropped per service/branch
   (e.g. a strata property has no detached structures), so [hidden] must win
   over any display rule a label picks up. */
.na-building [hidden],
.na-building[hidden] { display: none !important; }

/* A Step 1 answer can rule the booking out (e.g. a pool that isn't on the NSW
   register). That's a stop, not a hint — give it more weight than field text. */
.na-booking .na-error[data-error="1"]:not([hidden]) {
  display: block;
  background: #fdecea;
  border: 1px solid #f5c2bd;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.5;
}
