/* ======================================
   Ramya Residency - Luxury Hotel Styles
   ====================================== */

:root {
  --rr-green: #2d5f2d;
  --rr-green-dark: #1e4a1e;
  --rr-green-light: #7ba847;
  --rr-gold: #e8901c;
  --rr-gold-dark: #c47611;
  --rr-gold-light: #f5b944;
  --rr-orange: #e8901c;
  --rr-orange-light: #f5b944;
  --rr-charcoal: #1A1A1A;
  --rr-charcoal-2: #2C2C2C;
  --rr-cream: #F8F4EE;
  --rr-cream-2: #EFE8DC;
  --rr-muted: #6b6055;
  --rr-white: #ffffff;
  --rr-border: rgba(232, 144, 28, 0.25);
  --rr-shadow: 0 20px 60px rgba(26, 26, 26, 0.12);
  --font-serif: 'Playfair Display', 'Cormorant Garamond', serif;
  --font-sans: 'Poppins', 'Inter', system-ui, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  color: var(--rr-charcoal);
  background: var(--rr-cream);
  line-height: 1.7;
  overflow-x: hidden;
    
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

h1, h2, h3, h4, h5, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  font-family: var(--font-serif);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--rr-charcoal);
}

.section-eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--rr-gold);
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.section-eyebrow::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 30px; height: 1px;
  background: var(--rr-gold);
}
.section-eyebrow.center {
  padding-left: 0;
}
.section-eyebrow.center::before { display: none; }

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(1rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 1.25rem;
}
.section-lead {
  font-size: 1.05rem;
  color: var(--rr-muted);
  max-width: 620px;
  font-weight:400;
}

.section-padded { padding: 100px 0; }
@media (max-width: 767px) { .section-padded { padding: 64px 0; } }

/* ===== Buttons ===== */
.btn { border-radius: 0; font-family: var(--font-sans); font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.8rem; padding: 14px 32px; transition: all .35s ease; border: 1px solid transparent; }
.btn-gold { background: var(--rr-gold); color: #fff; border-color: var(--rr-gold); }
.btn-gold:hover { background: var(--rr-gold-dark); border-color: var(--rr-gold-dark); color: #fff; transform: translateY(-2px); }
.btn-outline-gold { background: transparent; color: var(--rr-gold); border: 1px solid var(--rr-gold); }
.btn-outline-gold:hover { background: var(--rr-gold); color: #fff; transform: translateY(-2px); }
.btn-outline-light-gold { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.6); }
.btn-outline-light-gold:hover { background: #fff; color: var(--rr-charcoal); }
.btn-dark-luxe { background: var(--rr-green); color: #fff; border-color: var(--rr-green); }
.btn-dark-luxe:hover { background: var(--rr-green-dark); border-color: var(--rr-green-dark); color: #fff; }
.btn-green { background: var(--rr-green); color: #fff; border-color: var(--rr-green); }
.btn-green:hover { background: var(--rr-green-dark); border-color: var(--rr-green-dark); color: #fff; transform: translateY(-2px); }
.btn-outline-green { background: transparent; color: var(--rr-green); border: 1px solid var(--rr-green); }
.btn-outline-green:hover { background: var(--rr-green); color: #fff; transform: translateY(-2px); }

/* ===== Top Bar ===== */
.top-bar {
  background: var(--rr-green-dark);
  background-image: linear-gradient(90deg, var(--rr-green-dark) 0%, var(--rr-green) 100%);
  color: rgba(255,255,255,0.9);
  font-size: 0.8rem;
  padding: 10px 0;
  letter-spacing: 0.03em;
}
.top-bar a { color: rgba(255,255,255,0.9); text-decoration: none; }
.top-bar a:hover { color: var(--rr-gold-light); }
.top-bar .social a { margin-left: 14px; }
.top-bar .text-gold { color: var(--rr-gold-light) !important; }

/* ===== Navbar ===== */
.navbar-rr {
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(12px);
  padding: 18px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  transition: all .3s ease;
  z-index: 1030;
}
.navbar-rr.scrolled {
  padding: 10px 0;
  box-shadow: 0 6px 24px rgba(0,0,0,0.06);
}
.navbar-brand-rr {
  display: inline-flex;
  align-items: center;
  padding: 0;
  line-height: 1;
}
.navbar-brand-rr img {
  height: 52px;
  width: auto;
  display: block;
  transition: height .3s ease;
}
.navbar-rr.scrolled .navbar-brand-rr img { height: 42px; }
.navbar-brand-rr .accent { color: var(--rr-gold); }
.navbar-brand-rr small {
  display: none;
}
.navbar-rr .nav-link {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--rr-charcoal) !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 8px 16px !important;
  position: relative;
}
.navbar-rr .nav-link.active,
.navbar-rr .nav-link:hover { color: var(--rr-green) !important; }
.navbar-rr .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 2px; left: 50%; transform: translateX(-50%);
  width: 20px; height: 1px; background: var(--rr-green);
}
.navbar-toggler { border: none; padding: 4px 8px; }
.navbar-toggler:focus { box-shadow: none; }

/* Mega Menu */
.dropdown-menu-rr {
  border: 0;
  border-radius: 0;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
  padding: 24px;
  min-width: 280px;
  background: #fff;
}
.mega-menu {
  position: static;
}
.mega-menu-panel {
  border: 0;
  border-radius: 0;
  padding: 32px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
  width: 100%;
  max-width: 720px;
}
.mega-menu-panel h6 {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--rr-gold);
  margin-bottom: 14px;
}
.mega-menu-panel a {
  display: block;
  color: var(--rr-charcoal);
  text-decoration: none;
  padding: 6px 0;
  font-size: 0.9rem;
  transition: color .2s;
}
.mega-menu-panel a:hover { color: var(--rr-gold); }
.mega-menu-img {
  height: 220px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.mega-menu-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65), transparent 60%);
}
.mega-menu-img span {
  position: absolute; bottom: 16px; left: 20px;
  color: #fff; font-family: var(--font-serif); font-size: 1.15rem;
}

/* ===== Hero ===== */
.hero {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}
.hero .hero-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  animation: kenburns 20s ease-in-out infinite alternate;
}
@keyframes kenburns {
  from { transform: scale(1.05) translate(0,0); }
  to { transform: scale(1.15) translate(-1%, -1%); }
}
.hero::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.35) 55%, rgba(0,0,0,0.55) 100%);
}
.hero .hero-content { position: relative; z-index: 2; padding: 100px 0 120px; }
.hero .eyebrow-white {
  color: var(--rr-gold-light);
  letter-spacing: 0.5em;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 22px;
  display: inline-block;
}
.hero h1 {
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  font-weight: 500;
  line-height: 1.05;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}
