body {
  font-family: 'DM Sans', sans-serif;
  padding-top: 110px;
  /*padding-top: 115px;  desktop: top-bar(35px) + navbar(~80px) */

}



/* ================= HERO SECTION ================= */

.hero-section {
  min-height: 100vh;
  background:
    linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)),
    url('images/index/index-hero.webp');
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

/* Floating Glow */
.hero-section::before {
  content: '';
  position: absolute;
  width: 350px;
  height: 350px;
  background: rgba(47, 93, 80, .35);
  filter: blur(120px);
  border-radius: 50%;
  top: -100px;
  left: -100px;
}

.hero-section::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(59, 115, 100, .25);
  filter: blur(120px);
  border-radius: 50%;
  bottom: -100px;
  right: -100px;
}



@media(max-width:991px) {

  .hero-section {
    text-align: center;
  }
}

/* ================= WHY SECTION ================= */

.why-section {
  background: #faf7f0;
}

.sec-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 30px;
  background: rgba(184, 145, 42, 0.12);
  border: 1px solid rgba(184, 145, 42, 0.22);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #B8912A;
}

.sec-tag::before {
  content: '';
  width: 18px;
  height: 1px;
  background: #B8912A;
}

.sec-title {
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px;
  color: #1a1108;
}

.sec-title em {
  color: #B8912A;
  font-style: normal;
}

.sec-desc {
  max-width: 650px;
  font-size: 15px;
  line-height: 1.8;
  color: #7a6a4a;
}




/* ================= OUR STORY SECTION ================= */

.our-story-section {
  background: #fff;
  padding: 90px 0;
}

/* IMAGE */
.our-story-img-wrap {
  position: relative;
}

.our-story-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .12);
}

/* TAG */
.our-story-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #E07844;
  margin-bottom: 14px;
  font-weight: 600;
}

.our-story-tag::before {
  content: '';
  width: 22px;
  height: 1px;
  background: #E07844;
}

/* TITLE */
.our-story-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  color: #1f1f1f;
  margin-bottom: 18px;
}

.our-story-title em {
  color: #E07844;
  font-style: italic;
}

/* DESCRIPTION */
.our-story-desc {
  font-size: 15px;
  line-height: 1.9;
  color: #777;
  max-width: 650px;
}

/* FEATURES */
.our-story-features {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 32px;
}

/* FEATURE */
.our-story-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

/* ICON */
.our-story-feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #fff4ee;
  color: #E07844;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}

/* FEATURE TITLE */
.our-story-feature-title {
  font-size: 17px;
  font-weight: 700;
  color: #222;
  margin-bottom: 5px;
}

/* FEATURE TEXT */
.our-story-feature-text {
  font-size: 14px;
  line-height: 1.7;
  color: #777;
}

/* RESPONSIVE */
@media(max-width:991px) {

  .our-story-img {
    height: 420px;
  }

}



/* ================= TESTIMONIALS SECTION ================= */
/* ===== HM PALACE TESTIMONIAL SECTION ===== */
.hm-testi-section {
  position: relative;
  padding: 100px 0 110px;
  background: var(--hm-cream);
  overflow: hidden;
}

.hm-testi-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(184, 145, 42, 0.07) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
}

.hm-testi-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, var(--hm-gold), transparent);
  opacity: 0.4;
}

.hm-testi-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

/* ---- Header ---- */
.hm-testi-header {
  text-align: center;
  margin-bottom: 56px;
  animation: hmFadeUp 0.65s ease both;
}

.hm-testi-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--hm-gold);
  margin-bottom: 18px;
}

.hm-testi-eyebrow::before,
.hm-testi-eyebrow::after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, var(--hm-gold));
  border-radius: 2px;
}

.hm-testi-eyebrow::after {
  background: linear-gradient(90deg, var(--hm-gold), transparent);
}

.hm-testi-title {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--hm-dark);
  line-height: 1.1;
  margin-bottom: 12px;
}

.hm-testi-title em {
  font-style: italic;
  color: var(--hm-gold);
}

.hm-testi-subtitle {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--hm-muted);
}

