* {
box-sizing: border-box;
}

body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
background: #fff;
color: #555;
}

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

main {
overflow: hidden;
}


/* Top bar */
.topbar {
background: #ef1d1d;
color: #fff;
text-align: center;
font-size: 13px;
font-weight: 700;
padding: 8px 12px;
}

.topbar-inner {
max-width: 1200px;
margin: 0 auto;
}


/* Hero slider */
.hero-slider {
position: relative;
height: 520px;
background: #000;
}

.slide {
position: absolute;
inset: 0;
background-position: center;
background-size: cover;
opacity: 0;
transition: opacity 0.5s ease;
}

.slide.active {
opacity: 1;
}

.hero-overlay {
position: relative;
z-index: 2;
height: 100%;
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1200px;
margin: 0 auto;
padding: 0 60px;
}

.hero-logo {
max-width: 430px;
width: 44%;
}

.book-btn {
background: #000;
color: #fff;
text-decoration: none;
padding: 16px 26px;
font-size: 18px;
border-radius: 2px;
}

.nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 3;
background: none;
border: none;
color: #fff;
font-size: 54px;
cursor: pointer;
padding: 10px 18px;
}

.prev {
left: 10px;
}

.next {
right: 10px;
}

.dots {
position: absolute;
left: 0;
right: 0;
bottom: 18px;
display: flex;
justify-content: center;
gap: 8px;
z-index: 3;
}

.dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.5);
}

.dot.active {
background: #fff;
}


/* Shared section colors */
.light {
background: #f3f3f3;
}

.dark {
background: #000;
}


/* Feature sections */
.feature-section {
padding: 58px 20px;
}

.second-row {
padding-top: 48px;
}

.features-grid {
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 28px;
}

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

.icon {
font-size: 78px;
line-height: 1;
margin-bottom: 18px;
}

.icon.bed {
color: #0a32a6;
}

.icon.tent {
color: #b75400;
}

.icon.tree {
color: #1a7d16;
}

.icon.glass {
color: #d89a08;
}

.icon.parking {
color: #e12b20;
}

.icon.coffee {
color: #8a6d59;
}

.icon.kitchen {
color: #0b9d12;
}

.icon.dogs {
color: #4d567d;
}

.feature-card h3 {
font-size: 18px;
color: #4f4f4f;
font-weight: 500;
margin: 0 0 10px;
}

.feature-card p {
margin: 0 auto;
max-width: 220px;
font-size: 14px;
line-height: 1.7;
color: #666;
}


/* Gallery */

.hir-lightbox {
position: fixed;
inset: 0;
display: none;
z-index: 99999;
}

.hir-lightbox.is-open {
display: block;
}

.hir-lightbox-backdrop {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.88);
}

.hir-lightbox-dialog {
position: relative;
z-index: 2;
width: min(92vw, 1200px);
height: 100vh;
margin: 0 auto;
display: grid;
grid-template-columns: 64px 1fr 64px;
align-items: center;
gap: 12px;
}

.hir-lightbox-figure {
margin: 0;
text-align: center;
color: #fff;
}

#lightbox-image {
display: block;
max-width: 100%;
max-height: 78vh;
margin: 0 auto;
border-radius: 8px;
box-shadow: 0 10px 30px rgba(0,0,0,.45);
}

#lightbox-caption {
margin-top: 12px;
font-size: 14px;
line-height: 1.5;
color: #f2f2f2;
}

.hir-lightbox-close {
position: absolute;
top: 18px;
right: 18px;
z-index: 3;
width: 44px;
height: 44px;
border: 0;
border-radius: 999px;
background: rgba(255,255,255,.12);
color: #fff;
font-size: 30px;
cursor: pointer;
}

.hir-lightbox-nav {
width: 44px;
height: 44px;
border: 0;
border-radius: 999px;
background: rgba(255,255,255,.12);
color: #fff;
font-size: 30px;
cursor: pointer;
}

.lightbox-thumb {
cursor: pointer;
}

.hir-lightbox-close:hover,
.hir-lightbox-nav:hover {
background: rgba(255,255,255,.22);
}

@media (max-width: 767px) {
.hir-lightbox-dialog {
grid-template-columns: 44px 1fr 44px;
width: 96vw;
gap: 8px;
}

#lightbox-image {
display: block;
width: auto;
max-width: 100%;
max-height: 78vh;
height: auto;
object-fit: contain;
margin: 0 auto;
border-radius: 8px;
box-shadow: 0 10px 30px rgba(0,0,0,.45);
}

#lightbox-caption {
font-size: 13px;
padding: 0 8px;
}
}



.gallery-section {
padding: 60px 20px 40px;
}

.gallery-grid {
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 42px;
}

.gallery-grid .lightbox-thumb {
width: 100%;
aspect-ratio: 400 / 284;
object-fit: cover;
}

.gallery-pagination {
max-width: 1200px;
margin: 42px auto 0;
padding-top: 14px;
border-top: 1px solid #8d8d8d;
text-align: right;
color: #888;
font-size: 14px;
}

