/* ============================================================
   CBWS – Maha Gauri Hotel & Resort
   Modern Luxury Hospitality Stylesheet
   Typography: Nunito (Headings) + Nunito Sans (Body & UI)
   Palette: Royal Blue (#2563EB), Teal (#14B8A6), Clean Slate (#F8FAFC), Deep Slate (#0F172A)
   ============================================================ */

:root {
  /* Brand Colors - modern azure and clean teal */
  --cbws-primary: #1d4ed8;
  --cbws-primary-light: #2563eb;
  --cbws-primary-hover: #1e40af;
  --cbws-accent: #14b8a6;
  --cbws-accent-hover: #0d9488;
  --cbws-accent-light: #ccfbf1;
  --cbws-navy: #0f172a;
  --cbws-blue: #2563eb;
  --cbws-green: #14b8a6;
  --cbws-emerald: #14b8a6;
  
  /* Surfaces & Neutrals */
  --cbws-bg: #f8fafc;
  --cbws-surface: #f1f5f9;
  --cbws-surface-card: #ffffff;
  --cbws-surface-muted: #e2e8f0;
  --cbws-border: #e2e8f0;
  --cbws-border-light: #f1f5f9;
  
  /* Typography & Hierarchy */
  --cbws-heading: #0f172a;
  --cbws-body: #334155;
  --cbws-muted: #64748b;
  --cbws-light: #f8fafc;
  --cbws-light-muted: #94a3b8;
  
  /* Fonts - friendly rounded headings + crisp modern UI */
  --cbws-font-heading: 'Nunito', system-ui, -apple-system, sans-serif;
  --cbws-font-body: 'Nunito Sans', system-ui, -apple-system, sans-serif;

  /* Typography Scale - Responsive */
  --cbws-font-display: clamp(2.125rem, 4.5vw, 4.5rem);
  --cbws-font-h1: clamp(2rem, 4vw, 3.75rem);
  --cbws-font-h2: clamp(1.75rem, 3vw, 3rem);
  --cbws-font-h3: clamp(1.5rem, 2.25vw, 2.25rem);
  --cbws-font-h4: clamp(1.25rem, 1.75vw, 1.75rem);
  --cbws-font-h5: clamp(1.125rem, 1.3vw, 1.375rem);
  --cbws-font-h6: 1.125rem;
  --cbws-font-body-lg: 1rem;
  --cbws-font-size-body: 1rem;
  --cbws-font-body-sm: 0.875rem;
  --cbws-font-caption: 0.8125rem;

  /* Line Heights */
  --cbws-line-height-heading: 1.15;
  --cbws-line-height-body: 1.68;

  /* Letter Spacing */
  --cbws-letter-spacing-heading: -0.012em;
  --cbws-letter-spacing-body: 0;
  --cbws-letter-spacing-eyebrow: 0.12em;

  /* Font Weights */
  --cbws-weight-regular: 400;
  --cbws-weight-medium: 500;
  --cbws-weight-semibold: 600;
  --cbws-weight-bold: 700;

  /* Dimensions & Spacing */
  --cbws-max: 1320px;
  --cbws-section-py: clamp(64px, 7vw, 100px);

  /* Elevation & Shadows */
  --cbws-shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.05);
  --cbws-shadow-md: 0 10px 30px -4px rgba(15, 23, 42, 0.08), 0 4px 10px -2px rgba(15, 23, 42, 0.04);
  --cbws-shadow-lg: 0 20px 45px -8px rgba(15, 23, 42, 0.12), 0 8px 16px -4px rgba(15, 23, 42, 0.06);
  --cbws-shadow-xl: 0 25px 60px -12px rgba(15, 23, 42, 0.22);
  
  /* Border Radii - soft rounded modern edges sitewide */
  --cbws-radius-sm: 8px;
  --cbws-radius-md: 12px;
  --cbws-radius-lg: 18px;
  --cbws-radius-full: 9999px;

  /* Legacy variable mappings for backward compatibility */
  --cbws-green: #14b8a6;
  --cbws-green-dark: #0f172a;
  --cbws-lime: #14b8a6;
  --cbws-mint: #ccfbf1;
  --cbws-leaf: #14b8a6;
  --cbws-grey: #64748b;
  --cbws-grey-light: #cbd5e1;
}

/* ---------- Global Reset & Base ---------- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

:active {
  transform: none !important;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--cbws-font-body);
  color: var(--cbws-body);
  background: var(--cbws-bg);
  line-height: var(--cbws-line-height-body);
  font-size: var(--cbws-font-size-body);
  font-weight: var(--cbws-weight-regular);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--cbws-font-heading);
  color: var(--cbws-heading);
  font-weight: var(--cbws-weight-bold);
  line-height: var(--cbws-line-height-heading);
  letter-spacing: var(--cbws-letter-spacing-heading);
}

h1 { font-size: var(--cbws-font-h1); line-height: 1.1; }
h2, .cbws-h2 { font-size: var(--cbws-font-h2); line-height: 1.15; }
h3 { font-size: var(--cbws-font-h3); line-height: 1.2; }
h4 { font-size: var(--cbws-font-h4); line-height: 1.25; }
h5 { font-size: var(--cbws-font-h5); line-height: 1.3; }
h6 { font-size: var(--cbws-font-h6); line-height: 1.35; }

p {
  font-size: var(--cbws-font-size-body);
  line-height: var(--cbws-line-height-body);
  margin-bottom: 1.1em;
  text-align: left;
  max-width: 65ch;
}
p:last-child { margin-bottom: 0; }

/* Section lead / intro copy */
.cbws-lead {
  font-size: var(--cbws-font-size-body);
  line-height: var(--cbws-line-height-body);
  max-width: 65ch;
}

