/* =========================
   Business Profile Page Styles (bp-*)
   Extracted from Goobook_HomePageDesgin Style.css
   ========================= */

/* =========================
   Base
   ========================= */

body {
  background: #f6f7f8;
  color: #111418;
}

html,
body,
h1,
h2,
h3,
h4,
p {
    font-family: "Inter", sans-serif !important;
}

.bp-page-1250{
  font-size: 1rem;
}

main {
  width: 100% !important;
  padding-top: 20px !important;
}
main.custom-main-container {
  width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
}
/* =========================
   Dark Mode
   ========================= */
body.dark {
  background: #101922;
  color: #ffffff;
}

/* =========================
   Helpers
   ========================= */
.bp-text {
  color: #111418 !important;
}
.bp-muted {
  color: #617589 !important;
}
.bp-primary {
  color: #137fec !important;
}

.bp-bg-card {
  background: #ffffff !important;
}
body.dark .bp-bg-card {
  background: #1a2632 !important;
}

.bp-bdr {
  border-radius: 1rem !important;
}
.bp-bdr-lg {
  border-radius: 1.5rem !important;
}
.bp-bdr-xl {
  border-radius: 2rem !important;
}
.bp-bdr-full {
  border-radius: 9999px !important;
}

.bp-border-soft {
  border: 1px solid #f0f2f4 !important;
}
body.dark .bp-border-soft {
  border-color: #243342 !important;
}

.bp-shadow-soft {
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06) !important;
}
.bp-shadow-card {
  box-shadow: 0 16px 40px rgba(17, 20, 24, 0.06) !important;
}

/* =========================
   Scrollbar
   ========================= */
.bp-no-scrollbar::-webkit-scrollbar {
  display: none;
}
.bp-no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* =========================
   Container
   ========================= */
.bp-page-1250 {
  width: min(100%, 1250px);
  max-width: 1250px;
  margin-inline: auto;
  padding-inline: 24px;
  box-sizing: border-box;
}

/* =========================
   Topbar
   ========================= */
.bp-topbar {
  background: #ffffff;
  border-bottom: 1px solid #f0f2f4;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06);
}
body.dark .bp-topbar {
  background: #1a2632;
  border-bottom-color: #243342;
}

.bp-brand-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #137fec;
}

.bp-brand-title {
  font-size: 20px;
  letter-spacing: -0.015em;
}

.bp-icon-32 {
  font-size: 32px;
}
.bp-icon-20 {
  font-size: 20px;
}
.bp-icon-18 {
  font-size: 18px;
}
.bp-icon-16 {
  font-size: 16px;
}

.bp-gap-32 {
  gap: 32px;
}
.bp-gap-24 {
  gap: 24px;
}
.bp-gap-16 {
  gap: 16px;
}
.bp-gap-12 {
  gap: 12px;
}
.bp-gap-6 {
  gap: 6px;
}

.bp-search-col {
  min-width: 160px;
  width: 320px;
}
.bp-search-wrap {
  height: 40px;
  background: #f0f2f4;
  border-radius: 9999px;
  overflow: hidden;
}
body.dark .bp-search-wrap {
  background: #1e2a36;
}
.bp-search-ic {
  width: 44px;
  display: grid;
  place-items: center;
  color: #617589;
}
.bp-search-input {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  height: 40px;
  font-size: 0.875rem;
  color: #111418;
  padding-left: 0 !important;
}
body.dark .bp-search-input {
  color: #ffffff;
}
.bp-search-input::placeholder {
  color: #617589;
}

.bp-toplink {
  font-size: 14px;
  text-decoration: none;
}
.bp-toplink:hover {
  color: #137fec !important;
}

/* =========================
   Buttons
   ========================= */
.bp-btn-base {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}
.bp-btn-pill {
  border-radius: 9999px !important;
  padding: 10px 18px;
  font-weight: 800;
  font-size: 0.875rem;
}
.bp-btn-primary-soft {
  background: #137fec;
  border-color: #137fec;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(19, 127, 236, 0.24);
}
.bp-btn-primary-soft:hover {
  background: #0f6fd1;
  border-color: #0f6fd1;
  color: #ffffff;
}

