.gm-inset-map {
  -webkit-box-sizing: border-box;
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
  cursor: pointer;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative
}

.gm-inset-map:hover {
  border-width: 4px;
  margin: -2px;
  width: 46px
}

.gm-inset-dark {
  background-color: rgb(34, 34, 34);
  border-color: rgb(34, 34, 34)
}

.gm-inset-light {
  background-color: white;
  border-color: white
}

html,
body,
#mapDiv {
  height: 100%;
  margin: 0;
  padding: 0;
}

.promos[data-v-1b3caa9e] {
  padding: 56px 0 24px;
  background: #fff
}

.promos-header[data-v-1b3caa9e] {
  text-align: center;
  margin-bottom: 28px
}

.promos-header h2[data-v-1b3caa9e] {
  font-size: 2rem;
  color: #203f39;
  letter-spacing: -.02em
}

.promos-header p[data-v-1b3caa9e] {
  opacity: .85
}

.promos-row[data-v-1b3caa9e] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px
}

.promo-card[data-v-1b3caa9e] {
  background: #fff;
  border: 1px solid rgba(32, 63, 57, .1);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 28px #0000000f;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.promo-eyebrow[data-v-1b3caa9e] {
  display: inline-block;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .6px;
  color: #203f39;
  background: #e8f3ef;
  border-radius: 999px;
  padding: 6px 10px;
  width: fit-content
}

.promo-card h3[data-v-1b3caa9e] {
  font-size: 1.25rem;
  color: #041e19
}

.promo-card p[data-v-1b3caa9e] {
  color: #203f39;
  opacity: .9
}

.promo-cta[data-v-1b3caa9e] {
  margin-top: auto;
  align-self: flex-start;
  text-decoration: none;
  background: #203f39;
  color: #fff;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 6px 18px #203f3940;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease
}

.promo-cta[data-v-1b3caa9e]:hover {
  background: #041e19;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px #041e1959
}

@media (max-width: 900px) {
  .promos-row[data-v-1b3caa9e] {
    grid-template-columns: 1fr
  }
}

.promo-benefits[data-v-1b3caa9e] {
  margin: .5rem 0 0;
  padding-left: 1.2rem;
  color: #203f39;
  font-size: .95rem;
  opacity: .9
}

.promo-benefits li[data-v-1b3caa9e] {
  margin-bottom: .4rem;
  line-height: 1.5
}

.accent[data-v-99cc2e4a] {
  color: #cde7df
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

img {
  max-width: 100%;
  height: auto
}

.gallery-item img {
  will-change: transform
}

body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  line-height: 1.6;
  color: #041e19;
  background: #fff;
  min-height: 100vh;
  scroll-behavior: smooth
}

.about-page {
  margin-top: 80px;
  scroll-margin-top: 100px
}

.about-hero {
  position: relative;
  min-height: 40vh;
  display: flex;
  align-items: flex-end;
  background: url(../assets/images/background2.jpg) center/cover no-repeat
}

.about-hero-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(135deg, #041e19bf, #203f39d9)
}

.about-hero-content {
  position: relative;
  z-index: 1;
  padding: 100px 32px 64px;
  color: #fff;
  max-width: 900px;
  margin: 0 auto;
  text-align: center
}

.about-hero h1 {
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1.05;
  text-shadow: 0 6px 30px rgba(0, 0, 0, .2)
}

.about-hero .subtitle {
  margin-top: .75rem;
  font-size: 1.125rem;
  opacity: .95;
  margin-bottom: 100px;
}

.about-body {
  padding: 64px 40px 72px
}

.about-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  padding: 10px;
  padding-bottom: 80px;
}

.about-text h2 {
  font-size: 2.25rem;
  margin-bottom: 1.25rem;
  color: #203f39
}

.about-text {
  max-width: 820px;
  padding-top: 2rem;
}

.about-text p+p {
  margin-top: 1.1rem
}

.about-aside .about-card {
  background: #fff;
  border: 1px solid rgba(32, 63, 57, .1);
  box-shadow: 0 12px 36px #00000014;
  border-radius: 16px;
  padding: 24px 24px 28px;
  transition: transform .25s ease, box-shadow .25s ease;
  margin-top: 2rem;
}

.about-aside .about-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 48px #0000001f
}

.about-card h3 {
  margin-bottom: .75rem;
  color: #203f39
}

.about-card ul {
  padding-left: 18px;
  margin: 0 0 1rem
}

