.bkntc_landing-page .bkntc_landing-page-hero,
.bkntc_landing-page .container {
  max-width: 1440px !important;
  padding: 32px 10px;
  width: 100% !important;
  margin: 0 auto;
}

.left_side_menu {
  background: red !important;
}

.landing_page_second_wrapper {
  display: flex;
  gap: 32px;
}
.landing_page_second_wrapper .bkntc_service-gallery {
  max-width: 70% !important;
  width: 100%;
}

.bkntc_list_info {
  height: fit-content;
  box-shadow: 0px 1px 10px 2px rgba(238, 87, 57, 0.31);
  -webkit-box-shadow: 0px 1px 10px 2px rgba(238, 87, 57, 0.31);
  -moz-box-shadow: 0px 1px 10px 2px rgba(238, 87, 57, 0.31);
  border-radius: 24px !important;
}

.bkntc_gallery-scroll.bkntc_flex {
  justify-content: center;
}

.bkntc_schedule-info.bkntc_list_info {
  max-width: 100% !important;
  width: 100%;
}
/* Status line appearance */
.ntermin .nt-status {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  gap: 6px;
}

/* the small circle */
.ntermin .nt-status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

/* when open → green */
.ntermin .nt-status.is-open {
  color: #1bbf72 !important; /* green text */
}
.ntermin .nt-status.is-open .nt-status-dot {
  background-color: #1bbf72 !important;
}

/* when closed → red/orange */
.ntermin .nt-status.is-closed {
  color: #ca2d21;
}
.ntermin .nt-status.is-closed .nt-status-dot {
  background-color: #ca2d21;
}

.landing_page_third_wrapper .bkntc_services_container .nt-tabs {
  margin-top: 24px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.landing_page_third_wrapper .bkntc_services_container button,
.review-container button {
  background: #ee5739 !important;
  color: white !important;
  border-radius: 500px !important;
}
.landing_page_third_wrapper .bkntc_services_container button svg path {
  stroke: white !important;
}

.landing_page_third_wrapper .bkntc_services_container .nt-tab {
  background: #e7e7e7 !important;
  color: black !important;
  border: 1px solid #ddd6d6 !important;
}
.landing_page_third_wrapper .bkntc_services_container .nt-tab--active {
  background: #ee5739 !important;
  color: white !important;
  border: 1px solid #ee5739 !important;
}

.bkntc_schedule-info-wrapper {
  max-width: 30%;
  width: 30%;
}

.bkntc_landing-page .bkntc_schedule_button button {
  background: #ee5739 !important;
  color: white !important;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 500px !important;
}

/* Grid */
.ntermin .nt-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

/* Card */
.ntermin .nt-team-card {
  background: transparent;
  border: none;
  text-align: center;
  cursor: pointer;
  padding: 8px 8px 12px;
  border-radius: 12px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  display: flex;
  flex-direction: column;
}
.ntermin .nt-team-card:hover {
  transform: translateY(-2px);
  background: #fafafa;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

/* Avatar */
.ntermin .nt-team-avatar {
  display: inline-block;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.ntermin .nt-team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ntermin .nt-team-avatar--initials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e9ecef;
  color: #111;
  font-weight: 700;
  font-size: 32px;
}

/* Text */
.ntermin .nt-team-name {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}
.ntermin .nt-team-subtitle {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  color: #6b7280;
}
.landing_page_third_wrapper .container .bkntc_services_container {
  text-align: left;
}

.team_wrapper.container,
.bkntc_about.container,
.landing_page_third_wrapper .container,
.bkntc_landing-page .bkntc_services_wrapper {
  max-width: 1440px !important;
  margin: 0 auto;
  width: 100% !important;
}

.bkntc_landing-page .bkntc_services_wrapper {
  justify-content: start !important;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
  margin-bottom: 64px;
}

.bkntc_about {
  padding: 32px 0;
}

.bkntc_about_text p {
  margin: 0 0 12px;
}
.bkntc_about_map {
  margin-top: 20px;
}
.bkntc_about_map iframe {
  width: 100%;
  height: 360px;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.06);
}
.bkntc_about_map_link {
  margin-top: 10px;
}
.bkntc_about_map_link .nt-directions {
  text-decoration: underline;
  color: #ee5739;
}

.bkntc_landing-page h2 {
  font-size: 30px !important;
  font-weight: 700;
  line-height: 1.2em !important;
  letter-spacing: -0.48px;
  margin: 0 0 10px 0 !important;
}

/* ===== Related Venues slider ===== */
.nt-related.container {
  max-width: 1440px !important;
  margin: 0 auto;
  width: 100% !important;
  padding: 32px 10px;
}

.nt-related-shell {
  position: relative;
}

.nt-related-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 22px;
  overflow-x: auto;
  padding: 8px 52px; /* space for arrows */
  scroll-snap-type: x mandatory;
  scroll-padding: 52px;
  -webkit-overflow-scrolling: touch;
}

