@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/Playfair/PlayfairDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --villa-bg: #120d0b;
  --villa-bg-soft: #1a1210;
  --villa-surface: #241915;
  --villa-surface-soft: #2d211c;
  --villa-text: #f2e5dc;
  --villa-muted: #c7a894;
  --villa-primary: #d55f37;
  --villa-primary-strong: #b14a2e;
  --villa-accent: #8f7048;
  --villa-border: rgba(213, 102, 62, 0.28);
  --villa-shadow: 0 24px 48px rgba(14, 8, 6, 0.55);
}

html,
body {
  overflow-x: hidden;
}

body.villa-theme {
  position: relative;
  margin: 0;
  color: var(--villa-text);
  background: radial-gradient(circle at 13% 18%, rgba(213, 95, 55, 0.2), transparent 40%),
    radial-gradient(circle at 86% 24%, rgba(143, 112, 72, 0.17), transparent 36%),
    radial-gradient(circle at 22% 86%, rgba(177, 74, 46, 0.12), transparent 30%),
    linear-gradient(165deg, #130d0a 0%, #1a1210 45%, #110b08 100%);
  font-family: "Poppins", sans-serif;
}

.villa-bg-layer {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: radial-gradient(circle at 90% 84%, rgba(213, 95, 55, 0.12), transparent 36%),
    radial-gradient(circle at 8% 70%, rgba(143, 112, 72, 0.1), transparent 28%);
}

.villa-theme h1,
.villa-theme h2,
.villa-theme h3,
.villa-theme h4,
.villa-theme h5,
.villa-theme h6 {
  font-family: "Playfair Display", serif;
  letter-spacing: 0.015em;
}

.villa-theme p,
.villa-theme a,
.villa-theme li,
.villa-theme span,
.villa-theme button,
.villa-theme label,
.villa-theme input,
.villa-theme textarea,
.villa-theme select {
  font-family: "Poppins", sans-serif;
}

.villa-theme .site-main {
  position: relative;
  z-index: 2;
}

.villa-theme .site-main > :first-child:not(.section-hero) {
  padding-top: 96px;
}

.villa-theme [data-modern-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.villa-theme [data-modern-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.villa-theme .rx-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  padding: 14px 0;
  transition: padding 0.3s ease;
}

.villa-theme .rx-header .rx-inner-menu-desk {
  border: 1px solid rgba(198, 216, 245, 0.28);
  border-radius: 20px;
  background: linear-gradient(120deg, rgba(12, 19, 31, 0.86), rgba(20, 31, 48, 0.76));
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 38px rgba(2, 10, 24, 0.42);
  padding: 14px 22px;
}

.villa-theme .rx-header.is-scrolled {
  padding: 10px 0;
}

.villa-theme .rx-header.is-scrolled .rx-inner-menu-desk {
  background: rgba(10, 16, 27, 0.95);
  border-color: rgba(208, 223, 246, 0.2);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.45);
}

.villa-theme .rx-main-menu .nav-link {
  color: #d7e2f0;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  opacity: 0.9;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.villa-theme .rx-main-menu .nav-link:hover,
.villa-theme .rx-main-menu .nav-link:focus {
  color: #ffffff;
  opacity: 1;
}

.villa-theme .rx-main-menu .header-button .rx-btn-one,
.villa-theme .rx-btn-two,
.villa-theme .inner-button {
  border-radius: 999px !important;
  border-width: 1px !important;
  border-color: rgba(242, 199, 152, 0.85) !important;
  background: linear-gradient(135deg, var(--villa-primary), var(--villa-primary-strong)) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 22px rgba(161, 106, 55, 0.32);
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.villa-theme .rx-main-menu .header-button .rx-btn-one:hover,
.villa-theme .rx-btn-two:hover,
.villa-theme .inner-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(161, 106, 55, 0.4);
  filter: saturate(1.07);
}

.villa-theme .section-hero {
  position: relative;
}

.villa-theme .section-hero .rx-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    rgba(4, 8, 14, 0.8) 10%,
    rgba(13, 21, 34, 0.45) 48%,
    rgba(4, 9, 14, 0.82) 100%
  );
  z-index: 0;
}

.villa-theme .section-hero .rx-hero-contact {
  z-index: 2;
}

.villa-theme .section-hero .inner-contact {
  border: 1px solid rgba(204, 224, 248, 0.3);
  border-radius: 24px;
  background: linear-gradient(140deg, rgba(9, 16, 27, 0.8), rgba(18, 30, 44, 0.62));
  backdrop-filter: blur(8px);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.4);
  padding: 28px 30px;
}

.villa-theme .section-hero h2 {
  text-wrap: balance;
}

.villa-theme .hero-floating-chips {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.villa-theme .hero-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(205, 225, 250, 0.35);
  background: linear-gradient(120deg, rgba(10, 18, 30, 0.88), rgba(18, 30, 47, 0.82));
  box-shadow: 0 14px 32px rgba(1, 6, 14, 0.42);
  color: #dce8f7;
  font-size: 12px;
  letter-spacing: 0.03em;
  animation: floatChip 4.8s ease-in-out infinite;
}

.villa-theme .hero-chip i {
  color: var(--villa-primary);
  font-size: 15px;
}

.villa-theme .hero-chip.chip-one {
  top: 26%;
  left: 6%;
}

.villa-theme .hero-chip.chip-two {
  top: 18%;
  right: 8%;
  animation-delay: 0.9s;
}

.villa-theme .hero-chip.chip-three {
  bottom: 16%;
  right: 10%;
  animation-delay: 1.6s;
}

.villa-theme .section-highlights {
  position: relative;
  margin-top: -28px;
  z-index: 4;
}

.villa-theme .section-highlights .highlight-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(195, 215, 241, 0.3);
  background: linear-gradient(150deg, rgba(14, 24, 39, 0.9), rgba(16, 30, 46, 0.76));
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 28px rgba(2, 9, 18, 0.38);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.villa-theme .section-highlights .highlight-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 18px;
  background: linear-gradient(120deg, rgba(210, 162, 111, 0.18), rgba(80, 197, 185, 0.08));
  opacity: 0;
  transition: opacity 0.25s ease;
}

.villa-theme .section-highlights .highlight-card:hover {
  transform: translateY(-4px);
  border-color: rgba(210, 162, 111, 0.75);
}

.villa-theme .section-highlights .highlight-card:hover::before {
  opacity: 1;
}

.villa-theme .section-highlights .highlight-icon {
  height: 44px;
  width: 44px;
  border-radius: 999px;
  border: 1px solid rgba(210, 162, 111, 0.7);
  color: var(--villa-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin-bottom: 10px;
}

.villa-theme .section-live-stats {
  position: relative;
}

.villa-theme .live-stats-wrap {
  border-radius: 20px;
  border: 1px solid rgba(153, 182, 216, 0.35);
  background: linear-gradient(140deg, rgba(12, 21, 34, 0.88), rgba(18, 32, 50, 0.78));
  box-shadow: 0 18px 36px rgba(1, 8, 18, 0.42);
}

.villa-theme .live-stat-card {
  position: relative;
  height: 100%;
  border-radius: 14px;
  border: 1px solid rgba(146, 176, 210, 0.32);
  background: linear-gradient(150deg, rgba(16, 29, 45, 0.92), rgba(14, 25, 39, 0.82));
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.villa-theme .live-stat-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(80, 197, 185, 0.25), rgba(210, 162, 111, 0.8));
}

.villa-theme .live-stat-card:hover {
  transform: translateY(-5px);
  border-color: rgba(210, 162, 111, 0.75);
  box-shadow: 0 14px 28px rgba(2, 11, 22, 0.46);
}

.villa-theme .live-stat-card p {
  color: #8ea6c5 !important;
}

.villa-theme .live-stat-card h3 {
  color: #edf4ff !important;
}

.villa-theme .live-stat-card .live-counter {
  color: var(--villa-primary);
}

.villa-theme .live-stat-card .stat-suffix {
  font-size: 17px;
  color: #cad9ee;
  margin-left: 2px;
}

.villa-theme .section-about,
.villa-theme .section-room,
.villa-theme .section-extra-services,
.villa-theme .section-gallery,
.villa-theme .section-legal,
.villa-theme .section-contact,
.villa-theme .section-room-details {
  position: relative;
}

.villa-theme .section-about::before,
.villa-theme .section-room::before,
.villa-theme .section-extra-services::before,
.villa-theme .section-gallery::before,
.villa-theme .section-legal::before,
.villa-theme .section-contact::before,
.villa-theme .section-room-details::before {
  content: "";
  position: absolute;
  inset: 16px 8px;
  border-radius: 26px;
  background: linear-gradient(160deg, rgba(14, 24, 39, 0.76), rgba(13, 20, 31, 0.72));
  border: 1px solid rgba(142, 169, 201, 0.3);
  box-shadow: var(--villa-shadow);
  z-index: -1;
}