.about-card ul li {
  margin: .35rem 0
}

.about-card .cta {
  display: inline-block;
  background: #203f39;
  color: #fff;
  padding: .8rem 1.25rem;
  border-radius: 24px;
  text-decoration: none;
  font-weight: 600;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease
}

.about-card .cta:hover {
  background: #041e19;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #203f3940
}

.about-cta-band {
  background: linear-gradient(135deg, #203f39, #041e19);
  color: #fff;
  padding: 56px 0;
  margin-top: 20px
}

.band-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px
}

.band-content h3 {
  font-size: 1.65rem
}

.band-content p {
  opacity: .95
}

.cta-invert {
  display: inline-block;
  background: #fff;
  color: #203f39;
  padding: .8rem 1.25rem;
  border-radius: 24px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 8px 20px #ffffff26, 0 4px 12px #0003;
  transition: transform .2s ease, box-shadow .2s ease
}

.cta-invert:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px #ffffff38, 0 10px 24px #00000047
}

@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr
  }

  .band-content {
    flex-direction: column;
    text-align: center
  }

  .about-hero h1 {
    font-size: 2.25rem
  }
}

#app {
  min-height: 100vh;
  display: flex;
  flex-direction: column
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px
}

.header {
  background: #fffffff2;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(32, 63, 57, .1);
  box-shadow: 0 2px 20px #0000000d
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0
}

.logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: #203f39;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .8rem;
  letter-spacing: -.02em
}

.logo img {
  height: 50px;
  width: auto;
  filter: drop-shadow(0 2px 4px rgba(32, 63, 57, .1));
  background: transparent;
  mix-blend-mode: multiply
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 2rem;
  margin: 0;
  padding: 0
}

.nav-links a {
  text-decoration: none;
  color: #041e19;
  font-weight: 500;
  font-size: .95rem;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  position: relative;
  padding: .5rem 0;
  letter-spacing: .5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-links a:hover {
  color: #203f39;
  transform: translateY(-1px)
}

.nav-links a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background: linear-gradient(90deg, #203f39, #041e19);
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transform: translate(-50%);
  border-radius: 1px
}

.nav-links a:hover:after {
  width: 100%
}

.nav-links li:last-child a {
  background: #203f39;
  color: #fff;
  padding: .8rem 1.5rem;
  border-radius: 25px;
  font-weight: 600;
  box-shadow: 0 4px 15px #203f3933;
  transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.nav-links li:last-child a:hover {
  background: #041e19;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #203f394d
}

.nav-links li:last-child a:after {
  display: none
}

.hero {
  padding: 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #041e19d9, #203f39e6);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden
}

.hero-slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 3s ease-in-out
}

.hero-slide.active {
  opacity: 1
}

.hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #041e19b3, #203f39cc);
  z-index: 1
}

.hero .container {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  padding: 200px 40px 120px
}

.hero h1 {
  font-size: 5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  letter-spacing: -.04em;
  line-height: 1.1;
  text-shadow: 0 4px 8px rgba(0, 0, 0, .3);
  margin-bottom: 2rem
}

.hero .hero-subtitle {
  display: inline-block;
  background: #fffffff2;
  color: #203f39;
  padding: .5rem 1.5rem;
  border-radius: 25px;
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 3rem;
  box-shadow: 0 4px 15px #203f3933;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px)
}

.hero p {
  font-size: 1.4rem;
  margin-bottom: 4rem;
  color: #e6f2ec;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  font-weight: 300;
  opacity: .95
}

.cta-button {
  display: inline-block;
  background: #203f39;
  color: #fff;
  padding: 20px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  border: 2px solid #203f39;
  letter-spacing: .5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px #203f3959;
  text-transform: uppercase
}

.cta-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .3), transparent);
  transition: left .6s
}

.cta-button:hover:before {
  left: 100%
}

.cta-button:hover {
  background: #041e19;
  border-color: #041e19;
  transform: translateY(-4px);
  box-shadow: 0 15px 35px #041e1973;
  color: #fff
}

.widget-container {
  background: #fff;
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 20px 60px #0000001a;
  border: 1px solid rgba(32, 63, 57, .1);
  max-width: 900px;
  margin: 0 auto
}

.widget-header {
  text-align: center;
  margin-bottom: 1rem
}

.widget-header h3 {
  font-size: 2rem;
  font-weight: 800;
  color: #041e19;
  margin-bottom: .5rem;
  letter-spacing: -.02em
}