.nt-related-card {
  display: grid;
  grid-template-rows: 200px auto;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  scroll-snap-align: start;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
  min-width: 260px;
}

.nt-related-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.nt-related-thumb {
  position: relative;
  background: #f3f4f6;
}
.nt-related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nt-related-thumb--ph {
  width: 100%;
  height: 100%;
  background: #e5e7eb;
}

.nt-related-body {
  padding: 24px;
}
.nt-related-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #111;
}
.nt-related-sub {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 10px;
}

.nt-related-chip {
  display: inline-block;
  font-size: 12px;
  padding: 6px 10px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  color: #111827;
}

/* Arrows */
.nt-related-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
  z-index: 2;
}
.nt-related-prev {
  left: 10px;
}
.nt-related-next {
  right: 10px;
}
.nt-related-nav:hover {
  transform: translateY(-50%) scale(1.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.nt-related-nav:disabled {
  opacity: 0.45;
  cursor: default;
  box-shadow: none;
}

.bkntc_landing-page .bkntc_schedule_value {
  background: #ee5739;
  color: white;
}

.bkntc_landing-page .bkntc_about {
  margin-top: 64px;
}

.swiper-button-prev,
.swiper-button-next {
  background: #ee5739;
  padding: 10px;
  font-size: 16px;
  border-radius: 500px;
}

.swiper-button-prev svg path,
.swiper-button-next svg path {
  stroke: white;
}
.nt-related {
  position: relative;
  margin-top: 40px !important;
}
.nt-related-head {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}
.nt-rel-nav {
  display: flex;
  gap: 10px;
}
.nt-rel-prev,
.nt-rel-next {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}
.nt-rel-prev:before,
.nt-rel-next:before {
  content: "";
  display: block;
  width: 11px;
  height: 20px;
  margin: 0 auto;
  mask-size: contain;
  mask-repeat: no-repeat;
  background: #111;
}
.nt-rel-prev:before {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="20" viewBox="0 0 11 20" fill="none"><path d="M10.4341 0.482966C10.7053 0.754138 10.7053 1.19379 10.4341 1.46497L1.6195 10.2796L10.4341 19.0942C10.7053 19.3654 10.7053 19.805 10.4341 20.0762C10.163 20.3474 9.72332 20.3474 9.45215 20.0762L0.382966 11.007C-0.0187907 10.6053 -0.0187907 9.9539 0.382966 9.55214L9.45215 0.482966C9.72332 0.211794 10.163 0.211794 10.4341 0.482966Z" fill="black"/></svg>');
}
.nt-rel-next:before {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="20" viewBox="0 0 11 20" fill="none"><path d="M0.38296 20.0762C0.111788 19.805 0.111788 19.3654 0.38296 19.0942L9.19758 10.2796L0.38296 1.46497C0.111788 1.19379 0.111788 0.754138 0.38296 0.482966C0.654131 0.211794 1.09379 0.211794 1.36496 0.482966L10.4341 9.55214C10.8359 9.9539 10.8359 10.6053 10.4341 11.007L1.36496 20.0762C1.09379 20.3474 0.654131 20.3474 0.38296 20.0762Z" fill="black"/></svg>');
}

/* --- Related Venues: location list --- */
.nt-related-locations {
  list-style: none;
  margin: 16px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.nt-related-locations li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  color: #444;
  font-size: 16px;
  line-height: 1.4;
}

.nt-related-locations .nt-rel-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.nt-rel-icon svg path {
  fill: #ee5739 !important;
}

.nt-rel-address {
  display: inline-block;
  word-break: break-word;
}

.nt-related-title {
  font-size: 22px;
}

.nt-related-swiper {
  margin-top: 15px;
}

.bkntc_active_gallery_item img {
  border-color: #ee5739 !important;
}
.bkntc_service-gallery img {
  border-radius: 24px !important;
}

.nt-directions {
  color: #ee5739 !important;
}

.bkntc_landing-page .bkntc_cart_footer p {
  color: black !important;
}

/* ========= Container + Heading ========= */
.bkntc_services_container {
  margin-top: 18px;
}
.bkntc_services_container > h2 {
  font-size: clamp(22px, 3.4vw, 32px);
  line-height: 1.15;
  margin: 0 0 12px;
  font-weight: 800;
  color: #101828;
}

/* ========= Tabs ========= */
.nt-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 10px 0 18px;
}
.nt-tab {
  appearance: none;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #111827;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.16s ease, border-color 0.16s ease,
    box-shadow 0.16s ease;
}
.nt-tab:hover {
  transform: translateY(-1px);
  border-color: #ff5a3c55;
  box-shadow: 0 6px 16px rgba(255, 90, 60, 0.12);
}
.nt-tab.nt-tab--active {
  border-color: #ff5a3c6b;
  box-shadow: 0 6px 16px rgba(255, 90, 60, 0.1), inset 0 0 0 1px #ff5a3c33;
  background: linear-gradient(90deg, #ff5a3c17, #fbb03417);
}

/* ========= Panels ========= */
.nt-panels {
  margin-top: 6px;
}
.nt-panel[hidden] {
  display: none !important;
}

/* ========= Grid ========= */
.bkntc_services_wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

/* ========= Card ========= */
.bkntc_service_cart {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 160px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #ff5a3c21;
  background: #fff;
  /* box-shadow: 0 1px 10px 2px rgba(238, 87, 57, 0.12); */
  box-shadow: 0 6px 14px rgba(255, 90, 60, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease, background 0.18s ease;
  text-decoration: none;
}
.nt-svc-desc {
  color: #0f172a;
}
.bkntc_service_cart:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(238, 87, 57, 0.18);
  border-color: #ff5a3c33;
}

/* subtle top accent */
.bkntc_service_cart::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, #ff5a3c, #fbb034);
  opacity: 0.18;
  pointer-events: none;
}

/* ========= Title + meta ========= */
.nt-svc-main {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 8px 12px;
  margin-bottom: 12px;
}
.bkntc_service_cart h3 {
  margin: 0;
  font-size: 1.06rem;
  font-weight: 800;
  color: #111827;
}
.nt-svc-meta {
  justify-self: end;
  align-self: start;
  font-size: 0.8rem;
  padding: 4px 8px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  color: #334155;
  border-radius: 999px;
  white-space: nowrap;
}

/* ========= Footer ========= */
.bkntc_cart_footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px dashed #e6e9ee;
}
.bnktc_booking_popup_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 0;
  background: linear-gradient(90deg, #ff5a3c, #fbb034);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 6px 14px rgba(255, 90, 60, 0.22);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}
.bnktc_booking_popup_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(255, 90, 60, 0.28);
  filter: saturate(1.04);
}
.bnktc_booking_popup_btn svg {
  display: block;
}

