/* VIP 页面顶部链接图标（客服上方，样式与客服一致） */
.vip-link-icon {
  display: block;
  position: fixed;
  right: 2rem;
  bottom: 22rem;
  width: 60px;
  height: 60px;
  z-index: 999;
  cursor: pointer;
  transition: transform 0.3s ease;
  user-select: none;
  -webkit-user-select: none;
  touch-action: none;
  -webkit-touch-callout: none;
  text-decoration: none;
}
.vip-link-icon:hover {
  transform: scale(1.1);
}
.vip-link-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* VIP Map Container Styles */
main {
  position: relative;
}

.vip-junket-section {
  display: none;
}

.vip-map-container {
  position: absolute;
  /* top: 9.5rem;  */
  left: 0;
  width: 100%;
  z-index: 0;
  height: 70rem;
  overflow: hidden;
}

.vip-menu-bar{
  top: 0rem !important
}

.vip-map-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* VIP Content Section Styles */
.vip-content-section {
  position: relative;
  z-index: 1;
  background-color: transparent;
  padding-top: 5.5rem;
}

.vip-content-container {
  max-width: 1215px;
  margin: 0 auto;
}

.vip-header-section {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-bottom: 3rem;
  border: 1px solid #dcc8a5;
}

.vip-header-image {
  flex-shrink: 0;
  width: 385px;
  height: auto;
}

.vip-header-image .img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.vip-header-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.vip-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent-gold);
  margin: 0;
  background: linear-gradient(0deg, #c5a27a 0%, #dcc8a5 50%, #c5a27a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vip-title-line {
  width: 400px;
  height: auto;
  margin: 1rem 0;
  display: block;
  height: 2px;
}

.vip-description {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-white);
  opacity: 0.9;
  margin: 0;
}

.vip-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.vip-gallery-item {
  width: 100%;
  overflow: hidden;
  background-color: #1a1a1a;
}