.villa-theme .section-about::after,
.villa-theme .section-room::after,
.villa-theme .section-extra-services::after,
.villa-theme .section-gallery::after,
.villa-theme .section-legal::after,
.villa-theme .section-contact::after,
.villa-theme .section-room-details::after {
  content: "";
  position: absolute;
  inset: 16px 8px;
  border-radius: 26px;
  padding: 1px;
  background: linear-gradient(120deg, rgba(210, 162, 111, 0.34), rgba(80, 197, 185, 0.22));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.villa-theme .rx-banner p,
.villa-theme .rx-banner h4,
.villa-theme .rx-banner-contact h2,
.villa-theme .main-heading h4,
.villa-theme .section-about p,
.villa-theme .section-room p,
.villa-theme .section-extra-services p,
.villa-theme .section-gallery p,
.villa-theme .section-contact p,
.villa-theme .section-room-details p {
  color: var(--villa-muted) !important;
}

.villa-theme .rx-banner h4,
.villa-theme .rx-banner-contact h2,
.villa-theme .main-heading h4,
.villa-theme .section-about h4,
.villa-theme .section-about h5,
.villa-theme .section-room h4,
.villa-theme .section-room h5,
.villa-theme .section-extra-services h4,
.villa-theme .section-extra-services h5,
.villa-theme .section-gallery h4,
.villa-theme .section-contact h4,
.villa-theme .section-room-details h4,
.villa-theme .section-room-details h5 {
  color: var(--villa-text) !important;
}

.villa-theme .rx-banner .text-\[\#9d7e54\] {
  color: var(--villa-primary) !important;
}

.villa-theme .section-room .rx-rooms-main-box,
.villa-theme .section-gallery .rx-gallery-card,
.villa-theme .section-extra-services .extra-services-contact,
.villa-theme .section-legal .legal-card,
.villa-theme .section-about .rx-about-img,
.villa-theme .section-contact .rx-contact-form,
.villa-theme .section-room-details .rx-room-details-sidebar,
.villa-theme .section-room-details .rx-main-room,
.villa-theme .section-room-details .rx-inner-details,
.villa-theme .section-about .rx-about-contact,
.villa-theme .section-about .rx-about-page-contact {
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(160deg, var(--villa-surface), var(--villa-surface-soft)) !important;
  border: 1px solid var(--villa-border) !important;
  box-shadow: 0 16px 34px rgba(3, 12, 24, 0.35);
}

.villa-theme .section-room .rx-rooms-main-box {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.villa-theme .section-room .rx-rooms-main-box:hover {
  transform: translateY(-7px);
  box-shadow: 0 26px 40px rgba(2, 9, 19, 0.45);
}

.villa-theme .section-room .inner-back-side {
  border-color: rgba(173, 197, 228, 0.34) !important;
}

.villa-theme .section-room .rooms-box-front,
.villa-theme .section-room .rooms-box-back {
  background: linear-gradient(170deg, rgba(19, 30, 47, 0.94), rgba(16, 24, 37, 0.92)) !important;
}

.villa-theme .section-room .rooms-box-front img,
.villa-theme .section-room .rooms-box-back img,
.villa-theme .section-gallery .rx-gallery-card img,
.villa-theme .section-extra-services .extra-services-img img {
  width: 100%;
  object-fit: cover;
}

.villa-theme .section-room .rooms-box-front img,
.villa-theme .section-room .rooms-box-back img {
  min-height: 285px;
}

.villa-theme .section-room .inner-contact {
  background: linear-gradient(130deg, rgba(210, 162, 111, 0.92), rgba(175, 120, 71, 0.92)) !important;
}

.villa-theme .section-room .box-overlay {
  background: linear-gradient(150deg, rgba(7, 13, 22, 0.8), rgba(23, 38, 57, 0.72)) !important;
}

.villa-theme .section-room .inner-back-side h5,
.villa-theme .section-room .inner-back-side li {
  color: #eff5fd !important;
}

.villa-theme .section-room .inner-back-side li {
  margin-bottom: 5px;
}

.villa-theme .section-room .rx-price span {
  background: rgba(3, 7, 12, 0.9) !important;
  border-color: rgba(196, 213, 235, 0.2) !important;
}

.villa-theme .section-extra-services .extra-services-contact {
  border-color: rgba(130, 160, 197, 0.38) !important;
  padding: 16px 18px;
}

.villa-theme .section-extra-services .extra-services-contact:hover {
  border-color: rgba(210, 162, 111, 0.58) !important;
  box-shadow: 0 20px 34px rgba(2, 10, 21, 0.46);
}

.villa-theme .section-extra-services .extra-services-img img {
  border-radius: 20px !important;
  min-height: 170px;
}

.villa-theme .section-extra-services .rx-services-price h2 {
  color: rgba(210, 162, 111, 0.55) !important;
}

.villa-theme .section-extra-services .rx-services-price h2 span {
  color: var(--villa-muted) !important;
}

.villa-theme .section-extra-services .rx-services-price p {
  color: var(--villa-text) !important;
}

.villa-theme .section-extra-services li {
  color: var(--villa-muted) !important;
}

.villa-theme .section-extra-services .extra-services-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border-left: 3px solid rgba(210, 162, 111, 0.72);
  pointer-events: none;
}

.villa-theme .section-legal .legal-card h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #f1d2af !important;
  font-size: 23px;
}

.villa-theme .section-legal .legal-card p,
.villa-theme .section-legal .legal-card li {
  color: #c4d2e5 !important;
  line-height: 1.8;
  font-size: 14px;
}

.villa-theme .section-legal .legal-card ul {
  margin-bottom: 8px;
  padding-left: 20px;
}

.villa-theme .section-legal .legal-card a {
  color: var(--villa-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.villa-theme .section-legal .legal-card a:hover {
  color: #f2c393;
}

.villa-theme .section-legal .legal-meta {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8ea6c5 !important;
  border: 1px solid rgba(145, 173, 207, 0.4);
  border-radius: 999px;
  padding: 6px 12px;
}

.villa-theme .section-legal .legal-note {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px dashed rgba(148, 176, 210, 0.35);
}

.villa-theme .section-extra-services .ico {
  border-color: rgba(210, 162, 111, 0.4) !important;
  color: var(--villa-primary) !important;
  background: rgba(19, 31, 47, 0.8) !important;
}

.villa-theme .section-gallery .rx-gallery-card {
  border: 1px solid rgba(146, 174, 209, 0.32) !important;
}

.villa-theme .section-gallery .rx-gallery-card img {
  transition: transform 0.4s ease, filter 0.4s ease;
  min-height: 250px;
}

.villa-theme .section-gallery .rx-gallery-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.03);
}

.villa-theme .section-breadcrumb .rx-breadcrumb-overlay {
  background: linear-gradient(160deg, rgba(5, 9, 16, 0.78), rgba(7, 14, 22, 0.42), rgba(4, 10, 16, 0.8)) !important;
}

.villa-theme .section-breadcrumb .rx-banner-breadcrumb {
  backdrop-filter: blur(5px);
  background: rgba(4, 10, 18, 0.56) !important;
}

.villa-theme .section-contact .rx-contact-form,
.villa-theme .section-room-details .rx-room-details-sidebar,
.villa-theme .section-room-details .rx-main-room,
.villa-theme .section-room-details .rx-inner-details {
  background: linear-gradient(160deg, #101c2d, #15253a) !important;
  border-color: rgba(144, 172, 207, 0.35) !important;
}

.villa-theme .section-contact .rx-contact-form h2,
.villa-theme .section-contact .rx-contact-form h4,
.villa-theme .section-contact .rx-contact-form label,
.villa-theme .section-room-details .rx-room-details-sidebar h4,
.villa-theme .section-room-details .rx-room-details-sidebar label,
.villa-theme .section-room-details .rx-inner-details h4,
.villa-theme .section-room-details .rx-inner-details h5 {
  color: #f2cfaa !important;
}

.villa-theme .section-contact .rx-contact-form p,
.villa-theme .section-room-details .rx-inner-details p,
.villa-theme .section-room-details .rx-inner-details li {
  color: #c3d0e2 !important;
}

.villa-theme .section-contact .rx-form-control,
.villa-theme .section-room-details input,
.villa-theme .section-room-details textarea,
.villa-theme .section-room-details select {
  background: rgba(8, 15, 26, 0.72) !important;
  border-color: rgba(130, 160, 196, 0.4) !important;
  color: #eef4fb !important;
}

.villa-theme .section-contact .rx-form-control::placeholder,
.villa-theme .section-room-details input::placeholder,
.villa-theme .section-room-details textarea::placeholder {
  color: #9daec6 !important;
}

.villa-theme .section-contact .rx-form-control:focus,
.villa-theme .section-room-details input:focus,
.villa-theme .section-room-details textarea:focus,
.villa-theme .section-room-details select:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(210, 162, 111, 0.33) !important;
  border-color: rgba(231, 188, 145, 0.75) !important;
}

