:root {
  --nav-text: #111;
}

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

.main-nav {
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  background: #fff;
}

.main-nav .nav-link {
  color: var(--nav-text);
  font-size: 0.95rem;
  letter-spacing: .02em;
  padding: .75rem .85rem;
}

.main-nav .nav-link:hover,
.main-nav .nav-link:focus {
  color: #000;
}

.main-nav .brand-centered {
  font-family: "Great Vibes", cursive;
  font-size: 2.1rem;
  line-height: 1;
  color: #111;
  text-decoration: none;
}

.main-nav .brand-sub {
  font-size: .7rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .65);
  margin-top: .15rem;
}

.main-nav .btn-book {
  border-radius: 999px;
  padding: .55rem 1rem;
  font-weight: 500;
}

.btn-book-top {
  background: linear-gradient(180deg, rgba(163, 137, 107, 1) 0%, #ad8a69 100%);
  border: none;
  color: #fff;
  border-radius: 999px;
  padding: 8px 20px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .main-nav .brand-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

.hero {
  min-height: 88vh;
  display: flex;
  align-items: center;
  background-image: url('../img/photo-hero.avif');
  background-size: cover;
  background-position: top center;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .92) 0%, rgba(255, 255, 255, .85) 40%, rgba(255, 255, 255, 0) 70%);
}

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

.hero-title {
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 1.1;
  color: #111;
}

.hero-signature {
  font-family: "Great Vibes", cursive;
  font-size: 1.6rem;
  margin: 1rem 0;
  color: rgba(0, 0, 0, .75);
}

.btn-hero {
  background: #ad8a69;
  border: none;
  color: #fff;
  border-radius: 999px;
  padding: .75rem 1.6rem;
  font-weight: 500;
}

.btn-hero:hover {
  background: #ad8a69;
  color: #fff;
}

.hero-ticket {
  margin-top: 2.5rem;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  border-radius: 999px;
  padding: .6rem .75rem .6rem 1.2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  font-size: .9rem;
}

.hero-ticket strong {
  font-weight: 600;
}

.hero-ticket a {
  text-decoration: none;
  border-radius: 999px;
  padding: .35rem .9rem;
  background: #111;
  color: #fff;
  font-size: .8rem;
}

.services-section {
  padding: 5rem 0;
  background: #f7f7f7;
}

.services-title {
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 1.15;
  color: #111;
}

.btn-services {
  margin-top: 1.5rem;
  border-radius: 999px;
  padding: .55rem 1.4rem;
}

.service-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 1.2rem;
}
.gogold {
  color:#a88a6a;
}
.service-card span {
  display: block;
  margin-top: .75rem;
  font-size: .95rem;
  color: #222;
}

.cta-section {
  padding-bottom: 5rem;
  background: #f7f7f7;
}

.cta-images img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 1.2rem;
}

.cta-box {
  padding-left: 2rem;
}

.cta-title {
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 1.15;
  color: #111;
}

.btn-cta {
  margin-top: 1.2rem;
  background: #b8956a;
  border: none;
  color: #fff;
  border-radius: 999px;
  padding: .7rem 1.6rem;
  font-weight: 500;
}

.btn-cta:hover {
  background: #ad8a69;
  color: #fff;
}

@media (max-width: 991px) {
  .cta-box {
    padding-left: 0;
    margin-top: 2rem;
  }
}

.feature-section {
  padding: 5rem 0;
  background: #ad8a69;
  position: relative;
  overflow: hidden;
}

/* .feature-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.22), rgba(255,255,255,0) 55%);
  pointer-events: none;
} */

.feature-wrap {
  position: relative;
  z-index: 2;
  text-align: left;
}

/* .feature-photo {
  width: min(520px, 100%);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  margin: 0 auto 2.5rem auto;
} */

.feature-photo {
  position: relative;
}

.feature-photo img {
  width: 100%;
}

.feature-photo:before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #ad8a69 5%, rgba(148, 187, 233, 0) 100%);
  height: 120px;
  bottom: 0;
  width: 100%;
}

.hero-title-saying {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.1;
  color: #fff;
  font-style: italic;
}

.feature-text {
  color: rgba(255, 255, 255, .92);

  font-size: 1.05rem;
  line-height: 1.7;
}

.btn-feature {
  background: transparent;
  color: #f7f7f7;
  padding: 8px 25px;
  font-weight: 500;
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, .92);
}

.btn-feature:hover {
  background: #fff;
  color: #111;
}

.reviews-row {
  margin-top: 3rem;
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  padding-bottom: 0;
  scroll-snap-type: x mandatory;
  position: relative;
}

.reviews-row:before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, #ad8a69 5%, rgba(148, 187, 233, 0) 100%);
  height: 100%;
  bottom: 0;
  width: 200px;
  z-index: 999;
  right: 0;
  pointer-events: none;
}