/* ornament */
.hm-testi-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.hm-torn-line {
  width: 44px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--hm-gold));
  border-radius: 2px;
}

.hm-torn-line.rev {
  background: linear-gradient(90deg, var(--hm-gold), transparent);
}

.hm-torn-diamond {
  width: 6px;
  height: 6px;
  background: var(--hm-gold);
  transform: rotate(45deg);
}

.hm-torn-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(184, 145, 42, 0.45);
}

/* ---- Star stats row ---- */
.hm-testi-stars-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 52px;
}

.hm-testi-stars-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.hm-stars {
  display: flex;
  gap: 3px;
}

.hm-stars i {
  font-size: 0.75rem;
  color: var(--hm-gold);
}

.hm-stars-label {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--hm-muted);
}

.hm-testi-stars-divider {
  width: 1px;
  height: 28px;
  background: linear-gradient(180deg, transparent, rgba(184, 145, 42, 0.35), transparent);
}

/* ---- Marquee ---- */
.hm-testi-marquee-wrap {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.hm-testi-row {
  display: flex;
  gap: 22px;
  margin-bottom: 20px;
  width: max-content;
}

.hm-testi-row:last-child {
  margin-bottom: 0;
}

.hm-testi-row.row-fwd {
  animation: hmScrollLeft 48s linear infinite;
}

.hm-testi-row.row-rev {
  animation: hmScrollRight 52s linear infinite;
}

.hm-testi-row:hover,
.hm-testi-row:hover * {
  animation-play-state: paused !important;
}

@keyframes hmScrollLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes hmScrollRight {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes hmFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---- Card ---- */
.hm-t-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  border: 1px solid var(--hm-gold-border);
  box-shadow: 0 2px 18px rgba(26, 17, 8, 0.06), 0 1px 4px rgba(26, 17, 8, 0.04);
  padding: 28px 28px 24px;
  min-width: 300px;
  max-width: 320px;
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.35s, border-color 0.3s;
  cursor: default;
  overflow: hidden;
}

.hm-t-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1a1108, #B8912A, #e0b84a);
  border-radius: 18px 18px 0 0;
}

.hm-t-card:hover {
  transform: translateY(-7px) scale(1.01);
  box-shadow: 0 18px 48px rgba(26, 17, 8, 0.12), 0 4px 12px rgba(184, 145, 42, 0.12);
  border-color: rgba(184, 145, 42, 0.45);
}

/* ghost quote */
.hm-t-card-ghost {
  position: absolute;
  bottom: -18px;
  right: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 8rem;
  font-weight: 700;
  color: rgba(184, 145, 42, 0.06);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  transition: color 0.3s;
}

.hm-t-card:hover .hm-t-card-ghost {
  color: rgba(184, 145, 42, 0.13);
}

/* card top */
.hm-t-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.hm-t-quote-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--hm-gold-light);
  border: 1px solid var(--hm-gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.hm-t-card:hover .hm-t-quote-icon {
  background: linear-gradient(135deg, #1a1108, #B8912A);
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(184, 145, 42, 0.3);
}

.hm-t-quote-icon i {
  font-size: 0.85rem;
  color: var(--hm-gold);
  transition: color 0.3s;
}

.hm-t-card:hover .hm-t-quote-icon i {
  color: #fff;
}

.hm-t-card-stars {
  display: flex;
  justify-content: flex-end;
  gap: 2px;
}

.hm-t-card-stars i {
  font-size: 0.68rem;
  color: var(--hm-gold);
}

/* card body */
.hm-t-text {
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--hm-text);
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.hm-t-sep {
  height: 1px;
  background: linear-gradient(90deg, rgba(184, 145, 42, 0.2), transparent);
  margin-bottom: 16px;
}

/* author */
.hm-t-author {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.hm-t-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a1108, #B8912A);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(184, 145, 42, 0.3);
}

.hm-t-avatar span {
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
}

.hm-t-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--hm-dark);
  margin-bottom: 1px;
}

