/* Hotel Purple — modern layout & polish */

::-moz-selection {
  background: var(--theme-color1);
  color: #fff;
}
::selection {
  background: var(--theme-color1);
  color: #fff;
}

body {
  letter-spacing: 0.01em;
}

/* Site logo */
.site-logo {
  display: inline-block;
  line-height: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.site-logo:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}
.site-logo img {
  display: block;
  width: auto;
  height: auto;
  max-height: 72px;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(91, 33, 182, 0.15);
}
.site-logo--mobile img {
  max-height: 90px;
  margin: 0 auto;
}
.site-logo--section img {
  max-height: 110px;
  margin: 0 auto 20px;
  border-radius: 12px;
}
.site-logo--contact img {
  max-height: 88px;
  margin: 0 auto 16px;
  border-radius: 10px;
}
.site-logo-inline {
  max-height: 96px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(91, 33, 182, 0.12);
}

.about-brand {
  margin-bottom: 28px;
}
.about-brand-sm {
  margin-bottom: 20px;
}
.section-brand {
  margin-bottom: 8px;
}
.contact-brand {
  text-align: center;
  margin-bottom: 8px;
}
.footer-logo img {
  max-width: 220px;
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.footer-tagline {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 1.7;
  margin: 16px 0 0;
  max-width: 320px;
}

/* Footer grid layout */
.footer-style-one .widgets-section {
  padding: 70px 0 50px;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(300px, 1.4fr);
  gap: 48px 60px;
  align-items: start;
}
.footer-grid__brand {
  text-align: left;
}
.footer-logo {
  display: inline-block;
  line-height: 0;
}
.footer-contact-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.footer-contact-item__icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--theme-color4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.footer-contact-item__body {
  flex: 1;
  min-width: 0;
}
.footer-contact-item__body strong {
  display: block;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.footer-contact-item__body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.75;
}
.footer-contact-item__body a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}
.footer-contact-item__body a:hover {
  color: var(--theme-color4);
}
.footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 22px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

/* Map section (above footer) */
.map-section {
  padding: 90px 0 80px;
  background: linear-gradient(180deg, #f8f5fc 0%, #f3eef9 100%);
}
.map-section__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}
.map-section__header .sub-title {
  color: var(--theme-color1);
}
.map-section__header h2 {
  margin-bottom: 14px;
}
.map-section__address {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: #5c5470;
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
}
.map-section__address i {
  color: var(--theme-color1);
  margin-top: 4px;
  flex-shrink: 0;
}
.map-section__grid {
  display: grid;
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}
.map-info-card {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(107, 63, 160, 0.12);
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 18px 50px rgba(74, 44, 126, 0.08);
}
.map-info-card h4 {
  color: var(--theme-color1);
  font-size: 22px;
  margin: 0 0 12px;
}
.map-info-card > p {
  color: #5c5470;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 22px;
}
.map-info-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.map-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #3d3550;
  font-size: 14px;
  line-height: 1.65;
}
.map-info-list li i {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(107, 63, 160, 0.1);
  color: var(--theme-color1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
}
.map-info-list a {
  color: var(--theme-color1);
  font-weight: 600;
  text-decoration: none;
}
.map-info-list a:hover {
  color: var(--theme-color2);
}
.map-info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.map-info-actions .theme-btn .btn-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-style-one--outline {
  background: transparent !important;
  border: 1px solid var(--theme-color1) !important;
  color: var(--theme-color1) !important;
}
.btn-style-one--outline:hover {
  background: var(--theme-color1) !important;
  color: #fff !important;
}
.map-embed-wrap {
  height: 100%;
  min-height: 420px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(107, 63, 160, 0.12);
  box-shadow: 0 18px 50px rgba(74, 44, 126, 0.1);
  background: #e8e0f0;
}
.map-embed-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

@media (max-width: 991.98px) {
  .map-section {
    padding: 70px 0 60px;
  }

  .map-section__grid {
    grid-template-columns: 1fr;
  }

  .map-section__info {
    order: 2;
  }

  .map-section__embed {
    order: 1;
  }

  .map-embed-wrap,
  .map-embed-wrap iframe {
    min-height: 320px;
  }
}

@media (max-width: 575.98px) {
  .map-section {
    padding: 56px 0 48px;
  }

  .map-section__header {
    margin-bottom: 32px;
  }

  .map-section__address {
    font-size: 14px;
  }

  .map-info-card {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .map-info-actions {
    flex-direction: column;
  }

  .map-info-actions .theme-btn {
    width: 100%;
    justify-content: center;
  }

  .map-embed-wrap,
  .map-embed-wrap iframe {
    min-height: 260px;
    border-radius: 16px;
  }
}

/* Reviews section */
.reviews-section {
  padding: 90px 0 80px;
  background: #fff;
}
.reviews-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  max-width: 520px;
  margin: 0 auto 48px;
  padding: 24px 28px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.08) 0%, rgba(91, 33, 182, 0.04) 100%);
  border: 1px solid rgba(124, 58, 237, 0.12);
}
.reviews-summary__score {
  font-family: var(--title-font);
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
  color: var(--theme-color1);
}
.reviews-summary__meta p {
  margin: 8px 0 0;
  color: #5c5470;
  font-size: 14px;
  line-height: 1.6;
}
.review-stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #f5b301;
  font-size: 14px;
}
.review-stars--lg {
  font-size: 18px;
  gap: 6px;
}
.reviews-grid {
  --bs-gutter-y: 24px;
}
.review-card {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(124, 58, 237, 0.1);
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: 0 12px 36px rgba(91, 33, 182, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(91, 33, 182, 0.12);
}
.review-card__text {
  margin: 16px 0 22px;
  color: #4a4560;
  font-size: 15px;
  line-height: 1.8;
  font-style: italic;
}
.review-card__footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(124, 58, 237, 0.1);
}
.review-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--theme-color1), var(--theme-color2));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.review-card__author strong {
  display: block;
  color: #2f2940;
  font-size: 15px;
  margin-bottom: 2px;
}
.review-card__author span {
  color: #7a738c;
  font-size: 13px;
}