.widget-header p {
  color: #203f39;
  font-size: 1.1rem;
  opacity: .8
}

.widget-form {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 1.5rem
}

.form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem
}

.form-group {
  display: flex;
  flex-direction: column
}

.form-group label {
  font-weight: 600;
  color: #041e19;
  margin-bottom: .5rem;
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .5px
}

.form-group input,
.form-group select {
  padding: 1rem;
  border: 2px solid #E5E7EB;
  border-radius: 10px;
  font-size: 1rem;
  transition: all .3s ease;
  background: #fff
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: #203f39;
  box-shadow: 0 0 0 3px #203f391a
}

.form-actions {
  text-align: center;
  display: flex;
  justify-content: center
}

.search-btn {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: #203f39;
  color: #fff;
  padding: 1.2rem 2.6rem;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.1rem;
  transition: all .3s ease;
  box-shadow: 0 10px 28px #203f3959;
  text-transform: uppercase;
  letter-spacing: .5px;
  border: 2px solid #203f39;
  line-height: 1
}

.search-btn:hover {
  background: #041e19;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 35px #041e1973;
  border-color: #041e19
}

.search-btn svg {
  display: block
}

.search-btn--green {
  background: #203f39;
  border-color: #203f39;
  color: #fff
}

.search-btn--green:hover {
  background: #041e19;
  border-color: #041e19;
  color: #fff
}

.features {
  padding: 140px 0;
  background: #fff;
  position: relative
}

.features h2 {
  text-align: center;
  font-size: 3.5rem;
  margin-bottom: 1rem;
  color: #041e19;
  font-weight: 800;
  letter-spacing: -.03em;
  position: relative
}

.features .features-subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: #203f39;
  margin-bottom: 4rem;
  opacity: .8;
  font-weight: 300
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem
}

.feature-card {
  background: #fff;
  padding: 3.5rem 2.5rem;
  border-radius: 20px;
  text-align: center;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  border: 1px solid rgba(32, 63, 57, .1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px #0000000d
}

.feature-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(32, 63, 57, .05), transparent);
  transition: left .6s
}

.feature-card:hover:before {
  left: 100%
}

.feature-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 30px 60px #203f3926;
  border-color: #203f39
}

.feature-icon {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  filter: drop-shadow(0 4px 8px rgba(32, 63, 57, .2))
}

.feature-card h3 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: #041e19;
  font-weight: 700;
  letter-spacing: -.01em
}

.feature-card p {
  color: #203f39;
  line-height: 1.7;
  font-size: 1.1rem;
  opacity: .9;
  font-weight: 400
}

.about {
  padding: 140px 0;
  background: linear-gradient(135deg, #203f39, #041e19);
  color: #f3e9dd;
  position: relative;
  overflow: hidden
}

.about:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../assets/images/372A8503-Enhanced-NR.jpg) center/cover;
  opacity: .1;
  z-index: 0
}

.about .container {
  position: relative;
  z-index: 1
}

.about-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
  justify-items: center;
  text-align: center
}

.about h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
  font-weight: 700;
  letter-spacing: -.02em;
  text-align: center
}

.about p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #ccc;
  margin-bottom: 1.5rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto
}

.contact {
  padding: 140px 0;
  background: #fff;
  position: relative
}

.contact h2 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 2rem;
  color: #1c1c1c;
  font-weight: 700;
  letter-spacing: -.02em
}

.contact-intro {
  text-align: center;
  font-size: 1.2rem;
  color: #203f39;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto
}

.contact-info {
  background: #203f390d;
  border-radius: 20px;
  padding: 3rem;
  margin-bottom: 3rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(32, 63, 57, .1);
  box-shadow: 0 10px 30px #203f391a
}

.contact-details h3 {
  text-align: center;
  font-size: 1.5rem;
  color: #041e19;
  margin-bottom: 2rem;
  font-weight: 700
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px #203f3914;
  border: 1px solid rgba(32, 63, 57, .1);
  transition: all .3s ease
}

.contact-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px #203f3926
}

.contact-label {
  font-weight: 600;
  color: #041e19;
  margin-right: 1rem;
  min-width: 80px;
  font-size: 1rem
}

.contact-link {
  color: #203f39;
  text-decoration: none;
  font-size: 1.1rem;
  transition: all .3s ease
}

.contact-link:hover {
  color: #041e19;
  text-decoration: underline
}