.hm-t-role {
  font-size: 0.62rem;
  font-weight: 400;
  color: var(--hm-muted);
  letter-spacing: 0.3px;
}

/* ---- CTA ---- */
.hm-testi-cta-row {
  text-align: center;
  margin-top: 56px;
}

.hm-testi-cta-text {
  font-family: 'DM Sans', sans-serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--hm-muted);
  margin-bottom: 18px;
}

.hm-testi-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #1a1108, #B8912A);
  padding: 12px 28px;
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(26, 17, 8, 0.25);
  transition: all 0.22s ease;
}

.hm-testi-cta-btn i {
  font-size: 0.8rem;
  transition: transform 0.22s;
}

.hm-testi-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(26, 17, 8, 0.32);
  color: #fff;
}

.hm-testi-cta-btn:hover i {
  transform: translateX(4px);
}

/* ---- Responsive ---- */
@media (max-width: 600px) {
  .hm-testi-section {
    padding: 72px 0 80px;
  }

  .hm-testi-container {
    padding: 0 20px;
  }

  .hm-testi-stars-row {
    flex-wrap: wrap;
    gap: 12px;
  }

  .hm-testi-stars-divider {
    display: none;
  }

  .hm-t-card {
    min-width: 260px;
    max-width: 280px;
  }
}


/* about page */
.about-hero-section {
  min-height: 100vh;
  background:
    linear-gradient(rgba(12, 12, 12, 0.82), rgba(0, 0, 0, 0.92)),
    url('images/about/about-hero.webp') center/cover no-repeat;
}



.icon-box {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(184, 145, 42, 0.12);
  border: 1px solid rgba(184, 145, 42, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B8912A;
  font-size: 20px;
}

:root {
  --hm-gold: #B8912A;
  --hm-gold-light: rgba(184, 145, 42, 0.12);
  --hm-gold-border: rgba(184, 145, 42, 0.22);
  --hm-dark: #1a1108;
  --hm-cream: #faf7f0;
  --hm-text: #3a2e1a;
  --hm-muted: #7a6a4a;


  --gold: #B8912A;
  --gold-light: rgba(184, 145, 42, 0.22);
  --gold-dim: rgba(184, 145, 42, 0.12);
  --gold-glow: rgba(184, 145, 42, 0.08);
  --dark: #1a1108;
  --dark2: #0e0b04;
  --cream: #faf7f0;
  --mid: #3a2e1a;
  --muted: #7a6a4a;
  

  --gold-12: rgba(184, 145, 42, 0.12);
  --gold-22: rgba(184, 145, 42, 0.22);
  --dark: #1a1108;
  --cream: #faf7f0;
  --mid: #3a2e1a;
  --muted: #7a6a4a;

  --font-h: 'DM Sans', sans-serif;;
  --font-b: 'DM Sans', sans-serif;

  --card-bg: #fffdf7;
  --card-border: rgba(184, 145, 42, 0.38);
  --section-bg: #faf7f0;
}

.about-section {
  padding: 80px 0;
  background: var(--hm-cream);
}

/* Image frame */
.about-img-frame {
  position: relative;
  display: inline-block;
  width: 100%;
}

.about-img-frame::before {
  content: '';
  position: absolute;
  inset: -12px;
  border: 1.5px solid var(--hm-gold-border);
  border-radius: 24px;
  z-index: 0;
  transition: border-color 0.35s;
}

.about-img-frame:hover::before {
  border-color: rgba(184, 145, 42, 0.5);
}

.about-img-frame img {
  position: relative;
  z-index: 1;
}

.about-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 56px rgba(26, 17, 8, 0.18);
  transition: transform 0.5s ease;
  display: block;
}

.about-img:hover {
  transform: scale(1.02);
}

/* Float badge */
.float-badge {
  position: absolute;
  bottom: 24px;
  right: -18px;
  z-index: 2;
  background: var(--hm-gold);
  color: #fff;
  border-radius: 14px;
  padding: 14px 18px;
  text-align: center;
  box-shadow: 0 8px 28px rgba(184, 145, 42, 0.45);
  animation: floatUp 3.8s ease-in-out infinite;
  min-width: 100px;
}