@media (max-width: 991.98px) {
  .reviews-section {
    padding: 70px 0 60px;
  }

  .reviews-summary {
    margin-bottom: 36px;
  }
}

@media (max-width: 575.98px) {
  .reviews-section {
    padding: 56px 0 48px;
  }

  .reviews-summary {
    flex-direction: column;
    text-align: center;
    gap: 12px;
    padding: 20px;
    margin-bottom: 28px;
  }

  .reviews-summary__score {
    font-size: 42px;
  }

  .review-card {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .review-card__text {
    font-size: 14px;
    margin-bottom: 18px;
  }
}

/* Text logo fallback - kept for reference */
.site-logo-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--title-font);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: var(--headings-color);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.3s ease;
}
.site-logo-text:hover {
  color: var(--theme-color1);
}
.site-logo-text .logo-accent {
  color: var(--theme-color1);
}
.header-style-four.style-dark .site-logo-text,
.sticky-header .site-logo-text {
  color: var(--headings-color);
}

/* Header */
.header-style-four.style-dark.style-home5 .main-box {
  padding: 20px 48px;
  border-bottom: 1px solid rgba(124, 58, 237, 0.08);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.main-header .main-menu .navigation > li > a {
  font-family: var(--text-font);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 8px 0;
}
.sticky-header {
  box-shadow: 0 4px 24px rgba(91, 33, 182, 0.08);
  background: rgba(255, 255, 255, 0.97) !important;
}
.btn-header-cta {
  padding: 12px 24px !important;
  font-size: 13px !important;
}
@media (max-width: 991.98px) {
  .btn-header-cta {
    display: none;
  }
}

/* Hero Section — Professional Layout */
.hero-section {
  position: relative;
  padding: 48px 0 80px;
  background: linear-gradient(135deg, #F5F3FF 0%, #EDE9FE 40%, #FAFAFA 100%);
  overflow: hidden;
}
.hero-section__shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.hero-section__shape--1 {
  width: 480px;
  height: 480px;
  top: -180px;
  right: -100px;
  background: rgba(124, 58, 237, 0.08);
}
.hero-section__shape--2 {
  width: 300px;
  height: 300px;
  bottom: -80px;
  left: -60px;
  background: rgba(91, 33, 182, 0.06);
}
.hero-section__content {
  position: relative;
  z-index: 2;
  max-width: 560px;
}
.hero-section__logo {
  display: inline-block;
  margin-bottom: 28px;
}
.hero-section__logo img {
  max-height: 100px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(91, 33, 182, 0.15);
}
.hero-rating {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid rgba(124, 58, 237, 0.12);
  padding: 8px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
  box-shadow: 0 4px 16px rgba(91, 33, 182, 0.06);
}
.hero-rating__stars {
  color: #F59E0B;
  font-size: 13px;
  display: flex;
  gap: 2px;
}
.hero-rating span {
  font-size: 13px;
  font-weight: 600;
  color: var(--theme-color5);
}
.hero-eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--theme-color1);
  margin-bottom: 14px;
}
.hero-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--headings-color);
  margin-bottom: 20px;
}
.hero-title span {
  color: var(--theme-color1);
  display: block;
}
.hero-desc {
  font-size: 17px;
  line-height: 1.75;
  color: var(--text-color);
  margin-bottom: 24px;
  max-width: 480px;
}
.hero-perks {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero-perks li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid rgba(124, 58, 237, 0.12);
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--headings-color);
}
.hero-perks li i {
  color: var(--theme-color1);
}
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}
.hero-btn-primary .btn-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--theme-color5);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  padding: 14px 8px;
  transition: gap 0.3s ease, color 0.3s ease;
}
.hero-btn-secondary:hover {
  color: var(--theme-color1);
  gap: 14px;
}
.hero-contact-bar {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(124, 58, 237, 0.1);
  padding: 12px 20px;
  border-radius: 12px;
}
.hero-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--headings-color);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}
.hero-contact-item i {
  color: var(--theme-color1);
  font-size: 16px;
}
.hero-contact-item:hover {
  color: var(--theme-color1);
}
.hero-contact-divider {
  width: 1px;
  height: 24px;
  background: rgba(124, 58, 237, 0.2);
}
.hero-section__media {
  position: relative;
  z-index: 2;
  padding-left: 20px;
}
.hero-image-main {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(91, 33, 182, 0.18);
}
.hero-image-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(49, 46, 129, 0.35) 0%, transparent 50%);
  pointer-events: none;
}
.hero-image-main img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}
.hero-image-badge {
  position: absolute;
  z-index: 3;
  background: #fff;
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  animation: heroFloat 4s ease-in-out infinite;
}
.hero-image-badge strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--headings-color);
  line-height: 1.3;
}
.hero-image-badge span {
  font-size: 12px;
  color: var(--text-color);
}
.hero-image-badge > i,
.hero-image-badge__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--theme-color2);
  color: var(--theme-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.hero-image-badge--top {
  top: 24px;
  left: -20px;
}
.hero-image-badge--bottom {
  bottom: 32px;
  right: -16px;
  animation-delay: 1s;
}
.hero-image-secondary {
  position: absolute;
  bottom: -24px;
  left: -32px;
  width: 42%;
  border-radius: 16px;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 16px 40px rgba(91, 33, 182, 0.2);
  z-index: 4;
}
.hero-image-secondary img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}
@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@media (max-width: 991.98px) {
  .hero-section {
    padding: 32px 0 60px;
  }
  .hero-section__media {
    padding-left: 0;
    margin-top: 40px;
    padding-bottom: 24px;
  }
  .hero-image-badge--top {
    left: 16px;
  }
  .hero-image-badge--bottom {
    right: 16px;
  }
  .hero-image-secondary {
    left: 16px;
    width: 38%;
  }
  .hero-title span {
    display: inline;
  }
}
@media (max-width: 575.98px) {
  .hero-section__logo img {
    max-height: 80px;
  }
  .hero-image-main img {
    aspect-ratio: 3 / 4;
  }
  .hero-contact-bar {
    width: 100%;
  }
  .hero-contact-divider {
    display: none;
  }
}

