.nb-service {
  padding: 24px 0;
}
.nb-service__head {
  max-width: 800px;
  margin: 0 auto 14px;
}
.nb-service__head h1,
.nb-service__head h2,
.nb-service__head h3,
.nb-service__head h4,
.nb-service__head h5,
.nb-service__head h6 {
  margin: 0;
  font-family: "DM Sans";
  font-weight: 700;
  color: #000;
}
.nb-service__intro {
  color: #404040;
  font-family: "DM Sans";
}
.nb-service__list {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.nb-service__group {
  margin-bottom: 50px;
}
.nb-service__group-title {
  margin: 0 0 8px;
  font: 700 20px/1.3 "DM Sans";
  color: #0a344c;
}
.nb-service__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 16px;
}
.nb-service__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease,
    background 0.15s ease;
  font-family: "DM Sans";
}
.nb-service__left,
.nb-service__right {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.nb-service__right {
  margin-left: auto;
}
.nb-service__box {
  width: 18px;
  height: 18px;
  border: 2px solid #c9c9c9;
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
.nb-service__item.is-selected .nb-service__box {
  background: #0b3a4f;
  border-color: #0b3a4f;
  box-shadow: inset 0 0 0 2px #fff;
}
.nb-service__info {
  appearance: none;
  border: 1px solid #0b3a4f;
  color: #0b3a4f;
  background: #fff;
  border-radius: 999px;
  width: 24px;
  height: 24px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.nb-service__item:hover {
  border-color: #0b3a4f;
}
.nb-service__item.is-selected {
  border-color: #0b3a4f;
  box-shadow: 0 0 0 2px rgba(11, 58, 79, 0.08);
  background: #f9fcfd;
}
.nb-service__check {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.nb-service__name {
  font-family: "DM Sans";
  font-weight: 300;
  color: #000;
}
.nb-service__price {
  font-family: "DM Sans";
  color: #000;
  font-weight: 700;
}
.nb-service__quote {
  font-family: "DM Sans";
  color: #0b3a4f;
  font-weight: 700;
}
.nb-service__form {
  max-width: 800px;
  width: 100%;
  margin: 16px auto 0;
}

.nb-service-form__grid p {
  margin: 0;
}

.nb-bike {
  margin: 50px auto 50px auto;
  font-family: "DM Sans";
  max-width: 800px;
  width: 100%;
}
.nb-bike__title {
  margin: 0 0 8px;
  font: 700 20px/1.3 "DM Sans";
  color: #0a344c;
}
.nb-bike__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.nb-bike__check {
  display: none;
}
.nb-bike__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease,
    background 0.15s ease;
}
.nb-bike__item.is-selected {
  border-color: #0b3a4f;
  box-shadow: 0 0 0 2px rgba(11, 58, 79, 0.08);
  background: #f9fcfd;
}
.nb-bike__item:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(10, 52, 76, 0.15);
}
.nb-bike__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.nb-bike__item.is-selected .nb-bike__qty {
  display: inline-flex;
}

.nb-bike__qty {
  display: none;
  align-items: center;
  gap: 6px;
}
.nb-bike__qty[aria-hidden="true"] {
  opacity: 0.5;
}
.nb-bike__btn {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  background: #fff;
  cursor: pointer;
}
.nb-bike__input {
  width: 52px;
  text-align: center;
  padding: 6px 8px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
}
.nb-bike__summary {
  margin: 10px 0;
  padding: 10px 12px;
  border: 1px dashed #dcdcdc;
  border-radius: 8px;
  background: #fafafa;
  font-family: "DM Sans";
  color: #000;
}

.nb-service span.wpcf7-checkbox {
  font-family: "DM Sans";
  font-weight: 700;
  color: #000;
  font-size: 16px;
}

.nb-bike__summary ul {
  margin: 0;
  padding-left: 18px;
}

@media (max-width: 700px) {
  .nb-bike__list {
    grid-template-columns: 1fr;
  }
}

h3.nb-service__map-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #0a344c;
  font-family: "DM Sans";

  text-align: center;
}

.nb-service__map-intro {
  font-family: "DM Sans";
  font-size: 14px;
  color: #404040;
  margin: 0 0 12px;
  width: 100%;
  text-align: center;
}

.nb-service__map {
  max-width: 800px;
  width: 100%;
  height: 260px;
  margin: 12px auto;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.nb-service__zone-message {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 8px;
  font-family: "DM Sans";
  font-size: 14px;
}
.nb-service__zone-message.is-ok {
  color: #146c43; /* green */
}
.nb-service__zone-message.is-error {
  color: #b02a37; /* red */
}
.wpcf7 form .wpcf7-form-control {
  width: 100%;
  box-sizing: border-box;
}
.wpcf7 form label {
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="tel"],
.wpcf7 form textarea {
  padding: 10px 12px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  font-family: "DM Sans";
}
.nb-service-selected {
  display: none !important; /* keep submitted but hide UI */
}
.nb-service__summary {
  margin-top: 6px;
  padding: 10px 12px;
  border: 1px dashed #dcdcdc;
  border-radius: 8px;
  background: #fafafa;
  font-family: "DM Sans";
  color: #000;
}
.nb-service__summary ul {
  margin: 0;
  padding-left: 18px;
}
.nb-service__summary li {
  margin: 2px 0;
}
.nb-service__total {
  margin-top: 8px;
  font-weight: 700;
  color: #0a344c;
}
.wpcf7 form input[type="submit"] {
  border-radius: 999px;
  background: #0b3a4f;
  border: 1px solid #0b3a4f;
  color: #fff;
  padding: 10px 16px;
  font-weight: 600;
  cursor: pointer;
  width: fit-content;
  font-size: 18px;
}

/* Collapsible: other jobs */
.nb-service__more-wrap {
  max-width: 800px;
  width: 100%;
  margin: 8px auto 0;
}
.nb-service__toggle {
  appearance: none;
  border: 1px solid #0b3a4f;
  background: #fff;
  color: #0b3a4f;
  border-radius: 999px;
  padding: 8px 12px;
  font-family: "DM Sans";
  font-weight: 700;
  cursor: pointer;
  display: block;
  margin: 0 auto 50px;
  font-size: 18px;
}
.nb-service__toggle[aria-expanded="true"] {
  background: #0b3a4f;
  color: #fff;
}
.nb-service__more[hidden] {
  display: none !important;
}

.nb-service__success {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nb-service__success[hidden] {
  display: none !important;
}
.nb-service__success-inner {
  background: #fff;
  border-radius: 10px;
  padding: 18px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  width: 90%;
  max-width: 360px;
  text-align: center;
  font-family: "DM Sans";
}

.nb-service__info-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nb-service__info-modal[hidden] {
  display: none !important;
}
.nb-service__info-modal__inner {
  background: #fff;
  border-radius: 12px;
  width: 90%;
  max-width: 640px;
  padding: 16px;
  font-family: "DM Sans";
  position: relative;
}
.nb-service__info-title {
  margin: 0 0 8px;
  font: 700 18px/1.3 "DM Sans";
}
.nb-service__info-close {
  position: absolute;
  top: 8px;
  right: 8px;
  border: none;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}
.nb-service__success button {
  margin-top: 10px;
  border-radius: 999px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 8px 12px;
  cursor: pointer;
}

@media (max-width: 700px) {
  .nb-service {
    padding: 75px 0;
    width: 90%;
    margin: 0 auto;
  }
  .nb-service__grid {
    grid-template-columns: 1fr;
  }
}