.bp-btn-outline-soft {
  border: 1px solid #dbe0e6;
  color: #111418;
  font-weight: 700;
  border-radius: 9999px;
  padding: 8px 16px;
}
body.dark .bp-btn-outline-soft {
  background: transparent;
  color: #ffffff;
  border-color: #425363;
}
.bp-btn-outline-soft:hover {
  background: rgba(17, 20, 24, 0.03);
}
body.dark .bp-btn-outline-soft:hover {
  background: rgba(255, 255, 255, 0.06);
}

.bp-btn-inline {
  gap: 8px;
  padding: 8px 16px;
}

.bp-btn-book {
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(19, 127, 236, 0.18);
}

/* =========================
   Breadcrumbs
   ========================= */
.bp-crumbs {
  gap: 8px;
  font-size: 14px;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.bp-crumbs a {
  text-decoration: none;
  color: #617589;
}
.bp-crumbs a:hover {
  color: #137fec;
}

.bp-crumbs::-webkit-scrollbar {
  display: none;
}
.bp-crumbs {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (max-width: 420px) {
  .bp-crumbs {
    gap: 6px;
    font-size: 13px;
  }
}

/* =========================
   Gallery
   ========================= */
.bp-gallery {
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06);
  height: 320px;
}

.bp-gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  height: 100%;
}
@media (min-width: 768px) {
  .bp-gallery-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

.bp-g-main {
  background: #e5e7eb;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
@media (min-width: 768px) {
  .bp-g-main {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
  }
  .bp-g-tall {
    grid-column: 3 / span 1;
    grid-row: 1 / span 2;
  }
  .bp-g-small {
    display: block !important;
  }
}

.bp-g-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}
.bp-g-main:hover .bp-g-bg {
  transform: scale(1.05);
}

.bp-show-photos {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  padding: 8px 16px;
  border-radius: 9999px;
  font-weight: 800;
  font-size: 12px;
  color: #111418 !important;
  box-shadow: 0 2px 4px rgba(16, 24, 40, 0.1);
  cursor: pointer;
  z-index: 10;
  display: block;
  pointer-events: auto;
  white-space: nowrap;
}
body.dark .bp-show-photos {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.bp-g-small {
  display: none;
  background: #e5e7eb;
}
.bp-g-tall {
  display: none;
  background: #e5e7eb;
}

/* =========================
   Business Header
   ========================= */
.bp-biz-header {
  border-bottom: 1px solid #f0f2f4;
  margin-bottom: 0.6rem;
}
body.dark .bp-biz-header {
  border-bottom-color: #243342;
}

.bp-title-xl {
  font-weight: 900;
  letter-spacing: -0.015em;
  line-height: 1.05;
}
.bp-biz-title {
  font-size: 2.3rem;
}

.bp-biz-meta {
  font-size: 16px;
}

.bp-meta-gap {
  gap: 10px 16px;
}

.bp-dot-sep {
  color: #dbe0e6;
}

.bp-addr-trunc {
  max-width: 300px;
}

.bp-star-row .material-symbols-outlined {
  font-size: 18px;
  color: #137fec;
  font-variation-settings: "FILL" 1;
}

/* =========================
   Sticky Tabs
   ========================= */
.bp-tabs-sticky {
  position: static;
  top: auto;
  z-index: auto;
  background: #f6f7f8;
  border-bottom: 1px solid #f0f2f4;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0.4rem;
}
body.dark .bp-tabs-sticky {
  background: #101922;
  border-bottom-color: #243342;
}

.bp-tab-row {
  gap: 24px;
  min-width: max-content;
}

.bp-tablink {
  display: inline-block;
  padding: 10px 4px 12px 4px;
  text-decoration: none;
  font-weight: 700;
  color: #617589;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease;
  white-space: nowrap;
}
.bp-tablink:hover {
  color: #111418;
}
body.dark .bp-tablink:hover {
  color: #ffffff;
}
.bp-tablink.active {
  color: #137fec;
  border-bottom-color: #137fec;
}

.bp-h3-18 {
  font-size: 18px;
}
.bp-h3-20 {
  font-size: 20px;
}
.bp-h4-16 {
  font-size: 16px;
  margin-bottom: 10px !important;
}

/* =========================
   Staff Strip
   ========================= */
.bp-staff-strip {
  overflow-x: auto;
  margin-top: 0.5rem !important;
}
.bp-staff-gap {
  gap: 16px;
}
.bp-staff-item {
  min-width: 80px;
  cursor: pointer;
}
.bp-staff-avatar {
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  overflow: hidden;
  background: #e5e7eb;
}

.bp-staff-any {
  background: #137fec;
  display: grid;
  place-items: center;
  color: #ffffff;
  box-shadow: 0 0 0 2px #137fec;
}
.bp-ring-any {
  box-shadow:
    0 0 0 2px #137fec,
    0 0 0 6px rgba(246, 247, 248, 1);
}
body.dark .bp-ring-any {
  box-shadow:
    0 0 0 2px #137fec,
    0 0 0 6px rgba(16, 25, 34, 1);
}

.bp-staff-name {
  font-size: 12px;
  font-weight: 600;
}
.bp-any-staff-label {
  font-size: 12px;
  font-weight: 700;
  color: #137fec;
}

/* =========================
   Services
   ========================= */
#services,
#reviews,
#about {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

#services > h3,
#reviews > h3,
#about > h3 {
  margin-block: 16px;
}

.bp-section-heading,
#services h3,
#reviews h3,
#about h3 {
  font-size: 22px;
  letter-spacing: -0.01em;
}