/* Small body */
.cbws-small {
  font-size: var(--cbws-font-body-sm);
  line-height: 1.6;
}

/* Caption / metadata */
.cbws-caption {
  font-size: var(--cbws-font-caption);
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.25s ease;
}

button, input, select, textarea {
  font-family: inherit;
}

::selection {
  background: var(--cbws-accent);
  color: #ffffff;
}

/* Layout Utilities */
.cbws-container {
  max-width: var(--cbws-max);
  margin: 0 auto;
  padding: 0 clamp(18px, 3.5vw, 36px);
}

.cbws-section {
  padding: var(--cbws-section-py) 0;
  position: relative;
}

.cbws-section--muted {
  background: var(--cbws-surface);
}

/* ---------- Typography Accents ---------- */
.cbws-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--cbws-font-body);
  font-size: var(--cbws-font-caption);
  font-weight: var(--cbws-weight-semibold);
  text-transform: uppercase;
  letter-spacing: var(--cbws-letter-spacing-eyebrow);
  padding: 0;
  border-radius: 0;
  margin-bottom: 16px;
  width: fit-content;
}

.cbws-eyebrow i {
  font-size: 0.9em;
}

.cbws-eyebrow--green {
  background: transparent;
  color: var(--cbws-primary-light);
  border: 0;
}

.cbws-eyebrow--navy {
  background: transparent;
  color: var(--cbws-navy);
  border: 0;
}

.cbws-eyebrow--gold {
  background: transparent;
  color: var(--cbws-accent);
  border: 0;
}

.cbws-eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}

.cbws-section-header {
  margin-bottom: 48px;
}

.cbws-section-header.cbws-center {
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.cbws-center {
  text-align: center;
}

.cbws-center h1,
.cbws-center h2,
.cbws-center h3,
.cbws-center .cbws-h1,
.cbws-center .cbws-h2,
.cbws-center .cbws-h3,
.cbws-h2--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.cbws-center .cbws-eyebrow {
  margin-left: auto;
  margin-right: auto;
}

.cbws-lead {
  font-size: var(--cbws-font-size-body);
  line-height: var(--cbws-line-height-body);
  color: var(--cbws-muted);
  margin-top: 14px;
}

.cbws-center p,
.cbws-center .cbws-lead {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Buttons ---------- */
.cbws-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--cbws-font-body);
  font-weight: var(--cbws-weight-semibold);
  font-size: 1rem;
  letter-spacing: 0.3px;
  padding: 13px 28px;
  border-radius: var(--cbws-radius-md);
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
}

.cbws-btn i {
  font-size: 0.9em;
  transition: transform 0.25s ease;
}

.cbws-btn:hover i {
  transform: none;
}

.cbws-btn-primary,
.cbws-btn:not(.cbws-btn-navy):not(.cbws-btn-accent):not(.cbws-btn-outline):not(.cbws-btn-glass) {
  background: var(--cbws-primary-light);
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
}

.cbws-btn-primary:hover,
.cbws-btn:not(.cbws-btn-navy):not(.cbws-btn-accent):not(.cbws-btn-outline):not(.cbws-btn-glass):hover {
  background: var(--cbws-primary);
  transform: none;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.32);
}

.cbws-btn-navy {
  background: var(--cbws-navy);
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.22);
}

.cbws-btn-navy:hover {
  background: var(--cbws-primary-light);
  color: #ffffff !important;
  transform: none;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.3);
}

.cbws-btn-accent {
  background: var(--cbws-accent);
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(20, 184, 166, 0.28);
}

.cbws-btn-accent:hover {
  background: var(--cbws-accent-hover);
  transform: none;
  box-shadow: 0 6px 18px rgba(20, 184, 166, 0.36);
}

.cbws-btn-outline {
  background: transparent;
  color: var(--cbws-primary-light) !important;
  border: 1.5px solid var(--cbws-primary-light);
}

.cbws-btn-outline:hover {
  background: var(--cbws-primary-light);
  color: #ffffff !important;
  transform: none;
}

.cbws-btn-glass {
  background: #ffffff;
  color: var(--cbws-navy) !important;
  border: 1.5px solid #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.cbws-btn-glass:hover {
  background: #f1f5f9;
  border-color: #f1f5f9;
  color: var(--cbws-primary) !important;
  transform: none;
}

.cbws-btn-lg {
  padding: 16px 34px;
  font-size: 1.02rem;
}

.cbws-btn-sm {
  padding: 9px 20px;
  font-size: 0.85rem;
}

/* ---------- Top Bar ---------- */
.cbws-topbar {
  background: var(--cbws-navy);
  color: var(--cbws-light-muted);
  font-size: 0.84rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cbws-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
  gap: 16px;
}

.cbws-topbar-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  color: #ffffff;
}

.cbws-topbar-left i {
  color: var(--cbws-accent);
  margin-right: 5px;
}

.cbws-topbar-sep {
  opacity: 0.4;
}

.cbws-topbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}

.cbws-topbar-right a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-weight: 500;
}

.cbws-topbar-right a:hover {
  color: var(--cbws-accent);
}

.cbws-wa-badge {
  background: #25d366;
  color: #ffffff !important;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: var(--cbws-radius-full);
}

.cbws-wa-badge:hover {
  background: #20ba5a;
}

/* ---------- Main Header ---------- */
.cbws-header {
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
  transition: all 0.3s ease;
}

.cbws-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 24px;
}

.cbws-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  padding: 6px 0;
}