.phone-list {
  display: flex;
  align-items: center;
  gap: 1rem
}

.contact-separator {
  width: 2px;
  height: 20px;
  background: #203f39;
  opacity: .3
}

.map-container {
  margin: 2rem 0;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px #203f3926
}

.exterior-image-container {
  text-align: center;
  margin: 2rem 0
}

.exterior-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px #203f3933;
  transition: all .3s ease
}

.exterior-image:hover {
  transform: scale(1.02);
  box-shadow: 0 15px 40px #203f394d
}

.booking-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #1c1c1c;
  font-weight: 700
}

.contact-form {
  max-width: 600px;
  margin: 0 auto
}

.form-group {
  margin-bottom: 1.5rem
}

.form-group label {
  display: block;
  margin-bottom: .8rem;
  font-weight: 600;
  color: #1c1c1c;
  font-size: 1.1rem
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 16px;
  border: 2px solid #1C1C1C;
  border-radius: 0;
  font-size: 1rem;
  transition: all .3s ease;
  background: #fff;
  color: #1c1c1c
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: #1c1c1c;
  box-shadow: 0 0 0 3px #1c1c1c1a
}

.form-group textarea {
  height: 120px;
  resize: vertical
}

.submit-btn {
  background: #1c1c1c;
  color: #fff;
  padding: 18px 36px;
  border: 2px solid #1C1C1C;
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s ease;
  width: 100%;
  letter-spacing: .5px
}

.submit-btn:hover {
  background: #fff;
  color: #1c1c1c
}

.membership {
  padding: 140px 0;
  background: #fff;
  position: relative
}

.membership h2 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: #1c1c1c;
  font-weight: 700;
  letter-spacing: -.02em
}

.membership-subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: #203f39;
  margin-bottom: 4rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  opacity: .8
}

.membership-promo {
  background: #203f391a;
  color: #203f39;
  border: 2px solid #203f39;
  padding: 1rem 1.25rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: .3px;
  max-width: 900px;
  margin: -2rem auto 3rem;
  border-radius: 10px
}

.membership-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem
}

.membership-card {
  background: #fff;
  border-radius: 15px;
  padding: 3rem 2rem;
  text-align: center;
  position: relative;
  border: 2px solid rgba(32, 63, 57, .2);
  transition: all .3s ease;
  box-shadow: 0 5px 20px #203f391a;
  word-wrap: break-word;
  overflow-wrap: break-word
}

.membership-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px #203f3933;
  border-color: #203f39
}

.membership-card.featured {
  border-color: #203f39;
  background: linear-gradient(135deg, #203f39, #041e19);
  color: #fff;
  transform: scale(1.05)
}

.membership-card.featured:hover {
  transform: scale(1.05) translateY(-5px)
}

.popular-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%);
  background: #ff6b6b;
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: .9rem;
  font-weight: 600
}

.membership-header h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: inherit
}

.price {
  margin-bottom: 1rem;
  white-space: nowrap
}

.currency {
  font-size: 1.2rem;
  vertical-align: top
}

.amount {
  font-weight: 700;
  color: #1c1c1c;
  font-size: 2.8rem;
  letter-spacing: -1px
}

.membership-card.featured .amount {
  color: #fff
}

.period {
  font-size: 1.1rem;
  color: #666
}

.membership-card.featured .period {
  color: #ccc
}

.minimum,
.savings {
  font-size: 1rem;
  color: #666;
  margin-bottom: 2rem
}

.membership-card.featured .minimum,
.membership-card.featured .savings {
  color: #ccc
}

.membership-benefits {
  text-align: left;
  margin-bottom: 2rem;
  word-wrap: break-word;
  overflow-wrap: break-word
}

.membership-benefits h4 {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  color: #1c1c1c;
  text-align: center;
  font-weight: 600
}

.membership-card.featured .membership-benefits h4 {
  color: #fff
}

.membership-benefits ul {
  list-style: none;
  padding: 0
}

.membership-benefits li {
  position: relative;
  padding: .8rem 0 .8rem 1.8rem;
  color: #666;
  font-size: 1.1rem;
  line-height: 1.6;
  white-space: normal;
  max-width: 100%
}

.membership-card.featured .membership-benefits li {
  color: #ccc
}

.membership-benefits li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1c1c1c;
  font-weight: 700;
  font-size: 1.2rem
}

.membership-card.featured .membership-benefits li:before {
  color: #fff
}