.vip-gallery-item .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .vip-map-container {
    display: flex;
    justify-content: center;
    top: 27.725rem; /* 3.425rem (header) + 3.5rem (menu item height) + 0.8rem (navigation bar padding) */
  }

  .vip-content-section {
    padding: 4rem 2rem;
    padding-top: 5.5rem;
  }

  .vip-header-section {
    flex-direction: column;
  }

  .vip-header-image {
    width: 100%;
    max-width: 400px;
  }

  .vip-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 750px) {
  .vip-content-section {
    padding: 3rem 1rem;
    padding-top: 0rem;
   
  }

  .customer-service-mobile-vip{
    display: block;
  }

  .customer-service {
    right: 1rem;
    bottom: 14.0rem;
    width: 50px;
    height: 50px;
  }

  .vip-link-icon {
    right: 1rem;
    bottom: 17.5rem;
    width: 50px;
    height: 50px;
  }


  .vip-map-image{
    width: 90%;
    height: 20%;
    display: block;
    object-fit: cover;
  }

  .vip-map-container {
    top: 27.725rem; /* 3.425rem (header) + 3.5rem (menu item height) + 0.8rem (navigation bar padding) */
  }

  .vip-header-section {
    gap: .5rem;
    margin-bottom: 1.5rem;
    margin-top: .7rem;
    /* border: 1p7 solid #dcc8a5; */
  }

  .vip-title {
    font-size: 1.5rem;
  }

  .vip-title-line {
    margin: 0rem 0;
  }

  .vip-description {
    font-size: 0.9rem;
  }

  .vip-gallery-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  /* 移动端图片固定尺寸 */
  .vip-gallery-item .img {
    width: 191px;
    height: 250px;
    object-fit: cover;
  }

  /* VIP Gallery Swiper Styles for Mobile */
  .vip-gallery-swiper {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .vip-gallery-swiper-container {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .vip-gallery-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .vip-gallery-swiper .swiper-slide .vip-gallery-item {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    background-color: #1a1a1a;
  }

  .vip-gallery-swiper .swiper-slide .vip-gallery-item .img {
    width: 191px;
    height: 250px;
    object-fit: cover;
  }

  .vip-gallery-swiper .swiper-button-next,
  .vip-gallery-swiper .swiper-button-prev,
  .vip-gallery-swiper .swiper-next,
  .vip-gallery-swiper .swiper-prev {
    width: 30px !important;
    height: 30px !important;
    margin-top: 0 !important;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 100 !important;
    display: flex !important;
    opacity: 1 !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-color: transparent;
    position: absolute;
  }

  .vip-gallery-swiper .swiper-button-next::after,
  .vip-gallery-swiper .swiper-button-prev::after {
    display: none !important;
  }

  .vip-gallery-swiper .swiper-button-next,
  .vip-gallery-swiper .swiper-next {
    right: 10px !important;
    background-image: url('../images/swiper-right-icon.png');
  }

  .vip-gallery-swiper .swiper-button-prev,
  .vip-gallery-swiper .swiper-prev {
    left: 10px !important;
    background-image: url('../images/swiper-left-icon.png');
  }

  .vip-gallery-swiper .swiper-button-next-custom {
    right: 10px !important;
    background-image: url('../images/swiper-right-icon-custom.png');
  }

  .vip-gallery-swiper .swiper-button-prev-custom {
    left: 10px !important;
    background-image: url('../images/swiper-left-icon-custom.png');
  }

  .vip-gallery-swiper .swiper-button-disabled {
    opacity: 0.1 !important;
  }

  .vip-gallery-swiper .swiper-pagination {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 100 !important;
    display: flex !important;
    justify-content: center;
    gap: 3px;
    width: auto !important;
    bottom: -35px !important;
  }

  .vip-gallery-swiper .swiper-pagination-bullet {
    background-color: var(--accent-gold) !important;
    opacity: 0.3 !important;
    width: 10px !important;
    height: 10px !important;
    display: inline-block !important;
  }

  .vip-gallery-swiper .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background-color: var(--accent-gold) !important;
  }
}

/* VIP Location Guide Section Styles */
.vip-location-guide-section {
  background-color: var(--bg-darker);
  background-image: url('../images/vip-bottom-mengban.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom:120px;
}
.vip-location-guide-wrapper{
  margin: 0 auto;
  max-width: 1215px;

}

.vip-location-guide-container {
  max-width: 1400px;
  margin: 0 auto;
}

.vip-location-guide-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent-gold);
  text-align: center;
  margin-bottom: 4rem;
  padding-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vip-location-guide-title img {
  width: 183px;
  height: 100px;
  object-fit: contain;
}
.vip-location-guide-title-line-left {
  transform: rotate(180deg);
  margin-right: 1.5rem;
}
.vip-location-guide-title-line-right {
  transform: rotate(0deg);
  margin-left: 1.5rem;
}
.vip-location-guide-title div {
  background: linear-gradient(0deg, #c5a27a 0%, #dcc8a5 50%, #c5a27a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vip-location-steps {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
}

.vip-location-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.step-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent-gold);
  margin-bottom: 1rem;
  background-color: rgba(251, 213, 133, 0.1);
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid var(--accent-gold);
}

.step-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: #1a1a1a;
  position: relative;

}

.step-image .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.step-number-image {
  width: 40px;
  height: 40px;
  object-fit: contain;
  top: -10px;
  left: 3px;
  position: relative;
}

.step-direction-image {
  width: 34px;
  height: 12px;
  object-fit: contain;
  position: relative;
  top: -18px;
  right: 0px;
}

.step-text {
  text-align: center;
  width: 100%;
  background-image: url('../images/nav-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0px 0px 8px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  font-size: 16px;
}

.step-text-content {
  font-size: 16px;
  line-height: 1;
}

.step-text-content .step-title {
  font-size: 16px;
  margin-bottom: 0rem;
  margin-top: 0rem;
  }

.step-text-content .step-subtitle {
  font-size: 12px;
  color: white;
}

.step-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-white);
  margin: 0.5rem 0;
}

.step-subtitle {
  font-size: 0.95rem;
  color: var(--accent-gold);
  margin: 0.3rem 0;
  font-weight: 500;
}

.step-description {
  font-size: 0.9rem;
  color: var(--text-gray);
  margin: 0.3rem 0;
}

