@font-face {
  font-family: "Aparajita";
  src: url("../font/aparaj-webfont.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "AparajitaLocal";
  src: url("/The_Spirit/th/assets/font/aparaj-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}

/* ---------- ไทย: TATSana Chon-Lig ---------- */
@font-face {
  font-family: "TATSanaChonLig";
  src: url("../font/TATSana Chon-Lig.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* * {
  margin: 0 0;
  font-family: "Aparajita", sans-serif;
} */
.date-form button{
      font-size: unset !important;
    color: unset !important;
    background-color: unset !important;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    background: unset !important;
    padding: unset !important;
    width: unset !important;;
    display: unset !important;;
    justify-content: unset !important;;
    align-items: unset !important;;
    color: unset !important;;
    height: unset !important;;
}
.hero-text-th {
  font-family: var(--spirit-font-th, "TATSanaChonLig", sans-serif);
  font-weight: 300;
}
.FONT_THAI {
  font-family: var(--spirit-font-th, "TATSanaChonLig", sans-serif);
  font-weight: 300;
}
/* ค่าพื้นฐานเป็นอังกฤษ */
html,
body {
  font-family: var(--spirit-font-en, "Aparajita", sans-serif);
}

/* ถ้า element ไหนมี lang="th" ให้ใช้ TATSana Chon-Lig */
:lang(th) {
  font-family: var(--spirit-font-th, "TATSanaChonLig", sans-serif);
  font-weight: 300;
}

/* เผื่อกรณี lang=en */
:lang(en),
:lang(en-US),
:lang(en-GB) {
  font-family: var(--spirit-font-en, "Aparajita", sans-serif);
  font-weight: 300;
  margin-bottom: unset;
}

body {
  background-color: #faf9f7;
  background-image: linear-gradient(180deg, #ffffff 0%, #f6f4f0 100%);
  color: #2d2926;
}

.offers-page {
  position: relative;
  overflow: hidden;
}

.offers-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.offers-breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  padding: 112px 0 0;
}

.offers-breadcrumb__list {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(255, 255, 255, 0.86);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offers-breadcrumb__list li + li::before {
  content: "/";
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.6);
}

.offers-breadcrumb__list a {
  color: inherit;
  text-decoration: none;
}

.offers-breadcrumb__list a:hover {
  color: #8c6354;
}

.hero-section {
  position: relative;
  width: 100%;
  min-height: 720px;
  isolation: isolate;
}

.offers-hero::after {
  display: none;
}

.hero-section img.hero_image {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.offers-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(35, 27, 23, 0.26) 0%, rgba(35, 27, 23, 0.34) 32%, rgba(35, 27, 23, 0.62) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.02) 55%, rgba(0, 0, 0, 0.18) 100%);
}

.offers-hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: min(920px, calc(100% - 48px));
  text-align: center;
  color: #fff;
  z-index: 3;
}
.offers-hero__eyebrow,
.offers-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #fbf9f7;
  margin-bottom: 20px;
}
.offers-kicker{
color: #4d351d !important;
}
.offers-hero__eyebrow::before,
.offers-kicker::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
  opacity: 0.75;
}

.hero-text {
  position: static;
  transform: none;
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 7vw, 79px);
  line-height: 0.98;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

.offers-hero__summary {
  max-width: 760px;
  margin: 22px auto 0;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 300;
}

.offers-booking {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  width: min(1080px, calc(100% - 48px));
  z-index: 4;
}
.date-form{
  display: unset !important; 
    gap: 15px;
    margin: unset !important;
    padding: unset !important;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    left: 50%;
    top: 100%;
    transform: unset !important;
    width: max-content;
}
.offers-booking .position-absolute,
.offers-booking .position-relative,
.offers-booking .date-form,
.offers-booking__form {
  position: static !important;
}

.offers-booking .date-form,
.offers-booking__form {
  width: 100%;
}

