/* ==========================================================================
   BROTHERS KEBAB - Modern Interactive & Performance Layer
   Preserves 100% of original layout, positions, colors, fonts, and images
   while adding smooth modern interactivity, transitions, and responsiveness.
   ========================================================================== */

html {
  scroll-behavior: smooth;
}

/* Ensure no SSR animation-hiding classes block visibility */
.animateModule,
.jz_hidden_content_Animate {
  opacity: 1 !important;
  visibility: visible !important;
}

/* At Top (scrollY == 0): Pure White (#ffffff) Header Background */
#gridHeader .header_content.g_header_content {
  background-color: #ffffff !important;
  transition: background-color 0.25s ease, box-shadow 0.25s ease !important;
}

/* When Scrolled Down: Changes to Original Warm Off-White rgb(252, 251, 248) (#fcfbf8) */
#gridHeader.is-scrolled .header_content.g_header_content {
  background-color: rgb(252, 251, 248) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

/* Header Logo + "Since 2013" Badge Underneath (Preserves 100% Original Logo Size) */
.jz_website_title_wrap {
  overflow: visible !important;
}

#jz_website_title {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 99px !important;
  height: auto !important;
  padding: 4px 0 6px 0 !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

#jz_website_title .logo_wrap {
  position: relative !important;
  height: auto !important;
  transform: none !important;
  margin: 0 auto !important;
  display: block !important;
  flex-shrink: 0 !important;
}

#jz_website_title .logo_wrap a {
  display: block !important;
  position: relative !important;
}

#jz_website_title .logo_img.hidden {
  display: none !important;
}

#jz_website_title .logo_img:not(.hidden) {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: none !important;
  margin: 0 auto !important;
}

.bk-since-badge {
  position: relative !important;
  z-index: 5 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #fefce8 !important;
  border: 1px solid #fde68a !important;
  color: #92400e !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  padding: 1.5px 8px !important;
  border-radius: 6px !important;
  margin-top: 3px !important;
  white-space: nowrap !important;
  letter-spacing: 0.1px !important;
  user-select: none;
  flex-shrink: 0 !important;
}

/* Smooth Navigation Item Transitions (Matches media_1790108699352.png) */
.jz_web_header .jz_nav_item {
  transition: background-color 0.2s ease, color 0.2s ease;
  cursor: pointer;
}

.jz_web_header .jz_nav_item:not(.jz_nav_item_selected) {
  background-color: transparent !important;
}

.jz_web_header .jz_nav_item:not(.jz_nav_item_selected) .nav_main_name {
  color: #333333 !important;
}

/* HOME (_colid="2") always keeps maroon text as the current page */
.jz_web_header .jz_nav_item[_colid="2"] .nav_main_name,
.jz_web_header .jz_nav_item[_colid="2"] .nav_sub_name {
  color: rgba(123, 29, 35, 1) !important;
}

.jz_web_header .jz_nav_item.jz_nav_item_selected,
.jz_web_header .jz_nav_item:hover {
  background-color: rgba(247, 247, 247, 1) !important;
}

/* Top Header Right Column: Language Selector + "Web Login" Button */
#gridHeader .jz_web_col2 {
  width: auto !important;
  flex: 1 1 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  padding-right: 28px !important;
}

#gridHeader .jz_web_col2 > .web_col_content {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 14px !important;
  width: auto !important;
  flex-wrap: nowrap !important;
}

#gridHeader .s_multi_language_wrap {
  width: auto !important;
  min-width: auto !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  align-self: center !important;
}

#gridHeader #s_multi_language,
#gridHeader #s_multi_language .languages_default_item,
#gridHeader #s_multi_language .languages_default_item > span {
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  gap: 6px !important;
  height: 40px !important;
  line-height: 40px !important;
}

#gridHeader #s_multi_language .s_multi_language_text {
  margin-left: 4px !important;
  font-weight: 600 !important;
}

.bk-web-login-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 9px 18px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #7B1D23 0%, #A3242C 100%) !important;
  color: #ffffff !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.3px !important;
  text-decoration: none !important;
  border: 1.5px solid #fde68a !important;
  box-shadow: 0 4px 12px rgba(123, 29, 35, 0.25) !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
  z-index: 20 !important;
}