.nt-svc-price {
  margin: 0;
  font-weight: 900;
  font-size: 1rem;
  color: #0f172a;
  letter-spacing: 0.15px;
}

.nt-burger,
.nt-burger:hover,
.nt-burger:focus,
.nt-burger:active {
  background: transparent !important;
}

/* ========= Reduced Motion ========= */
@media (prefers-reduced-motion: reduce) {
  .nt-tab,
  .bkntc_service_cart,
  .bnktc_booking_popup_btn {
    transition: none !important;
  }
}

.schedule-info-wrapper-phone {
  display: flex;
  max-width: 100%;
  width: 100%;
}

@media only screen and (min-width: 900px) {
  .schedule-info-wrapper-phone {
    display: none;
  }
}

@media (min-width: 640px) {
  .bkntc_services_wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .bkntc_services_wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1500px) {
  .team_wrapper.container,
  .bkntc_about.container,
  .landing_page_third_wrapper .container,
  .bkntc_landing-page .bkntc_landing-page-hero,
  .nt-related.container,
  .container {
    padding: 0 64px !important;
  }
}

@media (max-width: 1024px) {
  .team_wrapper.container,
  .bkntc_about.container,
  .landing_page_third_wrapper .container,
  .bkntc_landing-page .bkntc_landing-page-hero,
  .nt-related.container,
  .container {
    padding: 0 10px !important;
  }
  .ntermin .nt-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bkntc_service-info.bkntc_flex {
    padding: 0 10px !important;
  }
}

