.brand-name,
body {
  color: var(--dark)
}

.gf-btn,
body,
button,
input,
select,
textarea {
  font-family: var(--font-body)
}

.event-card,
a {
  text-decoration: none
}

.align-self,
.attr-card p,
.attr-card.sp,
.feat i {
  align-self: center
}

:root {
  --primary: #f97316;
  --primary-dark: #ea6c08;
  --teal: #20d6d3;
  --teal-dark: #09a8af;
  --yellow: #fbbf24;
  --yellow-dark: #ffeb33;
  --dark: #111827;
  --dark-2: #1f2937;
  --gray: #6b7280;
  --light-gray: #f3f4f6;
  --white: #ffffff;
  --card-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  --radius: 14px;
  --font-body: "Poppins", sans-serif
}

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

body,
html {
  overflow-x: hidden
}

html {
  scroll-behavior: smooth
}

body {
  background: var(--white);
  line-height: 1.6
}

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

a {
  color: inherit
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px
}

.navbar {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
  left: 0;
  transition: background .3s;
  background: transparent;
}

.navbar.navbar-dark {
  background: transparent;
  backdrop-filter: none;
}

.nav-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 68px
}

.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  width: 108px
}

.brand img {
  filter: brightness(0) invert(1);
  fill: white
}

.brand-icon {
  font-size: 28px
}

.brand-name {
  display: block;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.1
}

.brand-sub {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1px
}

.btn-book,
.nav-links a,
.nav-phone {
  font-weight: 500;
  font-size: 14px
}

.btn-book,
.footer-brand-link .brand-name,
.nav-links a,
.nav-links a:hover,
.nav-phone,
.nav-phone i,
.page-title h1,
.rating-badge strong,
.section-title.white {
  color: var(--white)
}

.nav-links {
  display: flex;
  gap: 6px;
  flex: 1;
  justify-content: center
}

.attr-card.sp {
  box-shadow: none;
  background: 0 0;
  align-items: center
}

.nav-links a {
  padding: 8px 16px;
  border-radius: 9999px;
  transition: color .2s, background .2s
}

.nav-links a:hover {
  background: #ffeb3333
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0
}

.nav-phone {
  display: flex;
  align-items: center;
  gap: 6px
}

.btn-book {
  background: var(--primary);
  padding: 8px 24px;
  border-radius: 50px;
  transition: background .2s, transform .15s
}

.btn-book-stay:hover,
.btn-book:hover {
  background: var(--primary-dark)
}

.hamburger {
  display: none;
  background: 0 0;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: var(--dark);
  margin-left: auto
}

.mobile-menu {
  display: none;
  flex-direction: column;
  padding: 12px 20px 16px;
  border-top: 1px solid #f0f0f0;
  gap: 4px
}

.gf-btn.active,
.gf-btn:hover,
.glb-nav:hover {
  border-color: var(--primary)
}

.page-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  padding: 150px 0;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important
}

.page-title h1 {
  font-weight: 800;
  font-size: 2em;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: var(--white);
  position: relative;
  z-index: 1;
}

.page-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgb(0 0 0 / 44%), rgb(0 0 0 / 45%))
}

.gallery-item,
.hero,
.page-title .auto-container,
.property-img-wrap,
.select-wrap {
  position: relative
}

.page-title .checklist p a span {
  color: var(--primary) !important
}

.page-title .checklist p:last-child a {
  color: var(--white) !important
}

.events,
.gallery-sec {
  padding: 50px 0;
  text-align: center;
  background: var(--white)
}

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 32px 0 40px
}

.gallery-item,
.gallery-item img {
  display: block;
  border-radius: 12px
}

.gf-btn {
  background: var(--white);
  border: 2px solid #e5e7eb;
  color: var(--gray);
  font-size: 14px;
  font-weight: 600;
  padding: 9px 22px;
  border-radius: 50px;
  cursor: pointer;
  transition: .25s
}

.gf-btn:hover {
  color: var(--primary);
  background: #fff3eb
}