.cbws-brand img {
  height: 52px;
  width: auto;
  max-width: 190px;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.cbws-brand:hover img {
  transform: none;
}

.cbws-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.cbws-nav a {
  font-weight: var(--cbws-weight-medium);
  font-size: 0.9375rem;
  color: var(--cbws-heading);
  position: relative;
  padding: 8px 0;
  transition: color 0.2s ease;
}

.cbws-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--cbws-primary-light);
  border-radius: 0;
  transition: width 0.25s ease;
}

.cbws-nav a:hover,
.cbws-nav a.cbws-active {
  color: var(--cbws-primary-light);
}

.cbws-nav a.cbws-active::after,
.cbws-nav a:hover::after {
  width: 100%;
}

.cbws-header-cta {
  display: flex;
  align-items: center;
  gap: 14px;
}

.cbws-hamburger {
  display: none;
  background: none;
  border: 0;
  font-size: 1.5rem;
  color: var(--cbws-heading);
  cursor: pointer;
  padding: 8px;
  border-radius: var(--cbws-radius-sm);
  transition: background 0.2s;
}

.cbws-hamburger:hover {
  background: var(--cbws-surface-muted);
}

.cbws-nav-backdrop,
.cbws-mobile-dock {
  display: none;
}

.cbws-nav-head {
  display: none;
}

/* ---------- Hero Section (Home) ---------- */
.cbws-hero {
  position: relative;
  min-height: 94vh;
  display: flex;
  align-items: center;
  background: var(--cbws-primary) url('../images/hero.webp') center 45% / cover no-repeat;
  color: #ffffff;
  overflow: hidden;
  padding: 90px 0 60px;
}

.cbws-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.74) 0%, rgba(15, 23, 42, 0.62) 50%, rgba(15, 23, 42, 0.54) 100%);
  z-index: 1;
}

.cbws-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.cbws-hero-content {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


.cbws-hero-title {
  font-family: var(--cbws-font-heading);
  color: #ffffff;
  font-size: var(--cbws-font-display);
  font-weight: var(--cbws-weight-bold);
  line-height: 1.05;
  margin-bottom: 20px;
  letter-spacing: var(--cbws-letter-spacing-heading);
  max-width: 24ch;
  margin-left: auto;
  margin-right: auto;
}

.cbws-hero-title em {
  font-style: italic;
  font-weight: 600;
  color: #ffffff;
  display: inline;
}

.cbws-hero-desc {
  font-size: var(--cbws-font-size-body);
  line-height: var(--cbws-line-height-body);
  color: rgba(255, 255, 255, 0.9);
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34px;
}

.cbws-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.cbws-hero-call {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  padding: 8px 18px;
  border-radius: var(--cbws-radius-full);
  background: #0f172a;
  border: 1.5px solid #334155;
  transition: all 0.25s ease;
}

.cbws-hero-call:hover {
  background: #1e293b;
  border-color: #475569;
  transform: none;
}

.cbws-call-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--cbws-accent);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 0.95rem;
}

.cbws-call-text small {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.75);
}

.cbws-call-text strong {
  font-size: 0.95rem;
  font-weight: 700;
}

/* ---------- Inner Page Hero ---------- */
.cbws-page-hero {
  position: relative;
  background: var(--cbws-primary) url('../images/hero.webp') center 40% / cover no-repeat;
  padding: clamp(70px, 9vw, 110px) 0 clamp(50px, 7vw, 80px);
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cbws-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
}

.cbws-page-hero .cbws-container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cbws-page-hero h1 {
  color: #ffffff;
  font-size: var(--cbws-font-h1);
  margin: 0 auto 16px;
  text-align: center;
  max-width: 100%;
}

.cbws-page-hero h1 span,
.cbws-page-hero h1 em {
  color: #ffffff;
  font-style: italic;
}

.cbws-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 18px;
  background: #0f172a;
  border: 1px solid #334155;
  border-radius: var(--cbws-radius-full);
  font-size: 0.88rem;
  color: #ffffff;
  letter-spacing: 0.3px;
  margin: 0 auto;
}

.cbws-breadcrumb a {
  color: var(--cbws-accent-hover);
  font-weight: 600;
}

.cbws-breadcrumb a:hover {
  text-decoration: underline;
}

/* ---------- About Section ---------- */
.cbws-about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(40px, 5vw, 68px);
  align-items: center;
}

.cbws-about-grid p,
.cbws-about-grid .cbws-lead,
.cbws-split .cbws-card p {
  max-width: 100%;
  font-size: var(--cbws-font-size-body);
  line-height: var(--cbws-line-height-body);
  text-align: justify;
  text-justify: inter-word;
  text-align-last: left;
  hyphens: auto;
  -webkit-hyphens: auto;
}

.cbws-about-img-wrap {
  position: relative;
}

.cbws-about-img {
  border-radius: var(--cbws-radius-lg);
  overflow: hidden;
  box-shadow: var(--cbws-shadow-lg);
  position: relative;
}

.cbws-about-img img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.cbws-about-img-wrap:hover .cbws-about-img img {
  transform: none;
}

.cbws-floating-badge {
  position: absolute;
  bottom: -20px;
  right: -15px;
  background: #ffffff;
  padding: 16px 22px;
  border-radius: var(--cbws-radius-md);
  box-shadow: var(--cbws-shadow-xl);
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--cbws-border);
  z-index: 3;
}

.cbws-floating-badge-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--cbws-radius-sm);
  background: rgba(20, 184, 166, 0.15);
  color: var(--cbws-accent);
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.cbws-floating-badge strong {
  display: block;
  font-size: 1.1rem;
  color: var(--cbws-heading);
  line-height: 1.2;
}

