[data-ghl-cr],
.ghl-cr-alert {
  --ghl-cr-font-heading: "Playfair Display", Georgia, serif;
  --ghl-cr-font-body: "Montserrat", sans-serif;
  --ghl-cr-accent: #b89433;
  --ghl-cr-text: #18181b;
  --ghl-cr-muted: #7b7b84;
  --ghl-cr-surface: #ffffff;
}

[data-ghl-cr] {
  color: var(--ghl-cr-text);
  font-family: var(--ghl-cr-font-body);
}
.btnnext{
  content: "";
  content: "";
    display: block;
    background-color: currentColor;
    width: 0.9em;
    height: 0.9em;
    margin-right: 4px;
    margin-left: 4px;
    mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20d%3D%22M310.6%20233.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-192%20192c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L242.7%20256%2073.4%2086.6c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l192%20192z%22%2F%3E%3C%2Fsvg%3E);
    mask-position: 0 0;
    mask-size: 100% 100%;
    margin-bottom: 2px;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20d%3D%22M310.6%20233.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-192%20192c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L242.7%20256%2073.4%2086.6c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l192%20192z%22%2F%3E%3C%2Fsvg%3E);
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100% 100%;
    transition-timing-function: ease-in-out;
    transition-property: transform, background-color;
    transition-duration: var(--bde-transition-duration);
}
.btnprev{
 content: "";
    display: block;
    background-color: currentColor;
    width: 0.9em;
    height: 0.9em;
    margin-right: 4px;
    margin-left: 4px;
    rotate: 180deg;
    mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20d%3D%22M310.6%20233.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-192%20192c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L242.7%20256%2073.4%2086.6c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l192%20192z%22%2F%3E%3C%2Fsvg%3E);
    mask-position: 0 0;
    mask-size: 100% 100%;
    margin-bottom: 2px;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20d%3D%22M310.6%20233.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-192%20192c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L242.7%20256%2073.4%2086.6c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l192%20192z%22%2F%3E%3C%2Fsvg%3E);
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100% 100%;
    transition-timing-function: ease-in-out;
    transition-property: transform, background-color;
    transition-duration: var(--bde-transition-duration);
}
.ghl-cr-catalog {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0x;
}

.ghl-cr-catalog-header h2 {
  margin: 0;
  font-family: var(--ghl-cr-font-heading);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.05;
}

.ghl-cr-catalog-header p {
  margin: 8px 0 26px;
  color: var(--ghl-cr-muted);
  font-size: 20px;
}