.gf-btn.active {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 4px 14px rgba(249, 115, 22, .35)
}

.gallery-grid {
  columns: 4;
  column-gap: 14px
}

.glb-close,
.glb-nav {
  color: #fff;
  font-size: 18px;
  font-family: var(--font-body);
  cursor: pointer
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 14px;
  overflow: hidden;
  cursor: pointer;
  transition: transform .3s, box-shadow .3s
}

.gallery-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform .4s
}

.gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .18)
}

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

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(249, 115, 22, .55);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s
}

.avail-mobile-overlay,
.btn-avail-toggle,
.gallery-item.hidden,
.glb-overlay {
  display: none
}

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

.gallery-overlay i {
  color: #fff;
  font-size: 28px;
  background: rgba(255, 255, 255, .2);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  border: 2px solid rgba(255, 255, 255, .5)
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(16px)
  }

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

.gallery-item.visible {
  animation: .35s both fadeInUp
}

.glb-overlay {
  position: fixed;
  inset: 0;
  z-index: 10001;
  background: rgba(0, 0, 0, .94);
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(12px);
  padding: 20px
}

.glb-nav,
.hero-inner {
  position: absolute;
  z-index: 1
}

.glb-close,
.glb-img-wrap {
  align-items: center;
  display: flex
}

.glb-overlay.open {
  display: flex
}

.glb-img-wrap {
  max-width: 90vw;
  max-height: 85vh;
  justify-content: center
}

.glb-img-wrap img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .5);
  transition: opacity .2s
}

.glb-close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: rgba(255, 255, 255, .1);
  border: 2px solid rgba(255, 255, 255, .3);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  justify-content: center;
  transition: background .2s, transform .2s
}

.glb-close:hover,
.lightbox-close:hover {
  background: var(--primary);
  transform: rotate(90deg)
}

.glb-nav {
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, .12);
  border: 2px solid rgba(255, 255, 255, .25);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s
}

.glb-nav:hover {
  background: var(--primary)
}

.glb-prev,
.lightbox-prev {
  left: 20px
}

.glb-next,
.lightbox-next {
  right: 20px
}

.glb-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  font-family: var(--font-body);
  background: rgba(0, 0, 0, .4);
  padding: 5px 16px;
  border-radius: 20px
}

.classic-list {
  list-style-type: none
}

.mobile-menu a {
  font-weight: 600;
  font-size: 15px;
  padding: 10px 8px;
  border-radius: 8px;
  color: var(--gray);
  transition: background .2s, color .2s
}

.mobile-menu a.mobile-book,
.mobile-menu a:hover {
  color: var(--white);
  text-align: center
}

.mobile-menu.open {
  display: flex;
  background: #cdef8b
}

.hero-inner {
  margin: 0 20px;
  top: 125px
}

video::-webkit-media-controls-timeline {
  display: none !important
}

video::-webkit-media-controls-current-time-display {
  display: none !important
}

video::-webkit-media-controls-time-remaining-display {
  display: none !important
}

.row,
.rows {
  display: flex;
  flex-wrap: wrap
}

.btn-cta,
.hero-badge {
  display: inline-block
}

.col-6 {
  width: 50%;
  padding: 10px
}

.hero-text {
  flex: 1;
  color: var(--white)
}

.hero-badge {
  background: var(--teal);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 16px;
  border-radius: 9999px;
  margin-bottom: 14px
}

.hero-text h1 {
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 16px
}

.bedroom-label.living,
.hero-meta .fa-star,
.highlight,
.highlight-yellow {
  color: var(--yellow-dark)
}

.section-title span {
  color: var(--yellow-dark);
}

.hero-sub {
  font-size: 30px;
  font-weight: 300;
  margin: 10px 0 24px;
  line-height: 36px
}

.btn-cta,
.hero-desc {
  font-size: 18px;
  margin-bottom: 18px
}

.btn-cta {
  background: var(--yellow-dark);
  color: var(--dark);
  font-weight: 600;
  padding: 11px 30px;
  border-radius: 50px;
  transition: transform .15s, box-shadow .15s;
  box-shadow: 0 0 30px #ffeb3366;
  line-height: 28px
}

.btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(251, 191, 36, .5)
}

.hero-desc {
  color: #ffffffcc
}

.hero-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 600
}

.hero-meta span {
  display: flex;
  align-items: center;
  gap: 6px
}

.hero-meta .fa-users {
  color: #20d6d3
}

.hero-meta .fa-map-marker-alt {
  color: #f0760c
}

.availability-card {
    background: var(--white);
    padding: 32px;
    align-self: center;
    flex-shrink: 0;
    box-shadow: 0 8px 40px rgba(0, 0, 0, .18);
    border-radius: 24px;
}

.availability-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1f2937;
}

.avail-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}

.avail-field:last-child {
  border-radius: 0 12px 12px 0;
}

.avail-field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--gray);
}

.input-wrap {
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    padding: 9px 12px;
    gap: 8px;
    background: var(--white);
}

.discount-banner, .input-wrap {
    align-items: center;
    display: flex;
}

.input-wrap i {
    color: var(--primary);
    font-size: 14px;
}

.input-wrap input, .input-wrap select {
    border: none;
    outline: 0;
    background: 0 0;
    font-size: 13px;
    color: var(--dark);
    width: 100%;
}


.btn-check-avail {
  width: 100%;
  background: #12dacd;
  color: var(--white);
  font-weight: 700;
  font-size: 16px;
  padding: 14px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  margin-bottom: 20px;
}

.btn-check-avail:hover {
  background: #0fbab0;
}

.discount-banner {
    margin-bottom: 16px;
    gap: 12px;
    border-radius: 10px;
    padding: 10px 14px 0px 14px;
    background: rgba(255, 235, 51, 0.2);
}


.discount-banner, .input-wrap {
    align-items: center;
    display: flex;
}

.disc-icon {
    color: #000;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.disc-icon, .feat i {
    background: var(--yellow-dark);
}

.discount-banner strong {
    font-size: 16px;
    font-weight: 600;
}

.discount-banner p {
    font-size: 14px;
    color: var(--gray);
}

.btn-check:hover {
  background: var(--teal-dark)
}

.atag,
.img-badge {
  position: absolute
}

.section-tag {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 80px;
  margin-bottom: 16px;
  line-height: 16px
}

.section-title {
  color: var(--dark-2);
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 16px
}

.section-sub {
  color: var(--gray);
  font-size: 15px;
  margin-bottom: 40px
}

.property {
  padding: 50px 0;
  text-align: center
}

.property-address {
  font-size: 20px;
  color: #4b5563;
  margin-bottom: 64px;
  line-height: 28px
}

.important-info h4 i,
.property-address i {
  color: var(--primary);
  margin-right: 6px
}

.property-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 27px;
  text-align: left;
  margin-bottom: 40px;
  align-items: start
}

.property-img-wrap img {
  width: 100%;
  height: 80px !important;
  object-fit: cover;
  border-radius: var(--radius)
}

.img-badge {
  bottom: 394px;
  right: -20px;
  background: rgba(255, 255, 255, .95);
  border-radius: 10px;
  padding: 12px 14px;
  box-shadow: 0 16px 20px rgba(0, 0, 0, .12);
  width: 240px;
  display: none
}

.showtab,
.tabs li img {
  width: 100%
}

.rebutton {
  margin-top: 26px
}

.badge-pill {
  display: inline-block;
  background: var(--teal);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 50px;
  margin-bottom: 6px
}

.contact-item p,
.event-card p:last-child,
.img-badge p {
  font-size: 13px;
  color: var(--gray)
}

.property-desc {
  font-size: 18px;
  color: #4b5563;
  margin-bottom: 24px;
  line-height: 1.5
}

.bedding-box,
.features-box,
.showtab {
  margin-bottom: 20px
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  text-align: center
}

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

.house-info-left,
.important-info {
  text-align: left
}

.stat {
  padding: 7px;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}