.cbws-floating-badge span {
  font-size: 0.8rem;
  color: var(--cbws-muted);
}

.cbws-about-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 32px 0;
}

.cbws-feature {
  padding: 18px 16px 18px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--cbws-border);
  border-radius: 0;
  transition: color 0.25s, border-color 0.25s;
}

.cbws-feature:hover {
  transform: none;
  box-shadow: none;
  border-color: var(--cbws-accent);
  background: transparent;
}

.cbws-feature-icon {
  width: auto;
  height: auto;
  background: transparent;
  color: var(--cbws-primary-light);
  display: block;
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.cbws-feature h4 {
  font-size: 1.05rem;
  margin-bottom: 6px;
  color: var(--cbws-heading);
}

.cbws-feature p {
  font-size: var(--cbws-font-size-body);
  line-height: var(--cbws-line-height-body);
  color: var(--cbws-muted);
}

/* Split content cards (About Page) */
.cbws-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
  margin-top: 40px;
}

.cbws-card {
  background: #ffffff;
  border: 1px solid var(--cbws-border);
  border-radius: var(--cbws-radius-lg);
  padding: 38px 34px;
  box-shadow: var(--cbws-shadow-sm);
  transition: transform 0.25s, box-shadow 0.25s;
}

.cbws-card:hover {
  transform: none;
  box-shadow: var(--cbws-shadow-md);
}

.cbws-card h3 {
  color: var(--cbws-heading);
  margin-bottom: 14px;
}

.cbws-card-icon,
.cbws-card .cbws-feature-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--cbws-radius-md);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 20px;
}

/* ---------- Why Choose Us Section ---------- */
.cbws-why {
  background: var(--cbws-navy);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.cbws-why .cbws-container {
  position: relative;
  z-index: 2;
}

.cbws-why .cbws-h2 {
  color: #ffffff;
  max-width: 820px;
}

.cbws-why .cbws-center .cbws-h2,
.cbws-why.cbws-center .cbws-h2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.cbws-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.cbws-why-card {
  position: relative;
  background: #1e293b;
  border: 1.5px solid #334155;
  border-radius: var(--cbws-radius-lg);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transition: border-color 0.25s ease, background 0.25s ease;
}

.cbws-why-card:hover {
  transform: none;
  background: #24344d;
  border-color: var(--cbws-accent);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.cbws-why-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: var(--cbws-radius-md);
  background: #0f172a;
  border: 1px solid #334155;
  color: var(--cbws-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 20px;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.cbws-why-card:hover .cbws-why-icon-wrap {
  background: var(--cbws-accent);
  border-color: var(--cbws-accent);
  color: #ffffff;
  transform: none;
}

.cbws-why-card h4 {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}

.cbws-why-card p {
  color: #cbd5e1;
  font-size: var(--cbws-font-size-body);
  line-height: var(--cbws-line-height-body);
  margin-bottom: 0;
  flex-grow: 1;
}

/* Trust Stats Bar */
.cbws-why-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #334155;
  text-align: center;
}

.cbws-why-metric-item {
  padding: 0 10px;
}

.cbws-why-metric-num {
  font-family: var(--cbws-font-heading);
  font-size: clamp(1.8rem, 2.8vw, 2.3rem);
  font-weight: 800;
  color: var(--cbws-accent);
  line-height: 1.1;
  margin-bottom: 6px;
}

.cbws-why-metric-label {
  font-size: 0.88rem;
  color: #cbd5e1;
  font-weight: 500;
  line-height: 1.4;
}

/* ---------- Nearby Attractions ---------- */
.cbws-attr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 44px;
  text-align: left;
}

.cbws-attr-card {
  position: relative;
  min-height: 420px;
  height: 100%;
  border-radius: var(--cbws-radius-lg);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  box-shadow: var(--cbws-shadow-md);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}

.cbws-attr-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.16);
  transition: opacity 0.35s ease;
}

.cbws-attr-card:hover {
  transform: none;
  box-shadow: var(--cbws-shadow-xl);
}

.cbws-attr-card:hover::before {
  background: rgba(15, 23, 42, 0.28);
}

.cbws-attr-content {
  position: relative;
  z-index: 2;
  padding: 26px;
  width: 100%;
}

.cbws-attr-content h4 {
  color: #ffffff;
  font-size: 1.45rem;
  line-height: 1.25;
  margin-bottom: 12px;
}

.cbws-attr-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  color: var(--cbws-primary);
  font-weight: 700;
  padding: 6px 14px;
  font-size: 0.85rem;
  border-radius: var(--cbws-radius-full);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.cbws-attr-badge i {
  color: var(--cbws-accent);
}

/* ---------- Testimonials Section ---------- */
.cbws-testimonials {
  position: relative;
  background: var(--cbws-primary) url('../images/testimonial-bg.webp') center / cover no-repeat;
  color: #ffffff;
  overflow: hidden;
}

.cbws-testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.76);
}

.cbws-testimonials .cbws-container {
  position: relative;
  z-index: 2;
}

.cbws-testi-header .cbws-h2 {
  color: #ffffff;
}

.cbws-testi-slider-wrap {
  width: 100%;
  margin-top: 36px;
  position: relative;
}

/* Swiper Testimonial Multi-card Slider */
.cbws-testi-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 10px 4px 20px;
}

.cbws-testi-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.cbws-testi-swiper .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  opacity: 1;
  transform: none;
}

.cbws-testi-card {
  background: #ffffff;
  color: var(--cbws-body);
  padding: 30px 24px;
  border-radius: var(--cbws-radius-lg);
  border: 1px solid var(--cbws-border);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}

