html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 0;
}

.holy-header {
  background: linear-gradient(90deg, #181b20 0%, #1d2127 50%, #181b20 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 0;
  padding: 0;
}

.holy-header-inner {
  width: min(100%, 1660px);
  margin: 0 auto;
  min-height: 104px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.holy-logo {
  color: #f2f2f2;
  font-size: clamp(2rem, 2.1vw, 2.75rem);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.04em;
  line-height: 1;
}

.holy-logo:hover,
.holy-logo:focus {
  color: #ffffff;
}

.holy-logo-image {
  height: 140px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
}

.holy-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  flex: 1;
}

.holy-nav {
  gap: 1.1rem;
  margin: 0 auto;
}

.holy-link {
  color: #ffffff;
  font-size: clamp(0.78rem, 0.9vw, 0.95rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.45rem 0.15rem;
  white-space: nowrap;
}

.holy-nav .nav-link,
.holy-nav .holy-link,
.holy-nav .nav-link:visited,
.holy-nav .nav-link:focus,
.holy-nav .nav-link:active {
  color: #ffffff !important;
}

.holy-link:hover,
.holy-link:focus {
  color: #d7d7d7;
}

.holy-link.has-caret::after {
  content: " \25BE";
  font-size: 0.72em;
  vertical-align: middle;
}

.holy-reservation {
  color: #f2f2f2;
  border: 2px solid rgba(255, 255, 255, 0.52);
  border-radius: 10px;
  padding: 0.85rem 1.9rem;
  font-size: clamp(0.9rem, 1vw, 1.2rem);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  margin-left: auto;
}

.holy-reservation,
.holy-reservation:visited,
.holy-reservation:focus,
.holy-reservation:active,
.holy-reservation:hover {
  color: #ffffff !important;
}

.holy-reservation:hover,
.holy-reservation:focus {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.75);
}

.holy-toggler {
  border-color: rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.06);
}

.holy-toggler .navbar-toggler-icon {
  filter: invert(1);
}

@media (max-width: 991.98px) {
  .holy-header-inner {
    min-height: 76px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .holy-logo {
    font-size: 1.8rem;
  }

  .holy-logo-image {
    height: 44px;
    max-width: 220px;
  }

  .holy-nav-wrap {
    align-items: flex-start;
    gap: 0.8rem;
    flex: 0 0 100%;
    width: 100%;
    margin-top: 0.6rem;
    padding: 0.9rem 1rem 1rem;
    background: rgba(0, 0, 0, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
  }

  .holy-nav {
    gap: 0.25rem;
    margin: 0;
    width: 100%;
  }

  .holy-link {
    font-size: 0.95rem;
    padding: 0.5rem 0;
  }

  .holy-reservation {
    font-size: 0.95rem;
    padding: 0.62rem 1.2rem;
    border-radius: 7px;
    margin-left: 0;
  }
}

.hero-home-slider {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 74vh;
  overflow: hidden;
  background: #11151d;
}

.hero-home-slider .carousel-inner,
.hero-home-slider .carousel-item,
.hero-slide-image {
  min-height: 74vh;
  height: 100%;
}

.hero-slide-image {
  object-fit: cover;
  object-position: center;
}

.hero-slider-overlay {
  position: absolute;
  inset: 0;
  /* background: rgba(8, 12, 19, 0.58); */
  z-index: 1;
}

.hero-slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: min(92%, 980px);
  text-align: center;
  color: #ffffff;
}

.hero-rating {
  margin: 0 0 1rem;
  font-size: clamp(1.2rem, 1.5vw, 1.9rem);
  letter-spacing: 0.05em;
  color: #e5d39b;
}

.hero-rating span {
  color: #ffffff;
}

.hero-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(0.82rem, 1vw, 1.15rem);
  color: #f0f0f0;
}

.hero-heading {
  margin: 1.2rem auto 1.9rem;
  max-width: 920px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5.2vw, 6rem);
  line-height: 1.08;
  font-weight: 500;
}

.hero-cta-btn {
  display: inline-block;
  background: #d8be78;
  color: #111 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(0.85rem, 1vw, 1.05rem);
  font-weight: 700;
  border-radius: 12px;
  padding: 0.95rem 2.9rem;
}

.hero-home-slider .carousel-control-prev,
.hero-home-slider .carousel-control-next {
  z-index: 3;
  width: 8%;
}

.hero-home-slider .carousel-control-prev-icon,
.hero-home-slider .carousel-control-next-icon {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
}

@media (max-width: 991.98px) {
  .hero-home-slider,
  .hero-home-slider .carousel-inner,
  .hero-home-slider .carousel-item,
  .hero-slide-image {
    min-height: 63vh;
  }

  .hero-home-slider .carousel-control-prev,
  .hero-home-slider .carousel-control-next {
    width: 12%;
  }
}

@media (max-width: 576px) {
  .hero-home-slider,
  .hero-home-slider .carousel-inner,
  .hero-home-slider .carousel-item,
  .hero-slide-image {
    min-height: 58vh;
  }

  .hero-slider-content {
    width: min(94%, 560px);
  }

  .hero-kicker {
    letter-spacing: 0.12em;
  }

  .hero-heading {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .hero-cta-btn {
    width: 100%;
    max-width: 320px;
    padding: 0.9rem 1.2rem;
  }
}

.about-stats-section {
  background: #f3f3f3;
  padding: 4.25rem 0 3rem;
}

.about-wrap {
  width: min(100%, 1580px);
  padding-left: 1rem;
  padding-right: 1rem;
}

.about-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 1rem 2.5rem;
  align-items: start;
}

.section-label {
  font-size: 1.55rem;
  font-weight: 700;
  color: #1f2426;
  letter-spacing: 0.01em;
}

.about-content {
  max-width: 1180px;
}

.about-lead {
  margin: 0;
  color: #6e7173;
  font-size: clamp(1.55rem, 2.1vw, 2.75rem);
  line-height: 1.22;
  font-weight: 400;
}