.stat .fa-users {
  color: var(--primary);
  font-size: 30px;
  margin-bottom: 6px;
  display: block
}

.showtab {
  height: 100px;
  color: red;
  font-weight: 700;
  display: flex
}

.showtab img {
  width: 100%;
  height: 300px !important
}

.property-img-wrap .tabs {
  display: flex;
  position: relative;
  bottom: -189px
}

.tabs li {
  display: flex;
  cursor: pointer;
  flex: 1;
  margin-right: 10px
}

.stat .fa-bath,
.stat .fa-bed,
.stat .fa-expand-arrows-alt,
.stat strong {
  display: block;
  font-size: 24px;
  font-weight: 700
}

.tabs li:last-child {
  margin-right: 0
}

.active {
  opacity: 1 !important
}

.stat .fa-bed {
  line-height: 1.3;
  color: var(--teal)
}

.stat .fa-bath {
  line-height: 1.3;
  color: var(--yellow-dark)
}

.stat .fa-expand-arrows-alt {
  line-height: 1.3;
  color: var(--primary)
}

.stat span {
  font-size: 14px;
  color: var(--gray);
  font-weight: 500
}

.features-box {
  padding: 32px 20px
}

.bedding-box {
  margin-top: 208px
}

.bedding-box h4,
.features-box h4,
.important-info h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px
}

.bedding-box p,
.feat,
.feat i {
  font-size: 14px
}

.bedding-box .btn {
    padding: 15px 33px;
    background: var(--primary);
    transition: .3s ease-in-out;
    border-radius: 30px;
    font-weight: 600;
    color: #fff;
    box-shadow: rgba(17, 12, 46, .15) 0 48px 100px 0;
}

.features-grid {
  display: grid;
  gap: 10px
}

.feat {
  color: var(--dark-2);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px
}

.feat i {
  color: var(--dark);
  width: 32px;
  flex-shrink: 0;
  border-radius: 50%;
  line-height: 1;
  height: 32px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center
}

.bedding-box p {
  background: #fff;
  margin: 7px;
  display: table;
  justify-content: space-between;
  width: 100%
}

.bedding-box .btn {
  padding: 15px 33px;
  background: var(--primary);
  transition: .3s ease-in-out;
  border-radius: 30px;
  font-weight: 600;
  color: #fff;
  box-shadow: rgba(17, 12, 46, .15) 0 48px 100px 0
}

.bedding-box .btn:hover {
  background-color: var(--primary-dark);
  box-shadow: rgba(0, 0, 0, .2) 0 12px 28px 0, rgba(0, 0, 0, .1) 0 2px 4px 0, rgba(255, 255, 255, .05) 0 0 0 1px inset
}

.bedding-box p .fa-bed {
  font-size: 25px;
  margin-bottom: 10px;
  color: var(--primary)
}

.bedding-box p .fa-user-group {
  font-size: 25px;
  margin-bottom: 10px;
  color: var(--teal)
}

.bedding-box p .fa-restroom {
  font-size: 25px;
  margin-bottom: 10px;
  color: var(--yellow-dark)
}

.bedroom-label {
  font-weight: 800;
  margin-right: 4px
}

.bedroom-label.master,
.footer-contact i,
.footer-links a:hover,
.golf-card i {
  color: var(--primary)
}

.bedroom-label.guest {
  color: var(--teal)
}

.house-info-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--white);
  border-radius: 24px;
  padding: 32px;
  flex-wrap: wrap;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1)
}

.btn-book-stay,
.golf-cards .btn {
  background: var(--primary);
  color: #fff;
  font-size: 14px;
  border-radius: 50px;
  white-space: nowrap;
  transition: background .2s;
  box-shadow: 0 0 30px #f0760c66
}

.house-info-left h4 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 8px;
  line-height: 2rem
}

.house-info-left p {
  font-size: 16px;
  color: #4b5563
}

.btn-book-stay {
  font-weight: 800;
  padding: 11px 24px
}