@keyframes floatUp {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.float-badge-icon {
  font-size: 26px;
  line-height: 1;
  display: block;
  margin-bottom: 4px;
}

.float-badge-num {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  display: block;
  font-family: 'DM Sans', sans-serif;
}

.float-badge-sub {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-top: 3px;
  display: block;
}

/* Text side */
.hm-sec-tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hm-gold);
  font-weight: 600;
  margin-bottom: 14px;
  padding: 5px 14px;
  border: 1px solid var(--hm-gold-border);
  border-radius: 30px;
  background: var(--hm-gold-light);
}

.hm-sec-title {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 700;
  color: var(--hm-dark);
  line-height: 1.2;
  margin-bottom: 20px;
}

.hm-sec-title em {
  color: var(--hm-gold);
  font-style: normal;
}

.hm-sec-desc {
  font-size: 15.5px;
  color: var(--hm-muted);
  line-height: 1.75;
}

.hm-sec-desc strong {
  color: var(--hm-dark);
}

.gold-divider {
  width: 48px;
  height: 2px;
  background: var(--hm-gold);
  margin: 20px 0;
  border-radius: 2px;
}

/* USP tags */
.usp-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 28px;
}

.usp-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--hm-gold);
  background: var(--hm-gold-light);
  border: 1px solid var(--hm-gold-border);
  border-radius: 8px;
  padding: 7px 14px;
  font-weight: 600;
}

/* Buttons */
.btn-hm {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  background: var(--hm-gold);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: background 0.25s, transform 0.2s;
}

.btn-hm:hover {
  background: #9a7822;
  color: #fff;
  transform: translateY(-1px);
}

.btn-outline-hm {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: transparent;
  color: var(--hm-gold);
  border: 1.5px solid var(--hm-gold);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: all 0.25s;
}

.btn-outline-hm:hover {
  background: var(--hm-gold);
  color: #fff;
}

/* Responsive float badge */
@media (max-width: 991px) {
  .float-badge {
    right: 12px;
    bottom: 16px;
  }
}


/* about page what we offer section */
.services-section {
  padding: 90px 0;
  background: var(--cream);
}

/* Service item */
.service-item {
  padding: 0 0 26px;
  border-bottom: 1px solid rgba(184, 145, 42, 0.22);
  transition: transform 0.25s;
  cursor: default;
}

.service-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.service-item:hover {
  transform: translateY(-3px);
}

.service-icon-wrap {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(184, 145, 42, 0.12);
  border: 1px solid rgba(184, 145, 42, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s, transform 0.25s;
}

.service-item:hover .service-icon-wrap {
  background: rgba(184, 145, 42, 0.22);
  transform: rotate(7deg) scale(1.1);
}

.service-icon-wrap svg {
  width: 20px;
  height: 20px;
  stroke: #B8912A;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1a1108;
  margin: 0;
  transition: color 0.25s;
}

.service-item:hover .service-title {
  color: #B8912A;
}

.service-desc {
  font-size: 13px;
  color: #7a6a4a;
  line-height: 1.72;
  margin: 8px 0 0 58px;
}

.service-learn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #B8912A;
  text-decoration: none;
  margin-top: 8px;
  margin-left: 58px;
  font-weight: 600;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.25s, transform 0.25s;
}

.service-item:hover .service-learn {
  opacity: 1;
  transform: translateX(0);
}

/* Center image */
.services-img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 56px rgba(26, 17, 8, 0.16);
}

.services-center-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.services-img-wrap:hover .services-center-img {
  transform: scale(1.03);
}

.services-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(26, 10, 8, 0.72));
  padding: 40px 20px 22px;
  display: flex;
  justify-content: center;
}

.services-portfolio-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 22px;
  background: rgba(255, 255, 255, 0.93);
  color: #1a1108;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border-radius: 9999px;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s, color 0.25s;
}

.services-portfolio-btn:hover {
  background: #B8912A;
  color: #fff;
  transform: translateY(-2px);
}