.villa-theme .rx-main-footer,
.villa-theme .rx-footer-copy {
  background: linear-gradient(180deg, #0a111b 0%, #070d16 100%) !important;
}

.villa-theme .rx-footer-newsletter {
  background: linear-gradient(180deg, #0f1a2a 0%, #121f32 100%) !important;
  border: 1px solid rgba(143, 171, 205, 0.38) !important;
  box-shadow: inset 0 0 0 1px rgba(200, 220, 245, 0.05), 0 18px 32px rgba(0, 0, 0, 0.35);
}

.villa-theme .rx-footer-newsletter a,
.villa-theme .rx-footer-other-info a,
.villa-theme .rx-items-contact a {
  color: #d5dfec !important;
}

.villa-theme .rx-footer-newsletter a:hover,
.villa-theme .rx-footer-other-info a:hover,
.villa-theme .rx-items-contact a:hover {
  color: var(--villa-primary) !important;
}

.villa-theme .rx-inner-footer-logo {
  border-color: rgba(140, 170, 206, 0.45) !important;
  background: rgba(14, 24, 38, 0.7);
}

.villa-theme .rx-inner-footer-logo i {
  color: #d4dfed !important;
}

.villa-theme .rx-inner-footer-logo:hover {
  border-color: rgba(210, 162, 111, 0.68) !important;
}

.villa-theme .back-to-top {
  border-radius: 999px !important;
  background: linear-gradient(130deg, #121f31, #192b41) !important;
  border-color: rgba(149, 176, 209, 0.55) !important;
  color: var(--villa-primary) !important;
  box-shadow: 0 10px 24px rgba(2, 10, 20, 0.42);
}

.villa-theme .back-to-top .active-progress path {
  stroke: var(--villa-primary) !important;
}

.villa-theme .interactive-card {
  will-change: transform;
  transform-style: preserve-3d;
  transition: transform 0.2s ease;
}

.villa-theme .rx-loader {
  background: linear-gradient(180deg, #070d17 0%, #0b1320 100%);
}

.villa-theme .bg-\[\#fff\],
.villa-theme .bg-\[\#f5f5f5\],
.villa-theme .bg-\[\#f5f5f5e6\] {
  background-color: var(--villa-surface) !important;
}

.villa-theme .text-\[\#000\],
.villa-theme .text-\[\#131618\] {
  color: var(--villa-text) !important;
}

.villa-theme .text-\[\#555\],
.villa-theme .text-\[\#555555\],
.villa-theme .text-\[\#cbcbcb\],
.villa-theme .text-\[\#bbb\] {
  color: var(--villa-muted) !important;
}

.villa-theme .border-\[\#eee\] {
  border-color: var(--villa-border) !important;
}

/* Logo-aligned brand overrides */
.villa-theme .rx-header .rx-inner-menu-desk {
  border: 1px solid rgba(238, 172, 137, 0.3);
  background: linear-gradient(120deg, rgba(30, 20, 16, 0.9), rgba(44, 29, 22, 0.84));
  box-shadow: 0 16px 38px rgba(13, 8, 6, 0.45);
}

.villa-theme .rx-header.is-scrolled .rx-inner-menu-desk {
  background: rgba(24, 16, 12, 0.96);
  border-color: rgba(228, 163, 129, 0.26);
}

.villa-theme .rx-main-menu .nav-link {
  color: #eedbcf;
}

.villa-theme .section-hero .rx-slide::before {
  background: linear-gradient(
    125deg,
    rgba(16, 10, 8, 0.82) 10%,
    rgba(46, 27, 19, 0.52) 48%,
    rgba(18, 11, 8, 0.84) 100%
  );
}

.villa-theme .section-hero .inner-contact {
  border-color: rgba(235, 171, 136, 0.3);
  background: linear-gradient(140deg, rgba(26, 17, 13, 0.82), rgba(53, 33, 24, 0.66));
}

.villa-theme .hero-chip {
  border-color: rgba(235, 170, 135, 0.34);
  background: linear-gradient(120deg, rgba(34, 22, 17, 0.9), rgba(56, 34, 24, 0.84));
  color: #f1dfd3;
}

.villa-theme .section-highlights .highlight-card,
.villa-theme .live-stats-wrap,
.villa-theme .live-stat-card {
  border-color: rgba(217, 132, 92, 0.36);
  background: linear-gradient(150deg, rgba(37, 24, 19, 0.92), rgba(49, 31, 24, 0.84));
}

.villa-theme .live-stat-card p {
  color: #c59c88 !important;
}

.villa-theme .live-stat-card h3 {
  color: #f3e8df !important;
}

.villa-theme .live-stat-card .stat-suffix {
  color: #d8b49f;
}

.villa-theme .section-highlights .highlight-card::before,
.villa-theme .live-stat-card::after {
  background: linear-gradient(120deg, rgba(213, 95, 55, 0.3), rgba(143, 112, 72, 0.18));
}

.villa-theme .section-about::before,
.villa-theme .section-room::before,
.villa-theme .section-extra-services::before,
.villa-theme .section-gallery::before,
.villa-theme .section-legal::before,
.villa-theme .section-contact::before,
.villa-theme .section-room-details::before {
  background: linear-gradient(160deg, rgba(30, 20, 16, 0.78), rgba(24, 16, 13, 0.74));
  border-color: rgba(213, 102, 62, 0.32);
}

.villa-theme .section-about::after,
.villa-theme .section-room::after,
.villa-theme .section-extra-services::after,
.villa-theme .section-gallery::after,
.villa-theme .section-legal::after,
.villa-theme .section-contact::after,
.villa-theme .section-room-details::after {
  background: linear-gradient(120deg, rgba(213, 95, 55, 0.4), rgba(143, 112, 72, 0.2));
}

.villa-theme .section-room .rx-rooms-main-box,
.villa-theme .section-gallery .rx-gallery-card,
.villa-theme .section-extra-services .extra-services-contact,
.villa-theme .section-legal .legal-card,
.villa-theme .section-about .rx-about-img,
.villa-theme .section-contact .rx-contact-form,
.villa-theme .section-room-details .rx-room-details-sidebar,
.villa-theme .section-room-details .rx-main-room,
.villa-theme .section-room-details .rx-inner-details,
.villa-theme .section-about .rx-about-contact,
.villa-theme .section-about .rx-about-page-contact {
  background: linear-gradient(160deg, #2a1d18, #34251f) !important;
  border-color: rgba(213, 102, 62, 0.32) !important;
}

.villa-theme .section-room .rooms-box-front,
.villa-theme .section-room .rooms-box-back {
  background: linear-gradient(170deg, rgba(34, 23, 18, 0.95), rgba(45, 30, 23, 0.92)) !important;
}

.villa-theme .section-room .box-overlay {
  background: linear-gradient(150deg, rgba(22, 14, 11, 0.82), rgba(57, 34, 24, 0.75)) !important;
}

.villa-theme .section-extra-services .ico {
  border-color: rgba(214, 108, 68, 0.4) !important;
  background: rgba(47, 31, 23, 0.82) !important;
}

.villa-theme .section-breadcrumb .rx-breadcrumb-overlay {
  background: linear-gradient(160deg, rgba(18, 11, 9, 0.8), rgba(42, 24, 17, 0.45), rgba(18, 11, 9, 0.84)) !important;
}

.villa-theme .section-breadcrumb .rx-banner-breadcrumb {
  background: rgba(28, 17, 13, 0.62) !important;
}

.villa-theme .section-contact .rx-contact-form,
.villa-theme .section-room-details .rx-room-details-sidebar,
.villa-theme .section-room-details .rx-main-room,
.villa-theme .section-room-details .rx-inner-details {
  background: linear-gradient(160deg, #2b1e19, #372720) !important;
  border-color: rgba(215, 118, 79, 0.35) !important;
}

.villa-theme .section-contact .rx-contact-form p,
.villa-theme .section-room-details .rx-inner-details p,
.villa-theme .section-room-details .rx-inner-details li {
  color: #d8b6a3 !important;
}

.villa-theme .section-legal .legal-meta {
  color: #d2aa96 !important;
  border-color: rgba(216, 123, 86, 0.45);
}

.villa-theme .section-contact .rx-form-control,
.villa-theme .section-room-details input,
.villa-theme .section-room-details textarea,
.villa-theme .section-room-details select {
  background: rgba(35, 23, 18, 0.76) !important;
  border-color: rgba(212, 114, 73, 0.42) !important;
  color: #f3e8df !important;
}

.villa-theme .section-contact .rx-form-control::placeholder,
.villa-theme .section-room-details input::placeholder,
.villa-theme .section-room-details textarea::placeholder {
  color: #c79680 !important;
}

.villa-theme .rx-main-footer,
.villa-theme .rx-footer-copy {
  background: linear-gradient(180deg, #1a120f 0%, #130c0a 100%) !important;
}

.villa-theme .rx-footer-newsletter {
  background: linear-gradient(180deg, #2b1d18 0%, #36251e 100%) !important;
  border: 1px solid rgba(216, 121, 82, 0.36) !important;
  box-shadow: inset 0 0 0 1px rgba(243, 214, 194, 0.05), 0 18px 32px rgba(14, 8, 6, 0.4);
}

.villa-theme .rx-footer-newsletter a,
.villa-theme .rx-footer-other-info a,
.villa-theme .rx-items-contact a {
  color: #efdccf !important;
}

.villa-theme .rx-inner-footer-logo {
  border-color: rgba(214, 120, 84, 0.45) !important;
  background: rgba(43, 29, 22, 0.76);
}

.villa-theme .rx-inner-footer-logo i {
  color: #eedbce !important;
}

.villa-theme .back-to-top {
  background: linear-gradient(130deg, #2f211b, #3d2a22) !important;
  border-color: rgba(216, 122, 86, 0.56) !important;
  box-shadow: 0 10px 24px rgba(16, 9, 7, 0.44);
}

.villa-theme .rx-loader {
  background: linear-gradient(180deg, #160f0c 0%, #1f1512 100%);
}

@media (max-width: 991px) {
  .villa-theme .rx-header .rx-inner-menu-desk {
    border-radius: 14px;
    padding: 10px 14px;
  }

  .villa-theme .site-main > :first-child:not(.section-hero) {
    padding-top: 84px;
  }

  .villa-theme .section-hero .inner-contact {
    padding: 18px 16px;
  }

  .villa-theme .section-highlights {
    margin-top: -10px;
  }

  .villa-theme .hero-chip {
    font-size: 11px;
    padding: 8px 11px;
  }

  .villa-theme .hero-chip.chip-one,
  .villa-theme .hero-chip.chip-two {
    top: 12%;
  }

  .villa-theme .hero-chip.chip-one {
    left: 4%;
  }

  .villa-theme .hero-chip.chip-two {
    right: 4%;
  }

  .villa-theme .hero-chip.chip-three {
    display: none;
  }

  .villa-theme .section-about::before,
  .villa-theme .section-room::before,
  .villa-theme .section-extra-services::before,
  .villa-theme .section-gallery::before,
  .villa-theme .section-legal::before,
  .villa-theme .section-contact::before,
  .villa-theme .section-room-details::before,
  .villa-theme .section-about::after,
  .villa-theme .section-room::after,
  .villa-theme .section-extra-services::after,
  .villa-theme .section-gallery::after,
  .villa-theme .section-legal::after,
  .villa-theme .section-contact::after,
  .villa-theme .section-room-details::after {
    inset: 10px 0;
    border-radius: 16px;
  }
}

@media (max-width: 767px) {
  .villa-theme .section-hero .rx-slide {
    min-height: 78vh;
  }

  .villa-theme .hero-chip {
    display: none;
  }

  .villa-theme .section-room .rooms-box-front img,
  .villa-theme .section-room .rooms-box-back img,
  .villa-theme .section-gallery .rx-gallery-card img {
    min-height: 210px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .villa-theme * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .villa-theme .interactive-card {
    transform: none !important;
  }
}

@keyframes floatChip {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}

/* ============================================================
   2026 Cosmic Refresh (logo-aligned)
   Final override layer to keep the design modern, vivid and readable.
   ============================================================ */

body.villa-theme {
  --villa-bg: #050913;
  --villa-bg-soft: #0a1427;
  --villa-surface: #101d37;
  --villa-surface-soft: #172c4c;
  --villa-text: #edf5ff;
  --villa-muted: #9fb6d4;
  --villa-primary: #e5693e;
  --villa-primary-strong: #c34d31;
  --villa-accent: #f2a06c;
  --villa-secondary: #5dd6ff;
  --villa-secondary-strong: #2f90e2;
  --villa-border: rgba(121, 166, 235, 0.34);
  --villa-shadow: 0 26px 50px rgba(2, 8, 24, 0.55);
  background: radial-gradient(circle at 12% 16%, rgba(93, 214, 255, 0.2), transparent 38%),
    radial-gradient(circle at 84% 22%, rgba(229, 105, 62, 0.18), transparent 33%),
    radial-gradient(circle at 78% 76%, rgba(122, 86, 255, 0.22), transparent 42%),
    linear-gradient(150deg, #04070f 0%, #091327 44%, #090f22 100%);
}

.villa-bg-layer {
  overflow: hidden;
  background: radial-gradient(circle at 84% 84%, rgba(93, 214, 255, 0.14), transparent 37%),
    radial-gradient(circle at 15% 74%, rgba(229, 105, 62, 0.14), transparent 32%),
    radial-gradient(circle at 48% -10%, rgba(143, 102, 255, 0.2), transparent 42%);
}

.villa-bg-layer::before,
.villa-bg-layer::after {
  content: "";
  position: fixed;
  inset: -25%;
  pointer-events: none;
}

.villa-bg-layer::before {
  background-image: radial-gradient(circle, rgba(240, 248, 255, 0.45) 1px, transparent 1.4px),
    radial-gradient(circle, rgba(93, 214, 255, 0.45) 1px, transparent 1.6px),
    radial-gradient(circle, rgba(242, 160, 108, 0.36) 1px, transparent 1.7px);
  background-size: 170px 170px, 240px 240px, 320px 320px;
  background-position: 0 0, 70px 120px, 140px 40px;
  opacity: 0.32;
  transform: translate3d(0, 0, 0);
  animation: cosmicDrift 120s linear infinite;
}

.villa-bg-layer::after {
  background: conic-gradient(
    from 110deg at 50% 52%,
    rgba(92, 210, 255, 0.12),
    rgba(229, 105, 62, 0.1),
    rgba(140, 90, 255, 0.13),
    rgba(92, 210, 255, 0.12)
  );
  filter: blur(56px);
  opacity: 0.22;
  animation: cosmicPulse 24s ease-in-out infinite alternate;
}

.villa-theme a:focus-visible,
.villa-theme button:focus-visible,
.villa-theme input:focus-visible,
.villa-theme select:focus-visible,
.villa-theme textarea:focus-visible {
  outline: 2px solid rgba(93, 214, 255, 0.75);
  outline-offset: 2px;
}

.villa-theme .site-main > :not(.section-hero) {
  margin-top: 14px;
  margin-bottom: 14px;
}

.villa-theme .rx-header .rx-inner-menu-desk {
  border: 1px solid rgba(121, 166, 235, 0.38);
  background: linear-gradient(120deg, rgba(8, 15, 31, 0.9), rgba(18, 31, 58, 0.82));
  box-shadow: 0 18px 40px rgba(3, 10, 26, 0.5);
}

.villa-theme .rx-header.is-scrolled .rx-inner-menu-desk {
  background: linear-gradient(120deg, rgba(7, 14, 28, 0.95), rgba(17, 30, 56, 0.91));
  border-color: rgba(122, 166, 235, 0.44);
}

.villa-theme .rx-main-menu .nav-link {
  color: #dfeeff;
}

.villa-theme .rx-main-menu .nav-link:hover,
.villa-theme .rx-main-menu .nav-link:focus {
  color: #ffffff;
  text-shadow: 0 0 12px rgba(93, 214, 255, 0.35);
}

.villa-theme .language-form .lang-button {
  background: linear-gradient(120deg, rgba(9, 18, 35, 0.78), rgba(21, 35, 61, 0.72)) !important;
  border-color: rgba(126, 170, 238, 0.45) !important;
  color: #e8f3ff !important;
}

.villa-theme .language-form .lang-menu {
  background: linear-gradient(145deg, rgba(9, 17, 34, 0.97), rgba(20, 33, 56, 0.96)) !important;
  border-color: rgba(120, 164, 232, 0.36) !important;
}

.villa-theme .language-form .lang-menu li {
  color: #dcecff !important;
}

.villa-theme .language-form .lang-menu li:hover,
.villa-theme .language-form .lang-menu li[aria-selected="true"] {
  background: rgba(93, 214, 255, 0.14) !important;
}

.villa-theme .rx-main-menu .header-button .rx-btn-one,
.villa-theme .rx-btn-two,
.villa-theme .inner-button {
  border-color: rgba(242, 160, 108, 0.86) !important;
  background: linear-gradient(135deg, var(--villa-primary), #dc5b35 52%, #b6452e 100%) !important;
  box-shadow: 0 14px 28px rgba(196, 77, 49, 0.32), 0 0 0 1px rgba(242, 160, 108, 0.2) inset;
}

.villa-theme .rx-main-menu .header-button .rx-btn-one:hover,
.villa-theme .rx-btn-two:hover,
.villa-theme .inner-button:hover {
  box-shadow: 0 18px 34px rgba(196, 77, 49, 0.4), 0 0 18px rgba(93, 214, 255, 0.22);
}

.villa-theme .section-hero .rx-slide::before {
  background: linear-gradient(
    125deg,
    rgba(6, 11, 24, 0.84) 10%,
    rgba(14, 29, 52, 0.45) 42%,
    rgba(46, 24, 17, 0.42) 66%,
    rgba(6, 10, 23, 0.85) 100%
  );
}

.villa-theme .section-hero .inner-contact {
  border-color: rgba(123, 166, 234, 0.38);
  background: linear-gradient(145deg, rgba(7, 14, 28, 0.82), rgba(18, 33, 57, 0.66));
  box-shadow: 0 24px 44px rgba(2, 8, 23, 0.48);
}

.villa-theme .hero-chip {
  border-color: rgba(122, 166, 235, 0.38);
  background: linear-gradient(130deg, rgba(8, 16, 31, 0.9), rgba(18, 33, 56, 0.86));
  color: #e5f1ff;
}

.villa-theme .hero-chip i {
  color: var(--villa-secondary);
}

.villa-theme .section-highlights .highlight-card,
.villa-theme .live-stats-wrap,
.villa-theme .live-stat-card {
  border-color: rgba(122, 166, 234, 0.36);
  background: linear-gradient(150deg, rgba(11, 21, 40, 0.94), rgba(20, 35, 60, 0.84));
}

.villa-theme .section-highlights .highlight-card:hover,
.villa-theme .live-stat-card:hover {
  border-color: rgba(93, 214, 255, 0.62);
  box-shadow: 0 18px 36px rgba(3, 10, 28, 0.56);
}

.villa-theme .section-highlights .highlight-card::before,
.villa-theme .live-stat-card::after {
  background: linear-gradient(120deg, rgba(93, 214, 255, 0.36), rgba(229, 105, 62, 0.34));
}

.villa-theme .section-about::before,
.villa-theme .section-room::before,
.villa-theme .section-extra-services::before,
.villa-theme .section-gallery::before,
.villa-theme .section-legal::before,
.villa-theme .section-contact::before,
.villa-theme .section-room-details::before {
  inset: 10px 6px;
  background: linear-gradient(160deg, rgba(9, 17, 34, 0.82), rgba(13, 24, 45, 0.76));
  border-color: rgba(122, 166, 234, 0.34);
}

.villa-theme .section-about::after,
.villa-theme .section-room::after,
.villa-theme .section-extra-services::after,
.villa-theme .section-gallery::after,
.villa-theme .section-legal::after,
.villa-theme .section-contact::after,
.villa-theme .section-room-details::after {
  inset: 10px 6px;
  background: linear-gradient(120deg, rgba(93, 214, 255, 0.32), rgba(229, 105, 62, 0.28), rgba(126, 93, 255, 0.26));
}

.villa-theme .section-room .rx-rooms-main-box,
.villa-theme .section-gallery .rx-gallery-card,
.villa-theme .section-extra-services .extra-services-contact,
.villa-theme .section-legal .legal-card,
.villa-theme .section-about .rx-about-img,
.villa-theme .section-contact .rx-contact-form,
.villa-theme .section-room-details .rx-room-details-sidebar,
.villa-theme .section-room-details .rx-main-room,
.villa-theme .section-room-details .rx-inner-details,
.villa-theme .section-about .rx-about-contact,
.villa-theme .section-about .rx-about-page-contact {
  background: linear-gradient(160deg, rgba(14, 24, 46, 0.96), rgba(22, 39, 67, 0.92)) !important;
  border-color: rgba(121, 166, 235, 0.35) !important;
}

.villa-theme .section-room .rooms-box-front,
.villa-theme .section-room .rooms-box-back {
  background: linear-gradient(170deg, rgba(11, 22, 40, 0.95), rgba(20, 35, 61, 0.92)) !important;
}

.villa-theme .section-room .inner-contact {
  background: linear-gradient(130deg, rgba(229, 105, 62, 0.96), rgba(194, 77, 49, 0.95)) !important;
}

.villa-theme .section-room .box-overlay {
  background: linear-gradient(150deg, rgba(7, 14, 28, 0.78), rgba(22, 38, 64, 0.72)) !important;
}

.villa-theme .section-extra-services .ico {
  border-color: rgba(122, 166, 235, 0.42) !important;
  color: var(--villa-secondary) !important;
  background: rgba(11, 21, 40, 0.78) !important;
}

.villa-theme .section-legal .legal-card h3 {
  color: #f5b88d !important;
}

.villa-theme .section-legal .legal-card p,
.villa-theme .section-legal .legal-card li {
  color: #c4d9f4 !important;
}

.villa-theme .section-legal .legal-meta {
  color: #b3cdf0 !important;
  border-color: rgba(122, 166, 235, 0.45);
}

.villa-theme .section-contact .rx-contact-form h2,
.villa-theme .section-contact .rx-contact-form h4,
.villa-theme .section-contact .rx-contact-form label,
.villa-theme .section-room-details .rx-room-details-sidebar h4,
.villa-theme .section-room-details .rx-room-details-sidebar label,
.villa-theme .section-room-details .rx-inner-details h4,
.villa-theme .section-room-details .rx-inner-details h5 {
  color: #f4b28a !important;
}

.villa-theme .section-contact .rx-contact-form p,
.villa-theme .section-room-details .rx-inner-details p,
.villa-theme .section-room-details .rx-inner-details li {
  color: #bed2ed !important;
}

.villa-theme .section-contact .rx-contact-form iframe {
  border: 1px solid rgba(120, 164, 232, 0.32) !important;
  box-shadow: 0 20px 36px rgba(2, 10, 28, 0.42);
}

.villa-theme .section-contact .rx-form-control,
.villa-theme .section-room-details input,
.villa-theme .section-room-details textarea,
.villa-theme .section-room-details select,
.villa-theme .rx-footer-newsletter input[type="email"] {
  background: rgba(8, 16, 32, 0.72) !important;
  border-color: rgba(122, 166, 235, 0.42) !important;
  color: #eef5ff !important;
}

.villa-theme .section-contact .rx-form-control::placeholder,
.villa-theme .section-room-details input::placeholder,
.villa-theme .section-room-details textarea::placeholder,
.villa-theme .rx-footer-newsletter input[type="email"]::placeholder {
  color: #8ea8c9 !important;
}

.villa-theme .section-contact .rx-form-control:focus,
.villa-theme .section-room-details input:focus,
.villa-theme .section-room-details textarea:focus,
.villa-theme .section-room-details select:focus,
.villa-theme .rx-footer-newsletter input[type="email"]:focus {
  box-shadow: 0 0 0 3px rgba(93, 214, 255, 0.26) !important;
  border-color: rgba(93, 214, 255, 0.78) !important;
}

.villa-theme .rx-main-footer,
.villa-theme .rx-footer-copy {
  background: linear-gradient(180deg, #091122 0%, #070d1a 100%) !important;
}

.villa-theme .rx-footer-newsletter {
  background: linear-gradient(180deg, rgba(12, 22, 42, 0.95) 0%, rgba(16, 29, 53, 0.94) 100%) !important;
  border: 1px solid rgba(122, 166, 235, 0.34) !important;
  box-shadow: inset 0 0 0 1px rgba(93, 214, 255, 0.08), 0 18px 32px rgba(2, 8, 22, 0.42);
}

.villa-theme .rx-footer-newsletter button[type="submit"] {
  background: linear-gradient(130deg, var(--villa-primary), var(--villa-primary-strong)) !important;
  color: #ffffff !important;
  border: 1px solid rgba(242, 160, 108, 0.8) !important;
}

.villa-theme .rx-footer-newsletter button[type="submit"]:hover {
  filter: brightness(1.04);
  box-shadow: 0 10px 24px rgba(195, 77, 49, 0.36);
}

.villa-theme .rx-footer-newsletter a,
.villa-theme .rx-footer-other-info a,
.villa-theme .rx-items-contact a {
  color: #d7e8ff !important;
}

.villa-theme .rx-footer-newsletter a:hover,
.villa-theme .rx-footer-other-info a:hover,
.villa-theme .rx-items-contact a:hover {
  color: var(--villa-secondary) !important;
}

.villa-theme .rx-inner-footer-logo {
  border-color: rgba(121, 166, 235, 0.45) !important;
  background: rgba(11, 22, 42, 0.72);
}

.villa-theme .rx-inner-footer-logo i {
  color: #dcecff !important;
}

.villa-theme .rx-inner-footer-logo:hover {
  border-color: rgba(93, 214, 255, 0.62) !important;
  box-shadow: 0 0 16px rgba(93, 214, 255, 0.24);
}

.villa-theme .back-to-top {
  background: linear-gradient(130deg, #10203f, #1c335d) !important;
  border-color: rgba(121, 166, 235, 0.62) !important;
  color: var(--villa-secondary) !important;
}

.villa-theme .back-to-top .active-progress path {
  stroke: var(--villa-secondary) !important;
}

.villa-theme .rx-loader {
  background: linear-gradient(180deg, #070d1a 0%, #0b1325 100%);
}

@media (max-width: 991px) {
  .villa-theme #navbarSupportedContent {
    background: linear-gradient(165deg, rgba(7, 14, 27, 0.98), rgba(17, 30, 54, 0.98)) !important;
    border-left: 1px solid rgba(122, 166, 235, 0.34);
    backdrop-filter: blur(16px);
  }

  .villa-theme .menu-backdrop {
    background: rgba(2, 8, 18, 0.68) !important;
  }
}

@media (max-width: 767px) {
  .villa-theme .site-main > :not(.section-hero) {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@keyframes cosmicDrift {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-8%, -4%, 0);
  }
}

@keyframes cosmicPulse {
  0% {
    opacity: 0.16;
    transform: scale(1);
  }
  100% {
    opacity: 0.28;
    transform: scale(1.12);
  }
}

.villa-reservation-feedback-wrap {
  display: grid;
  gap: 14px;
  margin-top: clamp(12px, 2.4vw, 24px);
}

.villa-reservation-feedback {
  --feedback-accent: #7caeff;
  --feedback-accent-soft: rgba(124, 174, 255, 0.27);
  --feedback-surface-top: rgba(8, 18, 36, 0.95);
  --feedback-surface-bottom: rgba(13, 28, 52, 0.91);
  --feedback-icon-bg: rgba(11, 23, 44, 0.88);
  --feedback-icon-color: #d9ebff;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px 16px 20px;
  border-radius: 16px;
  border: 1px solid rgba(121, 166, 235, 0.4);
  background:
    radial-gradient(110% 130% at 100% 0%, rgba(124, 174, 255, 0.14) 0%, rgba(124, 174, 255, 0) 58%),
    linear-gradient(145deg, var(--feedback-surface-top), var(--feedback-surface-bottom));
  box-shadow:
    0 16px 34px rgba(2, 8, 24, 0.48),
    inset 0 1px 0 rgba(225, 241, 255, 0.09);
  animation: reservationFeedbackAppear 0.45s ease-out both;
}

.villa-reservation-feedback::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  bottom: 10px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), var(--feedback-accent));
  box-shadow: 0 0 18px var(--feedback-accent-soft);
}

.villa-reservation-feedback::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -88px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, var(--feedback-accent-soft) 0%, rgba(11, 18, 35, 0) 70%);
  z-index: -1;
}

.villa-reservation-feedback__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(233, 243, 255, 0.2);
  background: linear-gradient(160deg, rgba(235, 244, 255, 0.1), var(--feedback-icon-bg));
  color: var(--feedback-icon-color);
  box-shadow: inset 0 1px 0 rgba(240, 246, 255, 0.18);
}

.villa-reservation-feedback__icon i {
  font-size: 20px;
}

.villa-reservation-feedback__content {
  min-width: 0;
  padding-right: 4px;
}

.villa-reservation-feedback__title {
  margin: 0 0 5px;
  color: #eff6ff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.villa-reservation-feedback__text {
  margin: 0;
  color: #c8def8;
  font-size: 13px;
  line-height: 1.7;
  text-wrap: pretty;
}

.villa-reservation-feedback.is-success {
  --feedback-accent: #58dc9f;
  --feedback-accent-soft: rgba(88, 220, 159, 0.26);
  --feedback-surface-top: rgba(6, 34, 30, 0.95);
  --feedback-surface-bottom: rgba(9, 53, 42, 0.9);
  --feedback-icon-bg: rgba(9, 63, 46, 0.8);
  --feedback-icon-color: #9fffd0;
  border-color: rgba(88, 220, 159, 0.4);
}

.villa-reservation-feedback.is-error {
  --feedback-accent: #ff8686;
  --feedback-accent-soft: rgba(255, 134, 134, 0.26);
  --feedback-surface-top: rgba(42, 16, 24, 0.94);
  --feedback-surface-bottom: rgba(60, 20, 33, 0.9);
  --feedback-icon-bg: rgba(76, 20, 35, 0.82);
  --feedback-icon-color: #ffc0c0;
  border-color: rgba(255, 134, 134, 0.4);
}

.villa-reservation-feedback.is-warning {
  --feedback-accent: #f8c26c;
  --feedback-accent-soft: rgba(248, 194, 108, 0.25);
  --feedback-surface-top: rgba(48, 30, 12, 0.94);
  --feedback-surface-bottom: rgba(65, 40, 14, 0.9);
  --feedback-icon-bg: rgba(84, 49, 14, 0.82);
  --feedback-icon-color: #ffdc9d;
  border-color: rgba(248, 194, 108, 0.42);
}

.villa-reservation-feedback.is-info {
  --feedback-accent: #7caeff;
  --feedback-accent-soft: rgba(124, 174, 255, 0.27);
  --feedback-surface-top: rgba(8, 19, 37, 0.95);
  --feedback-surface-bottom: rgba(13, 29, 53, 0.91);
  --feedback-icon-bg: rgba(11, 23, 44, 0.88);
  --feedback-icon-color: #d9ebff;
  border-color: rgba(124, 174, 255, 0.42);
}

@keyframes reservationFeedbackAppear {
  from {
    opacity: 0;
    transform: translate3d(0, 8px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 575px) {
  .villa-reservation-feedback-wrap {
    gap: 10px;
    margin-top: 10px;
  }

  .villa-reservation-feedback {
    gap: 10px;
    padding: 14px 14px 14px 16px;
    border-radius: 14px;
  }

  .villa-reservation-feedback::before {
    left: 6px;
    top: 8px;
    bottom: 8px;
  }

  .villa-reservation-feedback__icon {
    width: 36px;
    height: 36px;
  }

  .villa-reservation-feedback__icon i {
    font-size: 18px;
  }

  .villa-reservation-feedback__title {
    font-size: 14px;
  }

  .villa-reservation-feedback__text {
    font-size: 12.5px;
    line-height: 1.65;
  }
}

.villa-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #9fc3ea !important;
}

.villa-section-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: rgba(93, 214, 255, 0.65);
}

.villa-theme .villa-about-copy p,
.villa-theme .inner-about-contact.villa-about-copy p {
  color: #c3d8f4 !important;
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 12px;
}

.villa-theme .villa-about-copy .villa-about-lead {
  color: #e7f2ff !important;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}

.villa-about-pill-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.villa-about-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 12px;
  border: 1px solid rgba(121, 166, 235, 0.36);
  background: linear-gradient(135deg, rgba(11, 21, 40, 0.74), rgba(18, 33, 57, 0.7));
  color: #d8e9ff;
  font-size: 13px;
  line-height: 1.4;
}

.villa-about-pill i {
  color: #7fddff;
  font-size: 16px;
}

.villa-service-intro {
  margin: 10px auto 0;
  max-width: 680px;
  color: #b8d0ed !important;
  font-size: 14px;
  line-height: 1.7;
}

.villa-reservation-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.villa-reservation-highlights span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid rgba(121, 166, 235, 0.4);
  background: rgba(13, 25, 45, 0.72);
  color: #d5e7ff;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 10px;
}

.villa-reservation-highlights span i {
  color: #7fddff;
  font-size: 14px;
}

@media (min-width: 768px) {
  .villa-about-pill-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Hero carousel refresh */
.villa-theme .section-hero .villa-hero-slider {
  position: relative;
  margin: 10px 14px 0;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(126, 170, 238, 0.36);
  box-shadow: 0 30px 54px rgba(3, 10, 27, 0.56), inset 0 0 0 1px rgba(93, 214, 255, 0.14);
}

.villa-theme .section-hero .villa-hero-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 6;
  border-radius: 30px;
  box-shadow: inset 0 0 0 1px rgba(149, 188, 246, 0.22);
}

.villa-theme .section-hero .villa-hero-slider .slick-list,
.villa-theme .section-hero .villa-hero-slider .slick-track {
  height: 100%;
}

.villa-theme .section-hero .villa-hero-slider .rx-slide {
  height: clamp(520px, 76vh, 860px) !important;
  background-size: 112% !important;
  background-position: 50% 50% !important;
  transition: filter 0.55s ease, transform 0.55s ease;
}

.villa-theme .section-hero .villa-hero-slider .rx-slide::before {
  background: linear-gradient(
    122deg,
    rgba(5, 10, 23, 0.85) 4%,
    rgba(10, 22, 43, 0.44) 40%,
    rgba(8, 17, 35, 0.2) 58%,
    rgba(7, 12, 25, 0.84) 100%
  ) !important;
}

.villa-theme .section-hero .villa-hero-slider .rx-slide::after {
  top: 0;
  bottom: auto;
  height: 100%;
  background: radial-gradient(circle at 78% 14%, rgba(93, 214, 255, 0.16), transparent 35%),
    linear-gradient(180deg, rgba(7, 13, 26, 0.08) 0%, rgba(7, 13, 26, 0.5) 100%) !important;
}

.villa-theme .section-hero .villa-hero-slider .rx-slide.slick-current {
  filter: saturate(1.14) contrast(1.04);
  animation: villaHeroPan 14s ease-in-out infinite alternate;
}

.villa-theme .section-hero .villa-hero-slider .rx-slide:not(.slick-current) {
  filter: saturate(0.88) brightness(0.86);
}

.villa-theme .section-hero .villa-hero-slider .inner-contact {
  border-radius: 26px;
  border: 1px solid rgba(136, 178, 242, 0.42);
  background: linear-gradient(145deg, rgba(7, 15, 30, 0.82), rgba(15, 29, 51, 0.7));
  backdrop-filter: blur(10px) saturate(135%);
  box-shadow: 0 24px 44px rgba(2, 8, 23, 0.52);
  max-width: 640px;
}

.villa-theme .section-hero .villa-hero-slider .slick-prev,
.villa-theme .section-hero .villa-hero-slider .slick-next {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(136, 178, 242, 0.46) !important;
  border-radius: 16px !important;
  background: linear-gradient(145deg, rgba(8, 17, 35, 0.86), rgba(18, 35, 61, 0.76)) !important;
  backdrop-filter: blur(6px);
  font-size: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 9;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.villa-theme .section-hero .villa-hero-slider .slick-prev {
  left: 22px;
}

.villa-theme .section-hero .villa-hero-slider .slick-next {
  right: 22px;
}

.villa-theme .section-hero .villa-hero-slider .slick-prev::before,
.villa-theme .section-hero .villa-hero-slider .slick-next::before {
  font-size: 26px;
  line-height: 1;
  color: #eaf4ff;
  opacity: 1;
}

.villa-theme .section-hero .villa-hero-slider .slick-prev::before {
  content: "\2190";
}

.villa-theme .section-hero .villa-hero-slider .slick-next::before {
  content: "\2192";
}

.villa-theme .section-hero .villa-hero-slider .slick-prev:hover,
.villa-theme .section-hero .villa-hero-slider .slick-next:hover {
  transform: translateY(-50%) scale(1.04);
  border-color: rgba(93, 214, 255, 0.64) !important;
  box-shadow: 0 14px 26px rgba(3, 11, 27, 0.52), 0 0 18px rgba(93, 214, 255, 0.26);
}

.villa-theme .section-hero .villa-hero-slider .slick-dots {
  bottom: 18px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.villa-theme .section-hero .villa-hero-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.villa-theme .section-hero .villa-hero-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
}

.villa-theme .section-hero .villa-hero-slider .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 999px;
  border: 1px solid rgba(188, 215, 248, 0.6);
  background: rgba(11, 21, 40, 0.7);
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.villa-theme .section-hero .villa-hero-slider .slick-dots li.slick-active button::before {
  transform: scale(1.25);
  border-color: rgba(93, 214, 255, 0.95);
  background: linear-gradient(140deg, rgba(93, 214, 255, 0.92), rgba(229, 105, 62, 0.84));
}

.villa-theme .section-hero .villa-hero-slider .prev-slick-arrow,
.villa-theme .section-hero .villa-hero-slider .next-slick-arrow,
.villa-theme .section-hero .villa-hero-slider .prev-slick-img,
.villa-theme .section-hero .villa-hero-slider .next-slick-img {
  display: none !important;
}

@keyframes villaHeroPan {
  0% {
    background-size: 116%;
    background-position: 52% 50%;
  }
  100% {
    background-size: 106%;
    background-position: 48% 46%;
  }
}

@media (max-width: 991px) {
  .villa-theme .section-hero .villa-hero-slider {
    margin: 8px 8px 0;
    border-radius: 22px;
  }

  .villa-theme .section-hero .villa-hero-slider .rx-slide {
    height: 72vh !important;
    min-height: 500px;
    background-size: cover !important;
  }

  .villa-theme .section-hero .villa-hero-slider .inner-contact {
    max-width: 100%;
    padding: 22px 20px;
  }
}

@media (max-width: 575px) {
  .villa-theme .section-hero .villa-hero-slider .rx-slide {
    height: 64vh !important;
    min-height: 420px;
  }

  .villa-theme .section-hero .villa-hero-slider .slick-dots {
    bottom: 12px;
  }
}

/* Header alignment and balanced spacing */
.villa-theme .rx-header .rx-header-shell {
  width: min(1520px, calc(100% - 36px));
  max-width: none !important;
}

@media (min-width: 992px) {
  .villa-theme .rx-header .rx-header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 14px 26px;
  }

  .villa-theme .rx-header .rx-header-btn {
    flex: 0 0 auto;
    min-width: fit-content;
  }

  .villa-theme .rx-header .rx-header-btn img {
    width: clamp(152px, 12vw, 212px);
    max-width: none;
  }

  .villa-theme .rx-header .rx-main-menu {
    flex: 1 1 auto;
    min-width: 0;
    display: flex !important;
    justify-content: flex-end;
  }

  .villa-theme .rx-header .rx-nav-links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(14px, 1.65vw, 30px);
    margin: 0;
    padding: 0;
  }

  .villa-theme .rx-header .rx-nav-links > .nav-item {
    margin-right: 0 !important;
  }

  .villa-theme .rx-header .rx-nav-links .nav-link {
    padding: 6px 0;
    white-space: nowrap;
  }

  .villa-theme .rx-header .rx-nav-links .header-button {
    margin: 0 !important;
    display: flex;
    align-items: center;
  }

  .villa-theme .rx-header .rx-nav-links .header-button .rx-btn-one {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .villa-theme .rx-header .language-form .lang-button {
    min-width: 106px;
  }
}

@media (max-width: 991px) {
  .villa-theme .rx-header .rx-header-shell {
    width: min(100%, calc(100% - 16px));
  }
}

/* Distinctive hero carousel layer */
.villa-theme .section-hero {
  position: relative;
}

.villa-theme .section-hero::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -26px;
  height: 44px;
  z-index: 1;
  border-radius: 999px;
  filter: blur(22px);
  background: linear-gradient(90deg, rgba(93, 214, 255, 0.3), rgba(229, 105, 62, 0.34), rgba(122, 86, 255, 0.26));
  opacity: 0.76;
  pointer-events: none;
}

.villa-theme .section-hero .villa-hero-slider {
  isolation: isolate;
}

.villa-theme .section-hero .villa-hero-slider::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: 30px;
  background: linear-gradient(120deg, rgba(93, 214, 255, 0.36), rgba(229, 105, 62, 0.34), rgba(122, 86, 255, 0.28));
  filter: blur(18px);
  opacity: 0.55;
  animation: villaHeroHalo 9s ease-in-out infinite alternate;
  pointer-events: none;
}

.villa-theme .section-hero .villa-hero-toolbar {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 20px;
  z-index: 12;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  pointer-events: none;
}

.villa-theme .section-hero .villa-hero-progress-cluster {
  min-width: 210px;
  max-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.villa-theme .section-hero .villa-hero-progress {
  position: relative;
  height: 4px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(199, 221, 249, 0.22);
  border: 1px solid rgba(141, 182, 238, 0.34);
}

.villa-theme .section-hero .villa-hero-progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(93, 214, 255, 0.96), rgba(229, 105, 62, 0.9));
  box-shadow: 0 0 12px rgba(93, 214, 255, 0.5);
}

.villa-theme .section-hero .villa-hero-progress-bar.is-animating {
  animation: villaHeroProgress var(--hero-progress-duration, 5600ms) linear forwards;
}

.villa-theme .section-hero .villa-hero-counter {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #dcecff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.villa-theme .section-hero .villa-hero-counter-current {
  color: #ffffff;
}

.villa-theme .section-hero .villa-hero-counter-sep {
  opacity: 0.55;
}

.villa-theme .section-hero .villa-hero-counter-total {
  color: #a8c6e8;
}

.villa-theme .section-hero .villa-hero-dot-wrap {
  pointer-events: auto;
  margin-left: auto;
}

.villa-theme .section-hero .villa-hero-toolbar .villa-hero-dots {
  position: static;
  transform: none;
  margin: 0;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.villa-theme .section-hero .villa-hero-toolbar .villa-hero-dots li {
  width: 76px;
  height: 46px;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(142, 183, 239, 0.42);
  background: rgba(8, 17, 35, 0.7);
  box-shadow: 0 8px 18px rgba(2, 9, 22, 0.42);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.villa-theme .section-hero .villa-hero-toolbar .villa-hero-dots li button {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}

.villa-theme .section-hero .villa-hero-toolbar .villa-hero-dots li button::before {
  display: none;
}

.villa-theme .section-hero .villa-hero-toolbar .villa-dot-thumb {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.villa-theme .section-hero .villa-hero-toolbar .villa-dot-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 14, 28, 0.18), rgba(7, 14, 28, 0.72));
}

.villa-theme .section-hero .villa-hero-toolbar .villa-dot-index {
  position: absolute;
  left: 8px;
  bottom: 6px;
  z-index: 2;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.villa-theme .section-hero .villa-hero-toolbar .villa-hero-dots li.slick-active {
  transform: translateY(-2px) scale(1.05);
  border-color: rgba(93, 214, 255, 0.86);
  box-shadow: 0 14px 24px rgba(3, 10, 24, 0.52), 0 0 16px rgba(93, 214, 255, 0.34);
}

@keyframes villaHeroProgress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes villaHeroHalo {
  0% {
    opacity: 0.42;
    filter: blur(16px);
  }
  100% {
    opacity: 0.68;
    filter: blur(22px);
  }
}

@media (max-width: 991px) {
  .villa-theme .section-hero .villa-hero-toolbar {
    left: 18px;
    right: 18px;
    bottom: 14px;
    gap: 12px;
  }

  .villa-theme .section-hero .villa-hero-progress-cluster {
    min-width: 156px;
    max-width: 180px;
  }

  .villa-theme .section-hero .villa-hero-toolbar .villa-hero-dots li {
    width: 60px;
    height: 38px;
  }
}

@media (max-width: 575px) {
  .villa-theme .section-hero .villa-hero-toolbar {
    align-items: center;
    flex-direction: column;
    gap: 9px;
    left: 12px;
    right: 12px;
    bottom: 10px;
  }

  .villa-theme .section-hero .villa-hero-progress-cluster {
    min-width: 100%;
    max-width: 100%;
  }

  .villa-theme .section-hero .villa-hero-toolbar .villa-hero-dots {
    justify-content: center;
  }

  .villa-theme .section-hero .villa-hero-toolbar .villa-hero-dots li {
    width: 52px;
    height: 34px;
  }
}

/* Safety override: ensure old hero progress/dot bar is fully hidden */
.villa-theme .section-hero .villa-hero-toolbar,
.villa-theme .section-hero .villa-hero-progress-cluster,
.villa-theme .section-hero .villa-hero-progress,
.villa-theme .section-hero .villa-hero-counter,
.villa-theme .section-hero .villa-hero-dots {
  display: none !important;
}

/* Mobile stability patch (all phone sizes) */
@media (max-width: 991px) {
  .villa-theme .rx-header {
    padding: 8px 0 !important;
  }

  .villa-theme .rx-header .rx-inner-menu-desk {
    padding: 10px 12px !important;
    border-radius: 14px;
  }

  .villa-theme #navbarSupportedContent {
    width: min(90vw, 390px) !important;
    max-width: 390px !important;
    padding: 76px 14px 20px !important;
  }

  .villa-theme .section-extra-services .extra-services-contact {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    padding: 16px 14px !important;
  }

  .villa-theme .section-extra-services .extra-services-absolute-contact {
    display: none;
  }

  .villa-theme .section-extra-services .rx-services-price,
  .villa-theme .section-extra-services .rx-services-inner-contact,
  .villa-theme .section-extra-services .rx-services-ico {
    width: 100% !important;
    max-width: 100% !important;
  }

  .villa-theme .section-extra-services .rx-services-ico {
    justify-content: flex-start !important;
  }

  .villa-theme .section-extra-services .rx-services-price h2 {
    font-size: clamp(34px, 9vw, 46px) !important;
    line-height: 1.05 !important;
    margin-bottom: 8px !important;
  }

  .villa-theme .section-extra-services .rx-services-price p {
    font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  .villa-theme .section-hero .rx-slide {
    min-height: 68vh !important;
  }

  .villa-theme .section-hero .inner-contact {
    width: calc(100% - 16px);
    margin: 0 8px;
    padding: 16px 14px !important;
    border-radius: 16px;
  }

  .villa-theme .section-hero h2 {
    font-size: clamp(28px, 8.8vw, 42px) !important;
    line-height: 1.2 !important;
  }

  .villa-theme .section-hero .booking-now {
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
  }

  .villa-theme .section-highlights .highlight-card,
  .villa-theme .live-stat-card {
    padding: 14px !important;
  }
}

@media (max-width: 575px) {
  .villa-theme .rx-header .rx-header-shell {
    width: calc(100% - 10px) !important;
  }

  .villa-theme .section-hero .rx-slide {
    min-height: 62vh !important;
  }

  .villa-theme .section-about .rx-about-img,
  .villa-theme .section-about .rx-about-contact,
  .villa-theme .section-room .rx-rooms-main-box,
  .villa-theme .section-gallery .rx-gallery-card,
  .villa-theme .section-contact .rx-contact-form,
  .villa-theme .section-room-details .rx-main-room,
  .villa-theme .section-room-details .rx-room-details-sidebar,
  .villa-theme .section-legal .legal-card {
    border-radius: 14px !important;
  }

  .villa-theme .rx-btn-two,
  .villa-theme .section-contact .inner-button,
  .villa-theme .section-room-details .inner-button,
  .villa-theme .section-extra-services .inner-button {
    width: 100%;
    text-align: center;
    justify-content: center;
    white-space: normal;
    line-height: 1.3;
    padding: 10px 14px !important;
  }

  .villa-theme .rx-form-control {
    font-size: 16px !important;
  }
}

@media (max-width: 420px) {
  .villa-theme #navbarSupportedContent {
    width: 100vw !important;
    max-width: 100vw !important;
    border-left: 0 !important;
    border-radius: 0 !important;
  }

  .villa-theme .section-hero h2 {
    font-size: clamp(24px, 8.6vw, 32px) !important;
  }
}

/* ============================================================
   Mobile hero hotfix (2026-04-01)
   Prevent empty/blurred hero card and stabilize carousel height.
   ============================================================ */

/* If slick is not ready yet, keep first slide readable instead of blank. */
.villa-theme .section-hero .villa-hero-slider:not(.slick-initialized) .rx-slide {
  display: none;
}

.villa-theme .section-hero .villa-hero-slider:not(.slick-initialized) .rx-slide:first-child {
  display: block;
}

.villa-theme .section-hero .villa-hero-slider:not(.slick-initialized) .slider-animation > * {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

@media (max-width: 991px) {
  .villa-theme .section-hero .villa-hero-slider .rx-slide {
    height: min(70vh, 620px) !important;
    min-height: 380px !important;
    background-position: center center !important;
  }

  .villa-theme .section-hero .rx-hero-contact {
    padding: 16px 0 54px !important;
  }

  .villa-theme .section-hero .inner-contact {
    width: calc(100% - 12px);
    margin: 0 6px;
  }

  .villa-theme .section-hero .slider-animation > * {
    animation-duration: 0.45s !important;
    opacity: 1 !important;
  }

  .villa-theme .section-hero .slick-active .slider-animation > *:nth-child(1) {
    animation-delay: 0.05s !important;
  }

  .villa-theme .section-hero .slick-active .slider-animation > *:nth-child(2) {
    animation-delay: 0.12s !important;
  }

  .villa-theme .section-hero .slick-active .slider-animation > *:nth-child(3) {
    animation-delay: 0.2s !important;
  }
}

@media (max-width: 575px) {
  .villa-theme .section-hero .villa-hero-slider {
    margin: 6px 6px 0 !important;
    border-radius: 18px !important;
  }

  .villa-theme .section-hero .villa-hero-slider::before,
  .villa-theme .section-hero .villa-hero-slider::after {
    border-radius: 18px !important;
  }

  .villa-theme .section-hero .villa-hero-slider .rx-slide {
    height: min(62vh, 520px) !important;
    min-height: 340px !important;
  }

  .villa-theme .section-hero .inner-contact {
    padding: 14px 12px !important;
    border-radius: 14px !important;
  }

  .villa-theme .section-hero .slider-animation > * {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .villa-theme .section-hero .booking-now {
    gap: 8px !important;
  }
}

/* ============================================================
   Mobile hero redesign v2 (2026-04-01)
   Cleaner mobile carousel, always-visible copy, no visual glitches.
   ============================================================ */
@media (max-width: 991px) {
  .villa-theme .section-hero {
    margin-bottom: 22px !important;
  }

  .villa-theme .section-hero::after {
    display: none !important;
  }

  .villa-theme .section-hero .villa-hero-slider {
    margin: 8px 6px 0 !important;
    border-radius: 18px !important;
    box-shadow: 0 16px 34px rgba(3, 11, 28, 0.5) !important;
  }

  .villa-theme .section-hero .villa-hero-slider::before,
  .villa-theme .section-hero .villa-hero-slider::after {
    border-radius: 18px !important;
  }

  .villa-theme .section-hero .villa-hero-slider .slick-list,
  .villa-theme .section-hero .villa-hero-slider .slick-track {
    height: 100% !important;
  }

  .villa-theme .section-hero .villa-hero-slider .rx-slide {
    height: clamp(360px, 64svh, 540px) !important;
    min-height: 360px !important;
    background-size: cover !important;
    background-position: center center !important;
  }

  .villa-theme .section-hero .villa-hero-slider .slick-prev,
  .villa-theme .section-hero .villa-hero-slider .slick-next {
    display: none !important;
  }

  .villa-theme .section-hero .rx-hero-contact {
    padding: 14px 0 18px !important;
  }

  .villa-theme .section-hero .inner-contact {
    width: calc(100% - 12px) !important;
    max-width: none !important;
    margin: 0 6px !important;
    border-radius: 14px !important;
    padding: 14px 12px !important;
    background: linear-gradient(145deg, rgba(7, 15, 29, 0.88), rgba(15, 30, 53, 0.78)) !important;
    border: 1px solid rgba(124, 168, 236, 0.42) !important;
    box-shadow: 0 12px 24px rgba(2, 9, 23, 0.4) !important;
  }

  .villa-theme .section-hero .slider-animation > *,
  .villa-theme .section-hero .slick-active .slider-animation > * {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .villa-theme .section-hero .inner-contact p,
  .villa-theme .section-hero .inner-contact h2,
  .villa-theme .section-hero .inner-contact .booking-text span,
  .villa-theme .section-hero .inner-contact .booking-text p {
    opacity: 1 !important;
  }

  .villa-theme .section-hero h2 {
    font-size: clamp(24px, 7.2vw, 34px) !important;
    line-height: 1.24 !important;
    margin-bottom: 12px !important;
  }

  .villa-theme .section-hero .booking-now {
    flex-wrap: nowrap !important;
    gap: 8px !important;
    align-items: center !important;
  }

  .villa-theme .section-hero .booking-now .ico {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    margin-right: 0 !important;
  }

  .villa-theme .section-hero .booking-now .booking-text span {
    font-size: 14px !important;
    line-height: 1.25 !important;
  }

  .villa-theme .section-hero .booking-now .booking-text p {
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  .villa-theme .section-hero .villa-hero-slider .slick-dots {
    bottom: 8px !important;
    gap: 7px !important;
  }
}

@media (max-width: 575px) {
  .villa-theme .section-hero .villa-hero-slider {
    margin: 6px 4px 0 !important;
    border-radius: 14px !important;
  }

  .villa-theme .section-hero .villa-hero-slider::before,
  .villa-theme .section-hero .villa-hero-slider::after {
    border-radius: 14px !important;
  }

  .villa-theme .section-hero .villa-hero-slider .rx-slide {
    height: clamp(320px, 60svh, 470px) !important;
    min-height: 320px !important;
  }

  .villa-theme .section-hero h2 {
    font-size: clamp(22px, 7.8vw, 30px) !important;
    line-height: 1.22 !important;
  }

  .villa-theme .section-hero .booking-now {
    flex-wrap: wrap !important;
  }
}

/* ============================================================
   Google reviews section
   ============================================================ */
.section-google-reviews {
  position: relative;
}

.section-google-reviews::before {
  content: "";
  position: absolute;
  inset: 6% 0 8%;
  background:
    radial-gradient(46% 80% at 18% 24%, rgba(255, 141, 92, 0.09) 0%, rgba(255, 141, 92, 0) 78%),
    radial-gradient(48% 88% at 85% 76%, rgba(118, 174, 255, 0.11) 0%, rgba(118, 174, 255, 0) 78%);
  pointer-events: none;
  z-index: -1;
}

.villa-google-reviews-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.villa-google-reviews-head {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(124, 167, 236, 0.35);
  background:
    radial-gradient(90% 120% at 100% 0%, rgba(255, 141, 92, 0.13) 0%, rgba(255, 141, 92, 0) 54%),
    linear-gradient(155deg, rgba(7, 16, 33, 0.96), rgba(13, 30, 55, 0.93));
  box-shadow:
    0 20px 44px rgba(2, 9, 24, 0.45),
    inset 0 1px 0 rgba(223, 239, 255, 0.1);
  padding: 24px;
  text-align: center;
}

.villa-google-reviews-title {
  margin: 0 0 8px;
  color: #f2f8ff !important;
  font-size: clamp(24px, 3vw, 34px) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

.villa-google-reviews-lead {
  margin: 0 0 18px;
  color: #c9ddf8 !important;
  font-size: 14px;
  line-height: 1.75;
  max-width: 64ch;
  margin-inline: auto;
}

.villa-google-score-card {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(244, 199, 120, 0.34);
  background: linear-gradient(145deg, rgba(9, 20, 38, 0.9), rgba(14, 29, 50, 0.86));
  box-shadow: 0 12px 24px rgba(3, 10, 24, 0.38);
  margin-inline: auto;
}

.villa-google-score-value {
  color: #ffd487;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
}

.villa-google-score-meta p {
  margin: 4px 0 0;
  color: #abc5e8;
  font-size: 12px;
}

.villa-google-review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  justify-content: center;
}

.villa-google-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 18px;
  border-radius: 12px;
  border: 1px solid rgba(255, 188, 119, 0.44);
  background: linear-gradient(135deg, #ea8859, #cf6b45);
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.villa-google-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(227, 133, 82, 0.34);
  filter: brightness(1.06);
}

.villa-google-btn.is-ghost {
  border-color: rgba(132, 174, 238, 0.5);
  background: linear-gradient(145deg, rgba(9, 20, 39, 0.96), rgba(14, 30, 54, 0.93));
  color: #d6e8ff !important;
}

.villa-google-btn.is-ghost:hover {
  box-shadow: 0 10px 24px rgba(88, 142, 231, 0.28);
}

.villa-google-review-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(124, 167, 236, 0.3);
  background:
    radial-gradient(120% 90% at 100% 100%, rgba(124, 174, 255, 0.1) 0%, rgba(124, 174, 255, 0) 65%),
    linear-gradient(150deg, rgba(6, 14, 28, 0.96), rgba(12, 25, 47, 0.93));
  box-shadow:
    0 18px 34px rgba(2, 9, 23, 0.4),
    inset 0 1px 0 rgba(229, 241, 255, 0.08);
  padding: 14px 12px;
}

.villa-google-review-carousel::before,
.villa-google-review-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 48px;
  z-index: 2;
  pointer-events: none;
}

.villa-google-review-carousel::before {
  left: 0;
  background: linear-gradient(90deg, rgba(8, 17, 33, 0.94), rgba(8, 17, 33, 0));
}

.villa-google-review-carousel::after {
  right: 0;
  background: linear-gradient(270deg, rgba(10, 21, 40, 0.94), rgba(10, 21, 40, 0));
}

.villa-google-review-track {
  display: flex;
  width: max-content;
  animation-name: villaReviewCarousel;
  animation-duration: calc((var(--review-count, 3) * 6s) + 22s);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: transform;
}

.villa-google-review-carousel:hover .villa-google-review-track {
  animation-play-state: paused;
}

.villa-google-review-loop {
  display: flex;
  gap: 14px;
  padding-right: 14px;
}

@keyframes villaReviewCarousel {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.villa-google-review-card {
  flex: 0 0 clamp(252px, 30vw, 340px);
  width: clamp(252px, 30vw, 340px);
  min-height: 220px;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(124, 167, 236, 0.32);
  background:
    radial-gradient(140% 130% at 100% 0%, rgba(124, 174, 255, 0.12) 0%, rgba(124, 174, 255, 0) 56%),
    linear-gradient(145deg, rgba(7, 17, 35, 0.95), rgba(14, 31, 56, 0.92));
  padding: 16px 16px 15px;
  box-shadow:
    0 14px 28px rgba(2, 9, 23, 0.4),
    inset 0 1px 0 rgba(230, 242, 255, 0.08);
}

.villa-google-review-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.villa-google-review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(225, 238, 255, 0.35);
  box-shadow: 0 6px 16px rgba(3, 10, 23, 0.42);
}

.villa-google-review-author-wrap {
  min-width: 0;
}

.villa-google-review-author {
  margin: 0;
  color: #ebf5ff !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}

.villa-google-review-date {
  margin: 2px 0 0;
  color: #a2bedf !important;
  font-size: 12px;
}

.villa-google-review-rate {
  margin-left: auto;
  border-radius: 999px;
  border: 1px solid rgba(246, 196, 117, 0.5);
  background: rgba(246, 196, 117, 0.14);
  color: #ffd587;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 9px;
}

.villa-google-review-text {
  margin: 10px 0 0;
  color: #c7dcf7 !important;
  font-size: 13px;
  line-height: 1.7;
  text-wrap: pretty;
}

.villa-google-review-stars {
  --rating: 0;
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2px;
  color: rgba(203, 221, 245, 0.3);
}

.villa-google-review-stars::before,
.villa-google-review-stars::after {
  content: "★★★★★";
}

.villa-google-review-stars::after {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(var(--rating) / 5 * 100%);
  overflow: hidden;
  color: #f9c774;
}

@media (max-width: 767px) {
  .villa-google-review-carousel {
    padding: 12px 10px;
    border-radius: 18px;
  }

  .villa-google-review-loop {
    gap: 10px;
    padding-right: 10px;
  }

  .villa-google-review-track {
    animation-duration: calc((var(--review-count, 3) * 5.2s) + 18s);
  }

  .villa-google-review-card {
    flex-basis: min(84vw, 304px);
    width: min(84vw, 304px);
    min-height: 204px;
  }
}

@media (max-width: 575px) {
  .villa-google-reviews-head {
    border-radius: 18px;
    padding: 18px 16px;
  }

  .villa-google-reviews-title {
    font-size: 24px !important;
  }

  .villa-google-reviews-lead {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.66;
  }

  .villa-google-score-card {
    width: 100%;
    justify-content: center;
  }

  .villa-google-score-value {
    font-size: 31px;
  }

  .villa-google-review-actions {
    gap: 8px;
    margin-top: 14px;
  }

  .villa-google-btn {
    min-height: 40px;
    width: 100%;
  }

  .villa-google-review-carousel::before,
  .villa-google-review-carousel::after {
    width: 26px;
  }

  .villa-google-review-card {
    border-radius: 14px;
    padding: 14px 13px;
  }

  .villa-google-review-avatar {
    width: 42px;
    height: 42px;
  }

  .villa-google-review-author {
    font-size: 14px !important;
  }

  .villa-google-review-text {
    font-size: 12.5px;
    line-height: 1.64;
  }
}

@media (prefers-reduced-motion: reduce) {
  .villa-google-review-track {
    animation: none;
    transform: none;
  }
}