.about-main {
  margin: 0;
  color: #111417;
  font-size: clamp(1.55rem, 2.1vw, 2.75rem);
  line-height: 1.22;
  font-weight: 500;
}

.know-more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 2.4rem;
  color: #1e2528;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid #1e2528;
  padding-bottom: 0.25rem;
}

.know-more-link span {
  font-size: 1.25rem;
}

.by-number {
  margin-top: 3.8rem;
  margin-bottom: 1rem;
}

.stats-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.stat-info-card {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 2.9rem 2rem 2.2rem;
  min-height: 360px;
}

.stat-info-card h3 {
  margin: 0;
  color: #111417;
  font-size: clamp(2.8rem, 4vw, 4.9rem);
  line-height: 0.9;
  font-weight: 700;
}

.stat-info-card h3 span {
  color: #cfb472;
}

.stat-info-card h4 {
  margin: 2.2rem 0 0.65rem;
  color: #1f2528;
  font-size: clamp(1.35rem, 1.35vw, 2rem);
  font-weight: 500;
}

.stat-info-card p {
  margin: 0;
  color: #4e5558;
  font-size: clamp(0.98rem, 0.95vw, 1.15rem);
  line-height: 1.35;
}

@media (max-width: 1199.98px) {
  .holy-header-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .section-label {
    font-size: 1.25rem;
  }

  .about-lead,
  .about-main {
    font-size: clamp(1.7rem, 3.8vw, 2.45rem);
  }

  .know-more-link {
    font-size: 1.1rem;
  }

  .stats-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat-info-card {
    min-height: auto;
  }
}

.rooms-showcase-section {
  background: #f3f3f3;
  padding: 2.7rem 0 4.2rem;
}

.room-search-section {
  background: #f3f3f3;
  padding: 2.4rem 0 2.2rem;
}

.room-search-wrap {
  width: min(100%, 1580px);
  padding-left: 1rem;
  padding-right: 1rem;
}

.room-search-head {
  text-align: center;
  margin-bottom: 1.25rem;
}

.room-search-kicker {
  margin: 0;
  color: #8f7a42;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
}

.room-search-title {
  margin: 0.6rem 0 0;
  color: #111417;
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  font-weight: 600;
}

.room-search-form {
  background: #ffffff;
  border: 1px solid #d7d9dd;
  border-radius: 14px;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) auto;
  gap: 0.75rem;
  align-items: end;
}

.room-search-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.room-search-field label {
  color: #3b4048;
  font-size: 0.84rem;
  margin: 0;
}

.room-search-field input,
.room-search-field select {
  border: 1px solid #c8cdd5;
  border-radius: 9px;
  padding: 0.65rem 0.75rem;
  min-height: 44px;
  background: #fff;
}

.room-search-actions {
  display: flex;
  gap: 0.55rem;
}

.room-search-btn {
  border: 1px solid #c8ced8;
  background: #fff;
  color: #1f2937;
  border-radius: 9px;
  min-height: 44px;
  padding: 0.6rem 0.95rem;
  font-weight: 600;
}

.room-search-btn.primary {
  border-color: #0f3fd6;
  background: #0f3fd6;
  color: #fff;
}

.room-search-count {
  margin: 0.95rem 0 0.75rem;
  color: #4b5563;
  font-size: 0.95rem;
}

.room-search-empty {
  margin: 0 0 0.95rem;
  color: #7f1d1d;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 0.65rem 0.8rem;
}

.room-search-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.room-search-card {
  background: #fff;
  border: 1px solid #d9dde3;
  border-radius: 14px;
  overflow: hidden;
}

.room-search-image-wrap {
  position: relative;
  overflow: hidden;
}

.room-search-image-wrap img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.room-search-price-tag {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  background: rgba(255, 255, 255, 0.95);
  color: #111827;
  font-size: 0.93rem;
  font-weight: 600;
  padding: 0.35rem 0.7rem;
  border-radius: 8px;
}

.room-search-card h3 {
  margin: 0.85rem 0.85rem 0.4rem;
  color: #111417;
  font-size: clamp(1.1rem, 1.35vw, 1.45rem);
}

.room-search-meta {
  margin: 0 0.85rem 0.85rem;
  color: #616872;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.9rem;
  font-size: 0.92rem;
}

.rooms-wrap {
  width: min(100%, 1580px);
  padding-left: 1rem;
  padding-right: 1rem;
}

.rooms-kicker {
  margin: 0;
  text-align: center;
  color: #202528;
  font-size: 1.05rem;
  letter-spacing: 0.03em;
}

.rooms-title {
  margin: 0.75rem 0 2.4rem;
  text-align: center;
  color: #111417;
  font-size: clamp(2rem, 3.2vw, 4.1rem);
  font-weight: 500;
}

.rooms-slider {
  position: relative;
  padding: 0 2.7rem;
}

.rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.3rem;
}

.room-card-item h3 {
  margin: 1rem 0 0.55rem;
  font-size: clamp(1.35rem, 1.65vw, 2.1rem);
  color: #111417;
  font-weight: 500;
}

.room-image-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.room-image-wrap img {
  width: 100%;
  aspect-ratio: 16 / 12;
  object-fit: cover;
}

.room-price-tag {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  background: #ffffff;
  color: #121416;
  font-size: 1rem;
  padding: 0.45rem 0.9rem;
  clip-path: polygon(12px 0, 100% 0, 100% 100%, 12px 100%, 0 50%);
}

.room-meta {
  margin: 0;
  display: flex;
  gap: 1rem;
  color: #555a5d;
  font-size: 1.05rem;
  flex-wrap: wrap;
}

.rooms-control {
  width: 2.8rem;
  height: 2.8rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  border: 1px solid #cfd2d4;
  opacity: 1;
}

.rooms-control.carousel-control-prev {
  left: -0.45rem;
}