.hero h1 em {
  font-style: italic;
  color: var(--rr-gold-light);
  font-weight: 400;
}
.hero p.lead {
  color: rgba(255,255,255,0.85);
  font-size: 1.1rem;
  max-width: 560px;
  margin-bottom: 34px;
}

/* Booking form (floating) */
.booking-card {
  background: #fff;
  padding: 28px 30px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.25);
  position: relative;
  z-index: 5;
  margin-top: -80px;
}
.booking-card .form-label {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--rr-muted);
  margin-bottom: 6px;
  font-weight: 500;
}
.booking-card .form-control, .booking-card .form-select {
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,0.15);
  border-radius: 0;
  padding: 8px 0;
  font-size: 0.95rem;
  background: transparent;
  box-shadow: none;
}
.booking-card .form-control:focus, .booking-card .form-select:focus {
  border-color: var(--rr-gold);
  box-shadow: none;
}
.booking-card .booking-col { padding: 8px 20px; border-right: 1px solid rgba(0,0,0,0.08); }
.booking-card .booking-col:last-of-type { border-right: 0; }
@media (max-width: 991px) {
  .booking-card .booking-col { border-right: 0; border-bottom: 1px solid rgba(0,0,0,0.08); padding: 12px 8px; }
  .booking-card .booking-col:last-of-type { border-bottom: 0; }
}

/* ===== Stats ===== */
.stats-section {
  background: var(--rr-green-dark);
  color: #fff;
  padding: 80px 0;
  background-image: linear-gradient(135deg, var(--rr-green-dark) 0%, var(--rr-green) 100%);
}
.stat-item .stat-num {
  font-family: var(--font-serif);
  font-size: 3.4rem;
  color: var(--rr-gold-light);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
.stat-item .stat-label {
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

/* ===== Offers ===== */
.offer-card {
  position: relative;
  overflow: hidden;
  height: 340px;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform .5s ease;
}
.offer-card::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.85) 100%);
  transition: background .4s ease;
}
.offer-card > * { position: relative; z-index: 2; }
.offer-card:hover { transform: translateY(-6px); }
.offer-card .badge-off {
  align-self: flex-start;
  background: var(--rr-gold);
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  padding: 6px 14px;
  text-transform: uppercase;
  position: absolute; top: 20px; left: 20px;
}
.offer-card h4 {
  color: #fff; margin-bottom: 8px; font-size: 1.6rem;
}
.offer-card p { color: rgba(255,255,255,0.85); font-size: 0.9rem; margin-bottom: 14px; }
.offer-card a.read-more { color: var(--rr-gold-light); font-size: 0.75rem; letter-spacing: 0.25em; text-transform: uppercase; text-decoration: none; }
.offer-card a.read-more:hover { color: #fff; }

/* ===== Room cards ===== */
.room-card {
  background: #fff;
  box-shadow: 0 10px 40px rgba(26,26,26,0.06);
  transition: all .4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.room-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(26,26,26,0.12); }
.room-card .room-img {
  height: 260px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.room-card .room-img .price-tag {
  position: absolute; top: 16px; right: 16px;
  background: rgba(255,255,255,0.95);
  padding: 8px 14px;
  font-family: var(--font-serif);
}
.room-card .room-img .price-tag .num { color: var(--rr-gold); font-size: 1.3rem; font-weight: 600; }
.room-card .room-img .price-tag .unit { color: var(--rr-muted); font-size: 0.7rem; letter-spacing: 0.15em; }
.room-card .room-body { padding: 26px 26px 28px; flex-grow: 1; display: flex; flex-direction: column; }
.room-card .room-body h4 { font-size: 1.4rem; margin-bottom: 8px; }
.room-card .amenities { list-style: none; padding: 0; margin: 14px 0 22px; display: flex; flex-wrap: wrap; gap: 8px 18px; }
.room-card .amenities li { font-size: 0.78rem; color: var(--rr-muted); }
.room-card .amenities li i { color: var(--rr-gold); margin-right: 6px; }

/* ===== Feature icons ===== */
.feature-item {
  padding: 30px 20px;
  text-align: center;
  transition: transform .4s ease;
}
.feature-item:hover { transform: translateY(-6px); }
.feature-item .icon-wrap {
  width: 78px; height: 78px;
  border: 1px solid var(--rr-gold);
  border-radius: 50%;
  display: inline-flex;
  align-items: center; justify-content: center;
  margin-bottom: 22px;
  transition: all .3s ease;
  position: relative;
}
.feature-item .icon-wrap::after {
  content: '';
  position: absolute; inset: 6px;
  border: 1px solid rgba(184,147,90,0.4);
  border-radius: 50%;
}
.feature-item .icon-wrap i { color: var(--rr-gold); font-size: 1.6rem; }
.feature-item:hover .icon-wrap { background: var(--rr-gold); }
.feature-item:hover .icon-wrap i { color: #fff; }
.feature-item h5 { font-size: 1.15rem; margin-bottom: 10px; }
.feature-item p { font-size: 0.9rem; color: var(--rr-muted); }

/* ===== Testimonials ===== */
.testimonial-section { background: var(--rr-green-dark); background-image: linear-gradient(135deg, var(--rr-green-dark) 0%, #143014 100%); color: #fff; position: relative; overflow: hidden; }
.testimonial-section .section-title { color: #fff; }
.testimonial-section .section-eyebrow { color: var(--rr-gold-light); }
.testimonial-item {
  padding: 40px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  text-align: center;
}
.testimonial-item .quote-mark {
  font-family: var(--font-serif);
  font-size: 4rem;
  line-height: 1;
  color: var(--rr-gold);
  margin-bottom: 10px;
}
.testimonial-item p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.15rem;
  color: rgba(255,255,255,0.9);
  margin-bottom: 20px;
  line-height: 1.6;
}
.testimonial-item .author {
  font-weight: 500; color: #fff; letter-spacing: 0.05em;
}
.testimonial-item .role {
  color: var(--rr-gold-light); font-size: 0.75rem; letter-spacing: 0.25em; text-transform: uppercase;
}
.owl-carousel .owl-dots { text-align: center; margin-top: 30px; }
.owl-carousel .owl-dots .owl-dot span { width: 10px; height: 10px; background: rgba(255,255,255,0.2); border-radius: 50%; display: inline-block; margin: 0 4px; transition: all .3s; }
.owl-carousel .owl-dots .owl-dot.active span { background: var(--rr-gold); width: 30px; border-radius: 6px; }

/* ===== Gallery ===== */
.gallery-item {
  overflow: hidden;
  position: relative;
  height: 280px;
  cursor: pointer;
}
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease;
}
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item .overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.75));
  display: flex; align-items: flex-end;
  padding: 20px;
  opacity: 0;
  transition: opacity .3s ease;
}
.gallery-item:hover .overlay { opacity: 1; }
.gallery-item .overlay span {
  color: #fff; font-family: var(--font-serif); font-size: 1.2rem;
}

.gallery-filter {
  text-align: center; margin-bottom: 40px;
}
.gallery-filter button {
  background: transparent;
  border: 0;
  padding: 8px 20px;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rr-muted);
  position: relative;
}
.gallery-filter button.active, .gallery-filter button:hover { color: var(--rr-gold); }
.gallery-filter button.active::after {
  content: ''; position: absolute; bottom: -4px; left: 50%; transform: translateX(-50%);
  width: 24px; height: 1px; background: var(--rr-gold);
}