.review-card {
  flex: 0 0 320px;
  background: rgba(255, 255, 255, .92);
  border-radius: 1.2rem;
  padding: 1.4rem 1.4rem 1.2rem 1.4rem;
  scroll-snap-align: center;
  position: relative;
  margin-top: 25px;
}

.review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: -22px;
  left: 1.4rem;
  border: 2px solid rgba(255, 255, 255, .92);
}

.review-quote {
  margin-top: .75rem;
  color: #111;
  font-size: .98rem;
  line-height: 1.6;
}

.review-name {
  margin-top: 1rem;
  color: rgba(0, 0, 0, .7);
  font-size: .9rem;
}

.review-loc {
  color: rgba(0, 0, 0, .5);
  font-size: .85rem;
}

.reviews-row::-webkit-scrollbar {
  height: 10px;
}

.reviews-row::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .18);
  border-radius: 999px;
}


.site-footer {
  background: #f3f3f3;
  color: #555;
}

.footer-brand {
  font-family: "Great Vibes", cursive;
  font-size: 2rem;
  color: #111;
}

.footer-text {
  max-width: 360px;
  line-height: 1.7;
  color: #6b6b6b;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #111;
  font-size: .95rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: .6rem;
}

.footer-links a {
  text-decoration: none;
  color: #7a7a7a;
  font-size: .95rem;
  transition: .2s;
}

.footer-links a:hover {
  color: #111;
}

.footer-subscribe {
  display: flex;
  gap: .6rem;
  max-width: 360px;
}

.footer-subscribe input {
  border-radius: .6rem;
  border: 1px solid rgba(0, 0, 0, .08);
  padding: .6rem .75rem;
}

.footer-subscribe .btn {
  border-radius: .6rem;
  padding: .55rem 1rem;
  background: #111;
  border: none;
}

.footer-divider {
  margin-top: 3.5rem;
  opacity: .08;
}

.footer-social a {
  text-decoration: none;
  margin-left: 1.4rem;
  color: #6f6f6f;
  font-size: .9rem;
  transition: .2s;
}

.footer-social a:hover {
  color: #111;
}


.brands-section {
  padding: 5rem 0 4.5rem 0;
  background: #fff;
}

.brands-eyebrow {
  font-size: .75rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .6);
  margin-bottom: .6rem;
}

.brands-title {
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  font-weight: 500;
  color: #111;
  margin: 0;
}

.brands-ticker {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.brands-ticker::before,
.brands-ticker::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

.brands-ticker::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.brands-ticker::after {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

@keyframes brands-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


.brands-marquee {
  display: flex;
  align-items: center;
}

/* CONTACT SECTION */

.contact-section {
  padding: 5rem 0;
  /* background: linear-gradient(180deg, #3b3b3b 0%, #2e2e2e 100%); */
  background: #111;
  position: relative;
  color: rgba(255, 255, 255, .9);
}

.contact-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  left: 0;
  pointer-events: none;
  ;
  top: 0;
  background: url('../img/design.jpg');
  background-size: cover;
}

.contact-eyebrow {
  font-size: .75rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  opacity: .65;
  margin-bottom: .9rem;
}

.contact-title {
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  font-weight: 500;
  color: #fff;
  margin-bottom: 3rem;
}

.contact-block {
  margin-bottom: 2.2rem;
}

.contact-label {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  opacity: .6;
  margin-bottom: .35rem;
}

.contact-value {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, .95);
}

.contact-value br {
  line-height: 1.9;
}

@media (max-width: 768px) {
  .contact-section {
    padding: 4.5rem 0;
  }

  .contact-title {
    font-size: 2rem;
  }
}

/* BRANDS TICKER, white background, continuous marquee, faded edges */

.brands-section {
  padding: 5rem 0 4.5rem 0;
  background: #fff;
}

.brands-eyebrow {
  font-size: .75rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .6);
  margin-bottom: .6rem;
}

.brands-title {
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  font-weight: 500;
  color: #111;
  margin: 0;
}

.brands-ticker::before,
.brands-ticker::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

.brands-ticker::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.brands-ticker::after {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.brands-marquee {
  display: flex;
  align-items: center;
}

.brands-track {
  display: flex;
  gap: 3rem;
  width: max-content;
  align-items: center;
  padding: 1.25rem 0 0 0;
  will-change: transform;
  animation: brands-marquee 22s linear infinite;
}

.brands-track span {
  color: #111;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .9rem;
  opacity: .85;
  white-space: nowrap;
}

@keyframes brands-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .brands-track {
    animation: none;
  }
}

@media (max-width: 575px) {

  .brands-ticker::before,
  .brands-ticker::after {
    width: 64px;
  }

  .brands-track {
    gap: 2rem;
  }
}


/* CONTACT SECTION, like the reference, light grey panel, left content, right map */

.contact-section {
  padding: 5rem 0;
  /* background: linear-gradient(180deg, #3b3b3b 0%, #2e2e2e 100%); */
}

.contact-panel {
  height: 100%;
}