.services-portfolio-btn svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 991px) {
  .services-center-img {
    height: 340px;
  }
}


.about-stats-glass-card {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-color: rgba(255, 255, 255, 0.18) !important;
  transition: all .4s ease;
}

.about-stats-glass-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.5) !important;
  box-shadow:
    0 0 25px rgba(255, 255, 255, 0.22),
    0 0 60px rgba(255, 255, 255, 0.12);
}

.stats-line {
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  transition: all .4s ease;
}

.about-stats-glass-card:hover .stats-line {
  width: 50px;
  background: #fff;
}


/* Gallery page */
/* =========================
   GALLERY CARD
========================= */

.gallery-card {

  position: relative;

  border-radius: 20px;
  overflow: hidden;

  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);

  transition: all .4s ease;
}

.gallery-card img {

  width: 100%;
  height: 280px;

  object-fit: cover;

  transition: transform .5s ease;
}

/* HOVER CARD */
.gallery-card:hover {

  transform: translateY(-10px);

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

/* IMAGE ZOOM */
.gallery-card:hover img {

  transform: scale(1.08);
}

/* =========================
   OVERLAY
========================= */

.gallery-overlay {

  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, 0.45);

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;

  transition: .4s ease;
}

/* EYE ICON */
.gallery-overlay i {

  width: 75px;
  height: 75px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: rgba(184, 145, 42, 0.18);

  border: 1px solid rgba(245, 215, 110, 0.45);

  backdrop-filter: blur(10px);

  color: #F5D76E;

  font-size: 30px;

  transform: scale(.7);

  transition: .4s ease;
}

/* SHOW OVERLAY */
.gallery-card:hover .gallery-overlay {

  opacity: 1;
}

/* ICON ANIMATION */
.gallery-card:hover .gallery-overlay i {

  transform: scale(1);
}

/* =========================
   VIDEO CARD
========================= */

.video-card {

  position: relative;

  height: 500px;

  border-radius: 24px;
  overflow: hidden;

  box-shadow: 0 15px 40px rgba(0, 0, 0, .12);

  transition: .4s ease;
}

/* VIDEO */
.video-card video {

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform .6s ease;
}

/* OVERLAY */
.video-overlay {

  position: absolute;
  inset: 0;

  background:
    linear-gradient(to top,
      rgba(0, 0, 0, .85),
      rgba(0, 0, 0, .15),
      rgba(0, 0, 0, .05));

  padding: 24px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* BADGE */
.video-badge {

  width: max-content;

  padding: 8px 16px;

  border-radius: 50px;

  background: rgba(184, 145, 42, .16);

  border: 1px solid rgba(245, 215, 110, .28);

  backdrop-filter: blur(10px);

  color: #F5D76E;

  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
}

/* CONTENT */
.video-content {

  color: #fff;
}

/* HOVER */
.video-card:hover {

  transform: translateY(-10px);

  box-shadow: 0 25px 50px rgba(0, 0, 0, .2);
}

.video-card:hover video {

  transform: scale(1.06);
}

/* MOBILE */
@media (max-width:768px) {

  .video-card {

    height: 400px;
  }
}

/* PLAY BUTTON OVERLAY */
.video-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 10px;
  z-index: 2;
}

.play-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
}

.play-hint {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-card:hover .play-icon {
  background: rgba(245, 215, 110, 0.25);
  border-color: #F5D76E;
  color: #F5D76E;
  transform: scale(1.1);
}

/* video এখন pointer events নেবে না, overlay নেবে */
.video-card video {
  pointer-events: none;
}

/* menu page */

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(145deg, #0e0b04 0%, #1a1108 40%, #1f1608 65%, #0a0803 100%);
  overflow: hidden;
}

/* ── Background Layers ── */
.noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");
  opacity: 0.4;
}

.grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(184, 145, 42, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184, 145, 42, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}

/* ── Glow Orbs ── */
.glow-top {
  position: absolute;
  top: -150px;
  right: -60px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 145, 42, 0.09), transparent 65%);
  pointer-events: none;
}