.cbws-testi-card:hover {
  transform: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.cbws-testi-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.cbws-testi-top .cbws-stars {
  color: #F59E0B;
  font-size: 0.95rem;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.cbws-testi-quote-mark {
  font-size: 1.35rem;
  color: var(--cbws-accent);
  opacity: 0.35;
}

.cbws-testi-text {
  font-size: var(--cbws-font-size-body);
  line-height: var(--cbws-line-height-body);
  color: var(--cbws-heading);
  font-style: italic;
  flex-grow: 1;
  margin-bottom: 22px;
}

.cbws-testi-who {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--cbws-border);
  margin-top: auto;
  flex-wrap: wrap;
}

.cbws-testi-avatar {
  width: 40px;
  height: 40px;
  border-radius: var(--cbws-radius-full);
  background: var(--cbws-primary);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-family: var(--cbws-font-heading);
  font-weight: 700;
  font-size: 0.88rem;
  flex-shrink: 0;
}

.cbws-testi-info {
  flex-grow: 1;
  min-width: 0;
}

.cbws-testi-info strong {
  display: block;
  font-family: var(--cbws-font-heading);
  color: var(--cbws-heading);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cbws-testi-meta {
  display: block;
  font-size: 0.76rem;
  color: var(--cbws-muted);
  font-weight: 500;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cbws-testi-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #059669;
  background: #ECFDF5;
  padding: 3px 8px;
  border-radius: var(--cbws-radius-full);
  flex-shrink: 0;
}

/* Testimonial Carousel Controls */
.cbws-testi-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
}

.cbws-swiper-arrow {
  width: 42px;
  height: 42px;
  border-radius: var(--cbws-radius-full);
  background: #1e293b;
  border: 1.5px solid #334155;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  font-size: 0.95rem;
}

.cbws-swiper-arrow:hover {
  background: var(--cbws-accent);
  border-color: var(--cbws-accent);
  color: #ffffff;
  transform: none;
}

.cbws-testi-controls .swiper-pagination {
  position: static;
  width: auto;
  display: inline-flex;
  align-items: center;
}

.cbws-testi-controls .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #475569;
  opacity: 1;
  margin: 0 4px;
  transition: all 0.3s ease;
  border-radius: var(--cbws-radius-full);
  cursor: pointer;
}

.cbws-testi-controls .swiper-pagination-bullet-active {
  background: var(--cbws-accent);
  width: 28px;
  border-radius: var(--cbws-radius-full);
}

/* ---------- Accommodation & Amenities ---------- */
.cbws-acco-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
  text-align: left;
}

.cbws-acco-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 26px 22px;
  border: 1px solid var(--cbws-border);
  border-radius: var(--cbws-radius-md);
  background: #ffffff;
  box-shadow: var(--cbws-shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cbws-acco-card:hover {
  transform: none;
  box-shadow: var(--cbws-shadow-md);
  border-color: rgba(37, 99, 235, 0.3);
}

.cbws-acco-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--cbws-primary-light);
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  border-radius: var(--cbws-radius-sm);
  transition: background 0.25s, color 0.25s;
}

.cbws-acco-card:hover .cbws-acco-icon {
  background: var(--cbws-primary-light);
  color: #ffffff;
}

.cbws-acco-card h4 {
  color: var(--cbws-heading);
  font-size: 1.15rem;
  margin-bottom: 6px;
}

.cbws-acco-card p {
  font-size: var(--cbws-font-size-body);
  line-height: var(--cbws-line-height-body);
  color: var(--cbws-muted);
}

/* ---------- Rooms Section & Cards ---------- */
.cbws-room {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(36px, 5vw, 56px);
  align-items: center;
  margin-top: 48px;
  background: #ffffff;
  border: 1px solid var(--cbws-border);
  border-radius: var(--cbws-radius-lg);
  padding: clamp(24px, 3vw, 36px);
  box-shadow: var(--cbws-shadow-md);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cbws-room:hover {
  transform: none;
  box-shadow: var(--cbws-shadow-lg);
}

.cbws-room:nth-child(even) .cbws-room-media {
  order: 2;
}

.cbws-room-media {
  position: relative;
  border-radius: var(--cbws-radius-md);
  overflow: hidden;
  box-shadow: var(--cbws-shadow-md);
}

.cbws-room-media img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.cbws-room:hover .cbws-room-media img {
  transform: none;
}

.cbws-room-price {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #0f172a;
  color: #ffffff;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: var(--cbws-radius-full);
  font-size: 1.05rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  border: 1px solid #334155;
}

.cbws-room-price small {
  font-weight: 500;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
}

.cbws-room-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--cbws-accent);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: var(--cbws-radius-full);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.cbws-room-tag i {
  margin-right: 5px;
}

.cbws-room h3 {
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  color: var(--cbws-heading);
  margin-bottom: 6px;
}

.cbws-room-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 12px 0 16px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--cbws-primary-light);
}

.cbws-room-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cbws-amen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 22px 0 28px;
}

.cbws-amen {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--cbws-surface);
  border: 1px solid var(--cbws-border-light);
  border-radius: var(--cbws-radius-sm);
  padding: 10px 12px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--cbws-heading);
  line-height: 1.3;
}

.cbws-amen i {
  color: var(--cbws-primary-light);
  font-size: 1rem;
  flex-shrink: 0;
}

.cbws-btn-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Rate Table Section */
.cbws-rate-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin-top: 36px;
  border: 1px solid var(--cbws-border);
  border-radius: var(--cbws-radius-md);
  box-shadow: var(--cbws-shadow-sm);
}

table.cbws-rate-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  background: #ffffff;
}

