:root {
  --bg: #e6d6bb;
  --bg-soft: #efe2c8;
  --surface: #f4e7d1;
  --surface-2: #e9d8bb;
  --surface-3: #dcc7a6;
  --primary: #3f2f24;
  --primary-2: #5a4432;  
  --primary-dark: #5a4432;
  --accent: #b78a53;
  --accent-soft: #c89b62;
  --text: #2e241b;
  --muted: #6c5947;
  --line: rgba(63, 47, 36, 0.12);
  --white: #fffaf2;
  --shadow: 0 24px 70px rgba(65, 46, 27, 0.10);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1300px;
  --accent: #d97706;
  --bg: #f8faf8;
  --card: #ffffff;
  --text: #1f2937;
  --muted: #6b7280;
  --border: #e5e7eb;
  --danger: #b91c1c;
  --shadow: 0 8px 24px rgba(0,0,0,0.08);
  --radius:20px;

}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: linear-gradient(180deg, #e3d0af 0%, #ead8ba 100%);
  color: var(--text);
  font-family: 'Inter', sans-serif;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(16px);
  background: rgba(227, 208, 175, 0.94);
  border-bottom: 1px solid rgba(63, 47, 36, 0.10);
  box-shadow: 0 10px 30px rgba(63, 47, 36, 0.05);
}

.header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: var(--primary);
  flex-shrink: 0;
}

.nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 15px;
  font-weight: 500;
  color: #4f3b2c;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.nav a {
  position: relative;
  padding-bottom: 4px;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--primary);
  transition: width 0.25s ease;
}

.nav a:hover::after { width: 100%; }
ul.wsmenu-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  margin: 0;
  padding: 0;
}

ul.wsmenu-list li {
  list-style: none;
  position: relative;
}

ul.sub-menu {
  display: none;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(63, 47, 36, 0.15);
}

.them-01 {
  background: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
}
.them-02 {
  background: var(--white);
  color: var(--primary);
  border: 1px solid var(--primary)!important;
}
.them-02:hover, .them-01:hover {
  background: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
}
.btn-light {
  background: linear-gradient(135deg, #d2aa73, #b6844b);
  color: #fff7ed;
  border: 1px solid rgba(255,255,255,0.14);
}

.btn-outline {
  background: rgba(255,250,242,0.10);
  color: var(--white);
  border: 1px solid rgba(255,250,242,0.25);
  backdrop-filter: blur(10px);
}

.hero.slider {
  position: relative;
  overflow: hidden;
  min-height: 860px;
  display: flex;
  align-items: center;
  isolation: isolate;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(43,31,23,0.18), rgba(43,31,23,0.68)),
    url('../images/country/slider.jpg') center/cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255,255,255,0.12), transparent 32%);
  z-index: -1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(210,170,115,0.12), transparent 55%);
  z-index: -1;
}

.hero-content {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 120px 0;
}

.hero-content::after {
  content: "";
  display: block;
  width: 180px;
  height: 2px;
  margin: 42px auto 0;
  background: linear-gradient(90deg, transparent, rgba(255,248,239,0.8), transparent);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255,250,242,0.10);
  border: 1px solid rgba(255,250,242,0.18);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 22px 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(52px, 7vw, 88px);
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hero p {
  max-width: 680px;
  margin: 26px auto 0;
  font-size: 19px;
  line-height: 1.8;
  color: rgba(255,248,239,0.92);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 34px;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.badge {
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,250,242,0.16);
  background: rgba(255,250,242,0.10);
  backdrop-filter: blur(12px);
  color: #fff6ea;
  font-size: 14px;
  white-space: nowrap;
}

section.section { padding: 110px 0 0; }

.section-head {
  max-width: 800px;
  margin: 0 auto 54px;
  text-align: center;
}

.section-head .label {
  color: #8b7056;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.section-head h2 {
  margin: 14px 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 0.98;
  color: var(--primary);
}

.section-head p {
  margin: 18px auto 0;
  max-width: 720px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.grid-3,
.grid-4,
.grid-2 {
  display: grid;
  gap: 24px;
}

.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: linear-gradient(180deg, rgba(255,250,242,0.72), rgba(244,231,209,0.96));
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 26px 65px rgba(63,47,36,0.09);
  border: 1px solid rgba(63,47,36,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 80px rgba(63,47,36,0.12);
}

.card-media {
  height: 240px;
  position: relative;
  background-size: cover;
  background-position: center;
  transform: scale(1.001);
}

.card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30,20,12,0) 25%, rgba(30,20,12,0.18) 100%);
}