@media (max-width: 900px) {
  .bkntc_schedule-info.bkntc_list_info {
    display: none;
  }
  .schedule-info-wrapper-phone .phone-schedule-info {
    display: block;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .bkntc_services_container,
  .bkntc_landing-page-hero {
    padding-inline: 0 !important;
  }
  .bkntc_service_cart {
    padding: 8px !important;
  }
  .bkntc_landing-page .bkntc_services_wrapper {
    justify-content: center !important;
    display: flex;
    flex-wrap: wrap;
  }
  .bkntc_cart_footer.bkntc_flex {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .nt-svc-meta {
    text-align: center;
  }

  .landing_page_third_wrapper .bkntc_services_container .nt-tabs,
  .nt-svc-main h3 {
    justify-content: center;
  }
  .bkntc_services_wrapper {
    padding: 12px 0 !important;
    gap: 16px !important;
  }
  .bkntc_about_text {
    text-align: center !important;
  }
  .bkntc_landing-page h2 {
    text-align: center;
  }
  .swiper-buttons-wrapper {
    height: auto;
    /* position: relative; */
    display: flex;
    justify-content: space-between;
  }
  .swiper-slide.swiper-slide {
    padding: 0 !important;
  }
  .nt-related-track {
    grid-auto-columns: 75%;
    padding: 8px 44px;
    scroll-padding: 44px;
  }
  .nt-related-nav {
    width: 34px;
    height: 34px;
  }
  .ntermin .nt-team-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }
  .landing_page_second_wrapper {
    flex-direction: column;
  }
  .landing_page_second_wrapper .bkntc_service-gallery {
    max-width: 100% !important;
  }
  .landing_page_second_wrapper .bkntc_schedule-info-wrapper {
    width: 100%;
  }
  .landing_page_second_wrapper .bkntc_schedule_button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 !important;
    overflow: hidden;
    z-index: 9;
  }
  .bkntc_landing-page .bkntc_schedule_button button {
    border-radius: 0 !important;
  }
  .container {
    padding: 0 10px !important;
  }
  .landing_page_second_wrapper {
    gap: 16px !important;
  }
  .ntermin .nt-team-avatar {
    width: 111px;
    height: 111px;
  }
  .bkntc_service_cart {
    width: -webkit-fill-available;
  }
}

@media (max-width: 500px) {
  .bkntc_landing-page .bkntc_gallery-scroll {
    max-width: 100% !important;
  }
  .nt-related-track {
    grid-auto-columns: 86%;
  }
  .forBusiness {
    display: none !important;
  }
  .nt-related-body {
    padding: 16px;
  }
  .swiper-button-next {
    right: -10px;
  }
  .swiper-button-prev {
    left: -10px;
  }
  .nt-related-swiper {
    overflow: hidden;
  }
}