/* ===== FAQ ===== */
.faq-accordion .accordion-item { background: transparent; border: 0; border-bottom: 1px solid rgba(0,0,0,0.08); }
.faq-accordion .accordion-button {
  background: transparent;
  padding: 24px 0;
  box-shadow: none;
  font-family: var(--font-serif);
  font-size: 1.15rem;
  color: var(--rr-charcoal);
  font-weight: 600;
}
.faq-accordion .accordion-button:not(.collapsed) { color: var(--rr-gold); background: transparent; }
.faq-accordion .accordion-button:focus { box-shadow: none; }
.faq-accordion .accordion-body { padding: 0 0 24px; color: var(--rr-muted); font-size: 0.95rem; }
.faq-accordion .accordion-button::after {
  background-image: none;
  content: '+';
  font-family: var(--font-serif);
  font-size: 1.8rem;
  width: auto; height: auto;
  color: var(--rr-gold);
  transform: none !important;
  transition: transform .3s;
}
.faq-accordion .accordion-button:not(.collapsed)::after { content: '−'; }

/* ===== Page hero (subpage banner) ===== */
.page-hero {
  padding: 200px 0 100px;
  color: #fff;
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.page-hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.6), rgba(0,0,0,0.65));
}
.page-hero > .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; font-size: clamp(2.4rem, 5vw, 3.6rem); }
.page-hero .breadcrumb {
  justify-content: center; background: transparent; padding: 0; margin: 12px 0 0;
}
.page-hero .breadcrumb-item, .page-hero .breadcrumb-item a { color: rgba(255,255,255,0.8); font-size: 0.8rem; letter-spacing: 0.25em; text-transform: uppercase; text-decoration: none; }
.page-hero .breadcrumb-item.active { color: var(--rr-gold-light); }
.page-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.5); content: '/'; }

/* ===== Contact ===== */
.contact-info-item {
  display: flex; gap: 16px; align-items: flex-start; margin-bottom: 26px;
}
.contact-info-item .icon {
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(184,147,90,0.12); color: var(--rr-gold);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-info-item h6 { font-family: var(--font-sans); font-size: 0.75rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--rr-muted); margin-bottom: 4px; }
.contact-info-item p, .contact-info-item a { color: var(--rr-charcoal); font-size: 1rem; margin: 0; text-decoration: none; }
.contact-info-item a:hover { color: var(--rr-gold); }

/* ===== Restaurant / Menu ===== */
.menu-item {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 16px 0; border-bottom: 1px dashed rgba(0,0,0,0.1);
  gap: 20px;
}
.menu-item .item-name { font-family: var(--font-serif); font-size: 1.15rem; color: var(--rr-charcoal); }
.menu-item .item-desc { font-size: 0.85rem; color: var(--rr-muted); margin-top: 4px; }
.menu-item .item-price { font-family: var(--font-serif); color: var(--rr-gold); font-size: 1.15rem; white-space: nowrap; }
.menu-item .item-dots { flex-grow: 1; border-bottom: 1px dotted rgba(0,0,0,0.15); margin: 0 8px; height: 12px; }

.chef-card {
  background: var(--rr-cream-2);
  padding: 50px;
  position: relative;
}
.chef-card img { border-radius: 4px; height: 100%; object-fit: cover; width: 100%; }

