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: 60px;
}

.hero-card {
  border-radius: 0.75rem;
  overflow: hidden;
}

.hero-image {
  background: url('/images/hotel-hero.jpg') center center/cover no-repeat;
}

/* Hotel theme inspired by luxury hotel sites */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  background-color: #f5f5f5;
}

.navbar-hotel {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.hotel-logo {
  width: 42px;
  height: 42px;
  border: 2px solid #7b1517;
  border-radius: 4px;
  position: relative;
}

.hotel-logo::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 2px;
  border-top: 18px solid #7b1517;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}

.main-nav .nav-link-main {
  font-size: 0.98rem;
  letter-spacing: 0.03em;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #222 !important;
}

.main-nav .nav-link-main:hover {
  color: #7b1517 !important;
}

.nav-arrow {
  font-size: 0.7rem;
  margin-left: 0.15rem;
}

.btn-book-now {
  background-color: #7b1517;
  color: #fff;
  border-radius: 0;
  padding: 0.75rem 1.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.btn-book-now:hover {
  background-color: #5d0f12;
  color: #fff;
}

.dropdown-menu-hotel {
  border-radius: 0;
  border-color: #e5e5e5;
  font-size: 0.9rem;
}

.dropdown-menu-hotel .dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.dropdown-menu-hotel .dropdown-item:hover {
  background-color: #f5f1f1;
  color: #7b1517;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35));
}

.hero-carousel {
  margin-top: 0;
}

.hero-slide {
  position: relative;
  min-height: 85vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-caption {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding: 2rem;
}

.hero-eyebrow {
  letter-spacing: 0.2em;
  font-size: 0.9rem;
}

.text-shadow-lg {
  text-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.8);
}

.btn-hero-cta {
  background-color: #7b1517;
  color: #fff;
  border-radius: 0;
  padding: 0.8rem 2.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
}

.btn-hero-cta:hover {
  background-color: #5d0f12;
  color: #fff;
}

.section-title {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.9rem;
  color: #999;
}

.main-content {
  margin-top: 5rem; /* space for fixed navbar */
}

.reservation-section {
  background-color: #f3f3f3;
}

.reservation-card {
  max-width: 900px;
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 1.75rem 2rem;
}

.reservation-card-inner {
  display: flex;
  flex-direction: column;
}

.reservation-title {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #333333;
}

.reservation-form .reservation-input {
  border-radius: 0.25rem;
  border-color: #d6d6d6;
  font-size: 0.95rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.btn-reservation {
  background-color: #7b1517;
  color: #ffffff;
  border-radius: 0.25rem;
  padding: 0.8rem 1.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: none;
}

.btn-reservation:hover {
  background-color: #5d0f12;
  color: #ffffff;
}

.intro-section {
  border-top: 1px solid #e6e6e6;
}

.intro-eyebrow {
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7b1517;
  margin-bottom: 0.35rem;
}

.intro-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333333;
}

.intro-text {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #555555;
}

.intro-btn {
  border-radius: 0;
  border-color: #7b1517;
  color: #7b1517;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.intro-btn:hover {
  background-color: #7b1517;
  color: #ffffff;
}

.intro-gallery img {
  object-fit: cover;
}

.section-heading {
  position: relative;
}

.section-heading-line {
  width: 120px;
  height: 1px;
  background-color: #c9b9b9;
  margin: 0 auto 0.75rem;
}

.section-heading-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333333;
}

.section-heading-subtitle {
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #999999;
}

.rooms-section {
  background-color: #f7f5f4;
}

.room-card-img {
  height: 190px;
  object-fit: cover;
}

.room-card .card-body {
  padding: 1.1rem 1.25rem 1.3rem;
}

.btn-view-all {
  background-color: #7b1517;
  color: #ffffff;
  border-radius: 0;
  padding: 0.7rem 2.2rem;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.btn-view-all:hover {
  background-color: #5d0f12;
  color: #ffffff;
}

.services-section {
  background-color: #f3f3f3;
}

.service-card {
  background-color: #ffffff;
  padding: 2rem 1.5rem;
  border-radius: 0.4rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.service-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #7b1517;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.9rem;
  font-weight: 600;
  color: #7b1517;
}

.service-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.service-text {
  font-size: 0.9rem;
  color: #666666;
}

.reviews-section {
  position: relative;
  padding: 6rem 0 5rem;
  background: url('/images/hotel-reviews-bg.jpg') center center/cover no-repeat;
  color: #ffffff;
}

.reviews-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.45));
}

.reviews-container {
  position: relative;
  z-index: 1;
}

.reviews-card {
  max-width: 840px;
  background-color: #ffffff;
  border-radius: 3rem;
  padding: 4rem 4.5rem 3.5rem;
  margin-top: 2.5rem;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}

.reviews-logo-wrapper {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  margin: 0 auto 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(0, 0, 0, 0.05);
}

.reviews-logo {
  max-width: 72px;
  max-height: 72px;
}

.reviews-text {
  font-size: 1rem;
  color: #666666;
  line-height: 1.9;
  max-width: 640px;
  margin: 0 auto 2rem;
}

.reviews-guest-name {
  font-weight: 600;
  color: #c08a00;
  font-size: 1.05rem;
}

.reviews-guest-location {
  font-size: 0.9rem;
  color: #999999;
}

.reviews-dots {
  margin-top: 2.25rem;
}

.reviews-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  background-color: #d4d4d4;
}

.reviews-dot.active {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
}

@media (max-width: 767.98px) {
  .reviews-card {
    border-radius: 1.5rem;
    padding: 2.5rem 1.75rem 2.25rem;
  }

  .reviews-section {
    padding: 4rem 0 3.5rem;
  }
}


.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;
}

/* Footer styling inspired by luxury hotel theme */
.hotel-footer {
  background-color: #7b1517;
  color: #ffffff;
  position: relative;
  padding: 3rem 1rem 2.5rem;
}

.hotel-footer-inner {
  max-width: 720px;
  margin: 0 auto;
}

.hotel-footer-logo-mark {
  width: 80px;
  height: 80px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  margin: 0 auto 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.hotel-footer-logo-text {
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.hotel-footer-contact {
  font-size: 0.9rem;
  line-height: 1.8;
}

.hotel-footer-contact-item i {
  color: #f2d3d4;
}

.hotel-footer-social-link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin: 0 0.35rem;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.hotel-footer-social-link:hover {
  background-color: #ffffff;
  color: #7b1517;
  transform: translateY(-2px);
}

.hotel-footer-bottom {
  font-size: 0.8rem;
  opacity: 0.9;
}

.hotel-footer-brand {
  font-weight: 600;
}

.hotel-footer-scroll-top {
  position: fixed;
  right: 1.75rem;
  bottom: 1.75rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  z-index: 1030;
}

.hotel-footer-scroll-top:hover {
  color: #ffffff;
  background-color: #111111;
}