.bk-web-login-btn:hover {
  transform: translateY(-1.5px) !important;
  background: linear-gradient(135deg, #8F2027 0%, #B92932 100%) !important;
  box-shadow: 0 6px 18px rgba(123, 29, 35, 0.38) !important;
  color: #ffffff !important;
}

.bk-web-login-btn:active {
  transform: translateY(0) !important;
}

.bk-web-login-btn svg {
  width: 15px !important;
  height: 15px !important;
  stroke: #fde68a !important;
  flex-shrink: 0 !important;
}

/* Hide SSL Header Badge & Certificate Inspector Modal */
#bkSslBadgeBtn,
.bk-ssl-badge-btn,
#bkSslModal,
.bk-ssl-modal-overlay {
  display: none !important;
}

/* Mobile Header & Drawer "Web Login" Button */
.bk-mobi-right-actions {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.bk-mobi-web-login-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  padding: 5px 11px !important;
  border-radius: 999px !important;
  background: #fefce8 !important;
  color: #7B1D23 !important;
  border: 1px solid #fde68a !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18) !important;
}

.bk-mobi-drawer-login-item {
  padding: 10px 16px 14px 16px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.bk-mobi-drawer-login-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  padding: 10px 16px !important;
  border-radius: 10px !important;
  background: #fefce8 !important;
  color: #7B1D23 !important;
  font-weight: 800 !important;
  font-size: 13.5px !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

.jz_web_header .jz_nav_item.jz_nav_item_selected .nav_main_name,
.jz_web_header .jz_nav_item:hover .nav_main_name,
.jz_web_header .jz_nav_item.jz_nav_item_selected .nav_sub_name,
.jz_web_header .jz_nav_item:hover .nav_sub_name {
  color: rgba(123, 29, 35, 1) !important;
}

/* Always keep English .nav_main_name visible and prevent flipping to Chinese .nav_sub_name on hover/select */
.jz_web_header .jz_nav_item .nav_main_name,
.jz_web_header .jz_nav_item.jz_nav_item_selected .nav_main_name,
.jz_web_header .jz_nav_item:hover .nav_main_name,
.jz_web_header .jz_nav_item .lang_wrapper[selected] .nav_main_name {
  display: block !important;
}

.jz_web_header .jz_nav_item .nav_sub_name,
.jz_web_header .jz_nav_item.jz_nav_item_selected .nav_sub_name,
.jz_web_header .jz_nav_item:hover .nav_sub_name,
.jz_web_header .jz_nav_item .lang_wrapper[selected] .nav_sub_name {
  display: none !important;
}

.jz_web_header .jz_nav_item .nav_item_text {
  cursor: pointer;
}

/* Ensure Language UK Flag Icon & Text Match Original Header 100% */
.s_multi_language_icon {
  display: inline-block !important;
  vertical-align: middle !important;
  width: 24px !important;
  min-width: 24px !important;
  height: 18px !important;
  background-image: url('./BROTHERS KEBAB - CHINA_files/vbg01.png'), url('/image/rimage/jz/vbg01.png') !important;
  background-repeat: no-repeat !important;
  background-position: -246px -112px !important;
  margin-right: 8px !important;
}

.s_multi_language_text {
  color: #333333 !important;
  font-size: 14px !important;
  vertical-align: middle !important;
}

/* ==========================================================================
   Exact "Choose a language" Modal (Matches sectionMultiLanguage.564438a8.css)
   ========================================================================== */
.bk-lang-modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.bk-lang-modal-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.bk-lang-modal {
  width: 650px;
  max-width: calc(100vw - 32px);
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  font-family: "Microsoft YaHei", Tahoma, Arial, sans-serif;
  transform: translateY(6px);
  transition: transform 0.2s ease;
}

.bk-lang-modal-overlay.open .bk-lang-modal {
  transform: translateY(0);
}

.bk-lang-modal-header {
  height: 50px;
  line-height: 50px;
  padding: 0 22px 0 30px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.bk-lang-modal-title {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}

.bk-lang-modal-close {
  background: none;
  border: none;
  padding: 6px;
  cursor: pointer;
  color: #999999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.15s ease;
}

.bk-lang-modal-close:hover {
  color: #333333;
}

.bk-lang-modal-body {
  margin-top: 35px;
  margin-bottom: 38px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.bk-lang-option {
  width: 180px;
  height: 38px;
  margin: 0 10px 0 10px;
  padding: 10px 0 10px 16px;
  border-radius: 2px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.15s ease;
  user-select: none;
}

.bk-lang-option:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.bk-lang-option.selected,
.bk-lang-option.selected:hover {
  background-color: rgba(123, 29, 35, 0.1);
}

.bk-lang-flag {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 18px;
  background-image: url('./BROTHERS KEBAB - CHINA_files/vbg01.png'), url('/image/rimage/jz/vbg01.png');
  background-repeat: no-repeat;
  margin-right: 12px;
  flex-shrink: 0;
}

.bk-lang-flag-cn {
  background-position: -246px -70px !important;
}

.bk-lang-flag-en {
  background-position: -246px -112px !important;
}

.bk-lang-name {
  font-size: 14px;
  color: #333333;
  line-height: 1.3;
}

/* Hero Banner Smooth Transitions & Full-Bleed Video Player */
#jz_banner .banner_pic_group {
  position: relative !important;
  width: 100% !important;
  height: 48.6322vw !important;
  padding-bottom: 0 !important;
  overflow: hidden !important;
}

#jz_banner .banner_pic_item_wrap {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.banner_pic_0 .banner_video_item {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 5 !important;
  overflow: hidden !important;
  transform: none !important;
}

.banner_pic_0 #VideoWrapperMixed {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  background: #000 !important;
  transform: none !important;
}

.banner_pic_0 #VideoWrapperMixed_html5_api,
#jz_banner .video-js .vjs-tech {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  transform: none !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  z-index: 2 !important;
}