#services > h3.bp-h3-20 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.bp-service-card {
  border-radius: 2rem;
  overflow: hidden;
  font-family: inherit;
  color: #111418;
}
.bp-service-row {
  padding: 20px;
  transition: background 0.2s ease;
  cursor: pointer;
}
.bp-service-row:hover {
  background: rgba(17, 20, 24, 0.03);
}
body.dark .bp-service-row:hover {
  background: rgba(255, 255, 255, 0.05);
}
.bp-service-row + .bp-service-row {
  border-top: 1px solid #f0f2f4;
}
body.dark .bp-service-row + .bp-service-row {
  border-top-color: #243342;
}

.bp-service-meta,
.bp-service-desc {
  font-size: 14px;
}

.bp-min-max-content {
  min-width: max-content;
}

@media (max-width: 767px) {
  #services .text-md-end {
    text-align: left !important;
  }

  #services .bp-min-max-content {
    align-self: stretch;
    justify-content: flex-start;
    min-width: 0;
  }
}

.bp-price-lg {
  font-size: 1.125rem;
  font-weight: 700;
}

.bp-strike-12 {
  font-size: 12px;
  text-decoration: line-through;
}

.bp-badge-save {
  font-size: 12px;
  font-weight: 700;
  color: #137fec;
  background: rgba(19, 127, 236, 0.08);
  padding: 2px 8px;
  border-radius: 9999px;
}
body.dark .bp-badge-save {
  background: rgba(19, 127, 236, 0.18);
}

.bp-section-top-border {
  border-top: 1px solid #f0f2f4;
}
body.dark .bp-section-top-border {
  border-top-color: #243342;
}

.bp-section-bottom-border {
  border-bottom: 1px solid #f0f2f4;
}
body.dark .bp-section-bottom-border {
  border-bottom-color: #243342;
}

/* =========================
   Services Grid
   ========================= */
.bp-services-grid .bp-section-heading {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: #111418 !important;
}