.card-body {padding: 30px 20px;}

.card h3 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  line-height: 1;
  color: var(--primary);
}

.card p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 15px;
}

.card-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.benefit-card {
  background: linear-gradient(180deg, rgba(255,249,240,0.68), rgba(240,225,198,0.96));
  border: 1px solid rgba(95,72,53,0.10);
  border-radius: var(--radius-xl);
  padding: 30px;
  box-shadow: 0 18px 44px rgba(63,47,36,0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 54px rgba(63,47,36,0.10);
}

.benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: linear-gradient(135deg, #d8b17a, #b78a53);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.35);
}

.benefit-card h3 {
  margin: 18px 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  line-height: 1;
  color: var(--primary);
}

.benefit-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.mini-card {
  min-height: 280px;
  padding: 24px;
  border-radius: 24px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,249,240,0.78), rgba(233,216,187,0.98));
  box-shadow: 0 20px 48px rgba(63,47,36,0.07);
  border: 1px solid rgba(63,47,36,0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  background-size: cover;
  background-position: center;
}

.mini-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(46,31,19,0.08) 15%, rgba(46,31,19,0.62) 100%);
}

.mini-card > div {
  position: relative;
  z-index: 1;
}

.mini-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 58px rgba(63,47,36,0.10);
}

.mini-card:nth-child(odd) {
  background: linear-gradient(180deg, rgba(255,249,240,0.82), rgba(226,204,167,0.98));
}

.mini-card .mini-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  margin-bottom: 12px;
  background: linear-gradient(135deg, rgba(212,166,110,0.92), rgba(185,134,75,0.92));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
}



.program-card .card-media,
.destination-card .card-media,
.media-card .card-media {
  height: 230px;
}

.destination-card .meta,
.media-card .meta {
  color: #8a6d53;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.split-feature {
  margin-top: 110px;
}

.split-box {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,249,240,0.84), rgba(233,216,187,0.98));
  border: 1px solid rgba(63,47,36,0.08);
  box-shadow: 0 28px 72px rgba(63,47,36,0.11);
}

.split-image {
  min-height: 540px;
  background: linear-gradient(180deg, rgba(46,31,19,0.08), rgba(46,31,19,0.20)), url('../images/treatment-showcase/promo-5.jpg') center/cover no-repeat;
}

.split-content {
  padding: 64px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.split-content .label {
  color: #8b7056;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.split-content h2 {
  margin: 14px 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 0.98;
  color: var(--primary);
}

.split-content p {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.9;
  font-size: 16px;
}

.check-list {
  margin: 28px 0 0;
  display: grid;
  gap: 14px;
}

.check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #4b392b;
  font-size: 15px;
  font-weight: 500;
}

.check-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d2a66f, #b9874a);
  flex-shrink: 0;
}

.stats {
  margin-top: 110px;
  padding: 92px 0;
  background: linear-gradient(180deg, #d6bd96, #cba679);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(52px, 5vw, 72px);
  line-height: 1;
  color: #3a2a1f;
}

.stat-label {
  max-width: 220px;
  margin: 14px auto 0;
  color: #5b4635;
  line-height: 1.8;
  font-size: 15px;
}

.testimonial {
  border: 1px solid rgba(88,66,49,0.10);
  border-radius: 26px;
  padding: 26px;
  background: linear-gradient(180deg, rgba(255,249,240,0.84), rgba(244,231,209,0.98));
  box-shadow: 0 20px 48px rgba(63,47,36,0.07);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.testimonial:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 58px rgba(63,47,36,0.10);
}

.avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

.testimonial p {
  margin: 18px 0 0;
  color: #4f3f31;
  font-size: 15px;
  line-height: 1.85;
}

.stars {
  margin-top: 16px;
  color: #a9773d;
  letter-spacing: 0.14em;
  font-size: 14px;
}

.testimonial .name {
  margin-top: 16px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  color: var(--primary);
}

.footer {
  margin-top: 110px;
  background: linear-gradient(180deg, #4a3728 0%, #34241a 100%);
  color: #fff4e5;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 32px;
  padding: 78px 0;
}

.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  line-height: 1;
}

.footer p,
.footer li,
.footer input {
  color: rgba(255,244,229,0.86);
  font-size: 15px;
  line-height: 1.8;
}

.footer-title {
  color: #e2c8aa;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.newsletter {
  display: flex;
  align-items: center;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
}

.newsletter input {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 12px 16px;
  font-family: inherit;
}

.newsletter button { border: 0; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,244,229,0.8);
  font-size: 14px;
}