.glow-bot {
  position: absolute;
  bottom: -120px;
  left: -80px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 145, 42, 0.06), transparent 65%);
  pointer-events: none;
}

.glow-mid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(184, 145, 42, 0.04), transparent 60%);
  pointer-events: none;
}

/* ── Ghost Text ── */
.ghost-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-h);
  font-size: clamp(8rem, 16vw, 16rem);
  font-weight: 700;
  font-style: italic;
  color: transparent;
  -webkit-text-stroke: 1px rgba(184, 145, 42, 0.05);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  line-height: 1;
}

/* ══════════════════════════════════
     INNER GRID
  ══════════════════════════════════ */
.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 48px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  width: 100%;
}

/* ══════════════════════════════════
     LEFT COLUMN
  ══════════════════════════════════ */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;

}

.eyebrow::before {
  content: '';
  width: 20px;
  height: 1px;
  background: var(--gold);
  display: inline-block;
}

.tagline-sm {
  font-family: var(--font-h);
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-style: italic;
  font-weight: 400;
  color: rgba(250, 247, 240, 0.45);
  margin-bottom: 6px;
  letter-spacing: 1px;

}

.brand {
  font-family: var(--font-h);
  font-size: clamp(3.2rem, 6vw, 5.6rem);
  font-weight: 700;
  color: var(--cream);
  line-height: 0.95;
  letter-spacing: -1px;
  margin-bottom: 6px;

}

.brand .gld {
  color: var(--gold);
}

.brand-sub {
  font-family: var(--font-h);
  font-size: clamp(1.1rem, 2.2vw, 1.7rem);
  font-weight: 400;
  font-style: italic;
  color: rgba(250, 247, 240, 0.38);
  letter-spacing: 2px;
  margin-bottom: 26px;

}

.divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;

}

.div-line {
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.div-line-r {
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.div-diamond {
  width: 5px;
  height: 5px;
  background: var(--gold);
  transform: rotate(45deg);
  flex-shrink: 0;
}

.div-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(184, 145, 42, 0.4);
}

.headline {
  font-family: var(--font-h);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 600;
  font-style: italic;
  color: rgba(250, 247, 240, 0.82);
  line-height: 1.35;
  margin-bottom: 20px;

}

.desc {
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.95;
  color: rgba(250, 247, 240, 0.42);
  border-left: 2px solid rgba(184, 145, 42, 0.2);
  padding-left: 16px;
  margin-bottom: 38px;

}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;

}

.tag {
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(184, 145, 42, 0.7);
  border: 1px solid rgba(184, 145, 42, 0.22);
  padding: 5px 14px;
  border-radius: 2px;
}

.ctas {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;

}

.cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1a1108;
  background: var(--gold);
  padding: 13px 28px;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.25s;
  box-shadow: 0 4px 20px rgba(184, 145, 42, 0.3);
}

.cta-primary:hover {
  background: #d4a830;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(184, 145, 42, 0.4);
}

.cta-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(250, 247, 240, 0.5);
  text-decoration: none;
  border-bottom: 1px solid rgba(250, 247, 240, 0.15);
  padding-bottom: 2px;
  transition: color 0.22s, border-color 0.22s;
}

.cta-ghost:hover {
  color: var(--gold);
  border-color: var(--gold);
}

/* ══════════════════════════════════
     RIGHT COLUMN
  ══════════════════════════════════ */
.right-col {
  display: flex;
  flex-direction: column;
  gap: 16px;

}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* Glass Card (provided by user) */
.glass-card {
  padding: 28px 24px;
  border-radius: 16px;
  background: rgba(184, 145, 42, 0.08);
  border: 1px solid rgba(184, 145, 42, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

.glass-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.5;
}

.glass-card:hover {
  transform: translateY(-5px);
  border-color: rgba(184, 145, 42, 0.38);
  background: rgba(184, 145, 42, 0.13);
}

.stat-num {
  font-family: var(--font-h);
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--cream);
  line-height: 1;
  margin-bottom: 4px;
}

.stat-num sup {
  font-size: 1.4rem;
  color: var(--gold);
  font-weight: 600;
}