.membership-btn {
  background: #203f39;
  color: #fff;
  padding: 18px 36px;
  border: 2px solid #203f39;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s ease;
  width: 100%;
  letter-spacing: .5px;
  text-decoration: none;
  display: inline-block
}

.membership-btn:hover {
  background: #041e19;
  color: #fff;
  transform: translateY(-2px);
  border-color: #041e19
}

.featured-btn {
  background: #fff;
  color: #203f39;
  border-color: #fff
}

.featured-btn:hover {
  background: #ffffffe6;
  color: #041e19;
  border-color: #ffffffe6
}

.payment-section {
  background: #fff;
  padding: 3rem 2rem;
  border: 2px solid #1C1C1C;
  margin-bottom: 3rem
}

.payment-section h3 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2.5rem;
  color: #1c1c1c;
  font-weight: 700
}

.payment-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-bottom: 1.5rem
}

.payment-option {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 2rem;
  border: 1px solid #1C1C1C;
  transition: all .3s ease
}

.payment-option:hover {
  box-shadow: 0 4px 20px #1c1c1c1a
}

.payment-icon {
  font-size: 2.5rem;
  margin-right: 1.5rem
}

.payment-details h4 {
  margin-bottom: .8rem;
  color: #1c1c1c;
  font-weight: 600;
  font-size: 1.2rem
}

.payment-details p {
  margin: .4rem 0;
  color: #666;
  font-size: 1rem
}

.momo-code {
  font-size: 1.3rem !important;
  color: #1c1c1c !important;
  font-weight: 700 !important
}

.location {
  font-weight: 600;
  color: #1c1c1c !important
}

.payment-note {
  text-align: center;
  font-style: italic;
  color: #666;
  margin: 0;
  font-size: 1.1rem
}

.terms-section {
  background: #fff;
  padding: 3rem 2rem;
  border: 2px solid #1C1C1C
}

.terms-section h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: #1c1c1c;
  font-weight: 700
}

.terms-content p {
  color: #666;
  line-height: 1.7;
  margin: 0;
  font-size: 1.1rem
}

.terms-link {
  color: #203f39;
  text-decoration: none;
  font-weight: 600;
  transition: all .3s ease;
  border-bottom: 2px solid transparent
}

.terms-link:hover {
  color: #041e19;
  border-bottom-color: #203f39
}

.booking-modal {
  max-width: 500px;
  width: 90vw
}

.selected-plan {
  background: #f3e9dd;
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 1.5rem;
  text-align: center
}

.selected-plan h4 {
  margin-bottom: .5rem;
  color: #041e19
}

.plan-price {
  font-size: 1.2rem;
  font-weight: 600;
  color: #203f39;
  margin: 0
}

.gallery {
  padding: 140px 0;
  background: #203f390d;
  position: relative;
  overflow: hidden
}

.gallery:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../assets/images/372A8405-Enhanced-NR.jpg) center/cover;
  opacity: .05;
  z-index: 0
}

.gallery .container {
  position: relative;
  z-index: 1
}

.gallery h2 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: #041e19;
  font-weight: 700;
  letter-spacing: -.02em;
  position: relative
}

.gallery h2:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #203f39, #041e19)
}

.gallery-subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: #203f39;
  margin-bottom: 4rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem
}

.gallery-item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  transition: all .6s cubic-bezier(.4, 0, .2, 1);
  border: 3px solid #203f39;
  box-shadow: 0 5px 15px #203f391a;
  animation: fadeInUp .8s ease-out forwards, gentleFloat 6s ease-in-out infinite;
  opacity: 0;
  transform: translateY(30px)
}

.gallery-item:nth-child(1) {
  animation-delay: .1s
}

.gallery-item:nth-child(2) {
  animation-delay: .2s
}

.gallery-item:nth-child(3) {
  animation-delay: .3s
}

.gallery-item:nth-child(4) {
  animation-delay: .4s
}

.gallery-item:nth-child(5) {
  animation-delay: .5s
}

.gallery-item:nth-child(6) {
  animation-delay: .6s
}

.gallery-item:nth-child(7) {
  animation-delay: .7s
}

.gallery-item:nth-child(8) {
  animation-delay: .8s
}

.gallery-item:hover {
  transform: translateY(-15px) scale(1.03) rotateY(2deg);
  box-shadow: 0 30px 60px #203f3966;
  border-color: #041e19
}

.gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: all .6s cubic-bezier(.4, 0, .2, 1);
  filter: brightness(.9) contrast(1.1)
}