.footer-bottom-links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
 /* Layout */
 .page-section {
  padding: 32px 0 50px;
}

.listing-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 28px;
  align-items: start;
}

/* Filters */
.filters {
  background: linear-gradient(180deg, rgba(255,250,242,0.72), rgba(244,231,209,0.96));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
  position: sticky;
  top: 100px;
}

.filters h2 {
  font-size: 1.3rem;
  margin-bottom: 18px;
  color: var(--primary-dark);
}

.filter-group {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e3d0b0;
}

.filter-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.new-price small {
  font-size: 14px;
}
.filter-group label.title {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 0.98rem;
}

.filter-group select,
.filter-group input[type="range"] {
  width: 100%;
}

.filter-group select {
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  font-size: 0.95rem;
}

.filter-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 180px;
  overflow: auto;
  padding-right: 4px;
}

.filter-list label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.94rem;
  color: var(--text);
}

.price-output {
  margin-top: 8px;
  font-size: 0.92rem;
  color: var(--muted);
}

.filter-actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  justify-content: space-between;
}

.btn {
  border: none;
  cursor: pointer;
  padding: 12px 16px;
  font-weight: 700;
  transition: 0.25s ease;
  font-size: 0.95rem;
}

.btn-primary {
  background: var(--primary);
  color: #fff;
  flex: 1;
}

.btn-primary:hover {
  background: var(--primary-dark);
}

.btn-secondary {
  background: #f3f4f6;
  color: var(--text);
  flex: 1;
}

.btn-secondary:hover {
  background: #e5e7eb;
}

/* Listings Header */
.listings-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.listings-header h3 {
  font-size: 1.3rem;
  color: var(--primary-dark);
}

.listings-header .meta {
  color: var(--muted);
  font-size: 0.95rem;
}

/* Cards */
.cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.retreat-card {
  display: grid;
  grid-template-columns: 320px 1fr;
  background: linear-gradient(180deg, rgba(255,250,242,0.72), rgba(244,231,209,0.96));
  border: 1px solid #f7eedf;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.card-image {
  position: relative;
  min-height: 100%;
  background: #e5e7eb;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.discount-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--danger);
  color: #fff;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
}

.card-content {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-title-row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 15px;
  flex-wrap: nowrap;
}

.card-title-row h4 {
  font-size: 1.35rem;
  color: var(--primary-dark);
  line-height: 1.3;
  margin-bottom: 4px;
  margin-top: 0;
}

.location {
  color: var(--muted);
  font-size: 0.95rem;
}

.price-box {
  text-align: right;
  min-width: 180px;
}

.price-box .label {
  font-size: 0.84rem;
  color: var(--muted);
}

.old-price {
  text-decoration: line-through;
  color: #9ca3af;
  font-size: 0.95rem;
  display: block;
  margin-top: 2px;
}

.new-price {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--accent);
  display: block;
  margin-top: 2px;
}

.quick-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 12px 18px;
  margin-top: 2px;
}

.info-item {
  font-size: 0.94rem;
}

.info-item strong {
  color: var(--primary-dark);
}

.tags {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}

.tag {
  padding: 5px 10px;
  background: #f0fdf4;
  border: 1px solid #d1fae5;
  color: var(--primary-dark);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}

.rating-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.93rem;
  color: var(--text);
}

.rating-row span strong {
  color: var(--primary-dark);
}

.desc {
  color: #374151;
  font-size: 0.95rem;
}

.card-actions {
  display: flex;
  gap: 12px;
  margin-top: auto;
  padding-top: 8px;
}

.outline-btn,
.solid-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  padding: 12px 16px;
  border-radius: 10px;
  font-weight: 700;
  transition: 0.25s ease;
}

.outline-btn {
  border: 1.5px solid var(--primary);
  color: var(--primary);
  background: #fff;
}

.outline-btn:hover {
  background: #f0fdf4;
}

.solid-btn {
  background: var(--primary);
  color: #fff;
  border: 1.5px solid var(--primary);
}

.solid-btn:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
}

/* Lazy loader */
.loading-trigger {
  height: 30px;
}