.stat-label {
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(184, 145, 42, 0.7);
}

/* Info Cards */
.info-card {
  padding: 20px 22px;
  border-radius: 16px;
  background: rgba(184, 145, 42, 0.06);
  border: 1px solid rgba(184, 145, 42, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  gap: 16px;
  transition: 0.3s ease;
}

.info-card:hover {
  border-color: rgba(184, 145, 42, 0.3);
  background: rgba(184, 145, 42, 0.1);
}

.ic-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgba(184, 145, 42, 0.14);
  border: 1px solid rgba(184, 145, 42, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ic-icon i {
  font-size: 1rem;
  color: var(--gold);
}

.ic-title {
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(250, 247, 240, 0.75);
  margin-bottom: 2px;
}

.ic-sub {
  font-size: 0.65rem;
  font-weight: 300;
  color: rgba(250, 247, 240, 0.32);
}


/* ══════════════════════════════════
     ANIMATIONS
  ══════════════════════════════════ */

/* ══════════════════════════════════
     RESPONSIVE
  ══════════════════════════════════ */
@media (max-width: 900px) {
  .inner {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 80px 28px 100px;
  }

  .ghost-text {
    font-size: 5rem;
  }



  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .inner {
    padding: 70px 20px 90px;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .glass-card {
    padding: 20px 16px;
  }

  .stat-num {
    font-size: 2rem;
  }

  .ctas {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}


/* ══════════════════════════════════
   SECTION WRAPPER
══════════════════════════════════ */
.menu-section {
  padding: 80px 0 100px;
  background: var(--section-bg);
}

/* ══════════════════════════════════
   SECTION HEADING (top)
══════════════════════════════════ */
.sec-eyebrow {
  font-family: var(--font-b);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.sec-eyebrow::before,
.sec-eyebrow::after {
  content: '';
  width: 18px;
  height: 1px;
  background: var(--gold);
  display: inline-block;
}

.sec-title {
  font-family: var(--font-h);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--dark);
  line-height: 1;
  margin-bottom: 6px;
}

.sec-title em {
  color: var(--gold);
  font-style: italic;
}

.sec-sub {
  font-size: 13px;
  color: var(--muted);
}


/* ══════════════════════════════════
   FILTER BAR
══════════════════════════════════ */
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 44px;
}

.filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  background: transparent;
  border: 1px solid var(--gold-22);
  border-radius: 9999px;
  font-family: var(--font-b);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.filter-btn i {
  font-size: 12px;
}

.filter-btn:hover {
  background: var(--gold-12);
  border-color: var(--gold);
  color: var(--dark);
}

.filter-btn.active {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}

/* Search */
.search-wrap {
  position: relative;
  margin-left: auto;
}

.search-wrap i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
  font-size: 13px;
  pointer-events: none;
}

.dish-search {
  padding: 7px 16px 7px 34px;
  border: 1px solid var(--gold-22);
  border-radius: 9999px;
  font-family: var(--font-b);
  font-size: 11px;
  background: #fff;
  color: var(--dark);
  outline: none;
  width: 200px;
  transition: border-color 0.2s;
}

.dish-search::placeholder {
  color: var(--muted);
}

.dish-search:focus {
  border-color: var(--gold);
}

/* ══════════════════════════════════
   CATEGORY GROUP
══════════════════════════════════ */
.cat-group {
  margin-bottom: 52px;
}

.cat-heading {
  font-family: var(--font-h);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 4px;
}

.cat-heading em {
  color: var(--gold);
  font-style: italic;
}

.cat-divider {
  width: 100%;
  height: 1.5px;
  background: linear-gradient(90deg, var(--gold), rgba(184, 145, 42, 0.08));
  border: none;
  margin-bottom: 24px;
}

/* ══════════════════════════════════
   ITEM CARD  (Bootstrap + minimal CSS)
══════════════════════════════════ */
.dish-card {
  background: var(--card-bg);
  border-radius: 1rem !important;
  /* rounded-4 */
  border: 1px solid rgba(184, 145, 42, 0.28) !important;
  border-left: 3.5px solid var(--gold) !important;
  box-shadow: 0 4px 18px rgba(26, 17, 8, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  height: 100%;
}

.dish-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(26, 17, 8, 0.13);
}

.dish-card .card-body {
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Top row: name + badge */
.dish-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.dish-name {
  font-family: var(--font-h);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.25;
  flex: 1;
}

/* Veg / Non-veg badge */
.badge-veg,
.badge-nonveg {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-b);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 3px 7px;
  border: 1px solid;
  margin-top: 2px;
}

.badge-veg {
  color: #2a7a3b;
  background: rgba(42, 122, 59, 0.08);
  border-color: rgba(42, 122, 59, 0.25);
}

.badge-nonveg {
  color: #b83232;
  background: rgba(184, 50, 50, 0.08);
  border-color: rgba(184, 50, 50, 0.25);
}

/* dot inside badge */
.badge-veg::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2a7a3b;
  flex-shrink: 0;
}

.badge-nonveg::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b83232;
  flex-shrink: 0;
}

