.longwang-home-s7 {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 330px;
  min-height: 330px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #0b1a15;
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69)),
    var(--longwang-home-s7-bg, url("../images/bgdatban-home.webp"));
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.longwang-home-s7-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 16px;
}

.longwang-home-s7-note {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 602px;
  max-width: 100%;
  height: 106px;
  margin: 0;
  color: #fff;
  font-family: "1FTV VIP Mollie Glaston", "Long Wang VIP-MOLLIE-GLASTON", "Long Wang SVN-Gilroy", sans-serif;
  font-size: 42px;
  line-height: 53px;
  font-weight: 400;
  text-align: center;
}

.longwang-home-s7-note-line {
  display: block;
  white-space: nowrap;
}

.longwang-home-s7-booking {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 202px;
  height: 34px;
  color: #fff;
  font-family: "Long Wang SVN-Gilroy", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-image: url("../images/subtract-datban.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease;
}

.longwang-home-s7-booking:hover,
.longwang-home-s7-booking:focus-visible {
  color: #fff;
  transform: translateY(-1px);
  filter: brightness(1.08);
  outline: none;
}

.longwang-home-s7-booking:focus-visible {
  box-shadow: 0 0 0 2px rgba(255, 238, 214, 0.9);
}

.longwang-home-s7-booking span {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.longwang-home-s3-modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.longwang-home-s3-modal.hidden {
  display: none;
}

.longwang-home-s3-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.longwang-home-s3-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(650px, 96vw);
  max-height: min(90vh, calc(100dvh - 56px));
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}

.longwang-home-s3-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(189, 141, 75, 0.2);
}

.longwang-home-s3-modal-title {
  margin: 0;
  color: #005841;
  font-family: "Long Wang SVN-Gilroy", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.longwang-home-s3-modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(189, 141, 75, 0.35);
  border-radius: 50%;
  background: #ffffff;
  color: #005841;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.longwang-home-s3-booking-trigger:focus-visible,
.longwang-home-s3-modal-close:focus-visible {
  outline: 2px solid #bd8d4b;
  outline-offset: 2px;
}

.longwang-home-s3-modal-body {
  height: min(78vh, 860px);
  background: #fff8ed;
}

.longwang-home-s3-modal-body iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #ffffff;
}

@media (max-width: 1024px) {
  .longwang-home-s7 {
    height: 300px;
    min-height: 300px;
  }

  .longwang-home-s7-note {
    display: block;
    width: min(100%, 560px);
    height: auto;
    min-height: 92px;
    font-size: 36px;
    line-height: 44px;
  }

  .longwang-home-s7-note-line {
    display: inline;
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .longwang-home-s7 {
    height: 100%;
    min-height: 180px;
    background-position: center center;
  }

  .longwang-home-s7-inner {
    padding-right: 16px;
    padding-left: 16px;
  }

  .longwang-home-s7-note {
    width: min(100%, 340px);
    min-height: auto;
    font-size: 24px;
    line-height: 1.3;
  }

  .longwang-home-s7-booking {
    width: 190px;
    height: 32px;
    font-size: 14px;
  }

  .longwang-home-s3-modal {
    padding: 12px;
  }

  .longwang-home-s3-modal-header {
    padding: 12px 14px;
  }

  .longwang-home-s3-modal-title {
    font-size: 18px;
  }

  .longwang-home-s3-modal-body {
    height: 76vh;
  }
}