.contact-eyebrow {
  font-size: .75rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #f4f4f4;
  margin-bottom: .9rem;
}

.contact-title {
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  font-weight: 700;
  color: #f4f4f4;
  margin: 0;
  line-height: 1.05;
}

.contact-item {
  padding-top: .25rem;
  position: relative;
}

.contact-label {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #f4f4f4;
  margin-bottom: .15rem;
}

.contact-value {
  font-size: 1rem;
  color: #f4f4f4;
  line-height: 1.7;
}

.contact-social {
  display: flex;
  gap: .9rem;
  flex-wrap: wrap;
}

.contact-social a {
  text-decoration: none;
  color: #f4f4f4;
  font-size: .95rem;
}

.contact-social a:hover {
  color: #f4f4f4;
}

.btn-contact {
  border-radius: 100px;
  padding: .9rem 1.4rem;
  border: 1px solid #f4f4f4;
  background: transparent;
  color: #f4f4f4;
  font-weight: 600;
}

.btn-contact:hover {
  background: rgba(0, 0, 0, .04);
  color: #f4f4f4;
}

.contact-map {
  height: 100%;
  border-radius: 1.2rem;
  overflow: hidden;
  background: #e8e8e8;
  border: 1px solid #f4f4f4;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 460px;
  border: 0;
  filter: grayscale(1);
}

@media (max-width: 991px) {
  .contact-section {
    padding: 4.5rem 0;
  }

  .contact-map iframe {
    min-height: 360px;
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #a88a6a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  z-index: 999;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  animation: whatsappPulse 2s infinite;
}

.whatsapp-float:hover {
  color: #fff;
  text-decoration: none;
}

.whatsapp-float i {
  line-height: 0
}

@keyframes whatsappPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(168, 138, 106, 0.6);
  }

  70% {
    box-shadow: 0 0 0 16px rgba(211, 150, 37, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(211, 124, 37, 0);
  }
}

.modal-backdrop.show {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Fallback blur for browsers that ignore backdrop-filter on the backdrop */
body.booking-modal-open>*:not(.modal):not(.modal-backdrop) {
  filter: blur(3px);
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #111111;
  border-color: #111111;
}

.allbookins {
  border-radius: 100px;
}

.flatpickr-calendar,
.flatpickr-innerContainer,
.flatpickr-rContainer,
.flatpickr-days {
  width: 100%;
}

.dayContainer {
  width: 100%;
  max-width: 100%;
}

.flatpickr-calendar {
  box-shadow: none;
}

.flatpickr-day {
  width: calc(100% / 7);
  max-width: 100%;
  height: auto;
}


.booking-calendar .flatpickr-calendar {
  width: 100%;
  box-shadow: none;
}

.booking-calendar .flatpickr-rContainer,
.booking-calendar .dayContainer {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.booking-calendar .flatpickr-days {
  width: 100%;
}

.goround {
  border-radius: 300px;
}

.inner-hero {
  padding: 60px 0;
}

.inner-hero .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.55);
}

.inner-hero .title {
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  line-height: 1.05;
  margin-top: 10px;
}

.inner-hero .sub {
  margin-top: 12px;
  max-width: 52ch;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 0;
}

.faq-section {
  padding: 20px 0 80px;
}

.faq-card {
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background: #fff;
}

.faq-card .accordion-item {
  border: 0;
}

.faq-card .accordion-button {
  padding: 18px 22px;
  font-weight: 600;
}

.faq-card .accordion-button:not(.collapsed) {
  background: rgba(0, 0, 0, 0.03);
  color: inherit;
  box-shadow: none;
}

.faq-card .accordion-button:focus {
  box-shadow: none;
}

.faq-card .accordion-body {
  padding: 22px 18px;
  color: rgba(0, 0, 0, 0.7);
}

.faq-aside {
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 22px;
  background: #fff;
}

.brands-track img {
  max-width: 120px;
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.faq-aside .kicker {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.55);
}

.faq-aside h3 {
  margin-top: 10px;
  font-size: 1.25rem;
}

.faq-aside p {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.7);
}

.faq-aside .btn {
  margin-top: 14px;
  width: 100%;
}


.inner-hero .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.55);
}

.inner-hero .title {
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  line-height: 1.05;
  margin-top: 10px;
}

.inner-hero .sub {
  margin-top: 12px;
  max-width: 60ch;
  color: rgba(0, 0, 0, 0.65);
}

.testimonials-section {
  padding: 80px 0;
  background: #a7896a;
}
.testimonials-section .review-card {
  background: white;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 18px;
}

@media (min-width: 768px) {
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .reviews-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }
}

.review-card {
  will-change: transform, opacity;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 500ms ease, transform 500ms ease;
  transition-delay: var(--delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


@media (max-width: 992px) {
  .cta-images img,
  .service-card img {
    object-fit: cover;
    object-position: top;
    aspect-ratio: 1 / 1;
    height: inherit;
  }
  .inner-hero-about {
    min-height: 48vh;
  }
}