.banner_pic_0 .banner_pic_item {
  pointer-events: none !important;
}

/* Fix unquoted spaces in banner Slide 2 & Slide 3 background-image URLs */
.banner_pic_1 .banner_pic_item {
  background-image: url('./BROTHERS%20KEBAB%20-%20CHINA_files/ABUIABADGAAgoeLLywYo96PzkAUwgA84oAY.gif') !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
}

.banner_pic_2 .banner_pic_item {
  background-image: url('./BROTHERS%20KEBAB%20-%20CHINA_files/ABUIABACGAAg8YbzygYooMTOzQMwgA84oAY.jpg.webp') !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
}

#jz_banner .pic_switch_btn_area {
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  z-index: 40 !important;
}

#jz_banner .pic_switch_btn_area .pic_arrow_btn {
  cursor: pointer !important;
  pointer-events: auto !important;
  z-index: 45 !important;
  display: block !important;
}

.banner_btn_left_right_2 .pic_arrow_btn_prev {
  background: url('./BROTHERS%20KEBAB%20-%20CHINA_files/vbg01.png') 0 0 rgba(0, 0, 0, 0.18) !important;
}

.banner_btn_left_right_2 .pic_arrow_btn_next {
  background: url('./BROTHERS%20KEBAB%20-%20CHINA_files/vbg01.png') -45px 0 rgba(0, 0, 0, 0.18) !important;
}

/* Modern Banner Pagination Dots */
.bk-banner-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 30;
}

.bk-banner-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(123, 29, 35, 0.4);
  cursor: pointer;
  padding: 0;
  transition: all 0.25s ease;
}

.bk-banner-dot.active {
  background: rgba(123, 29, 35, 1);
  transform: scale(1.25);
  border-color: #fff;
}

/* Hero Video Audio / Sound Toggle Button (Original Style & Position) */
.flv_audio_btn {
  position: absolute !important;
  top: 119px !important;
  right: 10px !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  cursor: pointer !important;
  z-index: 35 !important;
  pointer-events: auto !important;
  display: block !important;
  opacity: 1 !important;
}

.flv_audio_btn .banner_video_default {
  width: 100% !important;
  height: 100% !important;
  background-image: url('./BROTHERS KEBAB - CHINA_files/icon_music.png'), url('/image/rimage/module/banner/icon_music.png') !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  cursor: pointer !important;
}

/* Menu Tabs (row271) Original Horizontal Forward/Backward Slide Transition */
#module351 .m_tabpack_tab {
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease;
  user-select: none;
}

#module351 .m_tabpack_content {
  overflow: hidden !important;
  position: relative !important;
  white-space: nowrap !important;
}