/* Buttons */
.theme-btn {
  border-radius: 8px !important;
  font-family: var(--text-font) !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  box-shadow: 0 4px 14px rgba(124, 58, 237, 0.25);
  transition: box-shadow 0.3s ease, transform 0.3s ease !important;
}
.theme-btn:hover {
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.35);
  transform: translateY(-2px);
}

/* Section titles */
.sec-title .sub-title {
  font-weight: 600;
  letter-spacing: 0.2em;
}
.sec-title h2,
.sec-title h3 {
  font-weight: 600;
  letter-spacing: -0.01em;
}

/* Feature cards */
.feature-section-three {
  margin-top: 0;
  position: relative;
}
.services-section {
  padding: 80px 0 60px;
  background: var(--theme-color3);
}
.feature-block-three .inner-box {
  background: #fff;
  border-radius: 16px;
  padding: 36px 28px;
  box-shadow: 0 8px 32px rgba(91, 33, 182, 0.06);
  border: 1px solid rgba(124, 58, 237, 0.08);
  height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.feature-block-three .inner-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(124, 58, 237, 0.12);
}
.feature-block-three .inner-box .icon-box {
  background: var(--theme-color2);
  border-radius: 12px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.feature-block-three .inner-box .icon-box i {
  color: var(--theme-color1);
  font-size: 28px;
}

/* About gallery */
.feature-block-four .inner-box figure.image {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.feature-block-four .inner-box figure.image img {
  transition: transform 0.5s ease;
}
.feature-block-four .inner-box:hover figure.image img {
  transform: scale(1.05);
}

/* Rooms */
.rooms-section {
  background: linear-gradient(180deg, #faf8fd 0%, #f5f0fa 100%);
}
.rooms-section__intro {
  max-width: 680px;
  margin: 12px auto 0;
  color: #5c5470;
  font-size: 16px;
  line-height: 1.8;
}
.rooms-grid {
  margin-top: 48px;
  --bs-gutter-y: 28px;
}
.room-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(124, 58, 237, 0.1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(91, 33, 182, 0.07);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.room-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(91, 33, 182, 0.14);
  border-color: rgba(124, 58, 237, 0.22);
}
.room-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #ece6f4;
}
.room-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}
.room-card:hover .room-card__media img {
  transform: scale(1.06);
}
.room-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  background: var(--theme-color1);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 12px;
  border-radius: 50px;
}
.room-card__size {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.94);
  color: #3d3550;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 50px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.room-card__size i {
  color: var(--theme-color1);
}
.room-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 22px 22px;
}
.room-card__label {
  display: block;
  color: var(--theme-color1);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.room-card__title {
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 10px;
  color: var(--headings-color);
}
.room-card__desc {
  margin: 0 0 18px;
  color: #5c5470;
  font-size: 14px;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.room-card__amenities {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.room-card__amenities li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(124, 58, 237, 0.08);
  color: #4a4560;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 10px;
  border-radius: 8px;
}
.room-card__amenities li i {
  color: var(--theme-color1);
  font-size: 12px;
}
.room-card__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(124, 58, 237, 0.1);
}
.room-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-color1);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: gap 0.3s ease, color 0.3s ease;
}
.room-card__link:hover {
  color: var(--theme-color2);
  gap: 10px;
}
.room-card__book {
  padding: 12px 18px !important;
  font-size: 12px !important;
  letter-spacing: 0.05em !important;
  white-space: nowrap;
}
.rooms-section__cta {
  margin-top: 48px;
}