.cbws-rate-table th {
  background: var(--cbws-primary-light);
  color: #ffffff;
  font-family: var(--cbws-font-heading);
  font-size: 1.05rem;
  font-weight: 600;
  padding: 18px 20px;
  text-align: left;
  white-space: nowrap;
}

.cbws-rate-table td {
  padding: 16px 20px;
  border-top: 1px solid var(--cbws-border-light);
  font-size: 0.98rem;
  color: var(--cbws-heading);
}

.cbws-rate-table tr:nth-child(even) td {
  background: var(--cbws-surface);
}

.cbws-rate-table tr.cbws-best td {
  background: #f0fdfa;
  font-weight: 600;
}

.cbws-rate-table tbody tr:hover td {
  background: #eff6ff;
}

/* Rate table collapses into stacked cards on phones (no sideways scrolling) */
@media (max-width: 768px) {
  .cbws-rate-wrap {
    overflow-x: visible;
    border: 0;
    box-shadow: none;
    background: transparent;
    margin-top: 28px;
  }
  table.cbws-rate-table {
    min-width: 0;
    display: block;
    background: transparent;
  }
  .cbws-rate-table thead {
    display: none;
  }
  .cbws-rate-table tbody {
    display: grid;
    gap: 16px;
  }
  .cbws-rate-table tbody tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    border: 1px solid var(--cbws-border);
    border-radius: var(--cbws-radius-md);
    box-shadow: var(--cbws-shadow-sm);
    overflow: hidden;
  }
  .cbws-rate-table tr.cbws-best {
    border-color: rgba(5, 150, 105, 0.45);
    box-shadow: 0 10px 26px rgba(5, 150, 105, 0.14);
  }
  .cbws-rate-table tbody tr td,
  .cbws-rate-table tr:nth-child(even) td,
  .cbws-rate-table tr.cbws-best td,
  .cbws-rate-table tbody tr:hover td {
    display: block;
    padding: 0;
    background: transparent;
    border-top: 0;
    text-align: left;
  }
  .cbws-rate-table tbody tr td[data-label="S.No"] {
    display: none;
  }
  .cbws-rate-table tbody tr td[data-label="Stay Plan"] {
    grid-column: 1 / -1;
    padding: 18px 18px 15px;
    border-bottom: 1px solid var(--cbws-border-light);
    font-size: 1.06rem;
    line-height: 1.35;
  }
  .cbws-rate-table tbody tr td[data-label="Stay Plan"]::before {
    content: none;
  }
  .cbws-rate-table tbody tr td[data-label="Double Bed"],
  .cbws-rate-table tbody tr td[data-label="Triple Bed"] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 16px 18px 18px;
  }
  .cbws-rate-table tbody tr td[data-label="Double Bed"] {
    border-right: 1px solid var(--cbws-border-light);
  }
  .cbws-rate-table tbody tr td[data-label="Double Bed"]::before,
  .cbws-rate-table tbody tr td[data-label="Triple Bed"]::before {
    content: attr(data-label);
    color: var(--cbws-muted);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .cbws-rate-table tbody tr td[data-label="Double Bed"] strong,
  .cbws-rate-table tbody tr td[data-label="Triple Bed"] strong {
    font-family: var(--cbws-font-heading);
    font-size: 1.3rem;
    line-height: 1.1;
  }
  .cbws-rate-table tbody tr td[data-label="Action"] {
    grid-column: 1 / -1;
    padding: 4px 18px 18px;
  }
  .cbws-rate-table tbody tr td[data-label="Action"]::before {
    content: none;
  }
  .cbws-rate-table tbody tr td[data-label="Action"] .cbws-btn {
    width: 100%;
    padding: 13px 20px;
    font-size: 0.95rem;
  }
  .cbws-rate-table .cbws-pill {
    display: block;
    width: fit-content;
    margin: 10px 0 0;
  }
}

.cbws-pill {
  display: inline-block;
  background: var(--cbws-accent);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: var(--cbws-radius-full);
  margin-left: 10px;
  vertical-align: middle;
}

.cbws-assure {
  display: flex;
  justify-content: center;
  gap: 16px 32px;
  flex-wrap: wrap;
  margin-top: 28px;
  color: var(--cbws-heading);
  font-weight: 600;
  font-size: 0.95rem;
}

.cbws-assure span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cbws-assure i {
  color: var(--cbws-emerald);
}

/* ---------- Contact Section & Booking Form ---------- */
.cbws-contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(32px, 4vw, 50px);
  margin-top: 44px;
  align-items: start;
}

.cbws-info-card {
  background: #ffffff;
  border: 1px solid var(--cbws-border);
  border-radius: var(--cbws-radius-md);
  padding: 26px 24px;
  box-shadow: var(--cbws-shadow-sm);
  margin-bottom: 20px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  transition: transform 0.25s, box-shadow 0.25s;
}

.cbws-info-card:hover {
  transform: none;
  box-shadow: var(--cbws-shadow-md);
}

.cbws-info-card-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--cbws-radius-sm);
  background: rgba(37, 99, 235, 0.1);
  color: var(--cbws-primary-light);
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.cbws-info-card h4 {
  color: var(--cbws-heading);
  font-size: 1.18rem;
  margin-bottom: 6px;
}

.cbws-info-card p {
  font-size: var(--cbws-font-size-body);
  line-height: var(--cbws-line-height-body);
  color: var(--cbws-muted);
}

.cbws-info-card a {
  color: var(--cbws-primary-light);
  font-weight: 600;
}

.cbws-info-card a:hover {
  color: var(--cbws-accent);
}