#module351 .m_tabpack_tabarea {
  display: inline-flex !important;
  flex-direction: column !important;
  vertical-align: top !important;
  width: 100% !important;
  transition: transform 0.5s ease !important;
}

/* Subtle Menu Item Hover Effect (c__imgeffects_enlarge-m0) */
#module351 .photo_display_area > li {
  cursor: pointer;
}

#module351 .photo_display_area > li .photo_item {
  transition: transform 0.35s ease;
}

#module351 .photo_display_area > li:hover .photo_item {
  transform: scale(1.04);
}

/* Menu Dish Hover Video Slide-Down from Top (Doner Wrap Set -> Roll.mp4, Rice Bowl Set -> Rice Bowl Set.mp4) */
#module353 .photo_item_li0 .photo_item_img_box,
#module353 .photo_item_li4 .photo_item_img_box,
#module351 .bk-has-hover-video .photo_item_img_box {
  position: relative !important;
  overflow: hidden !important;
}

.bk-hover-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(-100%);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  background-color: #ebe4d8;
}

#module353 .photo_item_li0:hover .bk-hover-video-wrap,
#module353 .photo_item_li0.bk-video-active .bk-hover-video-wrap,
#module353 .photo_item_li4:hover .bk-hover-video-wrap,
#module353 .photo_item_li4.bk-video-active .bk-hover-video-wrap,
#module351 .bk-has-hover-video:hover .bk-hover-video-wrap,
#module351 .bk-has-hover-video.bk-video-active .bk-hover-video-wrap {
  transform: translateY(0%);
}

.bk-hover-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Store Carousel (row305) Smooth Sliding */
#module414 .photo_display_list.swiper-wrapper {
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

#module414 .photo_module_style_indicator {
  cursor: pointer;
  z-index: 20;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

/* Interactive Map Sidebar List (row278) - Matches Original #f2f2f2 Highlight */
#module370 .multi_item {
  cursor: pointer;
  transition: background-color 0.2s ease;
}

#module370 .multi_item:hover,
#module370 .multi_item.bk-active-shop {
  background-color: #f2f2f2 !important;
}

/* Back To Top Button */
#jzBackTopCompon {
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 999;
}

#jzBackTopCompon:hover {
  transform: translateY(-3px);
}

/* ==========================================================================
   Exact Original Photo Viewer / Lightbox (Matches brotherskebab.com 100%)
   ========================================================================== */
.bk-viewer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 10000;
  display: none !important;
  visibility: hidden !important;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none !important;
  transition: opacity 0.22s ease;
  user-select: none;
}

.bk-viewer-overlay:not(.open),
.bk-viewer-overlay:not(.open) * {
  pointer-events: none !important;
}

.bk-viewer-overlay.open {
  display: flex !important;
  visibility: visible !important;
  opacity: 1;
  pointer-events: auto !important;
}

/* Top translucent bar (54px height, title sits across the top edge of the photo) */
.bk-viewer-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 54px;
  background: rgba(0, 0, 0, 0.34);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 20;
  pointer-events: none;
  text-align: center;
  padding: 0 80px;
}

.bk-viewer-header.has-desc {
  height: 74px;
}

.bk-viewer-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

.bk-viewer-header.has-desc .bk-viewer-title {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 3px;
  color: #ffffff;
}

.bk-viewer-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  margin: 0;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

.bk-viewer-desc:empty {
  display: none;
}

/* Top-Right circular close button (32x32 at top-right) */
.bk-viewer-close {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 25;
  transition: background 0.2s ease;
}

.bk-viewer-close:hover {
  background: rgba(255, 255, 255, 0.36);
}

/* Left & Right circular prev/next buttons (68x68 dark translucent circles) */
.bk-viewer-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.38);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 25;
  transition: background 0.2s ease;
}

.bk-viewer-nav:hover {
  background: rgba(0, 0, 0, 0.58);
}

.bk-viewer-prev {
  left: 40px;
}

.bk-viewer-next {
  right: 40px;
}