.rooms-control.carousel-control-next {
  right: -0.45rem;
}

.rooms-control-icon {
  color: #222629;
  font-size: 2rem;
  line-height: 1;
}

.home-video-section {
  background: #f3f3f3;
  padding: 0 0 3rem;
}

.home-video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #11151d;
}

.home-video-trigger {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  position: relative;
  display: block;
  cursor: pointer;
}

.home-video-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.82);
  background: rgba(8, 12, 18, 0.58);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

.home-video-modal-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0f1217;
}

.home-video-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.faq-section {
  background: #f3f3f3;
  padding: 3rem 0 3.6rem;
}

.faq-wrap {
  width: min(100%, 1580px);
  padding-left: 1rem;
  padding-right: 1rem;
}

.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 2.4rem;
  align-items: start;
}

.faq-kicker {
  margin: 0;
  color: #a8904e;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.faq-title {
  margin: 0.6rem 0 1.7rem;
  color: #111417;
  font-size: clamp(2rem, 3.4vw, 5rem);
  line-height: 1.05;
  font-weight: 500;
  max-width: 630px;
}

.faq-image-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.faq-image-card img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.faq-image-card span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(2.8rem, 7vw, 7rem);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.faq-item {
  border-bottom: 1px solid #d6d7d8;
  padding: 0.3rem 0;
}

.faq-item summary {
  list-style: none;
  position: relative;
  cursor: pointer;
  padding: 1.2rem 4.2rem 1.2rem 0;
  color: #111417;
  font-size: clamp(1.35rem, 1.7vw, 3rem);
  font-weight: 500;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: #e6e6e6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #222629;
}

.faq-item[open] summary::after {
  content: "×";
}

.faq-item p {
  margin: 0 0 1.2rem;
  color: #666b6f;
  font-size: clamp(1rem, 1.08vw, 1.8rem);
  line-height: 1.45;
  max-width: 920px;
}

.best-offer-section {
  background: #f3f3f3;
  padding: 3rem 0 4rem;
}

.best-offer-wrap {
  width: min(100%, 1580px);
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.best-offer-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #9f8340;
  font-size: 1rem;
  margin: 0;
}

.best-offer-kicker span {
  width: 48px;
  height: 1px;
  background: #8e8e8e;
}

.best-offer-title {
  margin: 0.75rem 0 2.2rem;
  color: #111417;
  font-size: clamp(2rem, 3vw, 4rem);
  font-weight: 500;
}

.latest-offer-slider {
  position: relative;
  padding: 0 2.8rem 2.8rem;
}

.latest-offer-stage {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.latest-offer-side {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 220px;
  height: 78%;
  background: linear-gradient(rgba(24, 27, 32, 0.62), rgba(24, 27, 32, 0.62)),
    url("../images/best-room-offer.png") center / cover no-repeat;
}

.latest-offer-side-left {
  left: -25px;
}

.latest-offer-side-right {
  right: -25px;
}

.latest-offer-featured {
  position: relative;
  width: min(100%, 1060px);
  overflow: hidden;
}

.latest-offer-featured img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.latest-offer-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 18%, rgba(0, 0, 0, 0.62) 100%);
}

.latest-offer-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5rem;
  text-align: center;
  color: #fff;
  padding: 0 1rem;
}

.latest-offer-price {
  margin: 0;
  color: #fff;
  font-size: 1.3rem;
}

.latest-offer-price .old {
  opacity: 0.62;
  text-decoration: line-through;
  font-size: 1rem;
}

.latest-offer-price .now {
  color: #cfb472;
  font-weight: 700;
}

.latest-offer-content h3 {
  margin: 0.35rem 0 0.7rem;
  font-size: clamp(2rem, 2.45vw, 3rem);
  font-weight: 500;
}

.latest-offer-meta {
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 1.3rem;
  font-size: 1.1rem;
  flex-wrap: wrap;
}

.latest-offer-control {
  width: 2.8rem;
  height: 2.8rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  border: 1px solid #cfd2d4;
  opacity: 1;
}

.latest-offer-control.carousel-control-prev {
  left: 0;
}

.latest-offer-control.carousel-control-next {
  right: 0;
}

.latest-offer-icon {
  color: #222629;
  font-size: 2rem;
  line-height: 1;
}

.latest-offer-indicators {
  margin-bottom: -0.6rem;
}

.latest-offer-indicators [data-bs-target] {
  width: 26px;
  height: 4px;
  margin: 0 8px;
  border: 0;
  border-radius: 4px;
  background-color: #bdbdbd;
  opacity: 1;
}

.latest-offer-indicators .active {
  background-color: #b89953;
}

@media (max-width: 1199.98px) {
  .room-search-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .room-search-actions {
    grid-column: 1 / -1;
  }

  .room-search-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rooms-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .latest-offer-stage {
    min-height: 560px;
  }

  .latest-offer-side {
    width: 150px;
  }
}