.cbws-form {
  background: #ffffff;
  border: 1px solid var(--cbws-border);
  border-radius: var(--cbws-radius-lg);
  padding: clamp(28px, 4vw, 42px);
  box-shadow: var(--cbws-shadow-md);
}

.cbws-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.cbws-form-row--3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.cbws-field {
  margin-bottom: 18px;
}

.cbws-field label {
  display: block;
  font-weight: var(--cbws-weight-medium);
  color: var(--cbws-heading);
  font-size: var(--cbws-font-body-sm);
  margin-bottom: 6px;
}

.cbws-field input,
.cbws-field select,
.cbws-field textarea {
  width: 100%;
  border: 1px solid var(--cbws-border);
  border-radius: var(--cbws-radius-sm);
  padding: 12px 14px;
  font: inherit;
  font-size: 1rem;
  color: var(--cbws-heading);
  background-color: #ffffff;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.cbws-field select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 6l5 5 5-5' fill='none' stroke='%23164e3f' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px;
  cursor: pointer;
}

.cbws-field input:focus,
.cbws-field select:focus,
.cbws-field textarea:focus {
  outline: none;
  border-color: var(--cbws-primary-light);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.cbws-check {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 8px 0 20px;
  font-size: 0.92rem;
  color: var(--cbws-heading);
  cursor: pointer;
}

.cbws-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--cbws-primary-light);
  cursor: pointer;
}

.cbws-map {
  margin-top: 40px;
  border-radius: var(--cbws-radius-lg);
  overflow: hidden;
  box-shadow: var(--cbws-shadow-md);
  border: 1px solid var(--cbws-border);
}

.cbws-map iframe {
  width: 100%;
  height: 400px;
  border: 0;
  display: block;
}

/* ---------- CTA Section ---------- */
.cbws-cta {
  position: relative;
  background: var(--cbws-primary) url('../images/hero.webp') center / cover no-repeat;
  text-align: center;
  color: #ffffff;
}

.cbws-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.cbws-cta-inner {
  position: relative;
  z-index: 2;
  padding: clamp(70px, 9vw, 110px) 20px;
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cbws-cta-inner .cbws-eyebrow {
  margin: 0 auto 20px;
}

.cbws-cta-inner h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  line-height: 1.2;
  margin: 0 auto 24px;
  text-align: center;
  max-width: 100%;
}

.cbws-cta-inner p {
  color: rgba(255, 255, 255, 0.85);
  font-size: var(--cbws-font-size-body);
  line-height: var(--cbws-line-height-body);
  margin: 0 auto 34px;
  max-width: 640px;
  text-align: center;
}

.cbws-cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0 auto;
}

/* ---------- Footer ---------- */
.cbws-footer {
  background: var(--cbws-navy);
  color: #ffffff;
}

.cbws-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr;
  gap: clamp(28px, 4vw, 48px);
  padding-top: clamp(60px, 8vw, 90px);
  padding-bottom: clamp(36px, 5vw, 50px);
}

.cbws-footer-logo-wrap {
  display: inline-block;
  background: #ffffff;
  padding: 8px 16px;
  border-radius: var(--cbws-radius-sm);
  margin-bottom: 20px;
}

.cbws-footer-logo-wrap img {
  height: 48px;
  width: auto;
  display: block;
}

.cbws-footer h5 {
  font-family: var(--cbws-font-heading);
  color: #ffffff;
  font-size: 1.25rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.cbws-footer h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--cbws-accent);
}

.cbws-footer p {
  font-size: var(--cbws-font-size-body);
  line-height: var(--cbws-line-height-body);
  color: #ffffff;
  margin-bottom: 16px;
}

.cbws-footer p strong {
  color: #ffffff;
}