.loading-text {
  text-align: center;
  color: var(--muted);
  padding: 20px 0;
  font-size: 0.95rem;
}

/* Mobile */
.mobile-filter-toggle {
  display: none;
  width: 100%;
  margin-bottom: 16px;
}


.card-media img.img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mini-card h3 {
  color: #fff;
}

ul.wsmenu-list li:hover ul.sub-menu {
  display: block;
  position: absolute;
  background: #e3d0af;
  margin: 0;
  padding: 20px;
  top: 25px;
  min-width: 200px;
}

ul.sub-menu li {
  list-style: none;
  padding: 10px 0 0;
}
.footer-bottom-links a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.sideBarBody {
  display: none;
}

.card-content p.desc {
  margin: 0 0 10px;
}

.card-content h5 {
  margin: 0 0 10px 0;
}

.google-map.mb-80 {
  width: 100%;
  display: block;
}

.mapouter {
  width: 100% !important;
  max-width: 100% !important;
}

.gmap_canvas {
  width: 100% !important;
  background: #fff;
  border-radius: 20px;
}
.filter-actions button {
  width: 100%;
}
.hero{
  padding:26px 0 16px;
}

.breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  font-size:13px;
  color:#79867e;
  margin-bottom:16px;
}

.breadcrumbs span::after{
  content:"/";
  margin-left:8px;
  color:#b0b9b2;
}
.breadcrumbs span:last-child::after{display:none}

.hero-header{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:flex-start;
  margin-bottom:22px;
}

.hero-header h1{
  margin:0 0 10px;
  font-size:clamp(30px, 4vw, 50px);
  line-height:1.05;
  letter-spacing:-1px;
  max-width:860px;
}

.hero-sub{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  color: #e3d0af;
  font-weight: 500;
  font-size:14px;
}

.chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
}

.chip{
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  font-size:13px;
  font-weight:700;
  color:#425148;
}

.gallery{
  display:grid;
  grid-template-columns: 4fr 1fr;
  gap:14px;
  margin-bottom:20px;
}

.gallery-main,
.gallery-grid img{
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow);
}

.gallery-main{
  position:relative;
  min-height:420px;
}

.gallery-main img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.gallery-grid{
  display:grid;
  /* grid-template-columns:1fr 1fr; */
  gap:14px;
}

.gallery-grid img{
  width:100%;
  height:203px;
  object-fit:cover;
}

.gallery-overlay{
  position:absolute;
  left:20px;
  bottom:20px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.tabs{
  position:sticky;
  top:90px;
  z-index:50;
  background: rgb(217 191 174);
  backdrop-filter:blur(10px);
  border-top:1px solid rgba(0,0,0,.04);
  border-bottom:1px solid rgba(0,0,0,.04);
  margin-bottom:24px;
}

.tabs-inner{
  display:flex;
  gap:18px;
  overflow:auto;
  padding:14px 0;
  scrollbar-width:none;
}

.tabs-inner::-webkit-scrollbar{display:none}
.tabs-inner a{
  white-space:nowrap;
  color: #3f2f24;
  font-size:14px;
  font-weight:700;
}

.tabs-inner a:hover{color:var(--brand-dark)}

.layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:28px;
  align-items:start;
  padding-bottom:60px;
}

.stack{
  display:grid;
  gap:22px;
}

.card{
  background:var(--surface);
  border:1px solid rgba(0,0,0,.06);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:24px;
}

.card h2{
  margin:0 0 14px;
  font-size:28px;
  letter-spacing:-.4px;
}

.card h3{
  margin:0 0 10px;
  font-size:20px;
}

.card p{
  margin:0;
  line-height:1.72;
  color:#425148;
}

.muted{color:var(--muted)}

.meta-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}

.meta-box{
  background:var(--surface-soft);
  border:1px solid var(--line);
  border-radius:18px;
  padding:16px;
}

.meta-box span{
  display:block;
  font-size:12px;
  color:var(--muted);
  margin-bottom:6px;
}

.meta-box strong{
  font-size:15px;
  line-height:1.4;
}

.tag-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}

.tag{
  padding:10px 14px;
  border-radius:999px;
  background:#f5f0e8;
  border:1px solid var(--line);
  font-size:14px;
  font-weight:700;
  color:#46554c;
}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.checklist{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:12px;
}