/* ===== Banquet ===== */
.package-card {
  background: #fff;
  padding: 40px 30px;
  border: 1px solid rgba(0,0,0,0.06);
  transition: all .3s;
  height: 100%;
}
.package-card:hover { border-color: var(--rr-gold); transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.08); }
.package-card .price {
  font-family: var(--font-serif);
  color: var(--rr-gold); font-size: 2.4rem; font-weight: 500; line-height: 1;
  margin: 8px 0 20px;
}
.package-card ul { list-style: none; padding: 0; margin: 20px 0 30px; }
.package-card ul li { padding: 8px 0; border-bottom: 1px dashed rgba(0,0,0,0.08); font-size: 0.9rem; color: var(--rr-charcoal); }
.package-card ul li i { color: var(--rr-gold); margin-right: 10px; }
.package-card.featured { background: var(--rr-charcoal); color: #fff; border-color: var(--rr-charcoal); }
.package-card.featured h3, .package-card.featured ul li { color: #fff; }
.package-card.featured ul li { border-color: rgba(255,255,255,0.1); }
.package-card .tag-popular { display: inline-block; background: var(--rr-gold); color: #fff; padding: 4px 12px; font-size: 0.65rem; letter-spacing: 0.25em; text-transform: uppercase; margin-bottom: 10px; }

/* ===== Team ===== */
.team-card { text-align: center; }
.team-card .team-img {
  height: 340px; background-size: cover; background-position: center; margin-bottom: 20px; position: relative; overflow: hidden;
}
.team-card .team-img::after {
  content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.6));
}
.team-card h5 { margin: 0; font-size: 1.2rem; }
.team-card .role { color: var(--rr-gold); font-size: 0.75rem; letter-spacing: 0.25em; text-transform: uppercase; margin-top: 4px; }

/* ===== Google Reviews ===== */
.review-card {
  background: #fff;
  padding: 28px;
  border: 1px solid rgba(0,0,0,0.06);
  height: 100%;
}
.review-card .stars { color: #f5b301; margin-bottom: 12px; }
.review-card .review-text { font-size: 0.92rem; color: var(--rr-charcoal); margin-bottom: 20px; }
.review-card .reviewer { display: flex; align-items: center; gap: 12px; }
.review-card .reviewer .avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--rr-gold); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-serif); font-size: 1.1rem; }
.review-card .reviewer .info h6 { margin: 0; font-family: var(--font-sans); font-size: 0.9rem; font-weight: 600; }
.review-card .reviewer .info span { color: var(--rr-muted); font-size: 0.75rem; }
.google-logo { display: inline-flex; align-items: center; gap: 8px; color: var(--rr-muted); font-size: 0.85rem; }
.google-logo i { color: #4285F4; font-size: 1.2rem; }

/* ===== Footer ===== */
.footer {
  background: var(--rr-green-dark);
  background-image: linear-gradient(135deg, var(--rr-green-dark) 0%, #143014 60%, #0a1f0a 100%);
  color: rgba(255,255,255,0.78);
  padding: 90px 0 20px;
  position: relative;
}
.footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--rr-green) 0%, var(--rr-gold) 100%);
}
.footer h6.footer-title {
  color: #fff;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 22px;
  padding-bottom: 12px;
  position: relative;
}
.footer h6.footer-title::after {
  content: ''; position: absolute; bottom: 0; left: 0; width: 24px; height: 1px; background: var(--rr-gold);
}
.footer .brand {
  font-family: var(--font-serif);
  color: #fff; font-size: 1.7rem; font-weight: 700; letter-spacing: 0.02em; margin-bottom: 4px;
}
.footer .brand span { color: var(--rr-gold); }
.footer .brand small { color: rgba(255,255,255,0.5); font-family: var(--font-sans); font-size: 0.65rem; letter-spacing: 0.4em; display: block; margin-top: 4px; }
.footer ul { list-style: none; padding: 0; }
.footer ul li { margin-bottom: 10px; }
.footer a { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.9rem; transition: color .2s; }
.footer a:hover { color: var(--rr-gold); }
.footer .newsletter .form-control {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); color: #fff; border-radius: 0; padding: 14px; font-size: 0.9rem;
}
.footer .newsletter .form-control::placeholder { color: rgba(255,255,255,0.4); }
.footer .newsletter .btn { width: 100%; margin-top: 10px; }
.footer .social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.8); margin-right: 8px;
  transition: all .3s;
}
.footer .social a:hover { background: var(--rr-gold); border-color: var(--rr-gold); color: #fff; }
.footer .copyright {
  margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 0.82rem; color: rgba(255,255,255,0.5);
}

/* ===== WhatsApp Floating Button ===== */
.whatsapp-btn {
  position: fixed;
  bottom: 24px; right: 24px;
  width: 58px; height: 58px;
  background: #25D366;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.7rem;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.35);
  z-index: 1050;
  animation: pulse 2s infinite;
  text-decoration: none;
  transition: transform .3s;
}
.whatsapp-btn:hover { color: #fff; transform: scale(1.08); }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.6); }
  70% { box-shadow: 0 0 0 18px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* Scroll-to-top */
.scroll-top {
  position: fixed;
  bottom: 96px; right: 24px;
  width: 46px; height: 46px;
  background: var(--rr-charcoal); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  z-index: 1049;
  opacity: 0; visibility: hidden; transform: translateY(20px);
  transition: all .35s ease;
  cursor: pointer;
}
.scroll-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top:hover { background: var(--rr-gold); }

/* Contact / Map */
.map-embed iframe {
  width: 100%; height: 480px; border: 0; filter: grayscale(0.4) contrast(1.05);
}

/* Utilities */
.divider-gold {
  width: 60px; height: 2px; background: var(--rr-gold); margin: 20px 0;
}
.divider-gold.center { margin: 20px auto; }
.text-gold { color: var(--rr-gold) !important; }
.bg-cream { background: var(--rr-cream) !important; }
.bg-cream-2 { background: var(--rr-cream-2) !important; }
.bg-charcoal { background: var(--rr-charcoal) !important; color: #fff; }

/* Section image blocks */
.about-img-block {
  position: relative;
}
.about-img-block .main-img {
  width: 100%; height: 500px; object-fit: cover;
}
.about-img-block .accent-img {
  position: absolute; bottom: -40px; right: -40px;
  width: 60%; height: 240px; object-fit: cover;
  border: 10px solid var(--rr-cream);
}
@media (max-width: 767px) {
  .about-img-block .accent-img { position: static; width: 100%; margin-top: 20px; border: 0; }
}

/* Forms */
.form-control-luxe, .form-select-luxe {
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 0;
  padding: 14px 16px;
  font-size: 0.9rem;
  background: #fff;
  color: var(--rr-charcoal);
  box-shadow: none;
}
.form-control-luxe:focus, .form-select-luxe:focus {
  border-color: var(--rr-gold);
  box-shadow: 0 0 0 3px rgba(184,147,90,0.15);
  outline: none;
}
textarea.form-control-luxe { min-height: 140px; resize: vertical; }
.form-label-luxe {
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--rr-muted);
  margin-bottom: 8px;
  font-weight: 500;
}

/* Alert styling */
.alert-luxe {
  border: 0;
  border-left: 3px solid var(--rr-gold);
  background: var(--rr-cream-2);
  color: var(--rr-charcoal);
  border-radius: 0;
  padding: 14px 18px;
  font-size: 0.9rem;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .navbar-rr { padding: 12px 0; }
  .hero .hero-content { padding: 120px 0 100px; }
  .stat-item { text-align: center; margin-bottom: 30px; }
  .section-padded { padding: 70px 0; }
  .mega-menu-panel { max-width: 100%; padding: 20px; }
}


/* ==========================================
   ✨ EYE-CATCHING ENHANCEMENTS — v2 refresh
   ========================================== */

/* Floating hero rating card + badge */
.hero-badge-ribbon {
  position: absolute;
  top: 130px;
  right: 40px;
  z-index: 3;
  background: linear-gradient(135deg, var(--rr-gold) 0%, var(--rr-gold-dark) 100%);
  color: #fff;
  padding: 14px 22px 14px 44px;
  border-radius: 4px 40px 40px 4px;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(232,144,28,0.4);
  transform: rotate(2deg);
  animation: ribbonPulse 3s ease-in-out infinite;
}
.hero-badge-ribbon i { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); font-size: 1rem; }
@keyframes ribbonPulse {
  0%, 100% { transform: rotate(2deg) translateY(0); }
  50% { transform: rotate(2deg) translateY(-4px); }
}
@media (max-width: 767px) { .hero-badge-ribbon { display: none; } }

.hero-rating-card {
  position: absolute;
  bottom: 220px;
  right: 40px;
  z-index: 3;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(10px);
  padding: 20px 26px;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  min-width: 240px;
  animation: floatIn 1s ease-out .5s both;
}
@keyframes floatIn {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-rating-card .stars { color: var(--rr-gold); font-size: 0.95rem; letter-spacing: 3px; }
.hero-rating-card .rating-num { font-family: var(--font-serif); font-size: 2rem; color: var(--rr-charcoal); font-weight: 600; margin-top: 4px; }
.hero-rating-card .rating-num small { color: var(--rr-muted); font-family: var(--font-sans); font-size: 0.75rem; font-weight: 400; letter-spacing: 0.15em; }
.hero-rating-card .rating-src { font-size: 0.7rem; color: var(--rr-muted); text-transform: uppercase; letter-spacing: 0.25em; margin-top: 8px; display: flex; align-items: center; gap: 6px; }
.hero-rating-card .rating-src i { color: #4285F4; }
@media (max-width: 991px) { .hero-rating-card { display: none; } }

/* Scroll indicator */
.hero-scroll-hint {
  position: absolute;
  bottom: 30px; left: 50%; transform: translateX(-50%);
  z-index: 3; color: #fff; font-size: 0.7rem; letter-spacing: 0.4em; text-transform: uppercase; opacity: 0.75;
  animation: bounce 2s ease-in-out infinite;
}
.hero-scroll-hint::after { content: ''; display: block; width: 1px; height: 40px; background: rgba(255,255,255,0.6); margin: 12px auto 0; }
@keyframes bounce { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 10px); } }

/* Marquee amenities strip */
.marquee-strip {
  background: var(--rr-green);
  color: #fff;
  padding: 18px 0;
  overflow: hidden;
  position: relative;
}
.marquee-strip::before, .marquee-strip::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 60px; z-index: 2;
}
.marquee-strip::before { left: 0; background: linear-gradient(90deg, var(--rr-green), transparent); }
.marquee-strip::after { right: 0; background: linear-gradient(-90deg, var(--rr-green), transparent); }
.marquee-track {
  display: inline-flex;
  gap: 60px;
  white-space: nowrap;
  animation: marqueeScroll 30s linear infinite;
  padding-right: 60px;
}
.marquee-item {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-style: italic;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: rgba(255,255,255,0.95);
}
.marquee-item i { color: var(--rr-gold-light); font-size: 1rem; }
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Amenities highlight strip below hero booking */
.amenities-strip {
  padding: 40px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.amenities-strip .amenity-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  transition: transform .3s ease;
}
.amenities-strip .amenity-item:hover { transform: translateX(4px); }
.amenities-strip .amenity-item .icon {
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, var(--rr-green) 0%, var(--rr-green-light) 100%);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(45,95,45,0.25);
}
.amenities-strip .amenity-item h6 { margin: 0; font-family: var(--font-serif); font-size: 1rem; font-weight: 600; }
.amenities-strip .amenity-item small { color: var(--rr-muted); font-size: 0.78rem; }

