/* Casino Grand Club Section Styles */
.casino-grand-club-section {
  width: 23.4375rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
  position: relative;
  background-color: var(--bg-darker);
}

.casino-grand-club-container {
  width: 21.5625rem;
  /* height: 30.75rem; */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.casino-grand-club-logo-wrapper {
  width: 100%;
  background-color: var(--bg-darker);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0;
  padding-top: .5rem;
}

.casino-grand-club-logo {
  width: 6.25rem;
  height: 5.46875rem;
  object-fit: contain;
}

.casino-grand-club-image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.casino-grand-club-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.casino-grand-club-content {
  width: 100%;
  background-image: url('../images/casino-bg01.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0;
}

.casino-grand-club-description {
  font-size: 0.875rem;
  line-height: 1.8;
  color: var(--text-white);
  opacity: 0.9;
  margin: 0;
  padding: 0 1rem;
  text-align: left;
}

/* Casino Gaming Area Section Styles */
.casino-gaming-area-container {
  width: 21.5625rem;
  /* height: 30.75rem; */
  margin: 0 auto;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
}

.casino-gaming-area-logo-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0;
}

.casino-gaming-area-logo {
  width: 11.40625rem;
  height: 2.65625rem;
  object-fit: contain;
}

.casino-gaming-area-image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.casino-gaming-area-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.casino-gaming-area-content {
  width: 100%;
  background-image: url('../images/casino-bg01.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0;
  padding-top: 0px;
}

.casino-gaming-area-description {
  font-size: 0.875rem;
  line-height: 1.8;
  color: var(--text-white);
  opacity: 0.9;
  margin: 0;
  padding: 0 1rem;
  text-align: left;
}

/* Casino Experience Section Styles */
.casino-experience-container {
  width: 21.5625rem;
  height: auto;
  margin: 0 auto;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
}

.casino-experience-image-wrapper {
  width: 100%;
  display: flex;
  height: auto;;
  justify-content: center;
  align-items: center;
  position: relative;
}

.casino-experience-image {

  display: block;
}

.casino-experience-content {
  width: 100%;
  background-image: url('../images/casino-bg01.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.casino-experience-title {
  font-size: 1.375rem;
  color: var(--text-white);
  font-weight: 600;
  margin: 0;
  padding: 0 1rem;
  text-align: left;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 1.3rem 0;
}

.casino-experience-description {
  font-size: 0.875rem;
  line-height: 1.8;
  color: var(--text-white);
  opacity: 0.9;
  margin: 0;
  padding: 0 1rem;
  text-align: left;
  margin-bottom: 1.3rem;
}

/* Casino Grand Slots Section Styles */
.casino-grand-slots-container {
  width: 21.5625rem;
  /* height: 30.75rem; */
  margin: 0 auto;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
}

.casino-grand-slots-logo-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0;
}

.casino-grand-slots-logo {
  width: 12.5rem;
  height: 2.03125rem;
  object-fit: contain;
}

.casino-grand-slots-image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.casino-grand-slots-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.casino-grand-slots-content {
  width: 100%;
  background-image: url('../images/casino-bg01.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0;
  padding-top: 0px;
}

.casino-grand-slots-description {
  font-size: 0.875rem;
  line-height: 1.8;
  color: var(--text-white);
  opacity: 0.9;
  margin: 0;
  padding: 0 1rem;
  text-align: left;
}

@media (max-width: 750px) {
  .casino-grand-club-section {
    display: block;
    width: 100%;
    padding: 0 0.9375rem;
  }

  .casino-grand-club-container {
    width: 100%;
    max-width: 21.5625rem;
  }

  .casino-gaming-area-container,
  .casino-experience-container,
  .casino-grand-slots-container {
    width: 100%;
    max-width: 21.5625rem;
  }

  .casino-footer {
    display: block !important;
    width: 100%;
    height: auto;
    max-width: 23.4375rem;
    margin: 0 auto;
    padding-bottom: 0rem !important;
  }

  .casino-footer .footer-logos {
    flex-wrap: wrap;
    gap: 2rem;
    padding: 1rem;
    padding-top: 2.1rem;
  }

  .casino-footer .footer-logo {
    width: 2.5rem;
    height: 1.90625rem;
    object-fit: contain;
  }

  .casino-footer .footer-copyright {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    color: #999999;
    padding-top: 1.5rem;
  }
  .nav .link {
   
    color: var(--text-white);
   
  }
  .nav .class-link {
    color: var(--accent-gold) !important;
  }
}

/* Casino Footer Styles */
.casino-footer {
  width: 23.4375rem;
  height: 9.28125rem;
}

.casino-footer .footer-logo {
  width: 2.5rem;
  height: 1.90625rem;
  object-fit: contain;
}


.customer-service-mobile-index{
  right: 10px;
  top: 55%;
}

/* VIP 链接图标（客服上方，样式与客服一致） */
.vip-link-icon {
  display: block;
  position: fixed;
  right: 2rem;
  bottom: 23rem;
  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;
}

@media (max-width: 750px) {
  .vip-link-icon {
    right: .6rem;
    bottom: 19.5rem;
    width: 60px;
    height: 60px;
  }
}