.gallery-item:hover img {
  transform: scale(1.08) rotate(1deg);
  filter: brightness(1.1) contrast(1.2) saturate(1.1)
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #203f39e6, #041e19e6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .6s cubic-bezier(.4, 0, .2, 1);
  transform: scale(.8)
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
  transform: scale(1)
}

.gallery-info {
  text-align: center;
  color: #fff;
  padding: 1rem;
  transform: translateY(20px);
  transition: all .6s cubic-bezier(.4, 0, .2, 1)
}

.gallery-item:hover .gallery-info {
  transform: translateY(0)
}

.gallery-info h3 {
  font-size: 1.5rem;
  margin-bottom: .5rem;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .3);
  animation: slideInFromBottom .6s ease-out .2s both
}

.gallery-info p {
  font-size: .9rem;
  opacity: .9;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
  animation: slideInFromBottom .6s ease-out .4s both
}

@keyframes slideInFromBottom {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000e6;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  padding: 2rem;
  animation: modalFadeIn .3s ease-out
}

@keyframes modalFadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.modal-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 60px #0000004d;
  animation: modalSlideIn .4s cubic-bezier(.4, 0, .2, 1)
}

@keyframes modalSlideIn {
  0% {
    opacity: 0;
    transform: scale(.8) translateY(50px)
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0)
  }
}

.modal-content img {
  width: 100%;
  height: auto;
  max-height: 70vh;
  object-fit: contain
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #00000080;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 2001;
  transition: background .3s ease
}

.modal-close:hover {
  background: #000c
}

.modal-info {
  padding: 1.5rem;
  text-align: center
}

.modal-info h3 {
  font-size: 1.8rem;
  margin-bottom: .5rem;
  color: #f3e9dd
}

.modal-info p {
  color: #ccc;
  font-size: 1.1rem
}

.modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none
}

.nav-btn {
  background: #00000080;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  cursor: pointer;
  pointer-events: auto;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  animation: float 3s ease-in-out infinite
}

.nav-btn:hover {
  background: #000c;
  transform: scale(1.1)
}

.nav-btn:nth-child(1) {
  animation-delay: 0s
}

.nav-btn:nth-child(2) {
  animation-delay: 1.5s
}

@keyframes float {

  0%,
  to {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-10px)
  }
}

@keyframes gentleFloat {

  0%,
  to {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-5px)
  }
}

.footer {
  background: #1c1c1c;
  color: #fff;
  text-align: center;
  padding: 3rem 0;
  margin-top: auto;
  border-top: 2px solid #FFFFFF
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate(-30px)
  }

  to {
    opacity: 1;
    transform: translate(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate(30px)
  }

  to {
    opacity: 1;
    transform: translate(0)
  }
}

.hero h1 {
  animation: fadeInUp 1s ease-out
}

.hero p {
  animation: fadeInUp 1s ease-out .2s both
}

.cta-button {
  animation: fadeInUp 1s ease-out .4s both
}

.feature-card {
  animation: fadeInUp .8s ease-out
}

.feature-card:nth-child(2) {
  animation-delay: .2s
}