.atag,
.edate,
.etag,
.golf-cards .btn {
  font-weight: 700
}

.important-info {
  background: #ffeb334d;
  border-radius: 24px;
  padding: 32px;
  margin-top: 35px
}

.info-grid {
  display: grid;
  gap: 15px
}

.info-item {
  font-size: 15px;
  display: flex;
  align-items: flex-start;
  gap: 14px
}

.info-item i {
  color: var(--teal);
  margin-top: 3px;
  flex-shrink: 0;
  font-size: 20px
}

.golf {
  padding: 50px 0;
  text-align: center;
  background: linear-gradient(135deg, #20d6d3, #ffeb33)
}

.tee-tag {
  background: rgba(255, 255, 255, .25);
  color: var(--dark);
  background: var(--white);
  color: var(--teal)
}

.event-card,
.golf-cards {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden
}

.golf-sub {
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  max-width: 600px;
  margin: 0 auto 40px
}

.attr-grid,
.events-grid,
.golf-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.golf-cards {
  padding-bottom: 20px
}

.golf-cards .btn {
  padding: 11px 26px;
  display: table;
  margin-left: 17px;
  margin-top: 12px
}

.golf-cards:hover {
  box-shadow: rgba(50, 50, 93, .25) 0 50px 100px -20px, rgba(0, 0, 0, .3) 0 30px 60px -30px
}

.images {
  height: 197px;
  overflow: hidden
}

.golf-cards img {
  height: 197px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  width: 100%
}

.golf-cards img:hover {
  transform: scale(1.1);
  transition: .3s ease-in-out
}

.golf-card {
  border-radius: var(--radius);
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  transition: transform .2s
}

.attr-card:hover,
.golf-card:hover {
  transform: translateY(-4px)
}

.golf-icon {
  font-size: 28px;
  flex-shrink: 0
}

.golf-icon svg {
  font-size: 32px;
  flex-shrink: 0;
  background: var(--yellow-dark);
  border-radius: 50%;
  display: block;
  width: 37px;
  height: 37px;
  padding: 8px
}

.golf-card strong {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
  color: #1f2937
}

.golf-card p {
  font-size: 14px;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500
}

.attr-card h5,
.event-card h4 {
  font-weight: 800;
  margin-bottom: 6px
}

.event-card {
  display: block;
  color: inherit;
  text-align: left;
  box-shadow: var(--card-shadow);
  border-top: 3px solid var(--primary);
  transition: transform .2s, box-shadow .2s;
  box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

.attr-card a,
.attr-card p {
  display: flex;
  font-size: 13px
}

.attr-card,
.attractions,
.reviews {
  text-align: center
}

.event-card .images-hover {
  width: 100%;
  height: 258px;
  border-radius: 14px 13px 0 0;
  overflow: hidden
}

.event-card .content {
  padding: 20px
}

.event-card .images-hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s
}

.attr-icon:hover img,
.event-card .images-hover:hover img,
.social-btn:hover {
  transform: scale(1.1)
}

.event-card:nth-child(2),
.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--teal)
}

.event-card:nth-child(3) {
  border-color: #f59e0b
}

.event-card:nth-child(4) {
  border-color: #3b82f6
}

.event-card:nth-child(5) {
  border-color: #8b5cf6
}

.event-card:nth-child(6) {
  border-color: #ef4444
}

.event-card:nth-child(7) {
  border-color: #10b981
}

.event-card:nth-child(8) {
  border-color: #f97316
}

.event-card:nth-child(9) {
  border-color: #6366f1
}

.event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .12)
}

.event-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px
}

.atag,
.attractions .btn,
.etag {
  display: inline-block
}

.event-top i {
  color: var(--gray);
  font-size: 18px
}

.etag {
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 50px
}

.etag.festival {
  background: #fff3eb;
  color: var(--primary)
}

.etag.music {
  background: #e0f7fa;
  color: var(--teal-dark)
}

.atag.water,
.etag.fishing {
  background: #dbeafe;
  color: #1d4ed8
}

