:root {
  --bg: #111214;
  --alt: #17191c;
  --card: #202226;
  --line: #303238;
  --y: #ffd400;
  --muted: #aeb0b5;
}

/* ================================
   GENERAL
================================ */

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
}

a {
  text-decoration: none;
}

/* ================================
   HEADER / NAVBAR
================================ */

header {
  background: #111214e8;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #ffffff10;
}

.navbar {
  padding: 18px 0;
}

.brand {
  font-weight: 800;
  letter-spacing: 0.04em;
}

.brand b,
.kicker,
.cardx strong,
.cardx a {
  color: var(--y);
}

.nav-link {
  color: #ddd !important;
  font-weight: 600;
}

/* ================================
   BUTTONS
================================ */

.yellow {
  background: var(--y);
  border-color: var(--y);
  color: #111;
  font-weight: 800;
  border-radius: 10px;
}

.yellow:hover {
  background: #e8c100;
  border-color: #e8c100;
  color: #111;
}

/* ================================
   HERO
================================ */

.hero {
  background: radial-gradient(circle at 80% 30%, #ffd40016, transparent 30%);
}

.hero h1 {
  font-size: clamp(3.2rem, 7vw, 6.2rem);
  line-height: 0.92;
  font-weight: 800;
  letter-spacing: -0.055em;
  margin: 18px 0 25px;
}

.hero h1 em {
  font-style: normal;
  color: var(--y);
}

.hero p,
.intro,
.cta p,
.amenity p {
  color: var(--muted);
}

.kicker {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.price {
  font-size: 2.1rem;
  color: var(--y);
  font-weight: 800;
}

.price small {
  font-size: 0.95rem;
  color: var(--muted);
  font-weight: 500;
}

/* ================================
   HERO IMAGE
================================ */

.hero-photo {
  position: relative;

  max-width: 480px;

  margin-left: auto;

  overflow: hidden;

  background: var(--card);

  border: 1px solid var(--line);
  border-radius: 20px;

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.hero-photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ================================
   STATS
================================ */

.stats {
  display: flex;
  gap: 35px;
  margin-top: 45px;
}

.stats div {
  display: flex;
  flex-direction: column;
}

.stats b {
  font-size: 1.5rem;
}

.stats span {
  font-size: 0.8rem;
  color: var(--muted);
}

/* ================================
   GENERAL PHOTOS
================================ */

.photo {
  position: relative;
}

.photo img {
  width: 100%;
  height: 590px;
  object-fit: cover;

  border-radius: 28px;
  border: 1px solid var(--line);
}

.about img {
  height: 500px;
}

/* ================================
   PHOTO BADGE
================================ */

.badgebox {
  position: absolute;

  bottom: 35px;
  left: -15px;

  background: #fff;
  color: #111;

  border-radius: 14px;

  padding: 15px 18px;

  display: flex;
  gap: 12px;
  align-items: center;

  box-shadow: 0 20px 50px #0007;
}

.badgebox i {
  color: #a98e00;
  font-size: 1.5rem;
}

.badgebox span {
  display: flex;
  flex-direction: column;
}

.badgebox small {
  color: #666;
}

/* ================================
   AVAILABILITY
================================ */

.availability {
  padding-bottom: 30px;
}

.searchbox,
.cta {
  background: var(--card);

  border: 1px solid var(--line);
  border-radius: 22px;

  padding: 34px;
}

.searchbox h2 {
  font-weight: 800;
  margin: 8px 0 0;
}

.searchbox label {
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 7px;
}

/* ================================
   FORMS
================================ */

.form-control {
  background: #151619;
  border-color: #3a3c40;
  color: #fff;
  padding: 14px;
}

.form-control:focus {
  background: #151619;
  color: #fff;

  border-color: var(--y);
  box-shadow: none;
}

.form-control::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

/* ================================
   SECTIONS
================================ */

.pad {
  padding: 105px 0;
}

.alt {
  background: var(--alt);
}

.title {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 800;

  letter-spacing: -0.04em;

  margin: 12px 0;
}

.intro {
  max-width: 720px;
}

/* ================================
   ROOM CARDS
================================ */

.cardx,
.amenity,
.step {
  height: 100%;

  background: var(--card);

  border: 1px solid var(--line);
  border-radius: 18px;

  padding: 30px;
}

.cardx > i,
.amenity > i {
  display: block;

  color: var(--y);
  font-size: 2rem;

  margin: 22px 0;
}

.cardx h3,
.amenity h3,
.step h3 {
  font-size: 1.2rem;
  font-weight: 800;
}

.cardx p {
  color: var(--muted);
}

.cardx a {
  display: block;
  margin-top: 24px;
}

/* ================================
   ABOUT
================================ */

.checks {
  margin-top: 25px;
}

.checks p {
  color: #ddd;
}

/* ================================
   HOW IT WORKS
================================ */

.steps {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 18px;
}

.step {
  text-align: left;
  position: relative;
}

.step span {
  position: absolute;

  right: 22px;

  color: #666;
  font-weight: 800;
}

.step i {
  display: block;

  color: var(--y);
  font-size: 2rem;

  margin-bottom: 30px;
}

/* ================================
   CTA
================================ */

.cta {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 25px;
}

.cta h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 800;

  margin: 10px 0;
}

/* ================================
   FOOTER
================================ */

footer {
  border-top: 1px solid var(--line);

  padding: 30px 0;

  color: #777;
  font-size: 0.85rem;
}

/* ================================
   REVEAL ANIMATION
================================ */

.reveal {
  opacity: 0;

  transform: translateY(20px);

  transition: 0.65s;
}

.reveal.show {
  opacity: 1;
  transform: none;
}

/* ================================
   TABLET
================================ */

@media (max-width: 991px) {
  .hero .row {
    padding-top: 120px !important;
  }

  .hero-photo {
    margin-top: 15px;
    border-radius: 18px;
  }

  .photo img {
    height: 440px;
  }

  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 575px) {
  .hero h1 {
    font-size: clamp(2.8rem, 15vw, 4rem);
  }

  .stats {
    gap: 22px;
  }

  .pad {
    padding: 75px 0;
  }

  .photo img {
    height: 350px;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .cta {
    padding: 28px;
  }
}

/* ================================
   PROMOTIONAL IMAGE
================================ */

.promo-photo {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;

  overflow: hidden;

  border: 1px solid var(--line);
  border-radius: 24px;

  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
}

.promo-photo img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .promo-photo {
    max-width: 380px;
  }
}

/* ================================
   CONTACT SECTION
================================ */

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 16px;

  padding: 18px 20px;

  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;

  transition:
    transform 0.2s ease,
    border-color 0.2s ease;
}

.contact-item:hover {
  transform: translateY(-2px);
  border-color: #4a4c51;
}

.contact-icon {
  width: 48px;
  height: 48px;

  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  background: var(--y);
  color: #111214;

  border-radius: 12px;

  font-size: 1.2rem;
}

.contact-item small {
  display: block;

  margin-bottom: 3px;

  color: var(--muted);

  font-size: 0.75rem;
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-item a,
.contact-item span {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.contact-item a:hover {
  color: var(--y);
}

/* ================================
   CONTACT BOOKING CARD
================================ */

.contact-booking {
  height: 100%;

  padding: 40px;

  background: var(--card);

  border: 1px solid var(--line);
  border-radius: 22px;

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.contact-booking h2 {
  margin: 10px 0 15px;

  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;

  letter-spacing: -0.04em;
}

.contact-booking > p {
  max-width: 580px;

  color: var(--muted);
}

/* ================================
   CONTACT BOOKING DETAILS
================================ */

.contact-booking-info {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 12px;

  margin-top: 30px;
}

.contact-booking-info > div {
  display: flex;
  align-items: center;
  gap: 12px;

  min-height: 82px;

  padding: 16px;

  background: var(--alt);

  border: 1px solid var(--line);
  border-radius: 14px;
}

.contact-booking-info i {
  flex-shrink: 0;

  color: var(--y);

  font-size: 1.35rem;
}

.contact-booking-info span {
  display: flex;
  flex-direction: column;
}

.contact-booking-info small {
  color: var(--muted);

  font-size: 0.72rem;
  font-weight: 600;

  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contact-booking-info b {
  margin-top: 2px;

  color: #fff;

  font-size: 0.9rem;
}

/* ================================
   CONTACT TABLET
================================ */

@media (max-width: 991px) {
  .contact-booking {
    margin-top: 10px;
  }
}

/* ================================
   CONTACT MOBILE
================================ */

@media (max-width: 767px) {
  .contact-booking {
    padding: 28px 22px;
  }

  .contact-booking-info {
    grid-template-columns: 1fr;
  }

  .contact-booking-info > div {
    min-height: auto;
  }

  .contact-item {
    padding: 16px;
  }

  .contact-icon {
    width: 44px;
    height: 44px;
  }
}

/* =========================================
   ROOM GALLERY
========================================== */

.room-gallery-section {
  position: relative;
  padding: 90px 0;

  background:
    radial-gradient(
      circle at 70% 30%,
      rgba(255, 212, 0, 0.04),
      transparent 35%
    ),
    #111214;

  overflow: hidden;
}

/* =========================================
   GALLERY HEADING
========================================== */

.room-gallery-heading {
  max-width: 720px;
  margin: 0 auto 40px;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 12px;

  color: var(--y);

  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.section-label::before,
.section-label::after {
  content: "";

  width: 30px;
  height: 2px;

  background: var(--y);
}

.room-gallery-heading h2 {
  margin-bottom: 0;

  color: #fff;

  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
}

.room-gallery-heading h2 span {
  color: var(--y);
}

.room-gallery-heading p {
  max-width: 600px;

  margin: 15px auto 0;

  color: var(--muted);

  font-size: 0.95rem;
  line-height: 1.7;
}

/* =========================================
   MAIN PHOTO
========================================== */

.room-main-photo {
  position: relative;

  height: 400px;

  overflow: hidden;

  background: var(--card);

  border: 1px solid var(--line);
  border-radius: 18px;
}

.room-main-photo img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transition:
    opacity 0.2s ease,
    transform 0.4s ease;
}

.room-main-photo:hover img {
  transform: scale(1.015);
}

/* =========================================
   GALLERY ARROWS
========================================== */

.gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;

  width: 44px;
  height: 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;

  color: #fff;

  background: rgba(0, 0, 0, 0.65);

  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;

  transform: translateY(-50%);

  cursor: pointer;

  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.gallery-arrow:hover {
  color: #111;

  background: var(--y);

  border-color: var(--y);
}

.gallery-prev {
  left: 16px;
}

.gallery-next {
  right: 16px;
}

/* =========================================
   IMAGE COUNTER
========================================== */

.gallery-counter {
  position: absolute;
  left: 16px;
  bottom: 16px;

  padding: 7px 12px;

  color: #fff;

  background: rgba(0, 0, 0, 0.7);

  border-radius: 50px;

  font-size: 0.75rem;
  font-weight: 700;
}

/* =========================================
   FULLSCREEN BUTTON
========================================== */

.gallery-expand {
  position: absolute;
  right: 16px;
  bottom: 16px;

  width: 40px;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;

  color: #fff;

  background: rgba(0, 0, 0, 0.7);

  border: 0;
  border-radius: 50%;

  cursor: pointer;

  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.gallery-expand:hover {
  color: #111;

  background: var(--y);
}

/* =========================================
   THUMBNAILS
========================================== */

.room-thumbnails {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 10px;

  margin-top: 10px;
}

.room-thumbnail {
  height: 80px;

  padding: 0;

  overflow: hidden;

  background: var(--card);

  border: 2px solid transparent;
  border-radius: 10px;

  opacity: 0.65;

  cursor: pointer;

  transition:
    opacity 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.room-thumbnail:hover {
  opacity: 1;

  transform: translateY(-2px);
}

.room-thumbnail.active {
  opacity: 1;

  border-color: var(--y);
}

.room-thumbnail img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;
}

/* =========================================
   ROOM INFORMATION CARD
========================================== */

.room-info-card {
  height: 100%;

  padding: 30px;

  background: var(--card);

  border: 1px solid var(--line);
  border-radius: 18px;
}

.room-view-label {
  display: block;

  margin-bottom: 10px;

  color: var(--y);

  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.room-info-card h3 {
  margin-bottom: 15px;

  color: #fff;

  font-size: 1.8rem;
  font-weight: 800;
}

.room-info-card h3 span {
  color: var(--y);
}

.room-description {
  margin-bottom: 22px;

  color: var(--muted);

  font-size: 0.88rem;
  line-height: 1.7;
}

/* =========================================
   PRICE / BED COUNT
========================================== */

.room-price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 18px;

  padding: 18px;

  margin-bottom: 22px;

  background: var(--alt);

  border: 1px solid var(--line);
  border-radius: 12px;
}

.room-price {
  color: var(--y);

  font-size: 1.8rem;
  font-weight: 900;
}

.room-price-unit {
  color: var(--muted);

  font-size: 0.78rem;
}

.room-bed-count {
  display: flex;
  align-items: center;

  gap: 10px;

  padding-left: 18px;

  border-left: 1px solid var(--line);
}

.room-bed-count > i {
  color: var(--y);

  font-size: 1.6rem;
}

.room-bed-count strong,
.room-bed-count small {
  display: block;
}

.room-bed-count strong {
  color: #fff;

  font-size: 0.82rem;
}

.room-bed-count small {
  margin-top: 2px;

  color: var(--muted);

  font-size: 0.68rem;
}

/* =========================================
   ROOM FEATURES
========================================== */

.room-features {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  margin-bottom: 22px;
}

.room-feature {
  padding: 12px 7px;

  text-align: center;

  border-right: 1px solid var(--line);
}

.room-feature:last-child {
  border-right: 0;
}

.room-feature i {
  display: block;

  margin-bottom: 8px;

  color: var(--y);

  font-size: 1.5rem;
}

.room-feature strong {
  display: block;

  color: #fff;

  font-size: 0.72rem;
}

.room-feature small {
  display: block;

  margin-top: 4px;

  color: var(--muted);

  font-size: 0.63rem;
}

/* =========================================
   CHECK-IN / CHECK-OUT
========================================== */

.room-times {
  display: flex;
  align-items: center;
  justify-content: space-around;

  padding: 17px;

  margin-bottom: 22px;

  background: var(--alt);

  border: 1px solid var(--line);
  border-radius: 12px;
}

.room-time {
  display: flex;
  align-items: center;

  gap: 10px;
}

.room-time i {
  color: var(--y);

  font-size: 1.35rem;
}

.room-time small,
.room-time strong {
  display: block;
}

.room-time small {
  color: var(--muted);

  font-size: 0.68rem;
}

.room-time strong {
  margin-top: 2px;

  color: #fff;

  font-size: 0.85rem;
}

.room-time-divider {
  width: 1px;
  height: 36px;

  background: var(--line);
}

/* =========================================
   CHECK AVAILABILITY BUTTON
========================================== */

.room-check-btn {
  width: 100%;

  padding: 15px 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 12px;

  color: #111;

  background: var(--y);

  border-radius: 10px;

  font-size: 0.85rem;
  font-weight: 800;

  text-decoration: none;

  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

.room-check-btn .bi-arrow-right {
  margin-left: auto;
}

.room-check-btn:hover {
  color: #111;

  filter: brightness(0.92);

  transform: translateY(-2px);
}

/* =========================================
   FULLSCREEN MODAL
========================================== */

.gallery-modal-content {
  position: relative;

  overflow: hidden;

  background: #090a0c;

  border: 1px solid var(--line);
  border-radius: 16px;
}

.gallery-modal-close {
  position: absolute;

  top: 18px;
  right: 18px;

  z-index: 10;

  padding: 10px;

  background-color: rgba(0, 0, 0, 0.7);

  border-radius: 50%;
}

.gallery-modal-image-wrap {
  position: relative;

  height: 80vh;

  background: #090a0c;
}

.gallery-modal-image-wrap img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;
}

.gallery-modal-prev {
  left: 20px;
}

.gallery-modal-next {
  right: 20px;
}

.gallery-modal-counter {
  position: absolute;

  left: 50%;
  bottom: 20px;

  padding: 8px 14px;

  color: #fff;

  background: rgba(0, 0, 0, 0.75);

  border-radius: 50px;

  font-size: 0.75rem;

  transform: translateX(-50%);
}

/* =========================================
   TABLET
========================================== */

@media (max-width: 991px) {
  .room-gallery-section {
    padding: 75px 0;
  }

  .room-main-photo {
    height: 380px;
  }

  .room-info-card {
    height: auto;
  }
}

/* =========================================
   MOBILE
========================================== */

@media (max-width: 767px) {
  .room-gallery-section {
    padding: 65px 0;
  }

  .room-gallery-heading {
    margin-bottom: 30px;
  }

  .room-main-photo {
    height: 330px;
  }

  .room-thumbnail {
    height: 70px;
  }

  .room-info-card {
    padding: 25px 20px;
  }

  .room-price-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .room-bed-count {
    width: 100%;

    padding-top: 15px;
    padding-left: 0;

    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .gallery-arrow {
    width: 40px;
    height: 40px;
  }
}

/* =========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {
  .room-main-photo {
    height: 280px;
  }

  .room-thumbnails {
    gap: 7px;
  }

  .room-thumbnail {
    height: 58px;
  }

  .room-features {
    grid-template-columns: 1fr;
  }

  .room-feature {
    padding: 12px;

    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .room-feature:last-child {
    border-bottom: 0;
  }

  .room-times {
    align-items: flex-start;
    flex-direction: column;

    gap: 16px;
  }

  .room-time-divider {
    width: 100%;
    height: 1px;
  }

  .gallery-arrow {
    width: 36px;
    height: 36px;
  }

  .gallery-prev {
    left: 10px;
  }

  .gallery-next {
    right: 10px;
  }

  .gallery-counter {
    left: 10px;
    bottom: 10px;
  }

  .gallery-expand {
    right: 10px;
    bottom: 10px;
  }
}