.bp-services-grid .bp-services-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bp-services-grid .bp-service-card {
  background: #ffffff;
  border: 1px solid #f0f2f4;
  border-radius: 12px;
  box-shadow: 0 0.1rem 0.25rem rgb(0 0 0 / 0.075);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 360px;
}

.bp-services-grid .bp-service-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.bp-services-grid .bp-service-info {
  padding: 1rem;
  flex-grow: 1;
}

.bp-services-grid .bp-service-name {
  font-weight: 500;
  font-size: 17.6px;
  margin: 0;
  display: -webkit-box;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
}

.bp-services-grid .bp-service-name small {
  font-weight: 400;
  color: #6c757d;
  font-size: 14px;
  margin-left: 0.4rem;
  display: inline-block;
}

.bp-services-grid .bp-service-price {
  margin-top: 0.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #111418;
}

.bp-services-grid .bp-service-price strike {
  color: #6c757d;
  margin-right: 0.5rem;
  font-size: 12px;
}

.bp-services-grid .new-price {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0.2rem;
  color: #111418;
}

.bp-services-grid .bp-bookProviderBtn {
  border-radius: 20px;
  height: 38px;
  font-size: 0.9rem;
  pointer-events: auto;
}

@media (max-width: 767px) {
  .bp-services-grid .bp-services-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .bp-services-grid .bp-service-card {
    max-width: 100%;
  }

  .bp-services-grid .bp-service-thumb img {
    height: 160px;
  }

  .bp-services-grid .bp-service-info {
    padding: 0.9rem 1rem;
  }

  .bp-services-grid .bp-bookProviderBtn {
    width: calc(100% - 2rem);
    margin: 0 1rem 1rem;
  }
}

/* =========================
   Reviews
   ========================= */
.bp-review-title {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
}

.bp-review-stars-20 .material-symbols-outlined {
  font-size: 20px;
}
.bp-review-stars-16 .material-symbols-outlined {
  font-size: 16px;
}

.bp-review-count {
  font-size: 14px;
}

.bp-rating-grid {
  grid-template-columns: 20px 1fr 40px;
  gap: 8px 8px;
  align-items: center;
}

.bp-rate-left {
  font-size: 12px;
  padding-right: 8px;
}
.bp-rate-right {
  font-size: 12px;
  padding-left: 8px;
}

.bp-rating-bar {
  height: 8px;
  border-radius: 9999px;
  overflow: hidden;
  background: #f0f2f4;
}
body.dark .bp-rating-bar {
  background: #3a4a59;
}
.bp-rating-fill {
  height: 100%;
  background: #111418;
  border-radius: 9999px;
}
body.dark .bp-rating-fill {
  background: #ffffff;
}

.bp-avatar-badge {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.bp-review-name {
  font-size: 14px;
}
.bp-review-date {
  font-size: 12px;
}
.bp-review-text {
  font-size: 14px;
  line-height: 1.6;
}
.bp-service-tag {
  font-size: 12px;
}

.bp-reviews-head-gap {
  gap: 32px;
}

/* =========================
   Sidebar
   ========================= */
.bp-sidebar-sticky {
  top: 96px;
}

.bp-booking-card {
  border-radius: 2rem;
  border: 1px solid #f0f2f4;
  background: #ffffff;
  padding: 20px;
}
body.dark .bp-booking-card {
  background: #1a2632;
  border-color: #425363;
}

.bp-map-thumb {
  height: 160px;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
  background: #e5e7eb;
  cursor: pointer;
}
.bp-map-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.bp-map-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  transition: background 0.2s ease;
}
.bp-map-thumb:hover .bp-map-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.bp-map-pill {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.bp-map-pill span {
  background: rgba(255, 255, 255, 1);
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06);
  color: #111418;
}
body.dark .bp-map-pill span {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}

.bp-info-14 {
  font-size: 14px;
}
.bp-info-gap-10 {
  gap: 10px;
}

.bp-open-badge {
  color: #16a34a;
  font-weight: 900;
}

.bp-time-12 {
  font-size: 12px;
}