@media (max-width: 991.98px) {
  .rooms-grid {
    margin-top: 36px;
  }

  .room-card__title {
    font-size: 22px;
  }
}

@media (max-width: 575.98px) {
  .rooms-section__intro {
    font-size: 15px;
  }

  .room-card__body {
    padding: 20px 18px 18px;
  }

  .room-card__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .room-card__book {
    width: 100%;
    justify-content: center;
  }

  .room-card__link {
    justify-content: center;
  }

  .rooms-section__cta .theme-btn {
    width: 100%;
  }
}

/* Marquee */
.marquee-section {
  background: var(--theme-color3);
}
.marquee .text {
  -webkit-text-stroke-color: rgba(124, 58, 237, 0.2);
}
.marquee .text.text-style2 {
  -webkit-text-fill-color: var(--theme-color1);
  -webkit-text-stroke: 1px var(--theme-color1);
  color: var(--theme-color1);
}
.marquee .text.divider .icon {
  color: var(--theme-color4);
}

/* Progress bars */
.about-section-six .bar-inner {
  background: linear-gradient(90deg, var(--theme-color1), var(--theme-color4)) !important;
}
.about-section-six .bar {
  background: var(--theme-color2) !important;
  border-radius: 8px;
  overflow: hidden;
}

/* Contact form */
.contact-section.style-three .form-column .inner-column {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 16px 48px rgba(91, 33, 182, 0.1);
  padding: 48px;
}
.contact-form .form-group input,
.contact-form .form-group textarea {
  border-radius: 8px;
  border: 1px solid rgba(124, 58, 237, 0.15);
  padding: 14px 18px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
  border-color: var(--theme-color1);
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.12);
  outline: none;
}