/* Center image stage with horizontal slide track (matches brotherskebab.com slide transitions) */
.bk-viewer-stage {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.bk-viewer-track {
  display: flex;
  width: 100%;
  height: 100%;
  will-change: transform;
}

.bk-viewer-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.bk-viewer-img {
  height: calc(100vh - 56px);
  max-height: calc(100vh - 56px);
  width: auto;
  max-width: 88vw;
  object-fit: contain;
  transition: transform 0.22s ease;
  transform-origin: center center;
  pointer-events: auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  user-select: none;
  -webkit-user-drag: none;
}

/* Bottom floating 5-button pill toolbar sitting along bottom edge of image */
.bk-viewer-toolbar {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  padding: 0 28px;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.48);
  display: flex;
  align-items: center;
  gap: 26px;
  z-index: 25;
}

.bk-viewer-tool-btn {
  background: none;
  border: none;
  color: #ffffff;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.92;
  transition: opacity 0.2s ease, transform 0.15s ease;
}

.bk-viewer-tool-btn:hover {
  color: #ffffff;
  transform: scale(1.1);
}

/* Center Zoom Percentage Pill (e.g. "340%") - Matches brotherskebab.com */
.bk-viewer-zoom-tip {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 38px;
  min-width: 82px;
  padding: 0 18px;
  border-radius: 19px;
  background: rgba(0, 0, 0, 0.52);
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Microsoft YaHei", Tahoma, Arial, sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 100005;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.22s ease;
  user-select: none;
}

.bk-viewer-zoom-tip.visible {
  opacity: 1;
}

/* ==========================================================================
   Mobile Responsive View (<= 992px) - Matches brotherskebab.com Mobile 100%
   ========================================================================== */

/* Hide Mobile-only UI elements on Desktop (> 992px) */
.bk-mobi-header,
.bk-mobi-nav-drawer,
.bk-mobi-tab-next,
.bk-mobi-map-addr-btn {
  display: none;
}

