:root {
  --brand-gold: #d0aa63;
  --brand-ivory: #f3ece2;
  --brand-coffee: #0b0907;
  --brand-mocha: #14100d;
  --brand-sand: #bda57a;
  --text-muted: #b7a99a;
  --shadow-soft: 0 30px 60px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--brand-ivory);
  background-color: var(--brand-coffee);
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Playfair Display", serif;
  letter-spacing: 0.4px;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.section-padding {
  padding: 110px 0;
}

.section-muted {
  background: radial-gradient(circle at top left, #171310 0%, #0b0907 60%);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.72rem;
  color: var(--brand-gold);
  margin-bottom: 12px;
}

.section-text {
  color: var(--text-muted);
}

.shadow-soft {
  box-shadow: var(--shadow-soft);
}
















:root {
  --brand-gold: #c5a059;
  --brand-ivory: #f8f9fa;
}

.navbar {
  padding: 10px 0;
  transition: all 0.3s ease;
  background: rgba(9, 7, 6, 0.8);
  backdrop-filter: blur(12px);
  min-height: 90px;
}


.logo-wrapper {
  background: #090706;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid rgba(197, 160, 89, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.brand-logo {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.brand-text {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 5px;
  color: var(--brand-gold);
}

.tagline {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--brand-gold);
  font-size: 0.60rem;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: var(--brand-gold);
}


@media (min-width: 992px) {
  .navbar-nav .nav-link {
    padding: 0 15px;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
}

/* Mobile Adjustments */
@media (max-width: 991px) {
  .logo-wrapper {
    width: 60px;
    height: 60px;
  }

  .brand-logo {
    width: 100%;
    height: 100%;
  }

  .navbar-brand {
    order: -1;
    /* Keeps logo at top on mobile menu */
    margin-bottom: 20px;
  }
}


























.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #ffffff;
  background: url("assets/New%20folder/Hotel.jpeg") center/cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(6, 5, 5, 0.95), rgba(11, 9, 7, 0.5));
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(11, 9, 7, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 22px;
}

.hero-logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-wordmark {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.btn-primary {
  background-color: var(--brand-gold);
  border-color: var(--brand-gold);
  color: #1a1a1a;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 999px;
}

.btn-primary:hover {
  background-color: #c39a55;
  border-color: #c39a55;
}

.btn-outline-light {
  border-radius: 999px;
  padding: 12px 28px;
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.btn-outline-light:hover {
  border-color: var(--brand-gold);
  color: var(--brand-gold);
}

.btn-link {
  color: var(--brand-gold);
  font-weight: 600;
  padding: 0;
}

.service-card {
  background: rgba(16, 12, 10, 0.9);
  border-radius: 24px;
  padding: 32px;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
}

.area-cards {
  display: grid;
  gap: 20px;
}

.area-card {
  background: rgba(16, 12, 10, 0.85);
  border-radius: 22px;
  padding: 24px 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
}

.area-card ul {
  padding-left: 18px;
  margin: 0;
  color: var(--text-muted);
}

.area-title {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.7rem;
  color: var(--brand-gold);
  margin-bottom: 10px;
}

.area-source {
  margin-top: 16px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
}

.service-card ul {
  padding-left: 18px;
  margin: 0;
  color: var(--text-muted);
}

.service-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(208, 170, 99, 0.15);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: var(--brand-gold);
  font-size: 1.4rem;
}

.property-media {
  display: grid;
  gap: 18px;
}

.property-media img {
  border-radius: 22px;
  object-fit: cover;
  box-shadow: var(--shadow-soft);
}

.property-stack {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.property-highlights {
  display: grid;
  gap: 18px;
  margin: 28px 0 32px;
}

.booking-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 26px;
  border-radius: 22px;
  background: rgba(16, 12, 10, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
  margin-bottom: 20px;
}

.booking-label {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.7rem;
  color: var(--brand-gold);
  margin-bottom: 6px;
}

.highlight-title {
  display: block;
  color: var(--brand-gold);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.72rem;
  margin-bottom: 6px;
}

.philosophy-banner {
  padding: 60px 50px;
  border-radius: 30px;
  text-align: center;
  background: linear-gradient(120deg, rgba(21, 16, 13, 0.9), rgba(9, 7, 6, 0.95));
  border: 1px solid rgba(208, 170, 99, 0.3);
  box-shadow: var(--shadow-soft);
}

.philosophy-banner p {
  color: var(--text-muted);
  margin-top: 12px;
}

.contact-brand {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 28px;
}

.contact-details {
  display: grid;
  gap: 16px;
  color: var(--text-muted);
}

.contact-details i {
  color: var(--brand-gold);
  margin-right: 12px;
}

.contact-card {
  background: rgba(16, 12, 10, 0.85);
  padding: 36px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.booking-form {
  margin-top: 24px;
}

.form-label {
  color: var(--brand-ivory);
  font-weight: 500;
}

.form-control,
.form-select {
  background: rgba(9, 7, 6, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--brand-ivory);
  border-radius: 14px;
  padding: 12px 14px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--brand-gold);
  box-shadow: 0 0 0 0.2rem rgba(208, 170, 99, 0.2);
  background: rgba(9, 7, 6, 0.9);
  color: var(--brand-ivory);
}

.form-select option {
  color: #111111;
}

.form-success {
  color: var(--brand-gold);
  display: none;
  font-size: 0.95rem;
}

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gallery-filter {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: var(--brand-ivory);
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.gallery-filter.active,
.gallery-filter:hover {
  background: rgba(208, 170, 99, 0.2);
  border-color: var(--brand-gold);
  color: var(--brand-gold);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.gallery-item {
  grid-column: span 4;
  background: rgba(16, 12, 10, 0.85);
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.gallery-caption {
  padding: 18px 20px 22px;
}

.gallery-caption p {
  color: var(--text-muted);
  margin-bottom: 0;
}

.gallery-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 35px 60px rgba(0, 0, 0, 0.5);
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(6, 5, 5, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1050;
  padding: 24px;
}

.lightbox.open {
  opacity: 1;
  visibility: visible;
}

.lightbox-content {
  position: relative;
  max-width: min(920px, 95vw);
  max-height: 90vh;
  display: grid;
  gap: 16px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(16, 12, 10, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-soft);
}

.lightbox-image {
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 16px;
}

.lightbox-caption {
  margin: 0;
  color: var(--text-muted);
  text-align: center;
}

.lightbox-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(208, 170, 99, 0.2);
  color: var(--brand-gold);
}

.footer-section {
  background: #070605;
  color: rgba(255, 255, 255, 0.65);
  padding: 30px 0 40px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-links a:hover {
  color: var(--brand-gold);
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 18px;
  margin-top: 10px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }

  .hero-section {
    text-align: center;
  }

  .hero-content {
    margin-top: 80px;
  }

  .property-stack {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-item {
    grid-column: span 1;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 64px 0;
  }

  .contact-brand {
    flex-direction: column;
  }

  .philosophy-banner {
    padding: 40px 24px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }
}