.gallery-pagination button {
margin-left: 18px;
color: #888;
background: none;
border: none;
font-size: 14px;
cursor: pointer;
padding: 0;
}

.gallery-pagination button.current {
color: #fff;
font-weight: 700;
}


/* Video section */
.video-section {
padding: 28px 20px 80px;
}

.red-divider {
max-width: 1200px;
margin: 0 auto 56px;
border-top: 4px solid #ef1d1d;
}

.video-wrap {
max-width: 920px;
margin: 0 auto;
}

.video-wrap iframe {
display: block;
width: 100%;
min-height: 520px;
}


/* Tablet */
@media (max-width: 980px) {
.features-grid,
.gallery-grid {
grid-template-columns: repeat(2, 1fr);
}

.hero-overlay {
padding: 0 40px;
}

.hero-logo {
width: 55%;
max-width: 360px;
}
}


/* Mobile */
@media (max-width: 767px) {
.hero-slider {
height: 360px;
}

.hero-overlay {
padding: 0 20px;
align-items: flex-end;
padding-bottom: 70px;
}

.hero-logo {
width: 62%;
max-width: 260px;
}

.book-btn {
padding: 12px 18px;
font-size: 15px;
}

.features-grid,
.gallery-grid {
grid-template-columns: 1fr;
gap: 28px;
}

.feature-card p {
max-width: 320px;
}

.video-wrap iframe {
min-height: 240px;
}

.gallery-pagination {
text-align: center;
}

.topbar {
font-size: 12px;
}
}

.site-footer {
  margin-top: 64px;
  background: #2f2f2f;
  color: #b8b8b8;
}

.footer-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 38px 24px 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b8b8b8;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 50%;
  transition: all 0.2s ease;
}

.footer-social a:hover {
  color: #ffffff;
  border-color: rgba(255,255,255,0.35);
}

.footer-social i {
  font-size: 18px;
}

.footer-bottom {
  background: #262626;
  text-align: center;
  padding: 18px 24px;
  color: #8e8e8e;
  font-size: 14px;
}

@media (max-width: 640px) {
  .footer-main {
    padding: 30px 20px 26px;
  }

  .footer-social {
    gap: 14px;
  }

  .footer-social a {
    width: 40px;
    height: 40px;
  }
}

.location-section {
  background: #f7f7f5;
  padding: 56px 24px;
}

.location-content {
  max-width: 1100px;
  margin: 0 auto;
}

.location-text {
  text-align: center;
  margin-bottom: 24px;
}

.location-text h2 {
  margin: 0 0 10px;
  font-size: 30px;
  color: #1f1f1f;
}

.location-text p {
  margin: 0;
  color: #555;
  font-size: 16px;
}

.resort-map {
  width: 100%;
  height: 420px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.08);
}


/* =========================================================
   HERO BOOKING BAR BELOW HERO
   ========================================================= */

.hero-slider {
  position: relative;
  height: 520px;
  background: #000;
  overflow: hidden;
}

.hero-booking-wrap {
  max-width: 1200px;
  margin: -34px auto 0;
  padding: 0 20px 18px;
  position: relative;
  z-index: 5;
}

form.hero-search-bar {
  width: 100%;
  margin: 0;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
  align-items: end;
  background: rgba(20, 20, 20, 0.88);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

form.hero-search-bar .hero-search-field {
  min-width: 0;
}

form.hero-search-bar .hero-search-field label {
  display: block;
  margin: 0 0 6px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

form.hero-search-bar .hero-search-field input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 2px;
  background: #fff;
  color: #222;
  font-size: 15px;
  box-sizing: border-box;
}

form.hero-search-bar .hero-search-submit button {
  width: 100%;
  min-width: 200px;
  height: 48px;
  margin: 0;
  border: 1px solid #06b2e6;
  border-radius: 0;
  background: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  padding: 10px 14px;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
}

form.hero-search-bar .hero-search-submit button:disabled {
  border: 1px solid #06b2e6;
  background: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
  color: #fff;
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}
form.hero-search-bar .hero-search-submit button:hover {
  border-color: #06b2e6;
  background: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
  color: #fff;
}

.hero-search-note {
  margin: 12px 0 0;
  color: #4f4f4f;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  text-shadow: none;
}

.hero-search-note a {
  color: #3f3f3f;
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 980px) {
  form.hero-search-bar {
    grid-template-columns: 1fr 1fr;
  }

  form.hero-search-bar .hero-search-submit {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 430px;
  }

  .hero-overlay {
    padding: 18px 16px;
    align-items: flex-start;
  }

  .hero-logo {
    width: 62%;
    max-width: 220px;
  }

  .hero-booking-wrap {
    margin: 0;
    padding: 0 12px 14px;
  }

  form.hero-search-bar {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
  }

  form.hero-search-bar .hero-search-field input,
  form.hero-search-bar .hero-search-submit button {
    height: 44px;
    font-size: 14px;
  }

  form.hero-search-bar .hero-search-submit button {
    min-width: 0;
  }

  .hero-search-note {
    margin-top: 10px;
    font-size: 11px;
    text-align: center;
  }
}