/* Curve dividers */
.curve-divider {
  position: relative;
  height: 60px;
  overflow: hidden;
  z-index: 1;
}
.curve-divider svg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Mid-page CTA banner (green/orange gradient) */
.cta-banner-luxe {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(120deg, var(--rr-green-dark) 0%, var(--rr-green) 55%, var(--rr-gold) 100%);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.cta-banner-luxe::before {
  content: '';
  position: absolute;
  top: -80px; right: -60px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  z-index: -1;
}
.cta-banner-luxe::after {
  content: '';
  position: absolute;
  bottom: -100px; left: -80px;
  width: 260px; height: 260px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  z-index: -1;
}
.cta-banner-luxe h2 { color: #fff; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 500; margin-bottom: 12px; }
.cta-banner-luxe h2 em { font-style: italic; color: #fff2cc; }
.cta-banner-luxe p { color: rgba(255,255,255,0.9); font-size: 1.05rem; max-width: 620px; margin: 0 auto 20px; }
.cta-banner-luxe .discount-badge {
  display: inline-block;
  background: rgba(255,255,255,0.95);
  color: var(--rr-green-dark);
  padding: 8px 20px;
  border-radius: 30px;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Room card badges */
.room-badge {
  position: absolute;
  top: 16px; left: 16px;
  z-index: 3;
  padding: 6px 14px;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  border-radius: 2px;
}
.room-badge.popular { background: var(--rr-gold); }
.room-badge.chef { background: var(--rr-green); }
.room-badge.best-value { background: #c0392b; }
.room-badge.new { background: #2c3e50; }

/* Button enhancements — arrow slide-in */
.btn-gold, .btn-green {
  position: relative;
  overflow: hidden;
}
.btn-gold::before, .btn-green::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.15);
  transform: translateX(-100%);
  transition: transform .5s ease;
}
.btn-gold:hover::before, .btn-green:hover::before {
  transform: translateX(0);
}
.btn-gold > *, .btn-green > * { position: relative; z-index: 1; }

/* Section eyebrow — larger accent */
.section-eyebrow.big {
  font-size: 0.85rem;
  padding-left: 60px;
}
.section-eyebrow.big::before {
  width: 46px;
}

/* Fancy stat item */
.stat-item-fancy {
  position: relative;
  padding: 40px 30px;
  text-align: center;
}
.stat-item-fancy .stat-num {
  font-family: var(--font-serif);
  font-size: 4rem;
  line-height: 1;
  background: linear-gradient(135deg, var(--rr-gold-light) 0%, var(--rr-gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  display: inline-block;
}
.stat-item-fancy::before {
  content: '';
  position: absolute;
  width: 90px; height: 90px;
  border: 1px dashed rgba(245,185,68,0.35);
  border-radius: 50%;
  top: 10px; left: 50%;
  transform: translateX(-50%);
  animation: rotateSlow 30s linear infinite;
}
@keyframes rotateSlow {
  from { transform: translateX(-50%) rotate(0deg); }
  to { transform: translateX(-50%) rotate(360deg); }
}

/* Offer card refined — 3D tilt */
.offer-card {
  border-radius: 6px;
  transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .4s;
}
.offer-card:hover { transform: translateY(-10px) rotate(-0.5deg); box-shadow: 0 30px 60px rgba(0,0,0,0.25); }
.offer-card .badge-off {
  border-radius: 30px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(232,144,28,0.35);
}

/* Section title with underline flourish */
.section-title-flourish {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
.section-title-flourish::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 80px; height: 2px;
  background: linear-gradient(90deg, transparent, var(--rr-gold), transparent);
}

/* Lotus decorative background watermark */
.lotus-watermark {
  position: absolute;
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
  transform: rotate(-15deg);
}
.section-padded { position: relative; }

/* Video-style feature block */
.video-feature {
  position: relative;
  height: 460px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 8px;
}
.video-feature::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(30,74,30,0.4), rgba(232,144,28,0.2));
}
.video-feature .play-btn {
  position: absolute;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 90px; height: 90px;
  background: rgba(255,255,255,0.95);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
  color: var(--rr-green-dark);
  font-size: 1.4rem;
  transition: transform .3s;
}
.video-feature .play-btn:hover { transform: translate(-50%, -50%) scale(1.1); }
.video-feature .play-btn::after {
  content: '';
  position: absolute; inset: -10px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.5);
  animation: ripple 2s ease-out infinite;
}
@keyframes ripple {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.6); opacity: 0; }
}

/* Room hover — accent overlay */
.room-card { position: relative; overflow: hidden; }
.room-card .room-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(45,95,45,0.75), transparent 50%);
  opacity: 0;
  transition: opacity .35s ease;
}
.room-card:hover .room-img::after { opacity: 1; }