.offers-booking .TEXT_LABLE {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.65fr) auto;
  gap: 18px;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 18px;
  background: rgba(249, 246, 241, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 50px rgba(71, 53, 43, 0.22);
}

.offers-booking__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 16px 18px;
  background: linear-gradient(135deg, #f3ece5 0%, #ede3da 100%);
  color: #4f433c;
}

.offers-booking__eyebrow {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9b7d6c;
}

.offers-booking__title {
  font-size: 22px;
  line-height: 1.25;
  color: #7a5447;
  font-weight: 500;
}

.offers-booking__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  min-width: 0;
}

.offers-booking__field {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  padding: 14px 16px !important;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #ebe1d8;
}

.offers-booking__labelRow {
  margin-bottom: 10px;
}

.offers-booking__icon {
  color: #9b7d6c;
}

.offers-booking .GROUP_BOX_DATE_v1 {
  padding: 0;
}

.offers-booking .GROUP_BOX_DATE {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #7a685d;
}

.offers-booking .LABEL_DATE,
.offers-booking__dateInput {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  padding: 0 14px;
  box-sizing: border-box;
  border: 1px solid #e8ddd3;
  border-radius: 0;
  background: #fff;
  font-size: 16px;
  color: #4f433c;
}

.offers-booking .LABEL_DATE::placeholder,
.offers-booking__dateInput::placeholder {
  color: #a39489;
}

.offers-booking button,
.offers-booking__submit {
  min-height: 100%;
  min-width: 180px;
  padding: 18px 24px;
  border: none;
  border-radius: 0;
  background: linear-gradient(135deg, #a48e82 0%, #8c6354 100%) !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.offers-booking button small,
.offers-booking__submit small {
  display: block;
  font-size: 11px;
  letter-spacing: 0.16em;
  opacity: 0.78;
}

.offers-booking button:hover,
.offers-booking__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(140, 99, 84, 0.26);
  filter: brightness(1.04);
}

.contact1 {
  padding: 10px 0 34px;
}

.offers-section__header {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

.contact1_text {
  margin: 0;
  color: #9b7d6c;
  font-size: clamp(34px, 4vw, 54px);
  text-align: center;
  font-weight: 600 !important;
  line-height: 1.12;
}

.PAGE5_LINE1 {
  background: linear-gradient(90deg, rgba(140, 99, 84, 0) 0%, #a48e82 50%, rgba(140, 99, 84, 0) 100%);
  height: 1px;
  width: min(220px, 60%);
  margin-top: 22px;
  margin-bottom: 0;
}

.offers-intro__content {
  max-width: 980px;
  margin: 36px auto 0;
  text-align: center;
}

.offers-intro__lead,
.offers-copy p,
.offers-list__summary,
.pv__description,
.offers-benefits__content p,
.offers-cta p {
  font-size: 17px;
  line-height: 1.95;
  color: #60534a;

}

.offers-intro__lead {
  margin-bottom: 18px;
  font-size: 19px;
  color: #7a675c;
}

.offers-copy {
  display: grid;
  gap: 14px;
}

.offers-copy p,
.offers-benefits__content p,
.offers-cta p,
.pv__description,
.offers-list__summary {
  margin: 0;
      margin-top: 16px;
}

.offers-highlights {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.offers-highlight-card,
.offers-benefits__content,
.offers-cta,
.pv__card {
  background: rgba(253, 252, 249, 0.92);
  border: 1px solid #ebe4dc;
  box-shadow: 0 18px 40px rgba(164, 142, 130, 0.1);
}

.offers-highlight-card {
  padding: 28px 26px;
  border-radius: 0;
}

.offers-highlight-card h3 {
  margin: 0 0 10px;
  color: #8c6354;
  font-size: 24px;
  line-height: 1.2;
}

.offers-highlight-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #665851;
}

.offers-list {
  padding: 54px 0 34px;
}

.offers-list__header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.offers-list__title,
.offers-cta h2 {
  margin: 0;
  color: #8c6354;
  font-size: clamp(20px, 1.3vw, 22px);
  line-height: 1.08;
}

.offers-benefits__content h2{
  margin: 0;
  color: #8c6354;
  font-size: 23px;
  line-height: 1.08;
}

.pv__container {
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 0;
}

.pv__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.pv__card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 0;
}

.offers-list .pv__card {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 244, 239, 0.96) 100%),
    #fff;
  border: 1px solid rgba(188, 162, 145, 0.34);
  box-shadow: 0 20px 48px rgba(110, 82, 65, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.offers-list .pv__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(212, 182, 150, 0.24), transparent 44%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.offers-list .pv__card:hover {
  transform: translateY(-8px);
  border-color: rgba(140, 99, 84, 0.42);
  box-shadow: 0 28px 62px rgba(110, 82, 65, 0.2);
}

.offers-list .pv__card:hover::before {
  opacity: 1;
}

.pv__media {
  position: relative;
}

.pv__badges {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  pointer-events: none;
}

.pv__badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 12px 22px rgba(45, 31, 21, 0.16);
}

.pv__badge--rose {
  background: linear-gradient(135deg, #b45b68 0%, #8f3948 55%, #6f2232 100%);
}

.pv__badge--sage {
  background: linear-gradient(135deg, #83ba97 0%, #4e9166 100%);
}

.pv__badge--gold {
  background: linear-gradient(135deg, #cfa56a 0%, #a9793b 100%);
}

.pv__image {
  aspect-ratio: 1 / 0.94;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #f2ebe3 0%, #e6d8cc 100%);
}

.pv__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 20, 17, 0.08) 0%, rgba(26, 20, 17, 0.22) 100%);
  pointer-events: none;
}

.pv__image--empty {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.pv__card:hover .pv__image img {
  transform: scale(1.05);
}

.pv__imageLink {
  display: block;
  text-decoration: none;
}

.pv__emptyText {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 40px 24px;
  color: #8d786a;
  font-size: 1.1rem;
  text-align: center;
}

.pv__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0;
}

.pv__actions1 {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 26px 26px 12px;
}

.pv__offerType {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  color: #9f7a64;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pv__offerType::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}

.pv__metaRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.pv__stayMeta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

.pv__stayBadge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  min-height: 36px;
  padding: 8px 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: 0 14px 28px rgba(99, 37, 48, 0.16);
}

.pv__stayBadge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.12);
}