@media (max-width: 767.98px) {
  .holy-header-inner {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .hero-rating {
    font-size: 1rem;
  }

  .hero-kicker {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
  }

  .hero-heading {
    margin: 0.9rem auto 1.3rem;
    line-height: 1.14;
  }

  .room-search-section {
    padding: 1.8rem 0 1.8rem;
  }

  .room-search-form {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .room-search-actions {
    grid-column: auto;
  }

  .room-search-btn {
    flex: 1;
  }

  .room-search-grid {
    grid-template-columns: 1fr;
  }

  .rooms-slider {
    padding: 0;
  }

  .rooms-grid {
    grid-template-columns: 1fr;
  }

  .rooms-control {
    display: none;
  }

  .room-meta {
    flex-wrap: wrap;
    gap: 0.65rem 1rem;
    font-size: 0.95rem;
  }

  .home-video-section {
    padding: 0 0 2rem;
  }

  .home-video-wrap {
    aspect-ratio: 16 / 10;
  }

  .faq-section {
    padding: 2.2rem 0 2.4rem;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 1.7rem;
  }

  .faq-title {
    max-width: none;
  }

  .faq-item summary {
    padding-right: 3.3rem;
    font-size: 1.35rem;
  }

  .faq-item summary::after {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 1.7rem;
  }

  .best-offer-section {
    padding: 2rem 0 2.4rem;
  }

  .latest-offer-slider {
    padding: 0 0 2.2rem;
  }

  .latest-offer-stage {
    min-height: auto;
  }

  .latest-offer-side {
    display: none;
  }

  .latest-offer-meta {
    gap: 0.6rem 0.9rem;
    font-size: 0.9rem;
  }

  .latest-offer-control {
    display: none;
  }

  .stats-cards-grid {
    grid-template-columns: 1fr;
  }

  .stat-info-card {
    padding: 2rem 1.25rem 1.5rem;
  }

  .holy-footer {
    padding: 2.3rem 0 1rem;
  }

  .holy-footer-col h3 {
    min-width: 0;
  }

  .holy-footer-bottom div {
    flex-wrap: wrap;
    gap: 0.8rem 1rem;
  }
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.holy-footer {
  background: #f3f3f3;
  border-top: 1px solid #d8d8d8;
  padding: 3.2rem 0 1.2rem;
  color: #000;
}

.holy-footer-wrap {
  width: min(100%, 1580px);
  padding-left: 1rem;
  padding-right: 1rem;
}

.holy-footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
  margin-bottom: 2.8rem;
}

.holy-footer-brand {
  color: #111417;
  font-size: clamp(2.2rem, 2.2vw, 3.2rem);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1;
}

.holy-footer-brand:hover,
.holy-footer-brand:focus {
  color: #111417;
}

.holy-footer-logo-image {
  height: 64px;
  width: auto;
  max-width: 320px;
  object-fit: contain;
}

.holy-footer-intro {
  margin: 0;
  color: #3a3f42;
  font-size: clamp(1rem, 1.05vw, 1.25rem);
  line-height: 1.65;
  max-width: 670px;
  justify-self: end;
}

.holy-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem 4rem;
  padding-bottom: 2.8rem;
  border-bottom: 1px solid #bfc3c6;
}

.holy-footer-col h3 {
  margin: 0 0 1.05rem;
  color: #191d20;
  font-size: clamp(1.6rem, 1.8vw, 2.1rem);
  font-weight: 500;
  padding-bottom: 0.35rem;
  border-bottom: 2px solid #a8acaf;
  display: inline-block;
  min-width: 160px;
}

.holy-footer-col a,
.holy-footer-col p {
  margin: 0.35rem 0;
  color: #000;
  font-size: clamp(1rem, 1.05vw, 1.3rem);
  display: block;
}

.holy-footer a,
.holy-footer a:visited,
.holy-footer a:hover,
.holy-footer a:focus,
.holy-footer a:active {
  color: #000 !important;
  text-decoration: none !important;
}

.holy-socials {
  display: flex;
  gap: 0.7rem;
  margin-top: 0.9rem;
}

.holy-socials a {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  border: 1px solid #222629;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  font-weight: 700;
}

.holy-footer-bottom {
  padding-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.holy-footer-bottom p {
  margin: 0;
  color: #000;
  font-size: clamp(0.95rem, 0.95vw, 1.1rem);
}

.holy-footer-bottom div {
  display: flex;
  gap: 1.2rem;
}

.holy-footer-bottom a {
  color: #000;
  font-size: clamp(0.95rem, 0.95vw, 1.1rem);
}

.holy-whatsapp-float {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 1060;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #25d366;
  color: #fff !important;
  border-radius: 999px;
  padding: 0.62rem 0.9rem;
  box-shadow: 0 10px 26px rgba(10, 20, 10, 0.28);
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
}

.holy-whatsapp-float i {
  font-size: 1.25rem;
}

.holy-whatsapp-float:hover,
.holy-whatsapp-float:focus {
  background: #1ebe5d;
  color: #fff !important;
}

/*
.pb-3 {
  padding-bottom: 1rem !important;
}
*/

@media (max-width: 991.98px) {
  .holy-footer-top {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }

  .holy-footer-intro {
    justify-self: start;
  }

  .holy-footer-grid {
    grid-template-columns: 1fr;
  }

  .holy-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .holy-whatsapp-float {
    right: 0.8rem;
    bottom: 0.8rem;
    padding: 0.7rem;
    width: 52px;
    height: 52px;
    justify-content: center;
    border-radius: 50%;
  }

  .holy-whatsapp-float span {
    display: none;
  }

  .holy-whatsapp-float i {
    font-size: 1.45rem;
  }
}

.about-page {
  background: #f3f3f3;
  padding: 3rem 0 4rem;
}

.about-page-wrap {
  width: min(100%, 1320px);
  padding-left: 1rem;
  padding-right: 1rem;
}

.about-hero-block {
  border-radius: 16px;
  padding: clamp(1.6rem, 3vw, 3.2rem);
  background: linear-gradient(120deg, #171b22 0%, #212833 100%);
  color: #fff;
}

.about-page-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.85rem;
  color: #d5bc78;
}

.about-hero-block h1 {
  margin: 0.8rem 0 1rem;
  font-size: clamp(1.9rem, 4vw, 3.4rem);
  font-weight: 500;
  max-width: 900px;
}

.about-hero-block > p {
  margin: 0;
  max-width: 900px;
  color: #e6e8ec;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.7;
}

.about-hero-metrics {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.about-hero-metrics article {
  padding: 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.about-hero-metrics h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
}

.about-hero-metrics p {
  margin: 0.35rem 0 0;
  color: #e8eaee;
}

.about-grid-block {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 1rem;
  margin-top: 1rem;
}

.about-card {
  background: #fff;
  border-radius: 14px;
  padding: clamp(1.3rem, 2.2vw, 2.2rem);
}

.about-card-label {
  margin: 0;
  color: #8e7440;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.82rem;
}

.about-card h2 {
  margin: 0.7rem 0 0.8rem;
  color: #12161b;
  font-size: clamp(1.4rem, 2.3vw, 2.3rem);
  font-weight: 500;
}

.about-card p {
  margin: 0;
  color: #4d5256;
  font-size: clamp(0.98rem, 1.05vw, 1.1rem);
  line-height: 1.65;
}

.about-values-block,
.about-journey-block,
.about-team-block {
  margin-top: 1rem;
  background: #fff;
  border-radius: 14px;
  padding: clamp(1.3rem, 2.2vw, 2.2rem);
}

.about-values-head h2 {
  margin: 0.7rem 0 0;
  color: #12161b;
  font-size: clamp(1.55rem, 2.4vw, 2.5rem);
  font-weight: 500;
}

.about-values-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.about-value-item {
  background: #f3f3f3;
  border-radius: 12px;
  padding: 1rem;
}

.about-value-item h3 {
  margin: 0;
  color: #13171c;
  font-size: 1.1rem;
}

.about-value-item p {
  margin: 0.55rem 0 0;
  color: #5a5f64;
  line-height: 1.6;
}

.about-journey-list {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.about-journey-list article {
  border-radius: 12px;
  background: #f7f7f7;
  padding: 1rem;
  border: 1px solid #e8e8e8;
}

.about-journey-list h3 {
  margin: 0;
  color: #9e8143;
  font-size: 1.35rem;
}

.about-journey-list p {
  margin: 0.6rem 0 0;
  color: #4b5054;
  line-height: 1.55;
}

.about-team-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.about-team-card {
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  padding: 1rem;
  background: #fcfcfc;
}

.about-team-card h3 {
  margin: 0;
  color: #15191e;
  font-size: clamp(1.1rem, 1.3vw, 1.35rem);
}

.about-team-card p {
  margin: 0.55rem 0 0;
  color: #555a5f;
  line-height: 1.6;
}

.about-cta-block {
  margin-top: 1rem;
  border-radius: 14px;
  text-align: center;
  background: linear-gradient(120deg, #c9aa62 0%, #af8e4a 100%);
  color: #141414;
  padding: clamp(1.5rem, 2.2vw, 2.5rem);
}

.about-cta-block h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.3vw, 2.3rem);
  font-weight: 600;
}

.about-cta-block p {
  margin: 0.75rem auto 1.2rem;
  max-width: 720px;
  font-size: clamp(0.95rem, 1vw, 1.1rem);
}

.about-cta-block a {
  display: inline-block;
  padding: 0.82rem 1.35rem;
  border-radius: 10px;
  background: #181c23;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
}

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

  .about-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-journey-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .about-page {
    padding: 2rem 0 2.5rem;
  }

  .about-hero-metrics {
    grid-template-columns: 1fr;
  }

  .about-values-grid,
  .about-journey-list,
  .about-team-grid {
    grid-template-columns: 1fr;
  }
}

.rooms-page {
  background: #f3f3f3;
  padding: 3rem 0 4rem;
}

.rooms-page-wrap {
  width: min(100%, 1320px);
  padding-left: 1rem;
  padding-right: 1rem;
}

.rooms-page-head {
  text-align: center;
  margin-bottom: 1.8rem;
}

.rooms-page-kicker {
  margin: 0;
  color: #8f7540;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
}

.rooms-page-head h1 {
  margin: 0.7rem auto 0.85rem;
  max-width: 760px;
  color: #13171d;
  font-size: clamp(1.9rem, 3.2vw, 3.1rem);
  font-weight: 500;
}

.rooms-page-intro {
  margin: 0 auto;
  max-width: 760px;
  color: #4f565c;
  line-height: 1.65;
  font-size: clamp(0.98rem, 1vw, 1.1rem);
}

.rooms-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.rooms-page-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e3e5e7;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.rooms-page-image-wrap {
  position: relative;
}

.rooms-page-image-wrap img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.rooms-page-price {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  background: #ffffff;
  color: #15181d;
  border-radius: 8px;
  padding: 0.45rem 0.7rem;
  font-weight: 700;
  font-size: 0.92rem;
}

.rooms-page-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.rooms-page-content h2 {
  margin: 0;
  color: #13171c;
  font-size: clamp(1.2rem, 1.45vw, 1.55rem);
  font-weight: 500;
}

.rooms-page-image-link {
  display: block;
}

.rooms-page-title-link {
  color: #13171c;
  text-decoration: none;
}

.rooms-page-title-link:hover,
.rooms-page-title-link:focus {
  color: #8f7540;
}

.rooms-page-meta {
  margin: 0.6rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  color: #6c7278;
  font-size: 0.94rem;
}

.rooms-page-content p {
  margin: 0.8rem 0 0;
  color: #52585d;
  line-height: 1.6;
}

.rooms-page-content > a {
  margin-top: auto;
  align-self: flex-start;
  display: inline-block;
  border-radius: 9px;
  background: #191d24;
  color: #fff !important;
  text-decoration: none;
  padding: 0.62rem 1rem;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .rooms-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .rooms-page {
    padding: 2rem 0 2.5rem;
  }

  .rooms-page-grid {
    grid-template-columns: 1fr;
  }
}

.room-detail-page {
  background:
    radial-gradient(1200px 520px at 20% -8%, rgba(173, 139, 77, 0.2), transparent 60%),
    linear-gradient(180deg, #f8f7f4 0%, #f1f3f5 100%);
  padding: 2.5rem 0 4rem;
}

.room-detail-wrap {
  width: min(100%, 1320px);
  padding-left: 1rem;
  padding-right: 1rem;
}

.rd-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #2f3741;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 0.95rem;
}

.rd-back-link:hover,
.rd-back-link:focus {
  color: #a07f45;
}

.rd-hero {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 1rem;
}

.rd-hero-media {
  position: relative;
  min-height: 460px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 35px rgba(19, 25, 33, 0.16);
}

.rd-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rd-hero-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.25rem 1.2rem;
  background: linear-gradient(180deg, rgba(8, 12, 18, 0) 0%, rgba(8, 12, 18, 0.84) 90%);
}

.rd-kicker {
  margin: 0;
  color: #d2b885;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.rd-hero-overlay h1 {
  margin: 0.5rem 0 0;
  color: #fff;
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  font-weight: 600;
  max-width: 720px;
}

.rd-book-card {
  border-radius: 18px;
  border: 1px solid #dfe3e7;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(6px);
  box-shadow: 0 16px 30px rgba(19, 25, 33, 0.08);
  padding: 1.05rem;
  display: flex;
  flex-direction: column;
}

.rd-book-label {
  margin: 0;
  color: #6d747c;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.75rem;
}

.rd-book-rate {
  margin: 0.35rem 0 0;
  color: #171c22;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 600;
}

.rd-book-rate span {
  color: #57606a;
  font-size: 0.95rem;
  font-weight: 500;
}

.rd-quick-facts {
  margin-top: 0.85rem;
  border-top: 1px solid #e7eaee;
  border-bottom: 1px solid #e7eaee;
  padding: 0.75rem 0;
  display: grid;
  gap: 0.52rem;
}

.rd-quick-facts div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #2a323a;
  font-size: 0.95rem;
}