.atag.attraction,
.etag.carshow {
  background: #fee2e2;
  color: #dc2626
}

.etag.holiday {
  background: #ede9fe;
  color: #7c3aed
}

.event-card h4 {
  font-size: 17px
}

.edate {
  color: var(--primary);
  font-size: 13px;
  margin-bottom: 8px
}

.attractions {
  padding: 50px 0;
  background: var(--light-gray)
}

.attr-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--card-shadow);
  transition: transform .2s;
  position: relative
}

.attractions .btn {
  padding: 12px 39px;
  background: var(--primary);
  transition: .3s ease-in-out;
  border-radius: 23px;
  font-weight: 600;
  color: #fff;
  box-shadow: rgba(17, 12, 46, .15) 0 48px 100px 0;
  margin-top: 22px;
  font-size: 17px
}

.attr-card .content {
  padding: 12px 15px;
  text-align: justify
}

.attr-icon {
  width: 100%;
  height: 208px;
  border-radius: 14px 14px 0 0;
  overflow: hidden
}

.attr-icon img {
  width: 100%;
  height: 208px;
  object-fit: cover;
  transition: transform .3s
}

.atag {
  font-size: 11px;
  padding: 3px 12px;
  border-radius: 50px;
  top: 15px;
  left: 15px;
  z-index: 10;
  white-space: nowrap;
  font-weight: 600;
  transition: all 0.3s ease
}

.atag.park {
  background: #d1fae5;
  color: #065f46
}

.atag.nature {
  background: #d1fae5;
  color: #047857
}

.atag.shopping {
  background: #ede9fe;
  color: #6d28d9
}

.atag.beach {
  background: #fff3eb;
  color: var(--primary-dark)
}

.atag.amusement {
  background: #fef9c3;
  color: #854d0e
}

.attr-card h5 {
  font-size: 15px
}

.attr-card p {
  color: var(--gray);
  align-items: center;
  margin: 10px 0;
  gap: 5px
}

.attr-card a {
  font-weight: 700;
  color: var(--primary);
  align-items: center;
  gap: 7px
}

.attr-card a i {
  font-size: 10px
}

.reviews {
  padding: 50px 0;
  background: linear-gradient(135deg, #f97316 0, #ca8a04 50%, #0cc0c8 100%)
}

.btn-outline-white:hover,
.rating-badge {
  background: rgba(255, 255, 255, .15)
}

.white-sub {
  color: rgba(255, 255, 255, .85)
}

.rating-badge {
  border: 2px solid rgba(255, 255, 255, .3);
  border-radius: var(--radius);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 36px;
  margin-bottom: 40px
}

.rating-num {
  font-size: 42px;
  font-weight: 900;
  color: var(--white);
  line-height: 1
}

.rev-stars,
.stars {
  color: var(--yellow)
}

.stars {
  font-size: 22px;
  margin: 4px 0
}

.rating-badge p {
  font-size: 13px;
  color: rgba(255, 255, 255, .8)
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 32px
}

.review-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px;
  text-align: left;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .1)
}

.contact,
.reviews-cta {
  text-align: center
}

.rev-stars {
  font-size: 16px;
  margin-bottom: 12px
}

.form-group,
.review-card>p {
  margin-bottom: 16px
}

.review-card>p {
  font-size: 13.5px;
  color: var(--dark);
  line-height: 1.6;
  font-style: italic;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.rev-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.rev-footer strong {
  font-size: 14px;
  font-weight: 800;
  display: block
}

.rev-footer span:first-of-type {
  font-size: 12px;
  color: var(--gray)
}

.rev-date {
  background: var(--teal);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px
}

.btn-outline-white {
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, .7);
  color: var(--white);
  font-weight: 800;
  font-size: 14px;
  padding: 11px 28px;
  border-radius: 50px;
  transition: background .2s
}

.contact {
  padding: 50px 0;
  background: var(--white)
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  text-align: left;
  margin-top: 40px
}

.contact-form-wrap {
  background: var(--white);
  border: 1.5px solid #e5e7eb;
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--card-shadow)
}

