:root {
  --color-bg: #fafafa;
  --color-primary: #111111;
  --color-secondary: #686868;
  --color-hover: #fafafa;
  --color-border: #e6e6e6;
  --color-border-hover: #ccc;
  --color-accent: #18c76f;
  --color-accent-fade: #c5c6c9;
  --color-gold: #f7b731;
  --color-panel-bg: #f9f9f9;
  --shadow-card: 0 2px 10px rgba(0,0,0,0.06);
  --radius: 12px;
  --font-family: -apple-system, BlinkMacSystemFont, Inter, "Segoe UI", "Helvetica Neue", "Open Sans", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}
html, body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: var(--font-family) !important; font-size: 16px; font-weight: 400; background-color: var(--color-bg);
  color: var(--color-primary); margin: 0; padding: 0; width: 100%; overflow-x: hidden !important; line-height: 1.5; letter-spacing: 0 !important; }
* { box-sizing: border-box; margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.3; color: var(--color-primary) !important; font-family: var(--font-family) !important; letter-spacing: 0 !important; }
h1, h2 { text-align: left; }
h1 { font-size: 32px; font-weight: 900; }
h2 { font-size: 24px; }
h3, h4 { font-size: 20px; }
.bg-white { --pix-bg-color: #fafafa !important; }
body .container { max-width: 1280px !important; }
.container, .main-wrapper, body { overflow: visible !important; }
.container { margin: 0 auto; padding: 24px; }
.main-wrapper { display: flex; align-items: flex-start; gap: 32px; }
.left-column { flex: 1 1 0; min-width: 0; }

.header { padding: 4px 0px 12px 0px; display: flex; flex-wrap: wrap; gap: 4px; font-size: 18px; color: var(--color-primary); }
.header span:not(:last-child)::after { content: "•"; font-size: 20px; vertical-align: middle; margin-left: 4px; color: var(--color-secondary); }
.open-label { color: #29bd60; }
.closed-label { color: #ec4949; }

.gallery-slider { width: 100%; border-radius: var(--radius); overflow: hidden; position: relative; aspect-ratio: 16/9; background: #000; }
.slide-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 0.7s; object-fit: cover; border-radius: var(--radius); z-index: 1; }
.slide-img.active { opacity: 1; z-index: 2; }
.slider-arrow { background: none; border: none; padding: 0; border-radius: 10px; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.13); opacity: 0.85; cursor: pointer; transition: box-shadow 0.17s; }
.slider-arrow svg rect { transition: fill 0.18s; }
.slider-arrow:hover svg rect { fill: #000 !important; }
.slider-arrow svg path { stroke: #fff !important; transition: none; }
.slider-arrow.left { position: absolute; top: 50%; left: 14px; transform: translateY(-50%); z-index: 11; }
.slider-arrow.right { position: absolute; top: 50%; right: 14px; transform: translateY(-50%); z-index: 11; }
.slider-arrow, .slider-arrow:focus, button:focus { outline: none !important; box-shadow: none !important; }
.slider-indicator { position: absolute; left: 50%; bottom: 15px; transform: translateX(-50%); background: rgba(16,16,16,0.86); color: #fff; border-radius: 25px; min-width: 38px; padding: 6px 10px; text-align: center; font-weight: 700; box-shadow: 0 1px 6px rgba(0,0,0,0.08); z-index: 10; user-select: none; pointer-events: none; }
.gallery-slider .slider-arrow, .gallery-slider .slider-indicator { opacity: 0; pointer-events: none; transition: opacity .22s; }
.gallery-slider:hover .slider-arrow, .gallery-slider:hover .slider-indicator { opacity: 1; pointer-events: auto; }

#lightboxImage:hover { filter: brightness(1.04) contrast(1.05) saturate(1.1); }

.section-title { font-size: 24px; margin-bottom: 16px; margin-top: 32px; padding-left: 0; color: var(--color-primary); }
.team-section, .services-section, .reviews-section, .about-section { margin-top: 36px; }

.team-wrapper { display: grid; grid-template-columns: repeat(auto-fit, minmax(96px, max-content)); gap: 30px; justify-content: start; justify-items: start; }
.team-member a { display: flex; flex-direction: column; align-items: center; padding: 0 6px; }
.team-member a img, .team-member a svg { width: 104px; height: 104px; min-width: 104px; min-height: 104px; object-fit: cover; aspect-ratio: 1/1; border-radius: 50%; border: 2px solid var(--color-border); margin-bottom: 16px;
  background: #f6f6f6; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.member-name { font-weight: 900; text-align: center; margin-bottom: 2px; }
.member-role { font-size: 14px; color: #757575; text-align: center; }

.tab-category-scroll { display: flex; overflow-x: auto; max-width: calc(100vw - 24px); gap: 24px; padding: 8px 12px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; border-bottom: 1px solid #eee; white-space: nowrap; flex-wrap: nowrap;
border-bottom: none; position: relative; -ms-overflow-style: none; scrollbar-width: none; }
.tab-category-scroll::-webkit-scrollbar { display: none; }
.tab-button { font-size: 16px; font-weight: 600; background: none; border: none; padding: 8px 0; scroll-snap-align: start; color: #555; border-bottom: 3px solid transparent; white-space: nowrap; flex-shrink: 0; position: relative;  z-index: 2; }
.tab-button.active { color: #111; border-bottom: 3px solid #007aff; margin-bottom: -2px; }
.tab-button:focus { outline: none; }

.service-box { border: 1px solid var(--color-border); border-radius: var(--radius); padding: 14px 16px 14px 16px; margin-top: 16px; background: #fff; box-shadow: 0 1px 5px rgba(0,0,0,0.03); text-align: initial; cursor: pointer; }
.service-box:hover { background: var(--color-hover); border: 1px solid var(--color-primary); }
.service-box h3 { margin-bottom: 2px; font-size: 16px; font-weight: 700; }
.service-box p { color: var(--color-secondary); margin-bottom: 10px; }
.service-box > div { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.service-description { color: var(--color-secondary); font-size: 12px; margin: 0; text-align: left; }
.service-meta { display: flex; flex-direction: column; align-items: flex-end; justify-content: center; min-width: 60px; white-space: nowrap; }
.service-price { font-weight: 600; }
.service-duration { color: var(--color-secondary); font-size: 14px; }

#bkntc_show_all_services, #load-more-reviews { display: block; width: 100%; max-width: 380px; margin: 12px 0; padding: 10px 0; border: 1px solid var(--color-border); border-radius: 30px; background: #fff !important;
  color: var(--color-primary) !important; text-align: center; cursor: pointer; box-shadow: none; transition: none; }
#bkntc_show_all_services:hover, #load-more-reviews:hover { background: var(--color-hover) !important; }

.reviews-wrapper { display: flex; flex-direction: column; gap: 8px; }
.review-card { border: 1px solid var(--color-border); border-radius: var(--radius); padding: 16px 20px; background: #fff; box-shadow: 0 1px 6px rgba(0,0,0,0.05); display: flex; flex-direction: column; gap: 8px; }
.review-header { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.review-header .reviewer-info { display: flex; align-items: center; gap: 8px; }
.reviewer-info img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.reviewer-details { display: flex; flex-direction: column; margin-left: 10px; }
.reviewer-details strong { font-weight: 900; font-size: 15px; }
.reviewer-details small { color: var(--color-secondary); font-size: 13px; }
.review-stars { font-size: 18px; }
.review-text { font-size: 14px; color: var(--color-primary); line-height: 1.6; margin: 0; }
.review-meta { color: var(--color-secondary); font-size: 13px; display: inline-block; }

.about-text { font-size: 16px; color: var(--color-secondary); line-height: 1.7; margin-bottom: 24px; text-align: justify; }
.map-wrapper { width: 100%; aspect-ratio: 16/9; overflow: hidden; box-shadow: 0 1px 8px rgba(0,0,0,0.08); }
.loc-icon svg { color: var(--color-primary); }


.right-panel { width: 380px; flex-shrink: 0; position: sticky; top: 24px; align-self: flex-start; background: var(--color-panel-bg); border-radius: var(--radius); box-shadow: var(--shadow-card);
  padding: 24px 18px 20px 18px; border: 1px solid var(--color-border); }
.company-logo { text-align: center; margin-bottom: 20px; }
.company-logo img { max-width: 180px; max-height: 90px; display: inline-block; }
h4.title, .reviews-stats { text-align: center; }
.reviews-stats { font-size: 14px !important; }
.reviews-stats span { color: var(--color-secondary); }

.book-btn { display: block; background: var(--color-primary); color: #fff; padding: 14px; text-align: center; border-radius: 30px; cursor: pointer; width: 100%;
  margin: 20px 0; border: none; transition: background .16s; }
.book-btn:hover { background: var(--color-secondary); color: #fff; }

.social-links { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 16px; }
.social-link { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border-radius: 8px; background: #f6f6f6; }
.social-link img { width: 36px; height: 36px; object-fit: contain; }

.location { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--color-primary); margin-top: 15px; margin-bottom: 8px; }
.location .loc-icon svg { display: block; }

.schedule { max-height: 0; overflow: hidden; opacity: 0; transition: max-height 0.4s ease, opacity 0.4s ease; }
.schedule ul { list-style: none; margin: 0 0 18px 0; padding: 0; }
.schedule li { display: flex; align-items: center; justify-content: space-between; padding: 5px 0; color: var(--color-secondary); opacity: 0; transform: translateX(0); transition: none; }
.schedule li.today { color: var(--color-primary); font-weight: 700; }
.schedule li span:last-child, .schedule li.today span:last-child { text-align: right; color: var(--color-primary); font-feature-settings: "tnum"; font-variant-numeric: tabular-nums; letter-spacing: -0.4px; }
.schedule li.closed-row { color: var(--color-secondary) !important; background: #fafbfc !important; }
.schedule-status { display:flex; align-items:center; justify-content:center; gap:7px; margin-bottom:12px; cursor:pointer; }
.schedule-status.open { font-weight: 600; }
.schedule-status.closed { color:var(--color-primary); }
.schedule-status svg path { fill:currentColor; }
.schedule-arrow { transition:transform 0.3s ease; }
.schedule-status.open .schedule-arrow { transform:rotate(180deg); }
.schedule-status.closed .schedule-arrow { transform:rotate(0deg); }

.schedule.open { max-height: 500px; opacity: 1; }
.schedule.open li { animation: fadeSlideIn 1s ease forwards; }
.schedule.open li span:first-child { animation: slideFromLeft 1.2s ease forwards; }
.schedule.open li span:last-child { animation: slideFromRight 1.2s ease forwards; }
@keyframes fadeSlideIn { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes slideFromLeft { 0% { transform: translateX(100px); opacity: 0; } 100% { transform: translateX(0); opacity: 1; } }
@keyframes slideFromRight { 0% { transform: translateX(-100px); opacity: 0; } 100% { transform: translateX(0); opacity: 1; } }

.bkntc-keywords-list { margin: 15px 0; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.bkntc-keyword { background: var(--color-border); border-radius: 8px; padding: 3px 12px; margin-right: 7px; margin-bottom: 4px; font-size: 15px; }

.back_to_top { display: none !important; visibility: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.sticky-book-btn-mobile { display: none; }

@media (max-width: 900px) {
  h1 { margin-top: 10px; padding-left: 8px; font-size: 24px; }
  .section-title { padding-left: 8px; padding-right: 8px; font-size: 22px; }
  .container { padding-left: 12px; padding-right: 12px; }
  .main-wrapper { flex-direction: column; gap: 0; }
  .team-section, .services-section, .reviews-section, .about-section { padding: 0 10px; }
  .left-column {display: flex; flex-direction: column; }
  .header { padding: 4px 0px 0px 12px; }
  .right-panel { width: 100%; margin-top: 32px; border-radius: 5px; box-shadow: 0 1px 8px rgba(0,0,0,0.03); padding-left: 14px; padding-right: 14px; }
  .container { padding: 0; }
  .gallery-slider, .slide-img { border-radius: 0; }
  .gallery-slider { width: 100vw; margin: 0; left: 0; right: 0; position: relative; max-width: 100vw; order: -1; }
  .team-wrapper { gap: 8px; }
  .team-member a img, .team-member a svg { width: 88px; height: 88px; min-width: 88px; min-height: 88px; }
  .tab-category-scroll { display: flex; overflow-x: auto; flex-wrap: nowrap; white-space: nowrap; gap: 12px; padding: 8px 10px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
  .tab-button { font-size: 14px; padding: 6px 8px; white-space: nowrap; flex-shrink: 0; border-bottom: 3px solid transparent; }
  .service-box { margin-left: auto; margin-right: auto; width: 100%; }
  .service-description { text-align: justify; }
  #bkntc_show_all_services, #load-more-reviews { margin: 12px auto; }

  .sticky-book-btn-mobile { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; padding: 12px 20px; box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08); z-index: 999; display: flex; justify-content: center; align-items: center; }
  .inner-mobile-btn { background: var(--color-gold); color: #fff; font-weight: 600; border: none; border-radius: 10px; padding: 12px 24px; width: 100%; max-width: 500px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); cursor: pointer; text-align: center; }
}

@media (max-width: 666px) {
  .header { flex-direction: column; align-items: flex-start; padding: 4px 0px 0px 12px; gap: 0px; }
  .header span { width: 100%; margin-bottom: 2px; }
  .header span:not(:last-child)::after { content: ""; margin: 0; }
  .tab-category-scroll { padding-left: 8px; padding-right: 8px; gap: 8px; }
  .tab-button { font-size: 13px; padding: 5px 6px; }
}