.checklist li{
  display:flex;
  align-items:flex-start;
  gap:12px;
  color:#425148;
  line-height:1.55;
}

.icon{
  flex:0 0 24px;
  width:24px;
  height:24px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-weight:700;
  font-size:13px;
  margin-top:1px;
}

.icon-yes{
  background:#edf4e4;
  color:var(--brand-dark);
}

.icon-no{
  background:#f9ece9;
  color:var(--danger);
}

.room-list{
  display:grid;
  gap:16px;
}

.room-card{
  display:grid;
  grid-template-columns:220px 1fr auto;
  gap:18px;
  border:1px solid var(--line);
  background:#fffdfa;
  border-radius:20px;
  padding:16px;
}

.room-card img{
  width:100%;
  height:180px;
  object-fit:cover;
  border-radius:16px;
}

.room-card ul{
  margin:10px 0 0;
  padding-left:18px;
  color:#46554c;
  line-height:1.65;
}

.price-side{
  min-width:150px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  align-items:flex-end;
  gap:12px;
}

.old-price{
  color:#8b968f;
  text-decoration:line-through;
  font-size:14px;
  font-weight:700;
}

.new-price{
  font-size:30px;
  font-weight:700;
  letter-spacing:-1px;
}

.small-note{
  color:var(--muted);
  font-size:13px;
  text-align:right;
  line-height:1.45;
}

.review-summary{
  display:grid;
  grid-template-columns:240px 1fr;
  gap:18px;
  margin-bottom:16px;
}

.score-box{
  background:var(--surface-soft);
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px;
  text-align:center;
}

.score-big{
  font-size:48px;
  font-weight:700;
  line-height:1;
  margin-bottom:10px;
}

.stars{
  color:var(--gold);
  letter-spacing:2px;
  margin-bottom:10px;
  font-size:18px;
}

.score-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.score-item{
  border:1px solid var(--line);
  border-radius:14px;
  padding:12px;
  background:#fffdfa;
  font-size:14px;
  color:#425148;
}

.reviews{
  display:grid;
  gap:14px;
  margin-top:12px;
}

.review{
  border:1px solid var(--line);
  border-radius:18px;
  background:#fffdfa;
  padding:16px;
}

.review-top{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
  flex-wrap:wrap;
}

.video-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.video-card{
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  background:#fffdfa;
}

