:root {
  --nav-bg: #3f3f3f;
  --brand-gold: #f1b52c;
  --divider: #ffffff;
}

body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* NAVBAR */
.nav-darkish {
  background: var(--nav-bg);
}

.nav-darkish .nav-link {
  color: #fff;
  opacity: 0.9;
  font-weight: 500;
  padding: 0.6rem 0.9rem;
}

.nav-darkish .nav-link:hover {
  opacity: 1;
}

.btn-gold {
  background: var(--brand-gold);
  border-color: var(--brand-gold);
  color: #fff;
  font-weight: 600;
  border-radius: 0.25rem;
  padding: 0.55rem 0.9rem;
}

.btn-gold:hover {
  filter: brightness(0.95);
  color: #fff;
}

/* HERO */
.hero-wrap {
  position: relative;
  background: #2f2f2f;
  padding: 0;
  overflow: hidden;
}

.hero-inner {
  position: relative;
  height: 520px;
  /* desktop height */
  min-height: 380px;
  background: #222;
}

.hero-panel {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(1.05);
}

/* Three panels using clip-path to create diagonal edges */
.panel-left {
  clip-path: polygon(0 0, 36% 0, 30% 100%, 0 100%);
}

.panel-mid {
  clip-path: polygon(34% 0, 68% 0, 62% 100%, 28% 100%);
}

.panel-right {
  clip-path: polygon(66% 0, 100% 0, 100% 100%, 60% 100%);
}

/* White diagonal separators (like screenshot) */
.divider {
  position: absolute;
  top: -40px;
  height: 640px;
  width: 10px;
  background: var(--divider);
  opacity: 0.95;
  transform: skewX(-14deg);
  z-index: 4;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.divider.d1 {
  left: 32.8%;
}

.divider.d2 {
  left: 65.8%;
}

/* Dark overlay for better text visibility */
.hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.25) 35%, rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0.35));
}

/* Text overlay blocks */
.panel-content {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 0 1rem;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

.panel-title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: clamp(28px, 3.2vw, 64px);
  line-height: 1.05;
  margin-bottom: 0.35rem;
}

.panel-sub {
  font-family: "Playfair Display", serif;
  font-size: clamp(16px, 1.45vw, 30px);
  opacity: 0.95;
  margin-bottom: 0.2rem;
}

.panel-price {
  font-family: "Playfair Display", serif;
  font-size: clamp(26px, 2.2vw, 44px);
  font-weight: 700;
  letter-spacing: 1px;
}

/* bottom center badge */
.hero-badge {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 7;
  background: #0f0f0f;
  color: #fff;
  padding: 0.55rem 1.2rem;
  border-radius: 0.15rem;
  font-family: "Playfair Display", serif;
  font-size: clamp(18px, 1.4vw, 28px);
  letter-spacing: 1px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  white-space: nowrap;
}

.hero-badge u {
  text-underline-offset: 4px;
}

/* Outer margins like screenshot */
.hero-frame {
  background: #3b3b3b;
  padding: 18px 22px 26px;
}

/* RESPONSIVE: stack panels on small screens */
@media (max-width: 991.98px) {
  .hero-inner {
    height: 560px;
  }
}
@media (max-width: 767.98px) {
  .hero-frame {
    padding: 12px;
  }
  .hero-inner {
    height: auto;
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
  }
  .hero-panel {
    position: relative;
    height: 260px;
    clip-path: none !important;
  }
  .divider {
    display: none;
  }
  .panel-content {
    position: absolute;
  }
  .hero-badge {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin: 12px auto 0;
    display: inline-block;
  }
}
.moods-section {
  background: #3f3f3f;
  /* dark grey */
  color: #fff;
}

