﻿:root {
  --charcoal: #10100f;
  --charcoal-soft: #1b1916;
  --ivory: #fbf5ea;
  --sand: #ead8bd;
  --sand-soft: #f4eadb;
  --gold: #c9a24a;
  --gold-dark: #94722c;
  --brown: #6f5135;
  --muted: #756b5d;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(16, 16, 15, 0.14);
  --radius: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--charcoal);
  background: var(--ivory);
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
.navbar-brand {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.section-padding {
  padding: 96px 0;
}

.section-title {
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
}

.eyebrow {
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-title h2 {
  margin: 10px 0 16px;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
}

.section-title p,
.lead-muted {
  color: var(--muted);
}

.top-bar {
  background: var(--charcoal);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
  padding: 9px 0;
}

.top-bar a:hover {
  color: var(--gold);
}

.site-navbar {
  background: rgba(251, 245, 234, 0.92);
  backdrop-filter: blur(16px);
  box-shadow: 0 14px 42px rgba(16, 16, 15, 0.08);
}

.navbar-brand {
  color: var(--charcoal);
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(201, 162, 74, 0.6);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--charcoal);
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  margin-right: 10px;
}

.navbar .nav-link {
  color: rgba(16, 16, 15, 0.72);
  font-size: 0.94rem;
  font-weight: 700;
  padding: 28px 12px;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--gold-dark);
}

.btn-luxury,
.btn-outline-luxury {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 25px;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn-luxury {
  border: 1px solid var(--gold);
  background: linear-gradient(135deg, var(--gold), #efd082);
  color: var(--charcoal);
  box-shadow: 0 16px 34px rgba(148, 114, 44, 0.22);
}

.btn-outline-luxury {
  border: 1px solid rgba(255, 255, 255, 0.65);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.btn-luxury:hover,
.btn-outline-luxury:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(16, 16, 15, 0.2);
}

.hero {
  min-height: calc(100vh - 42px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  background: linear-gradient(90deg, rgba(16, 16, 15, 0.84), rgba(16, 16, 15, 0.36)),
    url("https://images.unsplash.com/photo-1753954507587-2fc489e2cd90?auto=format&fit=crop&w=2200&q=85") center/cover no-repeat;
  overflow: hidden;
}

.hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(201, 162, 74, 0.24), transparent 34%);
  pointer-events: none;
}

.hero-content,
.page-hero .container {
  position: relative;
  z-index: 2;
}

.hero h1 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(3.2rem, 8vw, 7.3rem);
  line-height: 0.88;
  margin-bottom: 26px;
}

.hero p {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-content > .d-flex {
  justify-content: center;
}

.hero-panel {
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(16, 16, 15, 0.48);
  backdrop-filter: blur(14px);
  padding: 22px;
}

.counter-value {
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  line-height: 1;
}

.luxury-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(111, 81, 53, 0.1);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 12px 38px rgba(16, 16, 15, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.luxury-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}

.card-img {
  height: clamp(220px, 18vw, 280px);
  flex: 0 0 auto;
  object-fit: cover;
  width: 100%;
}

.card-body {
  padding: 26px;
}

.luxury-card > .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.luxury-card > .card-body .price:last-child {
  margin-top: auto;
}

.luxury-card > .card-body .btn {
  align-self: flex-start;
}

.luxury-card.card-body {
  min-height: 100%;
  justify-content: flex-start;
}

.price {
  color: var(--gold-dark);
  font-weight: 900;
}

.badge-luxury {
  background: rgba(201, 162, 74, 0.14);
  color: var(--gold-dark);
  border: 1px solid rgba(201, 162, 74, 0.3);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 0.78rem;
  font-weight: 800;
}

.dark-band {
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(16, 16, 15, 0.96), rgba(35, 28, 21, 0.93)),
    url("https://images.unsplash.com/photo-1634646350433-fe03ad698448?auto=format&fit=crop&w=2200&q=85") center/cover no-repeat;
}

.dark-band .lead-muted,
.dark-band p {
  color: rgba(255, 255, 255, 0.74);
}

.service-icon,
.why-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--charcoal);
  background: linear-gradient(135deg, var(--gold), #f2d88f);
  font-size: 1.35rem;
  margin-bottom: 18px;
}

.destination-tile {
  position: relative;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
  box-shadow: var(--shadow);
}

.destination-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.destination-tile:hover img {
  transform: scale(1.06);
}

.destination-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 10%, rgba(16, 16, 15, 0.82));
  z-index: 1;
}

.destination-content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
}

.gallery-item {
  position: relative;
  border: 0;
  padding: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  background: transparent;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.gallery-masonry {
  column-count: 3;
  column-gap: 24px;
}

.gallery-masonry .gallery-item {
  break-inside: avoid;
  margin: 0 0 24px;
  box-shadow: var(--shadow);
}

.gallery-masonry .gallery-item img {
  height: auto;
  min-height: 260px;
  max-height: 560px;
  aspect-ratio: 4 / 5;
}

.gallery-masonry .gallery-item:nth-child(2n) img {
  aspect-ratio: 1 / 1;
}

.gallery-masonry .gallery-item:nth-child(3n) img {
  aspect-ratio: 5 / 7;
}

.gallery-masonry .gallery-item:nth-child(5n) img {
  aspect-ratio: 4 / 3;
}

.gallery-item:hover img {
  transform: scale(1.05);
  filter: brightness(0.78);
}

.gallery-item span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  color: var(--white);
  font-weight: 800;
  z-index: 2;
}

.testimonial {
  height: 100%;
  border-radius: var(--radius);
  padding: 32px;
  background: var(--sand-soft);
  border: 1px solid rgba(111, 81, 53, 0.12);
}