/* News gallery */
.news-block-four .inner-box {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

/* Footer */
.footer-style-one .widget-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

/* WhatsApp float */
.scroll-to-top {
  background: var(--theme-color1) !important;
  border-radius: 50% !important;
  box-shadow: 0 6px 20px rgba(124, 58, 237, 0.4);
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-to-top svg {
  width: 24px;
  height: 24px;
  color: #fff;
}

/* Available Services */
.services-section .sec-title .text {
  max-width: 640px;
  margin: 0 auto;
}
.services-grid {
  margin-top: 48px;
  --bs-gutter-y: 24px;
}
.service-card {
  background: #fff;
  border: 1px solid rgba(124, 58, 237, 0.1);
  border-radius: 16px;
  padding: 32px 20px;
  text-align: center;
  height: 100%;
  box-shadow: 0 8px 24px rgba(91, 33, 182, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(124, 58, 237, 0.12);
  border-color: rgba(124, 58, 237, 0.25);
}
.service-card__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 14px;
  background: var(--theme-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color1);
  font-size: 28px;
}
.service-card__title {
  font-family: var(--text-font);
  font-size: 17px;
  font-weight: 600;
  color: var(--headings-color);
  margin: 0;
}
.services-contact {
  margin-top: 56px;
}
.services-address-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 32px;
  border: 1px solid rgba(124, 58, 237, 0.12);
  box-shadow: 0 8px 24px rgba(91, 33, 182, 0.06);
}
.services-address-card__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--theme-color1);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 50px;
  margin-bottom: 14px;
}
.services-address-card p {
  margin-bottom: 12px;
  line-height: 1.8;
  color: var(--text-color);
}
.services-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-color1);
  font-weight: 600;
  text-decoration: none;
}
.services-phone:hover {
  color: var(--theme-color5);
}

/* Contact details */
.contact-details-box {
  margin-bottom: 28px;
}
.contact-detail-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(124, 58, 237, 0.1);
}
.contact-detail-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.contact-detail-item > i {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--theme-color2);
  color: var(--theme-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}
.contact-detail-item strong {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--theme-color5);
  margin-bottom: 4px;
}
.contact-detail-item p {
  margin: 0;
  line-height: 1.7;
}
.contact-detail-item a {
  color: var(--theme-color1);
  font-weight: 600;
  text-decoration: none;
}