/* Description */
.dish-desc {
  font-size: 12px;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

/* Price */
.dish-price {
  font-family: var(--font-h);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gold);
  margin-top: 4px;
}

/* Empty state */
.empty-state {
  text-align: center;
  padding: 60px 20px;
  color: var(--muted);
  font-size: 14px;
}

.empty-state i {
  font-size: 2.5rem;
  color: var(--gold-22);
  display: block;
  margin-bottom: 12px;
}

.drinks-sub-heading {
  font-family: var(--font-h);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--mid);
  margin-bottom: 4px;
}
.drinks-sub-divider {
  height: 1px;
  background: rgba(184,145,42,0.2);
  border: none;
  margin-bottom: 16px;
}

.dish-row-wrap {
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.3s ease;
    max-height: 99999px;
    opacity: 1;
}

.dish-row-wrap.collapsed {
    max-height: 0 !important;
    opacity: 0;
    pointer-events: none;
}

/* ROOMS PAGE  */
.room-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 20px;
    overflow: hidden;
    transition: transform .32s cubic-bezier(.22,.68,0,1.2), box-shadow .32s ease;
    height: 100%;
}
.room-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 48px rgba(184,145,42,0.15), 0 8px 16px rgba(26,17,8,0.08);
}

.room-img-wrap {
    position: relative;
    overflow: hidden;
    height: 220px;
}
.room-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s cubic-bezier(.22,.68,0,1.2);
}
.room-card:hover .room-img-wrap img {
    transform: scale(1.07);
}
.room-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(26,17,8,0.32) 100%);
    pointer-events: none;
}

.room-badge-top {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    background: var(--hm-gold);
    color: #fff;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 30px;
    box-shadow: 0 2px 10px rgba(184,145,42,0.35);
}

.room-body {
    padding: 22px 22px 24px;
}

.room-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--hm-text);
    margin-bottom: 6px;
}
.room-divider {
    width: 36px;
    height: 2px;
    background: var(--hm-gold);
    border-radius: 2px;
    margin-bottom: 10px;
    opacity: .6;
}
.room-desc {
    font-size: .84rem;
    color: var(--hm-muted);
    line-height: 1.7;
    margin-bottom: 18px;
}

.amenities-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}
.amenity-item {
    display: flex;
    align-items: center;
    gap: 9px;
}
.amenity-item .icon-box {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 14px;
    flex-shrink: 0;
}
.amenity-label {
    font-size: .78rem;
    color: var(--hm-text);
    font-weight: 500;
    line-height: 1.2;
}

.book-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--hm-gold);
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 11px 24px;
    border-radius: 50px;
    text-decoration: none;
    transition: background .2s, transform .15s;
}
.book-btn:hover {
    background: #a07820;
    transform: scale(.98);
    color: #fff;
}

.collapsible-heading {
    cursor: pointer;
    display: flex;
    align-items: center;
    user-select: none;
}

.collapsible-heading:hover {
    opacity: 0.8;
}

.toggle-icon {
    transition: transform 0.2s ease;
}