.ghl-cr-cards {
  display: grid;
  gap: 44px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ghl-cr-cards.ghl-cr-cards--slider {
  display: block;
  position: relative;
  --ghl-cr-visible: 3;
  --ghl-cr-slider-gap: 44px;
}

.ghl-cr-slider-viewport {
  overflow: hidden;
}

.ghl-cr-slider-track {
  display: flex;
  gap: var(--ghl-cr-slider-gap);
  transition: transform 360ms ease;
  will-change: transform;
}

.ghl-cr-cards--slider .ghl-cr-card {
  flex: 0 0 calc((100% - (var(--ghl-cr-slider-gap) * (var(--ghl-cr-visible) - 1))) / var(--ghl-cr-visible));
}

.ghl-cr-slider-arrow {
  position: absolute;
  top: 37%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: rgba(176, 176, 183, 0.85);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
}

.ghl-cr-slider-arrow.prev {
  left: -18px;
}

.ghl-cr-slider-arrow.next {
  right: -18px;
}

.ghl-cr-slider-dots {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.ghl-cr-slider-dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: #d7d7d9;
  cursor: pointer;
}

.ghl-cr-slider-dot.active {
  background: var(--ghl-cr-accent);
}

.ghl-cr-slider-arrow i {
  font-size: 20px;
  line-height: 1;
  display: inline-block;
}

.ghl-cr-card {
  border: 1px solid #dbdce2;
  border-radius: 15px;
  overflow: hidden;
  background: var(--ghl-cr-surface);
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.ghl-cr-card:hover {
  border-color: #ccb067;
}


.ghl-cr-media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #ececec;
}

.ghl-cr-media img,
.ghl-cr-media-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ghl-cr-media-placeholder {
  background: linear-gradient(145deg, #e4e4e4, #f8f8f8);
}

.ghl-cr-badge {
  position: absolute;
    top: 20px;
    left: 20px;
    background: #d63031;
    color: #fff;
    border-radius: 999px;
    padding: 4px 9px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1;
}

.ghl-cr-badge::before {
  content: "⚡ ";
  font-size: 14px;
}

.ghl-cr-badge--top {
  background: #b89433;
}

.ghl-cr-badge--top::before {
  content: "◍ ";
  font-size: 14px;
}

.ghl-cr-card-body {
  padding: 22px 28px 24px;
  display: flex;
  flex-direction: column;
}

.ghl-cr-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  gap: 12px;
}

.ghl-cr-card-brand {
  font-family: var(--ghl-cr-font-heading);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #77757f;
}

.ghl-cr-card-rating {
  background: #f4f1e9;
  color: #b89433;
  border-radius: 10px;
  padding: 7px 11px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.ghl-cr-card-title {
  font-family: var(--ghl-cr-font-heading);
  font-size: clamp(20px, 2.5vw, 20px);
  line-height: 1.05;
  margin: 0;
  text-align: left;
}

.ghl-cr-card-meta {
  margin-top: 8px;
  text-align: left;
  color: #a1a1aa;
  font-size: 12px;
}

.ghl-cr-card-footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  padding-top: 16px;
}

.ghl-cr-card-price {
  font-size: 15px!important;
  color: #a1a1aa;
}

.ghl-cr-card-price strong {
  color: var(--ghl-cr-text);
  font-size: 24px;
  letter-spacing: -0.02em;
  font-family: var(--ghl-cr-font-body);
}

.ghl-cr-card-price span {
  display: block;
  line-height: 1.2;
}

.ghl-cr-card-price em {
  color: #8d8e97;
  font-size: 16px;
  font-style: normal;
  margin-left: 2px;
}

.ghl-cr-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ghl-cr-accent);
  color: var(--ghl-cr-accent);
  text-decoration: none;
  border-radius: 12px;
  min-width: 126px;
  height: 40px; 
  padding: 0 22px;
  font-weight: 500;
  font-size: 17px;
  background: #fff;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s, color 0.2s;
}
.ghl-cr-card-btn:hover {
  background: var(--ghl-cr-accent);
  color: #fff;
  scale: .95;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s, color 0.2s;
}

.ghl-cr-modal[hidden] {
  display: none;
}

.ghl-cr-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
}

.ghl-cr-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 24, 40, 0.64);
}

.ghl-cr-modal-dialog {
  position: relative;
  width: min(1280px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  overflow: auto;
  margin: 20px auto;
  border-radius: 20px;
  background: #f8f7f4;
  padding: 22px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.ghl-cr-modal-dialog h1,
.ghl-cr-modal-dialog h2,
.ghl-cr-modal-dialog h3,
.ghl-cr-modal-dialog h4,
.ghl-cr-modal-dialog h5,
.ghl-cr-modal-dialog h6,
.ghl-cr-modal-dialog p,
.ghl-cr-modal-dialog li,
.ghl-cr-modal-dialog span,
.ghl-cr-modal-dialog strong,
.ghl-cr-modal-dialog label,
.ghl-cr-modal-dialog input,
.ghl-cr-modal-dialog button,
.ghl-cr-modal-dialog a {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.ghl-cr-modal-close {
  position: absolute;
  right: 18px;
  top: 14px;
  border: 0;
  background: transparent;
  color: #111827;
  font-size: 32px;
  cursor: pointer;
}

.ghl-cr-modal-main {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 0.9fr);
  gap: 26px;
  align-items: start;
}

.ghl-cr-modal-gallery h3 {
  margin: 16px 0 8px;
  font-size: 42px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.ghl-cr-modal-gallery img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  object-fit: cover;
  display: block;
}

.ghl-cr-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  border: 0;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.ghl-cr-modal-gallery {
  position: relative;
}

.ghl-cr-arrow.prev {
  left: 14px;
}

.ghl-cr-arrow.next {
  right: 14px;
}

.ghl-cr-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 10px;
}

.ghl-cr-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: #d1d5db;
  cursor: pointer;
}

.ghl-cr-dot.active {
  background: var(--ghl-cr-accent);
}

.ghl-cr-booking-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 18px;
}

.ghl-cr-booking-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.ghl-cr-booking-card label {
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
  font-weight: 600;
}

.ghl-cr-booking-card input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
}

.ghl-cr-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 14px 0;
  font-size: 20px;
}

.ghl-cr-availability {
  min-height: 22px;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 600;
}