/* Room Experience Section */
.room-experience-section {
  padding: 70px 0 100px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.room-experience-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(124, 58, 237, 0.06);
  pointer-events: none;
}
.room-experience-header {
  margin-bottom: 48px;
}
.room-tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.room-tab-btn {
  border: 1px solid rgba(124, 58, 237, 0.2);
  background: #fff;
  color: var(--headings-color);
  font-family: var(--text-font);
  font-size: 13px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.room-tab-btn:hover,
.room-tab-btn.active {
  background: var(--theme-color1);
  border-color: var(--theme-color1);
  color: #fff;
  box-shadow: 0 4px 16px rgba(124, 58, 237, 0.3);
}
.room-experience-panels {
  position: relative;
  min-height: 420px;
}
.room-panel {
  display: none;
  animation: roomFadeIn 0.45s ease;
}
.room-panel.active {
  display: block;
}
@keyframes roomFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
.room-panel__image-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(91, 33, 182, 0.15);
}
.room-panel__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.room-panel__badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  background: var(--theme-color1);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 50px;
}
.room-panel__size {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  color: var(--headings-color);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.room-panel__size i {
  color: var(--theme-color1);
}
.room-panel__content {
  background: #fff;
  border-radius: 20px;
  padding: 36px 32px;
  border: 1px solid rgba(124, 58, 237, 0.1);
  box-shadow: 0 12px 40px rgba(91, 33, 182, 0.08);
}
.room-panel__label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--theme-color1);
  margin-bottom: 10px;
}
.room-panel__title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.2;
}
.room-panel__desc {
  color: var(--text-color);
  line-height: 1.8;
  margin-bottom: 24px;
}
.room-panel__amenities-title {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--theme-color5);
  margin-bottom: 12px;
}
.room-amenity-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.room-amenity-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--theme-color2);
  color: var(--theme-color5);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 8px;
}
.room-amenity-chip i {
  color: var(--theme-color1);
}
.room-panel__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.room-panel__link {
  color: var(--theme-color1);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}
.room-panel__link:hover {
  color: var(--theme-color5);
  gap: 12px;
}
.room-features-strip {
  margin-top: 56px;
  background: linear-gradient(135deg, #312E81 0%, #5B21B6 50%, #7C3AED 100%);
  border-radius: 16px;
  padding: 28px 32px;
  box-shadow: 0 12px 40px rgba(91, 33, 182, 0.2);
}
.room-feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.room-feature-item i {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .room-tab-nav {
    justify-content: flex-start;
    margin-top: 24px;
  }
  .room-panel__title {
    font-size: 28px;
  }
  .room-panel__content {
    padding: 28px 24px;
  }
  .room-experience-panels {
    min-height: auto;
  }
}

/* Hotel media — consistent sizing without distortion */
.hotel-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.feature-block-four .inner-box .image {
  aspect-ratio: 4 / 5;
}
.feature-block-four .inner-box .image img {
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center;
}

.about-section-six .image-column .image-1 img,
.about-section-seven .image-column .image-1 img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.contact-section.style-three .bg img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

.news-block-four .image-box .image {
  aspect-ratio: 4 / 3;
}
.news-block-four .image-box .image img {
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center;
}

.feature-section-five .bg.bg-image {
  background-size: cover !important;
  background-position: center center !important;
}

@media (max-width: 991.98px) {
  .about-section-six .image-column .image-1 img {
    max-height: 420px;
  }
}

/* Section spacing */
.feature-section-four,
.about-section-six,
.services-section,
.room-experience-section,
.rooms-section,
.news-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.logo-box .site-logo img,
.sticky-header .site-logo img {
  max-height: 68px;
}
.mobile-menu .nav-logo {
  text-align: center;
  padding-bottom: 10px;
}
.mobile-menu .nav-logo .site-logo img {
  margin: 0 auto;
}

/* Footer responsive */
@media (max-width: 991.98px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
  }

  .footer-grid__brand {
    text-align: center;
  }

  .footer-logo {
    margin: 0 auto;
  }

  .footer-tagline {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-contact-title {
    text-align: center;
    font-size: 20px;
  }

  .footer-contact-item {
    text-align: left;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575.98px) {
  .footer-style-one .widgets-section {
    padding: 48px 0 32px;
  }

  .footer-grid {
    gap: 28px;
  }

  .footer-logo img {
    max-width: 160px;
  }

  .footer-tagline {
    font-size: 14px;
    padding: 0 8px;
  }

  .footer-contact-title {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .footer-contact-list {
    gap: 16px;
  }

  .footer-contact-item {
    gap: 12px;
    max-width: 100%;
  }

  .footer-contact-item__icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 10px;
  }

  .footer-contact-item__body p {
    font-size: 14px;
    line-height: 1.65;
  }

  .footer-bottom-bar {
    padding: 16px 12px;
    font-size: 12px;
    line-height: 1.6;
  }
}