.cbws-social-row {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.cbws-social-row a {
  width: 38px;
  height: 38px;
  border-radius: var(--cbws-radius-sm);
  background: #1e293b;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  border: 1px solid #334155;
  transition: all 0.25s ease;
}

.cbws-social-row a:hover {
  transform: none;
  background: var(--cbws-accent);
  color: #ffffff;
  border-color: var(--cbws-accent);
}

.cbws-foot-links {
  list-style: none;
}

.cbws-foot-links li {
  margin: 10px 0;
}

.cbws-foot-links a {
  color: #ffffff;
  font-size: 0.94rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.cbws-foot-links a:hover {
  color: var(--cbws-accent-hover);
  transform: none;
}

.cbws-foot-links i {
  color: var(--cbws-accent);
  font-size: 0.75rem;
}

.cbws-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.cbws-gallery img {
  width: 100%;
  height: 72px;
  object-fit: cover;
  border-radius: var(--cbws-radius-sm);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.cbws-gallery img:hover {
  transform: none;
  filter: brightness(1.1);
}

.cbws-bottom {
  background: #090d16;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  padding: 20px 16px;
  color: #ffffff;
  font-size: 0.88rem;
}

.cbws-bottom a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}

.cbws-bottom a:hover {
  color: var(--cbws-accent-hover);
}

/* ---------- Lenis smooth-scroll support ---------- */
html.cbws-lenis { height: auto; }
.cbws-lenis.cbws-lenis-smooth { scroll-behavior: auto !important; }

/* ---------- Responsive Breakpoints ---------- */
@media (max-width: 1024px) {
  .cbws-nav {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(86vw, 360px);
    height: 100dvh;
    padding: 24px 20px calc(28px + env(safe-area-inset-bottom));
    background: var(--cbws-light);
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    box-shadow: -18px 0 50px rgba(15, 23, 42, 0.18);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    z-index: 1101;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.3s ease, visibility 0.3s ease;
  }
  .cbws-nav.cbws-open {
    transform: translateX(0);
    visibility: visible;
  }
  .cbws-nav.cbws-open a {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 12px 16px;
    font-size: 1.05rem;
    font-weight: var(--cbws-weight-semibold);
    color: var(--cbws-heading);
    border-bottom: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }
  .cbws-nav.cbws-open a::after {
    content: none;
  }
  .cbws-nav.cbws-open a + a {
    margin-top: 4px;
  }
  .cbws-nav.cbws-open a:active {
    background: none;
  }
  .cbws-nav.cbws-open a.cbws-active {
    color: var(--cbws-heading);
    background: none;
    box-shadow: none;
  }
  .cbws-nav-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 22px;
    margin-bottom: 18px;
    border-bottom: 1px solid var(--cbws-border);
  }
  .cbws-nav-brand {
    display: flex !important;
    align-items: center;
    gap: 12px;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    box-shadow: none !important;
    color: var(--cbws-heading) !important;
    font-size: inherit !important;
  }
  .cbws-nav-brand::after {
    display: none !important;
  }
  .cbws-nav-brand img {
    width: 58px;
    height: 42px;
    object-fit: contain;
  }
  .cbws-nav-brand span {
    font-family: var(--cbws-font-heading);
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 0.95;
  }
  .cbws-nav-brand small {
    font-family: var(--cbws-font-body);
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .cbws-nav-close {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border: 1px solid var(--cbws-border);
    border-radius: 0;
    background: transparent;
    color: var(--cbws-heading);
    cursor: pointer;
    font-size: 1.05rem;
  }
  .cbws-nav-close:hover {
    background: var(--cbws-heading);
    color: var(--cbws-light);
  }
  .cbws-nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.42);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1100;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .cbws-nav-backdrop.cbws-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  body.cbws-menu-open {
    overflow: hidden;
  }
  body.cbws-menu-open .cbws-hamburger {
    visibility: hidden;
  }
  .cbws-hamburger {
    display: block;
    position: relative;
    z-index: 1102;
  }
  .cbws-about-grid,
  .cbws-testi-grid,
  .cbws-split,
  .cbws-room,
  .cbws-contact-grid {
    grid-template-columns: 1fr;
  }
  .cbws-room:nth-child(even) .cbws-room-media {
    order: 0;
  }
  .cbws-room-media img {
    height: 340px;
  }
  .cbws-about-img img {
    height: 420px;
  }
  .cbws-why-grid,
  .cbws-attr-grid,
  .cbws-acco-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cbws-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cbws-floating-badge {
    position: static;
    margin-top: 16px;
    box-shadow: var(--cbws-shadow-md);
  }
}

@media (max-width: 768px) {
  body.cbws {
    padding-bottom: 82px;
  }
  .cbws-topbar-left {
    display: none;
  }
  .cbws-topbar-inner {
    justify-content: center;
  }
  .cbws-hero {
    min-height: auto;
    padding: 70px 0 50px;
  }
  .cbws-about-features {
    grid-template-columns: 1fr;
  }
  .cbws-why-metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 36px;
    padding-top: 28px;
  }
  .cbws-header-cta .cbws-btn-navy {
    display: none;
  }
  .cbws-mobile-dock {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1200;
    padding: 6px 6px calc(6px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.92);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    backdrop-filter: saturate(180%) blur(14px);
    border-top: 1px solid var(--cbws-border);
    box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.1);
  }
  .cbws-mobile-dock::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 26px;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.09), rgba(15, 23, 42, 0));
    pointer-events: none;
  }
  body.cbws-menu-open .cbws-mobile-dock {
    display: none;
  }
  .cbws-mobile-dock a {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border-radius: 12px;
    color: var(--cbws-muted);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .cbws-mobile-dock a:active {
    background: rgba(37, 99, 235, 0.08);
  }
  .cbws-mobile-dock a i {
    display: grid;
    place-items: center;
    width: 32px;
    height: 22px;
    border-radius: var(--cbws-radius-full);
    color: var(--cbws-primary-light);
    font-size: 1.02rem;
    transition: background 0.25s ease, color 0.25s ease;
  }
  .cbws-mobile-dock a.cbws-dock-active,
  .cbws-mobile-dock a.cbws-dock-active i {
    color: var(--cbws-primary);
  }
  .cbws-mobile-dock a.cbws-dock-active i {
    background: rgba(37, 99, 235, 0.12);
  }
}

@media (max-width: 640px) {
  .cbws-header-inner {
    min-height: 72px;
  }
  .cbws-brand img {
    height: 44px;
  }
  .cbws-header-cta .cbws-btn-navy {
    padding: 9px 18px;
    font-size: 0.85rem;
  }
  .cbws-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .cbws-hero-actions .cbws-btn {
    width: 100%;
  }
  .cbws-hero-call {
    justify-content: center;
  }
  .cbws-why-grid,
  .cbws-attr-grid,
  .cbws-acco-grid,
  .cbws-form-row,
  .cbws-form-row--3 {
    grid-template-columns: 1fr;
  }
  /* Quick Links + Why Choose Us stay side by side in one line on phones */
  .cbws-footer-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 30px 18px;
  }
  .cbws-footer-grid > *:first-child {
    grid-column: 1 / -1;
  }
  .cbws-footer h5 {
    font-size: 1.08rem;
  }
  .cbws-footer .cbws-foot-links a {
    font-size: 0.85rem;
    gap: 8px;
  }
  .cbws-room {
    padding: 20px;
  }
  .cbws-amen-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cbws-btn-row .cbws-btn {
    flex: 1 1 100%;
  }
  .cbws-testi-card {
    padding: 28px 20px;
  }
  .cbws-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