.contact-form-wrap h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 22px
}

.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--dark)
}

.form-group input,
.form-group textarea {
  width: 100%;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  padding: 11px 14px;
  font-size: 14px;
  color: var(--dark);
  outline: 0;
  transition: border-color .2s
}

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

.btn-send {
  width: 100%;
  background: var(--primary);
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  padding: 13px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background .2s, transform .15s
}

.contact-info-card,
.follow-us {
  background: var(--white);
  box-shadow: var(--card-shadow)
}

.btn-send:hover {
  background: var(--primary-dark);
  transform: translateY(-1px)
}

.contact-info-card {
  border: 1.5px solid #e5e7eb;
  border-radius: var(--radius);
  padding: 28px;
  margin-bottom: 20px
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 22px;
  flex: 0 0 50%
}

.contact-item:last-child {
  margin-bottom: 0
}

.ci-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  flex-shrink: 0
}

.ci-icon.cyan {
  background: var(--teal)
}

.ci-icon.orange,
.lightbox-nav:hover {
  background: var(--primary)
}

.ci-icon.yellow {
  background: var(--yellow)
}

.ci-icon.teal {
  background: #0891b2
}

.contact-item strong {
  font-size: 14px;
  font-weight: 800;
  display: block;
  margin-bottom: 4px
}

.contact-item a {
  color: var(--primary);
  font-size: 13px
}

.follow-us {
  border: 1.5px solid #e5e7eb;
  border-radius: var(--radius);
  padding: 22px 28px;
  margin-bottom: 1rem
}

.follow-us p {
  font-weight: 800;
  margin-bottom: 14px
}

.social-links {
  display: flex;
  gap: 12px
}

.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  transition: transform .15s
}

.social-btn.fb {
  background: #1877f2
}

.social-btn.ig {
  background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888)
}

.social-btn.tw {
  background: #1da1f2
}

.footer {
  background: var(--dark-2);
  color: rgba(255, 255, 255, .8);
  padding: 60px 0 0
}

.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.footer-brand p {
  font-size: 13.5px;
  color: rgba(255, 255, 255, .55);
  margin-top: 12px;
  line-height: 1.7
}

.footer-contact,
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.footer h5 {
  font-size: 14px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 8px
}

.footer-links a {
  font-size: 14px;
  color: rgba(255, 255, 255, .55);
  transition: color .2s
}

.footer-contact p {
  font-size: 13.5px;
  color: rgba(255, 255, 255, .55);
  display: flex;
  align-items: center;
  gap: 8px
}

.footer-bottom {
  text-align: center;
  padding: 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, .35)
}

@media (max-width:1024px) {
  .gallery-grid {
    columns: 3
  }

  .hero-text h1 {
    font-size: 52px
  }

  .hero-sub {
    font-size: 22px;
    line-height: 30px
  }

  .hero-desc {
    font-size: 15px
  }

  .availability-card {
    padding: 24px 18px
  }

  .attr-grid,
  .events-grid,
  .golf-grid,
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr
  }

  .footer-brand {
    grid-column: 1/-1
  }
}