.newsletter {
  border-radius: 28px;
  padding: clamp(32px, 6vw, 64px);
  background: linear-gradient(135deg, var(--charcoal), #2c2119);
  color: var(--white);
  box-shadow: var(--shadow);
}

.form-control,
.form-select {
  border-radius: 14px;
  border: 1px solid rgba(111, 81, 53, 0.2);
  padding: 13px 15px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 0.22rem rgba(201, 162, 74, 0.16);
}

.page-hero {
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: var(--white);
  background: linear-gradient(90deg, rgba(16, 16, 15, 0.86), rgba(16, 16, 15, 0.34)),
    var(--page-image, url("https://images.unsplash.com/photo-1753954507587-2fc489e2cd90?auto=format&fit=crop&w=2200&q=85")) center/cover no-repeat;
}

.page-hero h1 {
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.95;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.page-hero p {
  margin-left: auto;
  margin-right: auto;
}

.filter-btn {
  border: 1px solid rgba(111, 81, 53, 0.18);
  border-radius: 999px;
  background: var(--white);
  color: var(--charcoal);
  padding: 10px 18px;
  font-weight: 800;
}

.filter-btn.active,
.filter-btn:hover {
  background: var(--charcoal);
  color: var(--gold);
}

.contact-card {
  border-radius: var(--radius);
  background: var(--white);
  padding: 32px;
  box-shadow: var(--shadow);
}

.footer {
  color: rgba(255, 255, 255, 0.72);
  background: var(--charcoal);
  padding: 72px 0 26px;
}

.footer h5,
.footer .navbar-brand {
  color: var(--white);
}

.footer a:hover {
  color: var(--gold);
}

.photo-credit {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.78rem;
}

.floating-whatsapp,
.back-to-top {
  position: fixed;
  right: 22px;
  z-index: 999;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 28px rgba(16, 16, 15, 0.22);
}

.floating-whatsapp {
  bottom: 88px;
  color: var(--white);
  background: #25d366;
  font-size: 1.45rem;
}

.back-to-top {
  bottom: 24px;
  color: var(--charcoal);
  background: var(--gold);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(16, 16, 15, 0.9);
  z-index: 2000;
}

.lightbox.show {
  display: flex;
}

.lightbox img {
  max-height: 82vh;
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

.lightbox-close {
  position: absolute;
  top: 24px;
  right: 24px;
  border: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--charcoal);
  background: var(--gold);
  font-size: 1.4rem;
}

.map-frame {
  min-height: 360px;
  border: 0;
  width: 100%;
  border-radius: var(--radius);
  filter: saturate(0.85);
}

@media (max-width: 991.98px) {
  .navbar .nav-link {
    padding: 12px 0;
  }

  .hero {
    min-height: 760px;
    padding: 90px 0;
  }

  .section-padding {
    padding: 72px 0;
  }

  .gallery-masonry {
    column-count: 2;
    column-gap: 18px;
  }

  .gallery-masonry .gallery-item {
    margin-bottom: 18px;
  }
}

@media (max-width: 575.98px) {
  .top-bar .container {
    gap: 8px;
    justify-content: center !important;
  }

  .hero-panel {
    padding: 18px;
  }

  .btn-luxury,
  .btn-outline-luxury {
    width: 100%;
    justify-content: center;
  }

  .card-img {
    height: 230px;
  }

  .hero {
    min-height: calc(100vh - 40px);
    padding: 74px 0;
  }

  .hero h1,
  .page-hero h1 {
    line-height: 0.98;
  }

  .hero .d-flex {
    align-items: stretch;
  }

  .page-hero {
    min-height: 420px;
    padding: 72px 0;
  }

  .destination-tile {
    min-height: 320px;
    aspect-ratio: 1 / 1.05;
  }

  .gallery-masonry {
    column-count: 1;
  }

  .gallery-masonry .gallery-item img,
  .gallery-item img {
    height: auto;
    min-height: 260px;
    aspect-ratio: 4 / 5;
  }
}

.admin-body {
  background: #f4f2ed;
  color: #1c1c1b;
}

.admin-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 280px 1fr;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  padding: 24px 18px;
  color: rgba(255, 255, 255, 0.76);
  background: #11100f;
}

.admin-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 26px;
}

.admin-sidebar nav {
  display: grid;
  gap: 6px;
}

.admin-sidebar nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.admin-sidebar nav a:hover {
  color: #11100f;
  background: #c9a24a;
}

.admin-main {
  min-width: 0;
}

.admin-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 28px;
  background: rgba(251, 245, 234, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(16, 16, 15, 0.08);
}

.admin-topbar h1 {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0;
}

.admin-topbar span {
  color: #756b5d;
}

.admin-content {
  padding: 28px;
}

.admin-card {
  border: 0;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(16, 16, 15, 0.08);
}

.admin-stat {
  border-radius: 18px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(16, 16, 15, 0.08);
}

.admin-stat span {
  color: #756b5d;
  font-weight: 800;
}

.admin-stat strong {
  display: block;
  font-size: 2rem;
  line-height: 1.1;
}

.table img.thumb {
  width: 78px;
  height: 54px;
  object-fit: cover;
  border-radius: 8px;
}

.invoice-print {
  background: #fff;
  color: #11100f;
}

@media print {
  .admin-sidebar,
  .admin-topbar,
  .no-print {
    display: none !important;
  }
  .admin-shell {
    display: block;
  }
  .admin-content {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .admin-shell {
    grid-template-columns: 1fr;
  }
  .admin-sidebar {
    position: relative;
    height: auto;
  }
  .admin-sidebar nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .admin-topbar {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
  }
}