.feature-card:nth-child(3) {
  animation-delay: .4s
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px
  }

  .header {
    padding: 0
  }

  .nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    gap: 0
  }

  .logo {
    font-size: 1.2rem;
    gap: .5rem
  }

  .logo img {
    height: 28px;
    background: transparent;
    mix-blend-mode: multiply
  }

  .nav-links {
    gap: .5rem;
    flex-wrap: wrap;
    justify-content: center
  }

  .nav-links a {
    font-size: .8rem;
    padding: .4rem .8rem
  }

  .nav-links li:last-child a {
    padding: .6rem 1.2rem;
    font-size: .8rem
  }

  .hero {
    min-height: 100vh;
    padding-top: 80px
  }

  .hero .container {
    padding: 6px 20px 80px
  }

  .hero h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem
  }

  .hero p {
    font-size: 1.1rem;
    margin-bottom: 2rem
  }

  .booking-widget {
    padding: 40px 0;
    margin-top: -30px
  }

  .widget-container {
    padding: 2rem 1.5rem;
    margin: 0 10px
  }

  .widget-header h3 {
    font-size: 1.5rem
  }

  .widget-form {
    padding: 1.5rem
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 1rem
  }

  .search-btn {
    padding: 1rem 2rem;
    font-size: 1rem;
    width: 100%;
    justify-content: center
  }

  .about-content {
    grid-template-columns: 1fr;
    text-align: center
  }

  .features-grid {
    grid-template-columns: 1fr
  }

  .contact-intro {
    font-size: 1.1rem;
    margin-bottom: 2rem
  }

  .contact-info {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem
  }

  .contact-item {
    flex-direction: column;
    align-items: flex-start;
    text-align: left
  }

  .contact-label {
    margin-bottom: .5rem;
    margin-right: 0
  }

  .gallery-item {
    animation: fadeInUp .6s ease-out forwards
  }

  .gallery-item:hover {
    transform: translateY(-8px) scale(1.02)
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 15px
  }

  .nav {
    flex-direction: column;
    gap: 1rem;
    padding: .8rem 0
  }

  .nav-links {
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: .3rem
  }

  .nav-links a {
    font-size: .75rem;
    padding: .3rem .6rem
  }

  .nav-links li:last-child a {
    padding: .5rem 1rem;
    font-size: .75rem
  }

  .hero h1 {
    font-size: 2rem
  }

  .hero p {
    font-size: 1rem
  }

  .widget-container {
    padding: 1.5rem 1rem;
    margin: 0 5px
  }

  .widget-header h3 {
    font-size: 1.3rem
  }

  .widget-form {
    padding: 1rem
  }

  .form-group input,
  .form-group select {
    padding: .8rem;
    font-size: .9rem
  }

  .search-btn {
    padding: .9rem 1.5rem;
    font-size: .9rem
  }
}