.pv__stayBadge.pv__badge--rose {
  background: linear-gradient(135deg, #c28559 0%, #9b6831 58%, #7d5749 100%);
}

.pv__stayBadge.pv__badge--sage {
  background: linear-gradient(135deg, #7daf8b 0%, #5a8d69 100%);
  box-shadow: 0 14px 28px rgba(68, 110, 82, 0.16);
}

.pv__pricePanel {
  display: grid;
  gap: 8px;
  padding: 18px 18px 16px;
  background: linear-gradient(180deg, rgba(247, 242, 236, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
  border: 1px solid rgba(196, 172, 154, 0.34);
}

.pv__priceHeading,
.pv__priceRow,
.pv__priceCompare {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.pv__priceLabel {
  color: #8d7668;
  font-size: 13px;
}

.pv__priceSave {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  background: rgba(169, 121, 59, 0.12);
  color: #9b6831;
  font-size: 12px;
  font-weight: 700;
}

.pv__priceCurrent {
  color: #3f3129;
  font-size: clamp(29px, 3vw, 36px);
  font-weight: 700;
  line-height: 1;
}

.pv__priceUnit {
  color: #8e7767;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pv__priceWas {
  color: #b07373;
  font-size: 13px;
  text-decoration: line-through;
}

.pv__tag {
  display: inline-flex;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f2ece5;
  color: #9b7d6c;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pv__title {
  margin: 0;
  line-height: 1.7;
  color: #7d5749;
  font-weight: 600;
  font-size: 20px;
}

.pv__description {
  line-clamp: 3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  color: #64574f;
}

.pv__footnote {
  margin: 0;
  padding: 0 26px;
  color: #8b7363;
  font-size: 13px;
  line-height: 1.75;
}

.offers-list .pv__bookingNote {
  margin: 0 26px;
  padding: 16px 18px;
  border-top: 1px solid rgba(140, 99, 84, 0.18);
  border-bottom: 1px solid rgba(140, 99, 84, 0.14);
  background: linear-gradient(180deg, rgba(247, 242, 236, 0.86) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.offers-list .pv__bookingPrompt,
.offers-list .pv__bookingTerms {
  margin: 0;
}

.offers-list .pv__bookingPrompt {
  color: #7d5749;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.offers-list .pv__bookingTerms {
  margin-top: 8px;
  color: #6f6057;
  font-size: 13px;
  line-height: 1.75;
}

.pv__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 16px 26px 26px;
  margin-top: auto;
}

.offers-list .pv__btn {
  --pv-gap: 6px;
  --pv-chev-size: 14px;
  --pv-chev-move: 4px;
  --pv-underline-thick: 0;
  --pv-underline: currentColor;
  --pv-speed: 400ms;
  --pv-speed-short: 180ms;
  --pv-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 0;
  gap: var(--pv-gap);
  min-height: 52px;
  padding: 0 18px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.2;
  border: 1px solid rgba(140, 99, 84, 0.28);
  white-space: normal;
  text-decoration: none;
  background: #fff;
  color: #4d3b34;
  transition: transform var(--pv-speed-short) ease, box-shadow var(--pv-speed-short) ease, border-color var(--pv-speed-short) ease, background var(--pv-speed-short) ease, color var(--pv-speed-short) ease;
}

.offers-list .pv__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(105, 75, 59, 0.12);
}

.offers-list .pv__btn--primary {
  background: linear-gradient(135deg, #9c7b69 0%, #7f5a4d 100%);
  border-color: transparent;
  color: #fff;
}

.offers-list .pv__btn--primary:hover {
  background: linear-gradient(135deg, #8d6a58 0%, #704d40 100%);
}

.offers-list .pv__btn--ghost {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(140, 99, 84, 0.34);
  color: #7e5a4b;
}

.offers-list .pv__btn--ghost:hover {
  border-color: rgba(140, 99, 84, 0.6);
  background: rgba(249, 244, 239, 0.96);
}

.pv__label {
  position: relative;
  display: inline-block;
  font-weight: 600;
}

.pv__label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: var(--pv-underline-thick);
  width: 100%;
  background: var(--pv-underline);
  opacity: 0.9;
}

.pv__label::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 100%;
  height: var(--pv-underline-thick);
  width: 0;
  background: var(--pv-underline);
  opacity: 0.9;
  transition: width var(--pv-speed) var(--pv-ease);
}

.pv__btn:hover .pv__label::before {
  width: calc(var(--pv-gap) + var(--pv-chev-size) + var(--pv-chev-move));
}

.pv__chevIcon {
  width: var(--pv-chev-size);
  height: var(--pv-chev-size);
  flex: 0 0 auto;
  opacity: 0.45;
  transform: translateX(0);
  transition: transform var(--pv-speed) var(--pv-ease), opacity var(--pv-speed-short) var(--pv-ease);
}

.pv__btn:hover .pv__chevIcon {
  opacity: 0.95;
  transform: translateX(var(--pv-chev-move));
}

.offers-benefits {
  padding: 56px 0 110px;
}

.offers-benefits__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 26px;
  align-items: stretch;
}

.offers-benefits__content,
.offers-cta {
  border-radius: 0;
  padding: 34px 32px;
}

.offers-benefits__list {
  margin: 24px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 12px;
  color: #5d5048;
  font-size: 15px;
  line-height: 1.8;
}

.offers-cta {
  background: linear-gradient(180deg, #fdfdfc 0%, #f3ede7 100%);
}

.offers-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 24px;
  padding: 0 24px;
  border-radius: 0;
  background: #8c6354;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.offers-cta__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(140, 99, 84, 0.24);
  background: #7a5447;
  color: #fff;
}

@media (max-width: 1199px) {
  .offers-highlights,
  .pv__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offers-list__header,
  .offers-benefits__grid {
    grid-template-columns: 1fr;
  }
  .offers-list__header{
    gap: unset !important;
  }
}

@media (max-width: 991px) {
  .offers-breadcrumb {
    padding-top: 96px;
  }

  .hero-section,
  .hero-section img.hero_image {
    min-height: 820px;
  }
.hero-section{
    padding: 148px 0 10px !important;

}
  .offers-hero__content {
    transform: translate(-50%, -62%);
  }

  .offers-booking {
    bottom: 26px;
  }

  .offers-booking .TEXT_LABLE {
    grid-template-columns: 1fr;
  }

  .offers-booking__fields {
    grid-template-columns: 1fr;
  }

  .contact1 {
    padding-top: 26px !important;
  }
}

@media (max-width: 767px) {
  .offers-shell,
  .offers-breadcrumb__list,
  .offers-booking,
  .offers-hero__content {
    width: calc(100% - 60px);
  }

  .offers-breadcrumb {
    padding-top: 86px;
  }

  .offers-breadcrumb__list {
    gap: 6px;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: none;
  }

  .offers-breadcrumb__list li + li::before {
    margin-right: 6px;
  }

  .offers-hero {
    min-height: auto;
    padding: 138px 0 28px;
  }

  .hero-section img.hero_image {
    min-height: 100%;
  }

  .hero-text {
    font-size: clamp(34px, 13vw, 58px);
    line-height: 1.02;
  }

  .offers-hero__content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto;
  }

  .offers-hero__summary {
    max-width: 32ch;
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.7;
  }

  .offers-booking {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin: 24px auto 0;
  }

  .offers-booking .TEXT_LABLE {
    padding: 18px 16px;
    gap: 12px;
  }

  .offers-booking__intro {
    padding: 16px 14px;
  }

  .offers-booking__eyebrow {
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .contact1,
  .offers-list,
  .offers-benefits {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .offers-list{
    padding: 10px 0 34px;
  }

  .offers-highlights,
  .pv__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .offers-highlight-card,
  .offers-benefits__content,
  .offers-cta,
  .pv__card {
    border-radius: 0;
  }

  .offers-highlight-card,
  .offers-benefits__content,
  .offers-cta {
    padding: 26px 22px;
  }
  .offers-highlight-card p{
    font-size: 12px;
    line-height: 1.85;
  }
  .offers-highlight-card h3{
    font-size: 14px;
    line-height: 1.7;
  }
  .pv__actions1,
  .pv__actions {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 18px !important;
  }
  .offers-list .pv__bookingNote,
  .pv__footnote {
    margin-left: 18px;
    margin-right: 18px;
    padding-left: 0;
    padding-right: 0;
  }
  .offers-list .pv__bookingNote {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .pv__tag{
    font-size: 9px;
  }

  .pv__title {
    font-size: 17px;
    font-weight: 600;
  }

  .pv__badges {
    top: 14px;
    left: 14px;
    right: 14px;
    gap: 8px;
  }

  .pv__badge {
    min-height: 30px;
    padding: 7px 12px;
    font-size: 10px;
  }

  .pv__stayBadge {
    min-height: 34px;
    padding: 7px 12px;
    font-size: 11px;
  }

  .pv__metaRow {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }

  .pv__stayMeta {
    /* width: 100%; */
  }

  .pv__pricePanel {
    padding: 16px 14px 14px;
  }

  .pv__priceCurrent {
    font-size: 28px;
  }

  .pv__priceLabel,
  .pv__priceUnit,
  .pv__priceWas,
  .pv__footnote {
    font-size: 12px;
  }

  .pv__description {
    font-size: 14px;
  }

  .pv__actions {
    padding-top: 14px !important;
    gap: 10px;
  }

  .offers-list .pv__btn {
    width: 100%;
    flex-basis: 100%;
  }

  .offers-booking .TEXT_LABLE {
    padding: 16px;
    gap: 14px;
    border-radius: 0;
    box-shadow: 0 18px 40px rgba(71, 53, 43, 0.18);
  }

  .offers-booking__intro {
    padding: 16px;
  }

  .offers-booking__title {
    font-size: 18px;
    line-height: 1.35;
  }

  .offers-booking__field {
    padding: 14px !important;
  }

  .offers-booking .GROUP_BOX_DATE,
  .offers-booking__labelRow {
    margin-bottom: 6px;
  }

  .offers-booking .GROUP_BOX_DATE {
    gap: 10px;
  }

  .offers-booking .LABEL_DATE,
  .offers-booking__dateInput,
  .offers-booking button,
  .offers-booking__submit {
    /* min-height: 56px; */
    font-size: 15px;
  }

  .offers-booking__fields {
    gap: 12px;
  }

  .offers-booking .LABEL_DATE,
  .offers-booking__dateInput {
    padding: 0 12px;
  }

  .offers-booking button,
  .offers-booking__submit {
    min-width: 100%;
    min-height: 62px;
    border-radius: 0;
    padding: 16px 18px;
  }
}

@media (max-width: 575px) {
  .offers-breadcrumb {
    padding-top: 82px;
  }

  .offers-hero {
    padding-top: 126px;
    padding-bottom: 20px;
  }

  .offers-hero__eyebrow,
  .offers-kicker {
    font-size: 11px;
    letter-spacing: 0.18em;
  }

  .hero-text {
    font-size: clamp(32px, 12vw, 48px);
  }

  .offers-hero__summary {
    max-width: 28ch;
    font-size: 14px;
  }

  .offers-intro__lead,
  .offers-copy p,
  .offers-list__summary,
  .offers-benefits__content p,
  .offers-cta p,
  .offers-benefits__list,
  .pv__description {
    font-size: 14px;
    line-height: 1.8;
  }

  .contact1_text,
  .offers-list__title,
  .offers-benefits__content h2,
  .offers-cta h2 {
    font-size: 22px;
    line-height: 1.7;
  }

  .offers-booking {
    width: calc(100% - 24px);
    margin-top: 20px;
  }

  .offers-booking .TEXT_LABLE {
    padding: 14px 12px;
  }

  .offers-booking__intro {
    padding: 14px 12px;
  }

  .offers-booking__title {
    font-size: 16px;
  }

  .offers-booking__field {
    padding: 12px !important;
  }

  .offers-booking .GROUP_BOX_DATE,
  .offers-booking__labelRow {
    gap: 8px;
  }

  .offers-booking .LABEL_DATE,
  .offers-booking__dateInput {
    min-height: 54px;
  }

  .offers-booking button small,
  .offers-booking__submit small {
    font-size: 10px;
  }

  .offers-booking .GROUP_BOX_DATE_v1 {
    width: 100% !important;
  }

  .pv__actions1,
  .pv__actions,
  .pv__footnote {
    padding-left: 14px;
    padding-right: 14px;
  }

  .pv__offerType {
    font-size: 13px;
    letter-spacing: 0.14em;
  }

  .pv__priceCurrent {
    font-size: 24px;
  }

  .offers-list .pv__btn {
    min-height: 48px;
    padding: 0 14px;
    font-size: 12px;
  }
  .offers-list .pv__bookingPrompt {
    font-size: 14px;
  }
  .offers-list .pv__bookingTerms,
  .pv__footnote {
    font-size: 12px;
  }
  p{
     padding: 1px 1px 1px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