@media (max-width: 1200px) {
  .vip-location-guide-section {
    padding: 4rem 2rem;
    margin-bottom: 1rem !important;
    margin-top: 2rem !important;
  }

  .vip-location-steps {
    flex-wrap: wrap;
    gap: 2rem;
  }

  .vip-location-step {
    flex: 0 0 calc(50% - 1rem);
  }
}

@media (max-width: 750px) {
  .vip-junket-section {
    display: block;
    padding: 1rem;
    background-color: transparent;
    padding-bottom: 0;
  }

  .vip-junket-container {
    border-radius: 0px !important;
    flex-direction: column;
    gap: 2rem;
    height: auto;
    align-items: center;
    background-image: url('../images/index-middle-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .vip-junket-wrapper {
    width: 100%;
    background-image: none;
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    padding: 10px;
    border-radius: 6px 0px 0px 6px;
    padding-bottom: 0;
  }

  .vip-junket-wrapper > * {
    position: relative;
    z-index: 1;
  }

  .vip-junket-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
    order: 1;
  }

  .vip-junket-titles {
    width: 100%;
  }

  .vip-junket-title-en {
    font-size: 18px;
    white-space: normal;
    position: static;
    margin-bottom: 0.5rem;
    color: var(--text-white);
    background: linear-gradient(0deg, #c5a27a 0%, #dcc8a5 50%, #c5a27a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .vip-junket-title-cn {
    font-size: 22px;
    white-space: normal;
    margin-left: 0;
    text-align: center;
    margin-top: 1.5rem;
  }

  .vip-junket-divider {
    display: none;
  }

  .vip-junket-divider-mobile {
    display: block;
    width: 200px;
    height: auto;
    max-height: none;
    object-fit: contain;
    margin: 0 auto 0rem auto;
  }

  .vip-junket-descriptions {
    text-align: center;
    width: 100%;
    gap: 0.5rem;
  }

  .vip-junket-desc-item {
    font-size: 0.9rem;
    white-space: normal;
    line-height: 1.5;
  }

  .vip-junket-image-wrapper {
    width: 100%;
    order: 2;
    height: auto;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    position: relative;
    overflow: hidden;
    border-radius: 6px 0px 0px 6px;
    padding-bottom: 0;
  }

  .vip-junket-image-wrapper > * {
    position: relative;
    z-index: 1;
  }

  .vip-junket-image {
    max-width: 95%;
    height: auto;
    object-fit: contain;
    position: static;
    top: 0;
    left: 0;
  }

  .vip-location-guide-section {
    padding: 3rem 1rem;
    padding-top: 0rem;
    background-image: url('../images/vip-mobile-bottom-mengban.png');
  }

  .vip-location-guide-title {
    font-size: 19px;
    margin-bottom: 0rem;
    white-space: nowrap;
    padding-top: 0rem;
  }

  .vip-location-guide-title img {
    width: 90px;
    height: 90px;
  }

  .vip-location-steps {
    flex-direction: column;
    gap: 2rem;
  }

  .vip-location-step {
    flex: 1;
    width: 24.642857rem; /* 345px based on 14px root font-size */
  }

  .step-number {
    font-size: 1.2rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .step-title {
    font-size: 1rem;
  }

  .step-subtitle {
    font-size: 0.85rem;
  }

  .step-description {
    font-size: 0.8rem;
  }

  /* VIP Location Steps Swiper Styles for Mobile */
  .vip-location-steps-swiper {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .vip-location-steps-swiper-container {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .vip-location-steps-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    flex-direction: column;
  }

  .vip-location-steps-swiper .swiper-slide .vip-location-step {
    width: 24.642857rem; /* 345px based on 14px root font-size */
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .vip-location-steps-swiper .swiper-pagination {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 100 !important;
    display: flex !important;
    justify-content: center;
    gap: 3px;
    width: auto !important;
    bottom: -35px !important;
  }

  .vip-location-steps-swiper .swiper-pagination-bullet {
    background-color: var(--accent-gold) !important;
    opacity: 0.3 !important;
    width: 10px !important;
    height: 10px !important;
    display: inline-block !important;
  }

  .vip-location-steps-swiper .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background-color: var(--accent-gold) !important;
  }
}