.video-thumb{
  height:220px;
  background:linear-gradient(135deg,#d8e5ce,#f0e5cf);
  display:grid;
  place-items:center;
  font-size:54px;
  color:#495d39;
}

.video-card .content{
  padding:14px;
}

.faq{
  display:grid;
  gap:12px;
}

details{
  border:1px solid var(--line);
  border-radius:18px;
  background:#fffdfa;
  padding:0 18px;
}

summary{
  list-style:none;
  cursor:pointer;
  font-weight:700;
  padding:18px 0;
}

summary::-webkit-details-marker{display:none}
details p{
  padding:0 0 18px;
  margin:0;
}

.content-blocks{
  display:grid;
  gap:16px;
}

.content-block{
  border:1px solid var(--line);
  border-radius:18px;
  background:#fffdfa;
  padding:18px;
}

.property-box{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  align-items:center;
}

.property-box img{
  width:100%;
  height:260px;
  object-fit:cover;
  border-radius:18px;
}

.sticky-side{
  position:sticky;
  top:136px;
  display:grid;
  gap:16px;
}

.booking-card .label{
  font-size:13px;
  font-weight:700;
  color:var(--muted);
  margin-bottom:8px;
}

.booking-price{
  display:flex;
  align-items:flex-end;
  gap:10px;
  margin-bottom:8px;
}

.booking-price .main{
  font-size:40px;
  font-weight:700;
  letter-spacing:-1px;
  line-height:1;
}

.discount-badge{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:#eef6e7;
  color:#46602d;
  font-weight:700;
  font-size:13px;
  margin-top:8px;
}

.booking-points{
  list-style:none;
  padding:0;
  margin:16px 0 0;
  display:grid;
  gap:12px;
}

.booking-points li{
  display:flex;
  gap:10px;
  color:#425148;
  line-height:1.5;
  font-size:14px;
}

.host-card{
  display:flex;
  align-items:center;
  gap:14px;
}

.host-card img{
  width:58px;
  height:58px;
  border-radius:16px;
  object-fit:cover;
}

.policy-list{
  display:grid;
  gap:16px;
}

.policy-item{
  border:1px solid var(--line);
  background:#fffdfa;
  border-radius:18px;
  padding:16px;
}

.bottom-widget{
  background:linear-gradient(135deg,#243327,#394f31);
  color:#f3f4ef;
}

.bottom-widget p{
  color:#dde4d9;
}

.card.booking-card {
  position: relative;
}

.discount-badge {
  position: absolute;
  right: 15px;
  left: auto;
}
.page-hero-section img.img-fluid {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.page-hero-section {
  position: relative;
}

.sumTitleBody {
  position: absolute;
  top: 0;
  width: 100%;
  background: #3f2f24b5;
  height: 100%;
  padding: 20px 0;
}

.sumTitleBody h1.h2-lg {
  color: #fff;
}

.sumTitleBody a {
  color: #ccc;
}

.sumTitleBody li.breadcrumb-item.active {
  color: #fff;
}

::before {}

.breadcrumb-item+.breadcrumb-item::before {
  color: #ccc;
}
.sumTitleBody p {
  color: #ccc;
  margin: 0;
}
ol.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb-nav {
  margin-bottom: 10px;
}
.hero-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 130px;
  width: 100%;
}
.cad-contant-body {
  background: var(--surface);
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 40px;
}
.cad-contant-body label.label {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.price-lineBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.price-line {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  padding-left: 40px;
  position: relative;
}

.price-line input.me-2 {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translate(0px, -50%);
  width: 20px;
  height: 20px;
}
.cad-contant-body .form-control, .select2, .select2-selection {
  width: 100% !important;
  display: block;
  height: 50px !important;
  border: 1px solid #d7d0cb !important;
  max-width: 100%;
  border-radius: 10px !important;
}
.iti {
  position: relative;
  display: inline-block;
  z-index: 9;
  width: 100%;
  max-width: 100%;
}

.total-box {
  display: block;
  margin: 20px 0 !important;
  font-size: 20px;
  font-weight: bold;
}
.selectContryBtnBox {
  background: var(--surface);
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;  
  flex-wrap: wrap;
}

.selectContryBtnBox a {
  padding: 10px 30px;
  min-width: 150px;
}
.bookingDateSelect {
  display: block;
  width: 100%;
}

.bookingDateSelect ul.form {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}

.bookingDateSelect ul.form li {
  list-style: none;
  width: 100%;
  margin-bottom: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 50px;
}

.bookingListGroup {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bookingSideBar {
  background: var(--surface);
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.bookingContantBox {
  padding: 20px;
}

.bookingSideBar h2 {
  background: #3f2f24;
  margin: 0;
  padding: 10px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.bookingContantBox h4 {
  font-size: 14px;
}

.srchBtn {
  margin-top: 20px;
  width: 100%;
}

.srchBtn input {
  width: 100%;
}

.iti {
  max-width: 100% !important;
}















@media (max-width: 1100px) {
  .nav { display: none; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .split-box { grid-template-columns: 1fr; }
  .split-image { min-height: 360px; }
  .retreat-card {
    grid-template-columns: 1fr;
  }

  .card-image {
    height: 260px;
  }

  .price-box {
    text-align: left;
  }
}

@media (max-width: 720px) {
  .container { width: min(var(--container), calc(100% - 32px)); }
  .header-inner,
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .hero { min-height: auto; }
  .hero-content { padding: 100px 0 90px; }
  .hero h1 { font-size: 48px; }
  .hero p { font-size: 17px; }
  .grid-3,
  .grid-4,
  .stats-grid,
  .footer-main { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .hero-actions { width: 100%; }
  .hero-actions .btn { max-width: 100%; }
  .newsletter { width: 100%; }
  .section-head { margin-bottom: 38px; }
  section.section { padding-top: 90px; }
  .stats { margin-top: 90px; padding: 74px 0; }
  .footer { margin-top: 90px; }
  .split-content { padding: 40px 28px; }
  .listing-layout {
    grid-template-columns: 1fr;
  }

  .filters {
    position: static;
    display: none;
  }

  .filters.show {
    display: block;
  }

  .mobile-filter-toggle {
    display: inline-block;
  }
}

@media (max-width: 640px) {
  .quick-info {
    grid-template-columns: 1fr;
  }

  .card-actions {
    flex-direction: column;
  }

  .outline-btn,
  .solid-btn {
    width: 100%;
  }

  .card-content {
    padding: 18px;
  }
}