.ghl-cr-availability.available {
  color: #1b8f4b;
}

.ghl-cr-availability.unavailable,
.ghl-cr-availability.error {
  color: #b42318;
}

.ghl-cr-availability.loading {
  color: #475467;
}

.ghl-cr-cta-secondary {
  display: block;
  text-align: center;
  padding: 12px 16px;
  background: var(--ghl-cr-accent);
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 700;
}

.ghl-cr-cta-secondary.is-disabled,
.ghl-cr-cta-secondary[aria-disabled=\"true\"] {
  opacity: 0.5;
  pointer-events: none;
}

.ghl-cr-link-btn {
  border: 0;
  background: transparent;
  color: var(--ghl-cr-accent);
  padding: 4px 0;
  font-weight: 700;
  cursor: pointer;
}

.ghl-cr-description {
  margin-top: 20px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.ghl-cr-description h2,
.ghl-cr-description h3 {
  margin: 0 0 8px;
}

.ghl-cr-description p {
  margin: 0 0 10px;
}

.ghl-cr-features-title {
  font-size: 42px;
  line-height: 1.1;
  margin: 0 0 14px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.ghl-cr-features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 34px;
}

.ghl-cr-feature-col h5 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
}

.ghl-cr-feature-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ghl-cr-feature-col li {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.35;
}

.ghl-cr-wrap {
  max-width: 920px;
  margin: 24px auto;
  padding: 24px;
  border: 1px solid #ddd;
  border-radius: 14px;
  background: var(--ghl-cr-surface);
}

.ghl-cr-form {
  display: grid;
  gap: 16px;
}

.ghl-cr-form label {
  display: grid;
  gap: 6px;
  font-weight: 600;
}

.ghl-cr-form input,
.ghl-cr-form select,
.ghl-cr-form textarea,
.ghl-cr-form button {
  font-size: 16px;
  font-family: var(--ghl-cr-font-body);
}

.ghl-cr-form input,
.ghl-cr-form select,
.ghl-cr-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
}

.ghl-cr-form button {
  border: 0;
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--ghl-cr-accent);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.ghl-cr-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ghl-cr-notice {
  margin-bottom: 14px;
  padding: 10px 12px;
  border-radius: 8px;
}

.ghl-cr-notice.success {
  background: #e8f8ed;
  border: 1px solid #5ab379;
}

.ghl-cr-notice.error,
.ghl-cr-alert {
  background: #ffe9e9;
  border: 1px solid #c73d3d;
  padding: 10px 12px;
  border-radius: 8px;
}

@media (max-width: 1120px) {
  .ghl-cr-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ghl-cr-cards.ghl-cr-cards--slider {
    --ghl-cr-visible: 2;
  }
}

@media (max-width: 720px) {
  .ghl-cr-cards,
  .ghl-cr-grid {
    grid-template-columns: 1fr;
  }

  .ghl-cr-card-body {
    padding: 18px;
    min-height: auto;
  }

  .ghl-cr-badge {
    top: 14px;
    left: 14px;
    font-weight: 500;
    padding: 6px 12px;
    font-size: 15px;
  }

  .ghl-cr-card-brand {
    font-size: 13px;
  }

  .ghl-cr-card-rating {
    font-size: 16px;
    padding: 6px 10px;
  }

  .ghl-cr-card-title {
    font-size: 36px;
  }

  .ghl-cr-card-price strong {
    font-size: 40px;
  }

  .ghl-cr-card-footer {
    padding-top: 12px;
  }

  .ghl-cr-card-btn {
    min-width: 122px;
    height: 48px;
    font-size: 16px;
  }

  .ghl-cr-cards.ghl-cr-cards--slider {
    --ghl-cr-visible: 1;
    --ghl-cr-slider-gap: 16px;
  }

  .ghl-cr-slider-arrow {
    width: 42px;
    height: 42px;
    font-size: 28px;
  }

  .ghl-cr-slider-arrow.prev {
    left: 6px;
  }

  .ghl-cr-slider-arrow.next {
    right: 6px;
  }

  .ghl-cr-modal-dialog {
    width: calc(100vw - 16px);
    margin: 8px;
    padding: 12px;
  }

  .ghl-cr-modal-main {
    grid-template-columns: 1fr;
  }

  .ghl-cr-modal-gallery h3 {
    font-size: 30px;
  }

  .ghl-cr-features-grid {
    grid-template-columns: 1fr;
  }
}