/* Testimonial photo circle */
.testimonial-item .author-photo {
  width: 60px; height: 60px; border-radius: 50%;
  border: 2px solid var(--rr-gold);
  margin: 0 auto 14px;
  background: var(--rr-gold);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-serif); font-size: 1.4rem;
}

/* Highlight number tag */
.number-tag {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rr-gold), var(--rr-gold-dark));
  color: #fff;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(232,144,28,0.3);
  margin-bottom: 12px;
}

/* Enhanced hero heading gradient text */
.hero h1 em {
  background: linear-gradient(135deg, var(--rr-gold-light) 0%, var(--rr-gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  font-weight: 500;
}

/* Section eyebrow with dot */
.section-eyebrow.dot::before {
  width: 8px; height: 8px; border-radius: 50%; background: var(--rr-gold); left: 20px; top: calc(50% - 4px);
}
.section-eyebrow.dot { padding-left: 40px; }

/* Newsletter footer wow */
.footer .newsletter .form-control { border-radius: 30px 0 0 30px !important; padding-left: 20px; }
.footer .newsletter .btn { border-radius: 0 30px 30px 0 !important; width: auto; margin-top: 0; padding: 14px 24px; }
.footer .newsletter .input-group { display: flex; margin-top: 10px; }


/* ============================================
   📱 RESPONSIVE — Mobile & Tablet fixes (v3)
   ============================================ */

/* Tablets and below */
@media (max-width: 991.98px) {
  /* Hero */
  .hero { min-height: auto; }
  .hero .hero-content { padding: 90px 0 80px; }
  .hero h1 { font-size: clamp(1.9rem, 6vw, 3rem); margin-bottom: 14px; }
  .hero p.lead { font-size: 0.98rem; }
  .hero-scroll-hint { display: none; }

  /* Marquee — smaller */
  .marquee-item { font-size: 1.05rem; gap: 12px; }
  .marquee-track { gap: 40px; padding-right: 40px; }

  /* CTA banner */
  .cta-banner-luxe { padding: 60px 0; }
  .cta-banner-luxe h2 { font-size: 1.9rem; }
  .cta-banner-luxe p { font-size: 0.96rem; padding: 0 12px; }

  /* Stats fancy */
  .stat-item-fancy { padding: 30px 12px; margin-bottom: 20px; }
  .stat-item-fancy .stat-num { font-size: 2.8rem; }
  .stat-item-fancy::before { width: 70px; height: 70px; }

  /* Testimonial padding */
  .testimonial-item { padding: 30px 22px; }
  .testimonial-item p { font-size: 1rem; }

  /* Room card image height */
  .room-card .room-img { height: 220px; }

  /* Big page-hero on subpages */
  .page-hero { padding: 150px 0 70px; }
  .page-hero h1 { font-size: 2rem; }

  /* Amenities strip stack */
  .amenities-strip { padding: 30px 0; }
  .amenities-strip .amenity-item { padding: 8px 0; }
  .amenities-strip .amenity-item .icon { width: 46px; height: 46px; font-size: 1.05rem; }
  .amenities-strip .amenity-item h6 { font-size: 0.95rem; }

  /* Section padding */
  .section-padded { padding: 60px 0; }

  /* Feature icons — reduce spacing */
  .feature-item { padding: 24px 12px; }
  .feature-item .icon-wrap { width: 66px; height: 66px; margin-bottom: 16px; }

  /* Package card */
  .package-card { padding: 30px 22px; }
  .package-card .price { font-size: 2rem; }

  /* Chef card / About block */
  .about-img-block .main-img { height: 380px; }

  /* Menu items — allow wrapping */
  .menu-item { flex-wrap: wrap; gap: 6px; }
  .menu-item .item-dots { display: none; }

  /* Gallery item */
  .gallery-item { height: 220px !important; }

  /* Room list images inside rooms.html */
  .row.align-items-center.g-5 img[style*="440px"] { height: 320px !important; }
}

/* Mobile only */
@media (max-width: 767.98px) {
  /* Reveal top bar with condensed info */
  .top-bar {
    display: block !important;
    padding: 8px 0;
    font-size: 0.75rem;
  }
  .top-bar .container > div {
    flex-direction: column;
    gap: 4px;
    align-items: center !important;
    text-align: center;
  }
  .top-bar .container > div > div:first-child {
    flex-direction: column;
    gap: 4px !important;
    align-items: center !important;
  }
  .top-bar .container > div > div:first-child span { display: block; font-size: 0.72rem; }
  .top-bar .container > div > div:first-child span:not(:first-child) { display: none; }
  .top-bar .social { display: none; }

  /* Navbar collapse links padding */
  .navbar-rr .navbar-brand-rr img { height: 40px; }
  .navbar-rr .nav-link { padding: 10px 0 !important; font-size: 0.8rem; }
  .navbar-rr .nav-item .btn { display: inline-block; margin: 8px 0; padding: 10px 20px; font-size: 0.72rem; }

  /* Mega menu — behave as normal dropdown on mobile */
  .mega-menu-panel { max-width: 100% !important; padding: 14px !important; box-shadow: none; }
  .mega-menu-panel .row > div { text-align: left; margin-bottom: 12px; }
  .mega-menu-panel .mega-menu-img { display: none; }

  /* Hero content */
  .hero .hero-content { padding: 70px 0 60px; }
  .hero h1 { font-size: 1.8rem; line-height: 1.15; }
  .hero p.lead { font-size: 0.92rem; margin-bottom: 22px; }
  .hero .btn { padding: 12px 22px; font-size: 0.72rem; }
  .hero-badge-ribbon { display: none; }
  .hero-rating-card { display: none; }
  .eyebrow-white { font-size: 0.65rem !important; letter-spacing: 0.35em !important; }

  /* Booking card floats up less */
  .booking-card { margin-top: -30px; padding: 20px 16px; }
  .booking-card .booking-col { border-right: 0 !important; border-bottom: 1px solid rgba(0,0,0,0.08); padding: 10px 4px; }
  .booking-card .booking-col:last-of-type { border-bottom: 0; padding-top: 14px; }
  .booking-card .form-label { font-size: 0.65rem; letter-spacing: 0.2em; }

  /* Marquee */
  .marquee-item { font-size: 0.9rem; gap: 10px; }
  .marquee-track { gap: 30px; padding-right: 30px; animation-duration: 22s; }
  .marquee-strip { padding: 12px 0; }

  /* Section titles */
  .section-title { font-size: 1.7rem !important; margin-bottom: 12px; }
  .section-eyebrow { font-size: 0.68rem; letter-spacing: 0.3em; }
  .section-lead { font-size: 0.94rem; }

  /* Page hero subpages */
  .page-hero { padding: 130px 0 50px; }
  .page-hero h1 { font-size: 1.7rem; }
  .page-hero .breadcrumb-item, .page-hero .breadcrumb-item a { font-size: 0.68rem; letter-spacing: 0.2em; }

  /* Stats section */
  .stats-section { padding: 50px 0; }
  .stat-item-fancy { padding: 20px 10px; margin-bottom: 10px; }
  .stat-item-fancy .stat-num { font-size: 2.4rem; }
  .stat-item-fancy::before { width: 60px; height: 60px; }
  .stat-item-fancy .stat-label { font-size: 0.65rem !important; letter-spacing: 0.2em !important; }

  /* Section padded */
  .section-padded { padding: 50px 0; }

  /* Offer card height */
  .offer-card { height: 280px; padding: 22px; }
  .offer-card h4 { font-size: 1.3rem; }
  .offer-card p { font-size: 0.85rem; }

  /* Room card image + body */
  .room-card .room-img { height: 200px; }
  .room-card .room-body { padding: 20px; }
  .room-card .room-body h4 { font-size: 1.2rem; }
  .room-card .amenities { gap: 6px 14px; margin: 10px 0 16px; }
  .room-card .amenities li { font-size: 0.7rem; }
  .room-card .price-tag { padding: 6px 10px; }
  .room-card .price-tag .num { font-size: 1.05rem; }
  .room-card .price-tag .unit { font-size: 0.6rem; }
  .room-badge { padding: 4px 10px; font-size: 0.6rem; letter-spacing: 0.15em; }

  /* CTA banner */
  .cta-banner-luxe { padding: 44px 0; }
  .cta-banner-luxe h2 { font-size: 1.55rem; line-height: 1.2; }
  .cta-banner-luxe p { font-size: 0.88rem; padding: 0 6px; margin-bottom: 16px; }
  .cta-banner-luxe .discount-badge { font-size: 0.65rem; letter-spacing: 0.2em; padding: 6px 14px; }
  .cta-banner-luxe .btn-lg { padding: 12px 22px; font-size: 0.75rem; }

  /* Testimonials */
  .testimonial-section { padding: 50px 0; }
  .testimonial-item { padding: 24px 18px; }
  .testimonial-item p { font-size: 0.95rem; }
  .testimonial-item .quote-mark { font-size: 3rem; }
  .testimonial-item .author { font-size: 0.9rem; }

  /* Gallery item / gallery filter */
  .gallery-item { height: 180px !important; }
  .gallery-filter { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; }
  .gallery-filter button { padding: 5px 12px; font-size: 0.7rem; letter-spacing: 0.15em; }

  /* Menu tabs restaurant */
  #menuTabs { gap: 6px !important; }
  #menuTabs .nav-link { padding: 8px 14px; font-size: 0.7rem; }
  .menu-item { padding: 12px 0; }
  .menu-item .item-name { font-size: 1rem; }
  .menu-item .item-desc { font-size: 0.78rem; }
  .menu-item .item-price { font-size: 1rem; }

  /* Package card */
  .package-card { padding: 26px 18px; }
  .package-card .price { font-size: 1.7rem; }
  .package-card ul li { font-size: 0.82rem; padding: 6px 0; }
  .package-card .tag-popular { font-size: 0.6rem; }

  /* Team card */
  .team-card .team-img { height: 260px; }

  /* Feature icon */
  .feature-item { padding: 20px 10px; }
  .feature-item .icon-wrap { width: 58px; height: 58px; margin-bottom: 12px; }
  .feature-item .icon-wrap i { font-size: 1.2rem; }
  .feature-item h5 { font-size: 1rem; }
  .feature-item p { font-size: 0.82rem; }

  /* FAQ */
  .faq-accordion .accordion-button { font-size: 1rem; padding: 18px 0; }
  .faq-accordion .accordion-body { font-size: 0.88rem; }

  /* Contact info items */
  .contact-info-item { margin-bottom: 20px; gap: 12px; }
  .contact-info-item .icon { width: 38px; height: 38px; font-size: 0.9rem; }
  .contact-info-item h6 { font-size: 0.65rem; }
  .contact-info-item p, .contact-info-item a { font-size: 0.9rem; }

  /* Form controls */
  .form-control-luxe, .form-select-luxe { padding: 12px 14px; font-size: 0.88rem; }
  .form-label-luxe { font-size: 0.66rem; }

  /* Footer */
  .footer { padding: 60px 0 20px; }
  .footer h6.footer-title { font-size: 0.7rem; margin-bottom: 16px; }
  .footer .brand { font-size: 1.4rem; }
  .footer .col-6 { margin-bottom: 24px; }
  .footer ul li { font-size: 0.85rem; }
  .footer a { font-size: 0.85rem; }
  .footer .col-lg-4 { text-align: left; }
  .footer .newsletter .input-group { flex-wrap: nowrap; }
  .footer .newsletter .form-control { font-size: 0.82rem; padding: 12px 16px; }
  .footer .newsletter .btn { padding: 12px 18px; }
  .footer .copyright { margin-top: 30px; font-size: 0.72rem; padding: 20px 12px; text-align: center; }
  .footer .social a { width: 36px; height: 36px; }

  /* WhatsApp + scroll top — smaller & clear of important buttons */
  .whatsapp-btn { width: 50px; height: 50px; font-size: 1.4rem; bottom: 18px; right: 18px; }
  .scroll-top { width: 40px; height: 40px; bottom: 80px; right: 18px; }

  /* Map */
  .map-embed iframe { height: 320px; }

  /* Buttons general */
  .btn { padding: 12px 24px; font-size: 0.72rem; letter-spacing: 0.1em; }
  .btn-lg { padding: 14px 26px; font-size: 0.78rem; }

  /* About page hero image accent hidden on mobile already; ensure spacing */
  .about-img-block .main-img { height: 320px; }

  /* Reviews carousel */
  .review-card { padding: 22px; }
  .review-card .review-text { font-size: 0.88rem; }
}

/* Extra-small phones */
@media (max-width: 380px) {
  .hero h1 { font-size: 1.6rem; }
  .section-title { font-size: 1.5rem !important; }
  .hero p.lead { font-size: 0.88rem; }
  .btn { padding: 10px 18px; font-size: 0.68rem; }
  .navbar-rr .navbar-brand-rr img { height: 34px; }
  .navbar-rr.scrolled .navbar-brand-rr img { height: 32px; }
  .booking-card { padding: 16px 12px; }
  .cta-banner-luxe h2 { font-size: 1.35rem; }
  .cta-banner-luxe p { font-size: 0.82rem; }
}

/* Landscape orientation on small phones — ensure hero doesn't clip */
@media (max-width: 991.98px) and (orientation: landscape) {
  .hero { min-height: 500px; }
  .hero .hero-content { padding: 80px 0 60px; }
}

/* Ensure images never overflow */
img { max-width: 100%; height: auto; }
img.w-100 { max-width: 100%; }

/* Prevent horizontal scroll everywhere */
html, body { overflow-x: hidden; width: 100%; }

p {text-align:justify;font-weight:400 ;}