.rd-quick-facts i {
  color: #9e7b3f;
}

.rd-book-btn {
  margin-top: 0.9rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(125deg, #181e26 0%, #252e39 100%);
  color: #fff !important;
  text-decoration: none;
  padding: 0.74rem 1rem;
  font-weight: 600;
}

.rd-share {
  margin-top: 0.9rem;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.rd-share span {
  color: #57606a;
  font-size: 0.9rem;
}

.rd-share a {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #ccd3da;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #202832;
  text-decoration: none;
  background: #fff;
}

.rd-content {
  margin-top: 1rem;
  display: grid;
  gap: 1rem;
}

.rd-panel {
  background: #fff;
  border: 1px solid #e3e7eb;
  border-radius: 14px;
  padding: 1rem;
  box-shadow: 0 8px 18px rgba(18, 23, 30, 0.04);
}

.rd-panel h2 {
  margin: 0 0 0.75rem;
  color: #151b22;
  font-size: clamp(1.15rem, 1.4vw, 1.45rem);
  font-weight: 600;
}

.rd-panel p {
  margin: 0;
  color: #4c545d;
  line-height: 1.7;
}

.rd-basics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.rd-basics-grid div {
  border-radius: 10px;
  border: 1px solid #ebeff3;
  background: #fafbfc;
  padding: 0.78rem;
}

.rd-basics-grid span {
  display: block;
  color: #69727c;
  font-size: 0.82rem;
}

.rd-basics-grid strong {
  display: block;
  margin-top: 0.36rem;
  color: #161c23;
}

.rd-amenities {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem 0.8rem;
}

.rd-amenities li {
  color: #2c343d;
  font-size: 0.95rem;
}

.rd-amenities i {
  color: #2f7d32;
}

.rd-empty {
  color: #6d7680;
}

.rd-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.rd-gallery a {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e2e6ea;
}

.rd-gallery a.featured {
  grid-column: span 2;
  grid-row: span 2;
}

.rd-gallery img {
  width: 100%;
  height: 100%;
  min-height: 130px;
  object-fit: cover;
  display: block;
}

.rd-photo-modal .modal-content {
  border: 0;
  background: #0b1016;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}

.rd-photo-modal .modal-body {
  padding: 0.6rem;
}

.rd-photo-modal img {
  width: 100%;
  max-height: 86vh;
  object-fit: contain;
  display: block;
  border-radius: 10px;
  background: #0b1016;
}

.rd-photo-close {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  z-index: 2;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  background: rgba(7, 10, 15, 0.65);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rd-share a.copied {
  border-color: #2f7d32;
  color: #2f7d32;
}

@media (max-width: 1199.98px) {
  .rd-hero {
    grid-template-columns: 1fr;
  }

  .rd-hero-media {
    min-height: 380px;
  }

  .rd-basics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rd-amenities {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rd-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rd-gallery a.featured {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (max-width: 767.98px) {
  .room-detail-page {
    padding: 2rem 0 2.7rem;
  }

  .rd-hero-media {
    min-height: 280px;
  }

  .rd-gallery,
  .rd-basics-grid,
  .rd-amenities {
    grid-template-columns: 1fr;
  }

  .rd-gallery a.featured {
    grid-column: span 1;
  }
}

.blog-page {
  background: #f3f3f3;
  padding: 3rem 0 4rem;
}

.blog-page-wrap {
  width: min(100%, 1320px);
  padding-left: 1rem;
  padding-right: 1rem;
}

.blog-page-head {
  text-align: center;
  margin-bottom: 1.4rem;
}

.blog-page-kicker {
  margin: 0;
  color: #8f7540;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
}

.blog-page-head h1 {
  margin: 0.7rem auto 0.8rem;
  max-width: 760px;
  color: #13171d;
  font-size: clamp(1.9rem, 3.2vw, 3.1rem);
  font-weight: 500;
}

.blog-page-intro {
  margin: 0 auto;
  max-width: 760px;
  color: #4f565c;
  line-height: 1.65;
  font-size: clamp(0.98rem, 1vw, 1.1rem);
}

.blog-featured-card {
  margin-top: 1.2rem;
  border-radius: 14px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  background: #fff;
  border: 1px solid #e3e5e7;
}

.blog-featured-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.blog-featured-content {
  padding: clamp(1rem, 2vw, 2rem);
  display: flex;
  flex-direction: column;
}

.blog-post-meta {
  margin: 0;
  color: #8f7540;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}

.blog-featured-content h2 {
  margin: 0.65rem 0 0;
  color: #13171c;
  font-size: clamp(1.4rem, 2vw, 2.2rem);
  font-weight: 500;
}

.blog-featured-content p {
  margin-top: 0.85rem;
  color: #52585d;
  line-height: 1.7;
}

.blog-featured-content a,
.blog-post-body a {
  margin-top: auto;
  align-self: flex-start;
  display: inline-block;
  border-radius: 9px;
  background: #191d24;
  color: #fff !important;
  text-decoration: none;
  padding: 0.62rem 1rem;
  font-weight: 600;
}

.blog-page-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.blog-post-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e3e5e7;
  display: flex;
  flex-direction: column;
}

.blog-post-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.blog-post-body {
  padding: 0.95rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-post-body h3 {
  margin: 0.55rem 0 0;
  color: #14191f;
  font-size: clamp(1.05rem, 1.2vw, 1.32rem);
  line-height: 1.4;
  font-weight: 500;
}

@media (max-width: 1199.98px) {
  .blog-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .blog-featured-card {
    grid-template-columns: 1fr;
  }

  .blog-featured-image-wrap img {
    min-height: 240px;
  }
}

@media (max-width: 767.98px) {
  .blog-page {
    padding: 2rem 0 2.5rem;
  }

  .blog-page-grid {
    grid-template-columns: 1fr;
  }
}

.gallery-page {
  background: #f3f3f3;
  padding: 3rem 0 4rem;
}

.gallery-page-wrap {
  width: min(100%, 1320px);
  padding-left: 1rem;
  padding-right: 1rem;
}

.gallery-head {
  text-align: center;
  margin-bottom: 1.4rem;
}

.gallery-kicker {
  margin: 0;
  color: #8f7540;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
}

.gallery-head h1 {
  margin: 0.7rem auto 0.8rem;
  max-width: 760px;
  color: #13171d;
  font-size: clamp(1.9rem, 3.2vw, 3.1rem);
  font-weight: 500;
}

.gallery-head p {
  margin: 0 auto;
  max-width: 760px;
  color: #4f565c;
  line-height: 1.65;
}

.gallery-tabs {
  justify-content: center;
  gap: 0.65rem;
}

.gallery-tabs .nav-link {
  border-radius: 999px;
  border: 1px solid #d5d7da;
  background: #fff;
  color: #1a1e24;
  font-weight: 600;
  min-width: 110px;
}

.gallery-tabs .nav-link.active {
  background: #1c2028;
  color: #fff;
  border-color: #1c2028;
}

.gallery-tab-content {
  margin-top: 1rem;
}

.gallery-controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 0.95rem;
}

.gallery-controls label {
  color: #282d33;
  font-weight: 600;
}

.gallery-page-size {
  width: 92px;
}

.gallery-page-info {
  margin-left: 0.45rem;
  color: #565c61;
  font-size: 0.95rem;
}

.gallery-page-btn {
  border: 1px solid #cfd3d7;
  background: #fff;
  color: #20262d;
  font-weight: 600;
}

.gallery-page-btn:disabled {
  opacity: 0.55;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.gallery-card {
  border: 0;
  padding: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 2px 10px rgba(16, 21, 27, 0.08);
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.gallery-card span {
  display: block;
  padding: 0.7rem 0.8rem;
  color: #1b2026;
  font-weight: 600;
  font-size: 0.95rem;
}

.gallery-video-card {
  position: relative;
}

.gallery-video-card::after {
  content: "\25B6";
  position: absolute;
  left: 50%;
  top: 38%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.68);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.92rem;
}

.gallery-modal-content {
  border: 0;
  border-radius: 14px;
}

.gallery-modal-body {
  padding: 0.75rem;
}

.gallery-modal-body img {
  width: 100%;
  max-height: 76vh;
  object-fit: contain;
  display: block;
  border-radius: 10px;
  background: #0f1217;
}

.gallery-video-frame-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
  background: #0f1217;
}

.gallery-video-frame-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1199.98px) {
  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .gallery-page {
    padding: 2rem 0 2.5rem;
  }

  .gallery-tabs {
    justify-content: flex-start;
  }

  .gallery-controls {
    gap: 0.5rem;
  }

  .gallery-page-info {
    width: 100%;
    margin-left: 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

.contact-page {
  background: #f3f3f3;
  padding: 3rem 0 4rem;
}

.contact-page-wrap {
  width: min(100%, 1320px);
  padding-left: 1rem;
  padding-right: 1rem;
}

.contact-page-head {
  text-align: center;
  margin-bottom: 1.4rem;
}

.contact-page-kicker {
  margin: 0;
  color: #8f7540;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
}

.contact-page-head h1 {
  margin: 0.7rem auto 0.8rem;
  max-width: 760px;
  color: #13171d;
  font-size: clamp(1.9rem, 3.2vw, 3.1rem);
  font-weight: 500;
}

.contact-page-head p {
  margin: 0 auto;
  max-width: 760px;
  color: #4f565c;
  line-height: 1.65;
}

.contact-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 1rem;
}

.contact-info-panel {
  display: grid;
  gap: 1rem;
}

.contact-info-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e3e5e7;
  padding: 1.1rem;
}

.contact-info-card h2 {
  margin: 0;
  color: #151920;
  font-size: 1.15rem;
}

.contact-info-card p {
  margin: 0.5rem 0 0;
  color: #575d62;
  line-height: 1.55;
}

.contact-info-card a {
  color: #575d62;
  text-decoration: none;
}

.contact-form-panel {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e3e5e7;
  padding: clamp(1rem, 2vw, 1.5rem);
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.contact-field {
  display: flex;
  flex-direction: column;
}

.contact-field label {
  margin-bottom: 0.35rem;
  color: #20252d;
  font-size: 0.9rem;
  font-weight: 600;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid #d2d6db;
  border-radius: 9px;
  background: #fff;
  padding: 0.7rem 0.78rem;
  color: #1a1f24;
}

.contact-field input:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: #9f8340;
  box-shadow: 0 0 0 0.18rem rgba(159, 131, 64, 0.15);
}

.contact-field textarea {
  resize: vertical;
}

.contact-field-full {
  grid-column: 1 / -1;
}

.contact-submit-btn {
  border: 0;
  border-radius: 9px;
  background: #1a1f27;
  color: #fff;
  font-weight: 600;
  padding: 0.72rem 1.1rem;
  width: fit-content;
}

.contact-map-block {
  margin-top: 1rem;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e3e5e7;
  padding: clamp(1rem, 2vw, 1.5rem);
}

.contact-map-block h2 {
  margin: 0 0 0.85rem;
  color: #151920;
  font-size: clamp(1.2rem, 1.65vw, 1.7rem);
  font-weight: 500;
}

.contact-map-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7;
  border-radius: 12px;
  overflow: hidden;
  background: #0f1217;
}

.contact-map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 991.98px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .contact-page {
    padding: 2rem 0 2.5rem;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-map-wrap {
    aspect-ratio: 16 / 11;
  }
}

.reservation-page {
  background: #f3f3f3;
  padding: 3rem 0 4rem;
}

.reservation-wrap {
  width: min(100%, 1220px);
  padding-left: 1rem;
  padding-right: 1rem;
}

.reservation-head {
  text-align: center;
  margin-bottom: 1.2rem;
}

.reservation-kicker {
  margin: 0;
  color: #8f7540;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
}

.reservation-head h1 {
  margin: 0.72rem auto 0.78rem;
  max-width: 780px;
  color: #12171d;
  font-size: clamp(1.85rem, 3vw, 3rem);
  font-weight: 500;
}

.reservation-head p {
  margin: 0 auto;
  max-width: 780px;
  color: #4f565c;
  line-height: 1.65;
}

.reservation-form {
  background: #fff;
  border: 1px solid #e1e4e7;
  border-radius: 16px;
  padding: clamp(1rem, 2.2vw, 1.8rem);
}

.reservation-section + .reservation-section {
  margin-top: 1rem;
}

.reservation-section h2 {
  margin: 0;
  color: #151a20;
  font-size: clamp(1.2rem, 1.6vw, 1.55rem);
  font-weight: 600;
}

.reservation-grid {
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.reservation-field {
  display: flex;
  flex-direction: column;
}

.reservation-field label {
  margin-bottom: 0.35rem;
  color: #252b32;
  font-size: 0.9rem;
  font-weight: 600;
}

.reservation-field input,
.reservation-field select,
.reservation-field textarea {
  width: 100%;
  border: 1px solid #d2d7dc;
  border-radius: 10px;
  background: #fff;
  color: #1a1f25;
  padding: 0.72rem 0.82rem;
  font-size: 0.95rem;
}

.reservation-field input:focus,
.reservation-field select:focus,
.reservation-field textarea:focus {
  outline: none;
  border-color: #9f8340;
  box-shadow: 0 0 0 0.2rem rgba(159, 131, 64, 0.16);
}

.reservation-field input[type="file"] {
  padding: 0.55rem 0.72rem;
}

.reservation-field textarea {
  resize: vertical;
}

.reservation-captcha-row {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}

.reservation-refresh-btn {
  border: 1px solid #c6cbd0;
  background: #f7f7f7;
  color: #1b2026;
  border-radius: 10px;
  padding: 0.7rem 0.95rem;
  font-weight: 600;
  white-space: nowrap;
}

.reservation-captcha-error {
  margin: 0.45rem 0 0;
  min-height: 1.2rem;
  color: #b02a37;
  font-size: 0.9rem;
}

.reservation-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.reservation-field-full {
  grid-column: 1 / -1;
}

.reservation-actions {
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid #eceef0;
}

.reservation-actions button {
  border: 0;
  border-radius: 10px;
  background: #181d25;
  color: #fff;
  padding: 0.78rem 1.25rem;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .reservation-page {
    padding: 2rem 0 2.5rem;
  }

.reservation-grid {
    grid-template-columns: 1fr;
  }

  .reservation-captcha-row {
    flex-direction: column;
    align-items: stretch;
  }
}

.admin-login-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: radial-gradient(circle at top, #e9ecef 0%, #d8dde2 45%, #c7ced6 100%);
}

.admin-login-card {
  width: min(100%, 440px);
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #dce1e6;
  padding: 1.35rem;
  box-shadow: 0 16px 38px rgba(25, 31, 41, 0.12);
}

.admin-login-card h1 {
  margin: 0;
  color: #151a20;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 600;
}

.admin-login-card p {
  margin: 0.5rem 0 0;
  color: #5a6168;
  line-height: 1.55;
}

.admin-login-form {
  margin-top: 1rem;
}

.admin-login-field + .admin-login-field {
  margin-top: 0.8rem;
}

.admin-login-field label {
  display: block;
  margin-bottom: 0.32rem;
  color: #20262e;
  font-weight: 600;
  font-size: 0.92rem;
}

.admin-login-field input {
  width: 100%;
  border: 1px solid #cfd6dd;
  border-radius: 10px;
  padding: 0.7rem 0.76rem;
  color: #171c22;
}

.admin-login-field input:focus {
  outline: none;
  border-color: #3c6db1;
  box-shadow: 0 0 0 0.18rem rgba(60, 109, 177, 0.14);
}

.admin-login-form button {
  margin-top: 0.95rem;
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: #1b2129;
  color: #fff;
  padding: 0.72rem 1rem;
  font-weight: 600;
}

.admin-login-error {
  margin-top: 0.9rem;
  border: 1px solid #f0c6cb;
  background: #fce8ea;
  color: #982531;
  border-radius: 10px;
  padding: 0.55rem 0.65rem;
  font-size: 0.92rem;
}