@media (max-width:900px) {

  .contact-grid,
  .property-grid {
    grid-template-columns: 1fr
  }

  .stats-row {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:768px) {
  .gallery-grid {
    columns: 2
  }

  .hero video {
    height: 600px;
    object-fit: cover
  }

  .hero-inner {
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 16px;
    width: auto
  }

  .col-6.align-self,
  .nav-links,
  .nav-right {
    display: none
  }

  .btn-avail-toggle {
    display: inline-block;
    background: var(--teal);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 11px 28px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    margin-bottom: 18px;
    margin-left: 10px;
    box-shadow: 0 0 24px #20d6d344;
    line-height: 26px;
    transition: transform .15s, box-shadow .15s
  }

  .btn-avail-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(32, 214, 211, .45)
  }

  .avail-mobile-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .55);
    align-items: center;
    justify-content: center;
    padding: 20px
  }

  .avail-mobile-overlay.open {
    display: flex
  }

  .avail-mobile-overlay .availability-card {
    width: 100%;
    max-width: 420px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    padding: 24px 20px;
    border-radius: 20px
  }

  .avail-close-btn {
    position: absolute;
    top: 14px;
    right: 16px;
    background: 0 0;
    border: none;
    font-size: 22px;
    color: #6b7280;
    cursor: pointer;
    line-height: 1;
    padding: 0
  }

  .avail-close-btn:hover {
    color: #111
  }

  .hero-text h1 {
    font-size: 40px;
    margin-bottom: 10px
  }

  .hero-sub {
    font-size: 18px;
    line-height: 26px;
    margin: 8px 0 16px
  }

  .hero-desc {
    font-size: 14px;
    margin-bottom: 12px
  }

  .hero-meta {
    font-size: 13px;
    gap: 12px
  }

  .btn-cta {
    font-size: 15px;
    padding: 10px 24px;
    margin-bottom: 0
  }

  .hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 14px
  }

  .page-title {
    padding: 75px 0
  }

  .hamburger {
    display: block
  }

  .hero-inner {
    flex-direction: column
  }

  .availability-card {
    width: 100%;
    max-width: 400px
  }

  .avail-row,
  .events-grid,
  .features-grid,
  .footer-inner,
  .golf-grid,
  .info-grid,
  .reviews-grid {
    grid-template-columns: 1fr
  }

  .house-info-bar {
    flex-direction: column;
    text-align: center
  }

  .attr-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .col-6 {
    width: 100%;
    padding: 10px
  }
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .95);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s;
  backdrop-filter: blur(10px)
}

.lightbox.active {
  display: flex;
  opacity: 1
}

.lightbox-content {
  max-width: 90%;
  max-height: 80%;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
  transform: scale(.9);
  transition: transform .3s cubic-bezier(.175, .885, .32, 1.275), opacity .3s;
  object-fit: contain
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, .1);
  display: flex;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer
}

.lightbox.active .lightbox-content {
  transform: scale(1)
}

.lightbox-close {
  top: 30px;
  right: 40px;
  font-size: 35px;
  align-items: center;
  justify-content: center
}

.lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  z-index: 10002;
  align-items: center;
  justify-content: center;
  user-select: none
}

.responsive-img {
  cursor: pointer;
  transition: transform .3s
}

.responsive-img:hover {
  transform: scale(1.03)
}

@media (max-width:480px) {
  .gallery-grid {
    columns: 2;
    column-gap: 8px
  }

  .gallery-filters {
    gap: 7px
  }

  .gf-btn {
    font-size: 12px;
    padding: 7px 14px
  }

  .glb-close,
  .glb-nav {
    width: 38px;
    height: 38px
  }

  .glb-nav {
    font-size: 14px
  }

  .glb-prev {
    left: 8px
  }

  .glb-next {
    right: 8px
  }

  .glb-close {
    top: 12px;
    right: 12px
  }

  .hero video {
    height: 580px
  }

  .hero-inner {
    top: 50px;
    margin: 0 12px
  }

  .hero-sub {
    font-size: 16px;
    line-height: 23px
  }

  .hero-meta {
    gap: 10px;
    font-size: 12px
  }

  .attr-grid,
  .avail-mobile-overlay .avail-row {
    grid-template-columns: 1fr
  }

  .btn-avail-toggle {
    font-size: 14px;
    padding: 10px 20px;
    margin-left: 8px;
    margin-top: 1rem
  }

  .stats-row {
    grid-template-columns: repeat(2, 1fr)
  }

  .section-title {
    font-size: 26px
  }

  .hero-text h1 {
    font-size: 36px
  }

  .contact-form-wrap {
    padding: 22px 16px
  }

  .contact-grid {
    display: inline;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    text-align: left;
    margin-top: 40px
  }

  .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 22px
  }

  .rows {
    display: inline;
    flex-wrap: wrap
  }
}

.mb-1 {
  margin-bottom: 1rem !important
}