.gm-style .icon {
  background-image: url(https://maps.gstatic.com/mapfiles/embed/images/entity11.png);
  background-size: 70px 210px
}

@media (-webkit-min-device-pixel-ratio:1.2),
(min-resolution:1.2dppx),
(min-resolution:116dpi) {
  .gm-style .icon {
    background-image: url(https://maps.gstatic.com/mapfiles/embed/images/entity11_hdpi.png);
    background-size: 70px 210px
  }
}

.gm-style .experiment-icon {
  background-image: url(https://maps.gstatic.com/mapfiles/embed/images/exp2.png);
  background-size: 109px 276px
}

@media (-webkit-min-device-pixel-ratio:1.2),
(min-resolution:1.2dppx),
(min-resolution:116dpi) {
  .gm-style .experiment-icon {
    background-image: url(https://maps.gstatic.com/mapfiles/embed/images/exp2_hdpi.png);
    background-size: 109px 276px
  }
}

.gm-style .place-card div,
.gm-style .place-card a,
.gm-style .default-card div,
.gm-style .default-card a {
  color: #5b5b5b;
  font-family: Roboto, Arial;
  font-size: 12px;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text
}

.gm-style .place-card,
.gm-style .default-card,
.gm-style .directions-card {
  cursor: default
}

.gm-style .place-card-large {
  padding: 9px 4px 9px 11px
}

.gm-style .place-card-medium {
  width: auto;
  padding: 9px 11px 9px 11px
}

.gm-style .default-card {
  padding: 5px 14px 5px 14px
}

.gm-style .place-card a:link,
.gm-style .default-card a:link,
.gm-style .directions-card a:link {
  text-decoration: none;
  color: #1a73e8
}

.gm-style .place-card a:visited,
.gm-style .default-card a:visited,
.gm-style .directions-card a:visited {
  color: #1a73e8
}

.gm-style .place-card a:hover,
.gm-style .default-card a:hover,
.gm-style .directions-card a:hover {
  text-decoration: underline
}

.gm-style .place-desc-large {
  width: 200px;
  display: inline-block
}

.gm-style .place-desc-medium {
  display: inline-block
}

.gm-style .place-card .place-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 14px;
  color: black
}

html[dir="rtl"] .gm-style .place-name {
  padding-right: 5px
}

.gm-style .place-card .address {
  margin-top: 6px
}

.gm-style .tooltip-anchor {
  width: 100%;
  position: relative;
  float: right;
  z-index: 1
}

.gm-style .navigate .tooltip-anchor {
  width: 50%;
  display: none
}

.gm-style .navigate:hover .tooltip-anchor {
  display: inline
}

.gm-style .tooltip-anchor>.tooltip-tip-inner,
.gm-style .tooltip-anchor>.tooltip-tip-outer {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  background-color: transparent;
  position: absolute;
  left: -8px
}

.gm-style .tooltip-anchor>.tooltip-tip-outer {
  border-bottom: 8px solid #cbcbcb
}

.gm-style .tooltip-anchor>.tooltip-tip-inner {
  border-bottom: 8px solid white;
  z-index: 1;
  top: 1px
}

.gm-style .tooltip-content {
  position: absolute;
  top: 8px;
  left: -70px;
  line-height: 137%;
  padding: 10px 12px 10px 13px;
  width: 210px;
  margin: 0;
  border: 1px solid #cbcbcb;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: white
}

html[dir="rtl"] .gm-style .tooltip-content {
  left: -10px
}

.gm-style .navigate {
  display: inline-block;
  vertical-align: top;
  height: 43px;
  padding: 0 7px
}

.gm-style .navigate-link {
  display: block
}

.gm-style .place-card .navigate-text {
  margin-top: 5px;
  text-align: center;
  color: #1a73e8;
  font-size: 12px;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.gm-style .place-card .hidden {
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden
}

.gm-style .navigate-icon {
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin: 0 auto
}

.gm-style .navigate-icon {
  border: 0
}

.gm-style .navigate-separator {
  display: inline-block;
  width: 1px;
  height: 43px;
  vertical-align: top;
  background: -webkit-linear-gradient(top, #fbfbfb, #e2e2e2, #fbfbfb);
  background: -moz-linear-gradient(top, #fbfbfb, #e2e2e2, #fbfbfb);
  background: -ms-linear-gradient(top, #fbfbfb, #e2e2e2, #fbfbfb);
  background: -linear-gradient(top, #fbfbfb, #e2e2e2, #fbfbfb)
}

.gm-style .review-box {
  padding-top: 5px
}

.gm-style .place-card .review-box-link {
  padding-left: 8px
}

.gm-style .place-card .review-number {
  display: inline-block;
  color: #5b5b5b;
  font-weight: 500;
  font-size: 14px
}

.gm-style .review-box .rating-stars {
  display: inline-block
}

.gm-style .rating-star {
  display: inline-block;
  width: 11px;
  height: 11px;
  overflow: hidden
}

.gm-style .directions-card {
  color: #5b5b5b;
  font-family: Roboto, Arial;
  background-color: white;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text
}

.gm-style .directions-card-medium-large {
  height: 61px;
  padding: 10px 11px
}

.gm-style .directions-info {
  padding-left: 25px
}

.gm-style .directions-waypoint {
  height: 20px
}

.gm-style .directions-address {
  font-weight: 400;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: black
}

.gm-style .directions-icon {
  float: left;
  vertical-align: top;
  position: relative;
  top: -1px;
  height: 50px;
  width: 20px
}

.gm-style .directions-icon div {
  width: 15px;
  height: 45px;
  overflow: hidden
}

.gm-style .directions-separator {
  position: relative;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 4px;
  background-color: #ccc
}

.gm-style .navigate-icon {
  background-position: 0 0
}

.gm-style .navigate:hover .navigate-icon {
  background-position: 48px 0
}

.gm-style .rating-full-star {
  background-position: 48px 165px
}

.gm-style .rating-half-star {
  background-position: 35px 165px
}

html[dir="rtl"] .gm-style .rating-half-star {
  background-position: 10px 165px
}

.gm-style .rating-empty-star {
  background-position: 23px 165px
}

.gm-style .directions-icon {
  background-position: 0 144px
}

.gm-style .info {
  height: 30px;
  width: 30px;
  background-position: 19px 36px
}

.gm-style .bottom-actions {
  padding-top: 10px
}

.gm-style .bottom-actions .google-maps-link {
  display: inline-block
}

.saved-from-source-link {
  margin-top: 5px;
  max-width: 331px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.gallery-item {
  position: relative;
  overflow: hidden;
  height: 230px;
}


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

.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 10px;
  text-align: center;
}

.gallery-item:hover .hover-overlay {
  opacity: 1;
}

.gslide-description {
  background: none;
  padding: 0;
  margin: 0;
}


.feedback-cta {
  text-align: center;
  background-color: #f7f9f6;
  /* light, neutral background */
  border-radius: 15px;
  padding: 2rem;
  margin: 3rem auto;
  max-width: 600px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  color: #203f39;
  /* matches your branding */
}

.feedback-cta h3 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.feedback-cta p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.feedback-button {
  display: inline-block;
  background-color: #203f39;
  color: #fff;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.feedback-button:hover {
  background-color: #2e5b52;
}