.moods-title {
  font-size: 16px;
  letter-spacing: 0.6px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.moods-down {
  opacity: 0.8;
  font-size: 22px;
  line-height: 1;
}

.block-h {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin: 0 0 4px 0;
}

.block-sub {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.block-mini {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.95;
}

.block-p {
  font-size: 13px;
  line-height: 1.7;
  opacity: 0.92;
  max-width: 520px;
}

.moods-img {
  border: 2px solid #d0a84a;
  /* gold border like screenshot */
  padding: 6px;
  background: rgba(0, 0, 0, 0.15);
}

.moods-img img {
  display: block;
  width: 100%;
  height: auto;
}

/* Responsive spacing tune (mobile) */
@media (max-width: 991.98px) {
  .moods-title {
    font-size: 14px;
  }
  .block-h {
    font-size: 20px;
  }
}
.amenities-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #333;
}

.amenities-arrow {
  font-size: 22px;
  color: #777;
  line-height: 1;
}

.amenity-card {
  text-align: center;
}

.amenity-img {
  background: #f6f6f6;
  overflow: hidden;
}

/* Match screenshot: rectangle images, consistent height */
.amenity-img img {
  width: 100%;
  height: 190px;
  /* adjust if you want taller */
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.amenity-cap {
  margin-top: 10px;
  font-size: 14px;
  color: #777;
}

@media (max-width: 575.98px) {
  .amenity-img img {
    height: 210px;
  }
}
.floorplan-head {
  background: #3f3f3f;
  color: #fff;
}

.floorplan-head h2 {
  font-weight: 700;
  letter-spacing: 0.6px;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
}

.floorplan-tabs {
  border-bottom: 1px solid #ddd;
}

.floorplan-tabs .nav-link {
  color: #111;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 0.9rem 1.1rem;
}

.floorplan-tabs .nav-link.active {
  color: #7a3db8;
  /* purple active like screenshot */
  border-bottom: 2px solid #7a3db8;
  background: transparent;
}

.plan-card {
  border: 1px solid #d9d9d9;
  background: #fff;
}

.plan-click {
  display: block;
}

.plan-img {
  width: 100%;
  height: 220px;
  /* keeps cards equal like screenshot */
  -o-object-fit: contain;
     object-fit: contain;
  /* floor plan should not crop */
  background: #fff;
  padding: 10px;
}

.plan-caption {
  background: #3f3f3f;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 0.6rem 0.75rem;
  font-weight: 600;
}

/* nice cursor for lightbox click */
.plan-click {
  cursor: zoom-in;
}

@media (max-width: 575.98px) {
  .plan-img {
    height: 200px;
  }
}
.gallery-title {
  font-size: 12px;
  letter-spacing: 0.7px;
  font-weight: 800;
  text-transform: uppercase;
  color: #111;
}

.gallery-arrow {
  color: #666;
  font-size: 18px;
  line-height: 1;
}

/* Thumb card like screenshot */
.thumb-card {
  border: 1px solid #d9d9d9;
  background: #fff;
  overflow: hidden;
}

.thumb-img {
  width: 100%;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.thumb-cap {
  background: #2f2f2f;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  padding: 6px 8px;
  letter-spacing: 0.4px;
  text-align: center;
  font-weight: 700;
}

.thumb-link {
  cursor: zoom-in;
  display: block;
}

@media (max-width: 991.98px) {
  .thumb-img {
    height: 120px;
  }
}
@media (max-width: 575.98px) {
  .thumb-img {
    height: 160px;
  }
}
/* TESTIMONIAL */
.testi-strip {
  background: #4a4a4a;
  color: #fff;
}

.sec-mini-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.sec-mini-line {
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  margin: 8px auto 0;
}

.testi-video-wrap {
  max-width: 420px;
  /* like screenshot */
}

.play-box {
  width: 70px;
  height: 50px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-icon {
  color: #fff;
  font-size: 22px;
}

/* left/right arrows */
.nav-arrow {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-left {
  left: 18px;
}

.nav-right {
  right: 18px;
}

.nav-arrow:hover {
  background: rgba(0, 0, 0, 0.25);
}

/* FAQ */
.faq-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #111;
  margin: 0;
}

.faq-arrow {
  color: #666;
  font-size: 18px;
  line-height: 1;
}

.faq-box {
  max-width: 900px;
}

/* match thin, compact rows */
.accordion-button {
  font-size: 12px;
  font-weight: 600;
  padding: 0.75rem 1rem;
}

.accordion-body {
  font-size: 12px;
  color: #555;
  padding: 0.9rem 1rem;
}

/* remove default blue focus glow */
.accordion-button:focus {
  box-shadow: none;
}

.footer-top {
  background: #fff;
}

.footer-logo {
  height: 80px;
  /* adjust */
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-main {
  background: #3f3f3f;
  color: #fff;
}

.social-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.12);
}

.social-link i {
  font-size: 16px;
  line-height: 1;
}

.social-link:hover {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
}

.footer-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  /* thin line like screenshot */
}

.footer-link {
  color: #fff;
  opacity: 0.92;
  font-size: 14px;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-bottom {
  background: #2f2f2f;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
}

@media (max-width: 575.98px) {
  .footer-logo {
    height: 60px;
  }
  .footer-link {
    font-size: 13px;
  }
}
.moods-alt {
  background: #3f3f3f;
  color: #fff;
}

.top-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  opacity: 0.95;
}

.top-arrow {
  font-size: 20px;
  opacity: 0.8;
  margin-top: 6px;
}

.content-box {
  padding-right: 22px;
}

.h-main {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin: 0;
}

.h-sub {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
  margin-top: 4px;
}

.mini-title {
  font-size: 11px;
  font-weight: 700;
  opacity: 0.95;
}

.p-text {
  font-size: 12px;
  line-height: 1.75;
  opacity: 0.92;
  max-width: 520px;
}

.img-box {
  border: 2px solid #caa64a; /* gold border */
  padding: 6px;
  background: rgba(0, 0, 0, 0.18);
}

.img-box img {
  width: 100%;
  height: auto;
  display: block;
}

/* keep image height similar to screenshot */
@media (min-width: 992px) {
  .img-box img {
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* mobile stack */
@media (max-width: 991.98px) {
  .content-box {
    padding-right: 0;
  }
  .img-box img {
    height: auto;
  }
}
.pricing-sec {
  background: #3f3f3f; /* dark grey like screenshot */
  color: #fff;
}

.pricing-title {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: 0;
}

.pricing-arrow {
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
  line-height: 1;
}

/* Table shell spacing */
.pricing-table-wrap {
  padding: 18px 10px;
}

/* Table styling to match screenshot */
.pricing-table {
  background: #e7e7e7;
  border: 1px solid #5a5a5a;
}

.pricing-table thead th {
  background: #e7e7e7;
  border: 1px solid #5a5a5a;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
  padding: 16px 14px;
  color: #111;
}

.pricing-table tbody td {
  background: #e7e7e7;
  border: 1px solid #5a5a5a;
  padding: 18px 14px;
  font-size: 18px;
  color: #111;
}

/* Button like screenshot */
.ask-btn {
  background: #e0b036;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  padding: 12px 22px;
  font-size: 22px;
  border: none;
  display: inline-block;
}

.ask-btn:hover {
  filter: brightness(0.95);
  color: #fff;
}

/* Mobile: reduce font & button size */
@media (max-width: 575.98px) {
  .pricing-title {
    font-size: 22px;
  }
  .pricing-table thead th {
    font-size: 14px;
  }
  .pricing-table tbody td {
    font-size: 14px;
  }
  .ask-btn {
    font-size: 16px;
    padding: 10px 14px;
  }
}/*# sourceMappingURL=Style.css.map */