@media screen and (max-width: 992px) {
  /* Force all FaiSys SSR modules to 100% width on mobile instead of desktop fractional widths */
  :root,
  #jzRoot,
  #jz_web,
  .jz_module,
  .jz_project {
    --custom-project-width: 100% !important;
  }

  /* 1. Hide Desktop White Header & Show Maroon Mobile Header (#7b1d23) */
  #gridHeader {
    display: none !important;
  }

  #jzRoot {
    --fixed-header-height: 52px !important;
    --fixed-mobi-header-height: 52px !important;
    padding-top: 52px !important;
  }

  .bk-mobi-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 52px;
    background-color: #720517;
    padding: 0 14px;
    z-index: 9999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
    box-sizing: border-box;
  }

  .bk-mobi-menu-btn,
  .bk-mobi-lang-btn {
    background: none;
    border: none;
    color: #ffffff;
    width: 34px;
    height: 34px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .bk-mobi-left-group {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .bk-mobi-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50px;
    cursor: pointer;
    margin-right: auto;
    margin-left: 10px;
  }

  .bk-mobi-left-group .bk-mobi-logo {
    margin-left: 0;
    margin-right: 0;
  }

  .bk-mobi-logo img {
    height: 34px !important;
    width: auto !important;
    object-fit: contain;
    display: block;
  }

  .bk-mobi-logo .bk-since-badge {
    font-size: 8px !important;
    padding: 0.5px 5px !important;
    border-radius: 4px !important;
    margin-top: 1px !important;
    line-height: 1.1 !important;
  }

  /* Mobile Slide-down Navigation Drawer */
  .bk-mobi-nav-drawer {
    display: block !important;
    position: fixed;
    top: 52px;
    left: 0;
    right: 0;
    background-color: #720517;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    z-index: 9998;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.28s ease, opacity 0.28s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  }

  .bk-mobi-nav-drawer.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .bk-mobi-nav-list {
    list-style: none;
    margin: 0;
    padding: 6px 0;
  }

  .bk-mobi-nav-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .bk-mobi-nav-list li:last-child {
    border-bottom: none;
  }

  .bk-mobi-nav-list a {
    display: block;
    padding: 13px 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-family: "Microsoft YaHei", Tahoma, sans-serif;
  }

  .bk-mobi-nav-list a:active,
  .bk-mobi-nav-list a.active {
    background-color: rgba(0, 0, 0, 0.2);
    color: #f0e9dc;
  }

  /* 2. Hero Video Banner (#jz_banner) - Matches Screenshot 1 */
  #jz_banner,
  #jz_banner .banner_pic {
    width: 100% !important;
    margin: 0 !important;
  }

  #jz_banner .banner_pic_group {
    position: relative !important;
    width: 100% !important;
    height: 56.25vw !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
  }

  #jz_banner .banner_pic_item_wrap,
  #jz_banner .banner_video_item,
  #jz_banner #VideoWrapperMixed,
  #jz_banner #VideoWrapperMixed_html5_api,
  #jz_banner video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
  }

  #jz_banner .pic_switch_btn_area {
    display: none !important;
  }

  .flv_audio_btn {
    top: 12px !important;
    right: 12px !important;
    width: 32px !important;
    height: 32px !important;
  }

  /* Mobile Pill + Dots Banner Indicator */
  .bk-banner-dots {
    bottom: 10px !important;
    gap: 6px !important;
  }

  .bk-banner-dot {
    width: 6px !important;
    height: 6px !important;
    border-radius: 3px !important;
    background: rgba(255, 255, 255, 0.55) !important;
    border: none !important;
  }

  .bk-banner-dot.active {
    width: 16px !important;
    height: 6px !important;
    border-radius: 3px !important;
    background: #ffffff !important;
    transform: none !important;
  }

  /* 3. Intro Paragraph (#row379 / #module522) - Matches Screenshot 1 */
  #row379 {
    padding: 16px 14px 10px 14px !important;
  }

  #module522 {
    width: 100% !important;
  }

  #module522 .rich_article_wrap_html > p:first-child,
  #module522 .rich_article_wrap_html > p:nth-last-child(-n+2) {
    display: none !important;
  }

  #module522 .rich_article_wrap_html p,
  #module522 .rich_article_wrap_html span {
    white-space: normal !important;
    text-wrap: wrap !important;
    font-size: 13.5px !important;
    line-height: 1.75 !important;
  }

  /* 4. Section Headings (Our Menu, Delivery Order, Catering, Loyalty Program, Locations, Philosophy) */
  #row107 {
    padding: 20px 0 8px 0 !important;
  }

  #row292,
  #row293,
  #row291,
  #row298,
  #row294 {
    padding: 22px 10px 10px 10px !important;
  }

  #module303,
  #module397,
  #module400,
  #module395,
  #module405,
  #module401 {
    width: 100% !important;
  }

  #module303 .fk-editor div,
  #module303 .fk-editor span,
  #module303 .fk-editor font,
  #module303 .fk-editor b,
  #module397 .fk-editor div,
  #module397 .fk-editor font,
  #module397 .fk-editor b,
  #module400 .fk-editor div,
  #module400 .fk-editor span,
  #module400 .fk-editor b,
  #module395 .fk-editor div,
  #module395 .fk-editor span,
  #module395 .fk-editor b,
  #module405 .fk-editor div,
  #module405 .fk-editor b,
  #module401 .fk-editor div,
  #module401 .fk-editor span,
  #module401 .fk-editor b {
    font-size: 28px !important;
    line-height: 34px !important;
  }

  /* 5. Our Menu (#row271 / #module351 & #module353-#module358) - Matches brotherskebab.com Mobile View 100% */
  #row271 {
    padding: 0 8px 16px 8px !important;
    min-height: auto !important;
  }

  #module351,
  #module353,
  #module354,
  #module355,
  #module356,
  #module357,
  #module358,
  #module351 .jz_module,
  #module351 .jz_project {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    align-self: stretch !important;
  }

  #tabListWrap_351 {
    position: relative !important;
    padding: 0 18px 0 4px !important;
    margin-bottom: 8px !important;
  }

  #module351 .m_tabpack_listwrap {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none;
  }

  #module351 .m_tabpack_listwrap::-webkit-scrollbar {
    display: none;
  }

  #module351 .m_tabpack_tablist {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    min-width: 100% !important;
    width: max-content !important;
    background: transparent !important;
  }

  #module351 .m_tabpack_tab {
    padding: 6px 12px !important;
    margin: 8px 4px !important;
    font-size: 14px !important;
    min-width: auto !important;
    flex-shrink: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #202020 !important;
  }

  #module351 .m_tabpack_tab.m_tabpack_tab-active,
  #module351 .m_tabpack_tab.j_tab-active {
    color: #7b1d23 !important;
    background: transparent !important;
    border: none !important;
  }

  #module351 .m_tabpack_triangle,
  #module351 .m_tabpack_splitwrap {
    display: none !important;
  }

  /* Small grey right arrow indicator on Menu Tabs bar */
  .bk-mobi-tab-next {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 36px;
    background: rgba(0, 0, 0, 0.45);
    color: #ffffff;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 10;
  }

  /* 2-Column Dish Grid with Dark Bottom Caption Bar */
  #module351 .list_photos_basic_style .photo_display_area {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    padding: 2px !important;
    box-sizing: border-box !important;
  }

  #module351 .list_photos_basic_style .photo_display_area > li {
    width: 50% !important;
    padding: 6px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
  }

  #module351 .photo_item_inner_wrap {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  #module351 .list_photos_basic_style .photo_item_imgwrap {
    padding-bottom: 100% !important;
    width: 100% !important;
  }

  #module351 .list_photos_basic_style .photo_item {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
  }

  #module351 .photo_desc_style2 {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: rgba(0, 0, 0, 0.5) !important;
    padding: 12px 10px !important;
    z-index: 4 !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  #module351 .photo_desc_style2 .list_photo_item_title {
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
  }

  #module351 .photo_desc_style2 .list_photo_item_desc {
    color: #cccccc !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    margin-top: 6px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
  }

  /* 6. Delivery Order (#row275 / #module396) & Loyalty Program (#row280 / #module394) - Matches Screenshots 3 & 5 */
  #row275,
  #row280 {
    min-height: auto !important;
    padding: 0 !important;
  }

  #row275 .jz_web_col0,
  #row280 .jz_web_col0 {
    margin-top: 6px !important;
    margin-bottom: 10px !important;
  }

  #module396,
  #module394 {
    width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* 7. Catering Maroon Section (#row365 / #module491) & 3 Photos Strip (#row290 / #module399) - Matches Screenshots 4 & 5 */
  #row365 {
    padding-top: 8px !important;
  }

  #row365 .jz_web_col0 {
    padding: 20px 14px 24px 14px !important;
  }

  #module491 {
    width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  #module491 .module_rich_content.rich_img_top {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  #module491 .rich_img_wrap {
    width: 215px !important;
    margin: 6px auto 12px auto !important;
    float: none !important;
  }

  #module491 .rich_article_content_wrap {
    width: 100% !important;
  }

  #module491 .rich_article_wrap_html p,
  #module491 .rich_article_wrap_html span {
    font-size: 13px !important;
    line-height: 1.8 !important;
    text-align: center !important;
  }

  #row290 .jz_web_col0 {
    margin-bottom: 8px !important;
  }

  #module399 {
    width: 100% !important;
  }

  /* 8. Locations Illustrated Map (#row373 / #module511) & 11 Shops in Shanghai (#row338) - Matches Screenshots 6 & 7 */
  #row373 {
    padding: 0 !important;
  }

  #row373 .jz_web_col0 {
    padding: 6px 0 0 0 !important;
  }

  #module511,
  #module511 .module_image_content {
    width: 100% !important;
    height: auto !important;
  }

  #row338 {
    padding: 0 !important;
  }

  #row338 > .jz_web_row__content > .jz_web_col0 {
    padding: 18px 12px 12px 12px !important;
  }

  #module448 {
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  #module448 .fk-editor > div:not(:nth-child(3)) {
    display: none !important;
  }

  #module448 .fk-editor > div:nth-child(3) {
    line-height: 28px !important;
    margin: 4px 0 12px 0 !important;
  }

  #module448 font[face="impact"] {
    font-size: 22px !important;
  }

  #row340 > .jz_web_row__content {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 10px !important;
  }

  #row340 .jz_web_col0,
  #row340 .jz_web_col1 {
    width: 48.5% !important;
    flex: 0 0 48.5% !important;
  }

  #module446,
  #module447 {
    width: 100% !important;
    margin-left: 0 !important;
  }

  #module446 .rich_article_wrap_html p,
  #module446 .rich_article_wrap_html span,
  #module446 .rich_article_wrap_html strong,
  #module447 .rich_article_wrap_html p,
  #module447 .rich_article_wrap_html span,
  #module447 .rich_article_wrap_html strong {
    font-size: 11.5px !important;
    line-height: 1.55 !important;
  }

  /* 9. Interactive Baidu Map (#row278 / #module370) with Maroon Frame & 地址 Button - Matches Screenshot 8 */
  #row278 {
    background-color: #720517 !important;
    padding: 0 12px 18px 12px !important;
    min-height: auto !important;
  }

  #module370 {
    width: 100% !important;
  }

  #module370 .module_online_map {
    padding-bottom: 0 !important;
    height: 320px !important;
    position: relative !important;
    display: block !important;
  }

  #mapContainer370 {
    width: 100% !important;
    height: 320px !important;
  }

  /* Top-left 地址 (Address) button on mobile map */
  .bk-mobi-map-addr-btn {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 38px;
    height: 42px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    z-index: 1200;
    cursor: pointer;
    padding: 2px;
    font-size: 11px;
    color: #333333;
    line-height: 1.1;
    font-family: "Microsoft YaHei", sans-serif;
  }

  .bk-mobi-map-addr-btn svg {
    width: 15px;
    height: 15px;
    margin-bottom: 2px;
    color: #333333;
  }

  /* Shift Baidu zoom control below 地址 button on mobile */
  #mapContainer370 .BMap_stdMpCtrl {
    top: 60px !important;
    left: 10px !important;
  }

  /* Hide desktop right-hand multi_panel by default on mobile; open as drawer when 地址 is clicked */
  #module370 .multi_panel.baidu_panel {
    display: none !important;
    position: absolute !important;
    top: 56px !important;
    left: 10px !important;
    width: 240px !important;
    max-height: 250px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28) !important;
    z-index: 1250 !important;
  }

  #module370 .multi_panel.baidu_panel.mobi-open {
    display: block !important;
  }

  /* Scale .msgBox.baiduBox slightly on mobile so it fits neatly inside 320px map */
  #mapContainer370 .msgBox.baiduBox {
    transform: scale(0.88);
    transform-origin: bottom center;
  }

  /* 10. Shop Photo Cards Carousel (#row305 / #module414) - Matches Screenshot 8 */
  #row305 {
    padding: 12px 0 4px 0 !important;
  }

  #module414 {
    width: 100% !important;
    margin-bottom: 12px !important;
  }

  #module414 .carousel_four_pic {
    --item-width: 41.5% !important;
    --item-height: 33% !important;
  }

  #module414 .photo_display_list {
    padding: 10px 12px !important;
    gap: 12px !important;
  }

  #module414 .photo_display_area li {
    border-radius: 12px !important;
  }

  #module414 .photo_desc {
    height: 34px !important;
    line-height: 34px !important;
    font-size: 13px !important;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.85)) !important;
  }

  #module414 .photo_module_style_indicator {
    width: 38px !important;
    height: 38px !important;
    margin-top: -19px !important;
  }

  /* 11. Philosophy Section (#row300 / #module408 & #module409) - Matches Screenshots 9 & 10 */
  #row300 {
    padding: 0 !important;
  }

  #row300 > .jz_web_row__content {
    display: flex !important;
    flex-direction: column !important;
  }

  #row300 .jz_web_col0 {
    width: 100% !important;
    margin: 6px 0 0 0 !important;
  }

  #module408,
  #module408 .module_image_content,
  #module408 .module_img_wrap,
  #module408 .c__imgeffects_wrap,
  #module408 img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  #row300 .jz_web_col1 {
    width: 100% !important;
    margin: 0 !important;
    padding: 16px 16px 22px 16px !important;
    box-sizing: border-box !important;
  }

  #module409 {
    width: 100% !important;
    margin-top: 0 !important;
  }

  #module409 .fk-editor p,
  #module409 .fk-editor span,
  #module409 .fk-editor font {
    font-size: 12.5px !important;
    line-height: 1.75 !important;
  }

  /* 12. Maroon Footer QR Codes (#row372 / #module510) & Copyright (#gridFooter) - Matches Screenshot 10 */
  #row372 .jz_web_col0 {
    padding: 14px 6px 8px 6px !important;
  }

  #module510 {
    width: 98% !important;
    margin: 0 auto !important;
  }

  #gridFooter .s_footer_copyright {
    font-size: 12px !important;
    padding: 10px 0 !important;
  }
}
