/* KTM Sewa Room Finder — Complete Redesign */
/* Warm Cream + Orange + Dark — Inspired by reference design */

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700&family=Noto+Sans+Devanagari:wght@400;500;600;700&display=swap');

:root {
  --orange:      #E87722;
  --orange-dark: #C25E0A;
  --orange-light:#FFF4E8;
  --cream:       #F5F0E8;
  --cream2:      #EDE8DF;
  --dark:        #1C1C1C;
  --dark2:       #2D2D2D;
  --text:        #333333;
  --text2:       #666666;
  --text3:       #999999;
  --white:       #FFFFFF;
  --border:      #E0D8CC;
  --green:       #27AE60;
  --red:         #E74C3C;
  --blue:        #2563EB;
  --shadow:      0 2px 12px rgba(0,0,0,0.08);
  --shadow-md:   0 6px 28px rgba(0,0,0,0.12);
  --shadow-lg:   0 16px 48px rgba(0,0,0,0.16);
  --radius:      14px;
  --radius-sm:   8px;
  --radius-lg:   20px;
  --font: 'DM Sans', 'Noto Sans Devanagari', sans-serif;
  --font-serif: 'DM Serif Display', Georgia, serif;
  --font-ne: 'Noto Sans Devanagari', sans-serif;
}

*,*::before,*::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
  font-family: 'DM Sans', 'Noto Sans Devanagari', sans-serif;
  background: var(--white);
  color: var(--text);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
}
body { font-family:var(--font); background:var(--white); color:var(--text); overflow-x:hidden; }
.container { max-width:1200px; margin:0 auto; padding:0 20px; }
a { text-decoration:none; color:inherit; }
img { display:block; }

/* ── NAVBAR ── */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: #FFFFFF;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 8px rgba(0,0,0,0.07);
  /* Remove backdrop-filter — causes scroll jerk on some browsers */
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 20px;
  max-width: 1200px; margin: 0 auto;
  height: 62px; /* Fixed height — no jump on scroll */
}
.logo { display:flex; align-items:center; gap:10px; text-decoration:none; }
.logo-img {
  height: 40px;
  width: auto;
  object-fit: contain;
  display: block;
}
.logo-img-footer {
  height: 36px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: brightness(1.1);
}
.logo-fallback { display:flex; align-items:center; gap:10px; }
.logo-icon { font-size:26px; line-height:1; }
.logo-main { font-family:'DM Sans', sans-serif; font-size:17px; font-weight:700; color:var(--dark); line-height:1; display:block; }
.logo-sub { font-size:9px; font-weight:700; color:var(--text3); letter-spacing:1.5px; display:block; margin-top:1px; }
.nav-links { display:flex; align-items:center; gap:4px; }
.nav-links a {
  font-size:14px; font-weight:600; color:var(--text2);
  padding:8px 14px; border-radius:8px; transition:all .2s;
}
.nav-links a:hover, .nav-links a.nav-active { color:var(--orange); background:var(--orange-light); }
.nav-fav {
  background:var(--orange-light) !important; color:var(--orange) !important;
  border-radius:20px !important; font-weight:700 !important;
}
.fav-count {
  background:var(--orange); color:white;
  border-radius:10px; padding:1px 7px; font-size:11px; margin-left:3px;
}
.hamburger { display:none; background:none; border:none; font-size:22px; color:var(--dark); cursor:pointer; padding:4px; }

/* ── HERO ── */
.hero {
  background: var(--cream);
  padding: 82px 0 56px;
  min-height: 90vh;
  display: flex; align-items: center;
  position: relative; overflow: hidden;
}
/* Dot pattern background like reference */
.hero::before {
  content:'';
  position:absolute; top:0; right:0; bottom:0;
  width:55%; 
  background-image: radial-gradient(circle, rgba(232,119,34,0.12) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events:none; z-index:0;
}
.hero::after {
  content:'';
  position:absolute; bottom:-60px; left:-60px;
  width:280px; height:280px; border-radius:50%;
  background:rgba(232,119,34,0.06);
  pointer-events:none; z-index:0;
}
.hero-inner {
  display:grid; grid-template-columns:1fr 460px;
  gap:48px; align-items:center; position:relative; z-index:1;
}

/* Badge */
.hero-tag {
  display:inline-flex; align-items:center; gap:8px;
  background:white; border:1.5px solid #F0E8DF;
  color:var(--text2); font-size:12px; font-weight:700;
  padding:8px 16px; border-radius:30px; margin-bottom:24px;
  letter-spacing:0.8px; text-transform:uppercase;
  box-shadow:0 2px 10px rgba(0,0,0,0.06);
}
.hero-tag-dot { color:var(--orange); font-size:8px; }

/* Big Nepali title — exactly like reference */
.hero-h1 {
  font-family:'Noto Sans Devanagari', 'DM Serif Display', serif;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.h1-black { color: #111111; font-weight:800; }
.h1-orange {
  color: var(--orange); font-weight:800;
  position:relative; display:inline-block;
}
.h1-underline::after {
  content:'';
  position:absolute; left:0; bottom:-2px; right:0; height:4px;
  background: var(--orange); border-radius:2px; opacity:0.4;
}
.hero-orange { color:var(--orange); }

/* Subtitle — mixed Nepali+English */
.hero-sub {
  font-family:'Noto Sans Devanagari', 'DM Sans', sans-serif;
  font-size: 15px; color: #555555;
  margin-bottom: 32px; font-weight:400;
  line-height: 1.75;
}

/* CTA Buttons */
.hero-btns { display:flex; gap:12px; margin-bottom:36px; flex-wrap:nowrap; }
.hbtn-primary {
  display:inline-flex; align-items:center; justify-content:center; gap:6px;
  background:var(--orange); color:white;
  padding:13px 28px; border-radius:10px;
  font-weight:700; font-size:15px; text-decoration:none;
  transition:all .2s; box-shadow:0 4px 14px rgba(232,119,34,0.35);
  flex:1;
}
.hbtn-primary:hover { background:var(--orange-dark); transform:translateY(-2px); box-shadow:0 8px 22px rgba(232,119,34,0.4); }
.hbtn-outline {
  display:inline-flex; align-items:center; justify-content:center;
  background:white; color:var(--orange);
  border:2px solid var(--orange);
  padding:11px 26px; border-radius:10px;
  font-weight:700; font-size:15px; text-decoration:none;
  transition:all .2s; flex:1;
}
.hbtn-outline:hover { background:var(--orange-light); }

/* Stats */


/* Right side */
.hero-right { display:flex; flex-direction:column; justify-content:center; position:relative; }

/* Floating room card */
.hero-float-card {
  background:white; border-radius:20px;
  padding:0 0 16px; overflow:hidden;
  box-shadow:0 8px 40px rgba(0,0,0,0.12);
  border:1px solid rgba(0,0,0,0.05);
  position:relative;
}
.hfc-avail {
  position:absolute; top:14px; right:14px; z-index:2;
  background:#22C55E; color:white;
  font-size:12px; font-weight:700;
  padding:5px 12px; border-radius:20px;
  display:flex; align-items:center; gap:5px;
}
.hfc-img {
  background:var(--orange-light); height:180px;
  display:flex; align-items:center; justify-content:center;
  font-size:72px; margin-bottom:16px;
}
.hfc-info { padding:0 18px; }
.hfc-title { font-size:18px; font-weight:800; color:var(--dark); margin-bottom:4px; }
.hfc-loc { font-size:13px; color:var(--text2); margin-bottom:10px; }
.hfc-meta { display:flex; gap:16px; font-size:12px; color:var(--text3); font-weight:600; margin-bottom:4px; }
.hfc-badge {
  position:absolute; bottom:-18px; left:18px;
  background:white; border-radius:12px; padding:10px 16px;
  display:flex; align-items:center; gap:10px;
  box-shadow:0 4px 16px rgba(0,0,0,0.12);
  border:1px solid var(--border);
  z-index:5;
}
.hfc-badge-icon { font-size:24px; }
.hfc-badge strong { display:block; font-size:18px; font-weight:900; color:var(--dark); line-height:1; }
.hfc-badge small { font-size:11px; color:var(--text3); font-weight:600; }

/* Search card */
.hero-search-card {
  background:white; border-radius:22px; padding:28px;
  box-shadow:0 8px 40px rgba(0,0,0,0.10);
  border:1.5px solid var(--border);
}
.hsc-title { font-size:15px; font-weight:700; color:var(--dark); margin-bottom:14px; }
.hsc-label { font-size:14px; font-weight:700; color:var(--dark); margin-bottom:14px; }
.hsc-input-wrap { position:relative; margin-bottom:10px; }
.hsc-icon { position:absolute; left:14px; top:50%; transform:translateY(-50%); color:var(--orange); font-size:15px; pointer-events:none; }
.hsc-input {
  width:100%; padding:13px 40px 13px 42px;
  border:2px solid var(--border); border-radius:12px;
  font-family:'DM Sans','Noto Sans Devanagari',sans-serif; font-size:14px;
  color:var(--dark); background:#FAFAFA; outline:none; transition:all .2s;
}
.hsc-input:focus { border-color:var(--orange); background:white; box-shadow:0 0 0 3px rgba(232,119,34,0.1); }
.hsc-input::placeholder { color:#BBB; }
.hsc-clear {
  position:absolute; right:13px; top:50%; transform:translateY(-50%);
  color:var(--text3); background:#F0EDE8; border-radius:50%;
  width:22px; height:22px; display:flex; align-items:center; justify-content:center;
  font-size:12px; transition:all .2s; text-decoration:none;
}
.hsc-clear:hover { background:var(--orange); color:white; }
.hsc-row2 { display:flex; gap:8px; }
.hsc-select {
  flex:1; padding:11px 12px;
  border:2px solid var(--border); border-radius:12px;
  font-family:'DM Sans',sans-serif; font-size:13px; font-weight:600;
  color:var(--dark); background:#FAFAFA; outline:none; cursor:pointer; transition:border .2s;
}
.hsc-select:focus { border-color:var(--orange); }
.hsc-btn {
  background:var(--orange); color:white; border:none;
  padding:11px 24px; border-radius:12px;
  font-family:'DM Sans',sans-serif; font-size:14px; font-weight:700;
  cursor:pointer; transition:all .2s; white-space:nowrap;
}
.hsc-btn:hover { background:var(--orange-dark); transform:translateY(-1px); }

/* ── SECTIONS ── */
.section { padding:72px 0; }
.bg-cream { background:var(--cream); }
.sec-label { font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:2.5px; color:var(--orange); margin-bottom:10px; font-family:'DM Sans', sans-serif; }
.sec-title { font-family:var(--font); font-size:clamp(28px,4vw,40px); color:var(--dark); margin-bottom:10px; font-weight:400; }
.sec-title-left { font-family:var(--font); font-size:clamp(26px,3.5vw,36px); color:var(--dark); margin-bottom:10px; font-weight:400; }
.sec-sub { color:var(--text2); font-size:15px; margin-bottom:32px; font-weight:500; }
.orange { color:var(--orange); }

/* ── TABLE (today 24h) ── */
.table-scroll-wrap { overflow-x:auto; border-radius:var(--radius-lg); box-shadow:var(--shadow-md); margin-top:24px; }
.ktm-table { width:100%; border-collapse:collapse; background:white; min-width:700px; }
.ktm-table thead tr { background:var(--dark); }
.ktm-table th { color:rgba(255,255,255,0.85); padding:13px 14px; text-align:left; font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:0.5px; white-space:nowrap; }
.ktm-tr { border-bottom:1px solid #F5F0E8; cursor:pointer; transition:background .15s; }
.ktm-tr:hover { background:#FFFAF5; }
.ktm-tr:last-child { border-bottom:none; }
.ktm-tr:nth-child(even) { background:#FDFAF6; }
.ktm-tr:nth-child(even):hover { background:#FFF7EE; }
.ktm-table td { padding:10px 14px; vertical-align:middle; }
.td-num { color:var(--text3); font-weight:800; font-size:12px; width:32px; }
.td-photo { width:82px; }
.tbl-thumb { width:74px; height:56px; object-fit:cover; border-radius:8px; cursor:zoom-in; border:2px solid var(--border); transition:transform .2s, box-shadow .2s; }
.tbl-thumb:hover { transform:scale(1.07); box-shadow:0 4px 14px rgba(232,119,34,0.25); border-color:var(--orange); }
.tbl-nophoto { width:74px; height:56px; background:var(--cream); border-radius:8px; display:flex; align-items:center; justify-content:center; color:var(--text3); font-size:20px; }
.td-title { font-weight:700; font-size:13px; max-width:180px; color:var(--dark); }
.td-area { font-size:12px; color:var(--text2); white-space:nowrap; }
.td-area i { color:var(--orange); margin-right:3px; }
.type-pill { background:var(--orange-light); color:var(--orange); font-size:11px; font-weight:700; padding:4px 10px; border-radius:20px; white-space:nowrap; }
.td-price { font-weight:800; color:var(--orange); font-size:13px; white-space:nowrap; }
.tbl-call { display:inline-flex; align-items:center; gap:4px; background:#E8F5E9; color:#1B5E20; font-size:12px; font-weight:700; padding:5px 10px; border-radius:8px; transition:all .2s; }
.tbl-call:hover { background:#1B5E20; color:white; }
.td-dash { color:var(--text3); font-size:13px; }
.td-time { font-size:11px; color:var(--text3); white-space:nowrap; }
.tbl-view { display:inline-flex; align-items:center; gap:4px; background:var(--orange); color:white; font-size:12px; font-weight:700; padding:6px 14px; border-radius:8px; white-space:nowrap; transition:all .2s; }
.tbl-view:hover { background:var(--orange-dark); }

/* ── FILTER CHIPS ── */
.filter-chips { display:flex; gap:8px; flex-wrap:wrap; margin:24px 0 10px; }
.chip {
  padding:8px 18px; border-radius:30px; border:1.5px solid var(--border);
  font-size:13px; font-weight:600; color:var(--text2); background:white;
  cursor:pointer; transition:all .2s; white-space:nowrap;
}
.chip:hover { border-color:var(--orange); color:var(--orange); }
.chip-active { background:var(--orange); color:white; border-color:var(--orange); }
.rooms-count { font-size:13px; color:var(--text3); font-weight:600; margin-bottom:20px; }

/* ── ROOM CARDS ── */
.rooms-grid4 {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.rcard {
  background:white; border-radius:var(--radius-lg);
  border:1.5px solid var(--border); overflow:hidden;
  cursor:pointer; transition:all .25s;
}
.rcard:hover { transform:translateY(-4px); box-shadow:var(--shadow-lg); border-color:var(--orange); }
.rcard-pinned { border-color:var(--orange); box-shadow:0 4px 16px rgba(232,119,34,0.15); }
.rcard-pin-badge {
  position:absolute; top:10px; left:10px;
  background:linear-gradient(135deg, #ff6b00, #ff3d00);
  color:white;
  border-radius:20px; padding:5px 11px;
  font-size:11px; font-weight:800;
  display:flex; align-items:center; gap:4px;
  z-index:2;
  box-shadow:0 2px 8px rgba(255,61,0,0.4);
  letter-spacing:0.3px;
}
.rcard-pin-badge i { font-size:11px; }
.rcard-img-wrap { position:relative; height:190px; overflow:hidden; background:var(--cream); }
.rcard-img { width:100%; height:100%; object-fit:cover; transition:transform .4s; display:block; }
.rcard:hover .rcard-img { transform:scale(1.04); }
.rcard-noimg { width:100%; height:100%; background:var(--cream); display:flex; align-items:center; justify-content:center; font-size:48px; }
.rcard-avail-dot {
  position:absolute; top:10px; left:10px;
  background:rgba(255,255,255,0.95); border-radius:20px;
  padding:4px 10px; font-size:11px; font-weight:700;
  display:flex; align-items:center; gap:5px;
}
.rcard-avail-dot.booked { color:var(--red); }
.dot-green { width:7px; height:7px; background:var(--green); border-radius:50%; display:inline-block; }
.dot-red   { width:7px; height:7px; background:var(--red);   border-radius:50%; display:inline-block; }
.rcard-photocount {
  position:absolute; bottom:10px; right:10px;
  background:rgba(0,0,0,0.55); color:white; border-radius:8px;
  padding:3px 8px; font-size:11px; font-weight:700;
}
.rcard-fav {
  position:absolute; top:10px; right:10px;
  background:white; border:none; border-radius:50%;
  width:34px; height:34px; font-size:15px; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  color:var(--text3); box-shadow:0 2px 8px rgba(0,0,0,0.12);
  transition:all .2s;
}
.rcard-fav:hover,.rcard-fav.faved { color:var(--red); transform:scale(1.1); }
.rcard-body { padding:14px; }
.rcard-type { font-size:11px; font-weight:700; color:var(--orange); text-transform:uppercase; letter-spacing:0.5px; margin-bottom:5px; }
.rcard-title { font-size:15px; font-weight:700; color:var(--dark); font-family:'DM Serif Display', serif; margin-bottom:6px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; line-height:1.4; }
.rcard-loc { font-size:12px; color:var(--text2); margin-bottom:10px; display:flex; align-items:center; gap:4px; }
.rcard-loc i { color:var(--orange); font-size:11px; }
.rcard-tags { display:flex; flex-wrap:wrap; gap:5px; margin-bottom:12px; }
.rtag { background:var(--cream); color:var(--text2); font-size:11px; font-weight:600; padding:4px 8px; border-radius:6px; display:flex; align-items:center; gap:4px; }
.rtag i { font-size:10px; color:var(--orange); }
.rtag-no { color:var(--red); }
.rtag-no i { color:var(--red); }
.rcard-footer { display:flex; justify-content:space-between; align-items:center; padding-top:10px; border-top:1px solid var(--cream2); }
.rcard-price { font-size:17px; font-weight:800; color:var(--orange); }
.rcard-price span { font-size:11px; font-weight:600; color:var(--text3); }
.rcard-btn { background:var(--orange-light); color:var(--orange); font-size:12px; font-weight:700; padding:7px 14px; border-radius:8px; transition:all .2s; }
.rcard:hover .rcard-btn { background:var(--orange); color:white; }

/* Empty state */
.empty-box { text-align:center; padding:60px 20px; }
.empty-icon { font-size:56px; margin-bottom:16px; }
.empty-box p { font-size:17px; color:var(--text2); margin-bottom:20px; font-weight:600; }
.btn-orange { display:inline-flex; align-items:center; gap:8px; background:var(--orange); color:white; padding:12px 28px; border-radius:12px; font-weight:700; font-size:15px; transition:all .2s; }
.btn-orange:hover { background:var(--orange-dark); transform:translateY(-1px); }
.btn-primary { display:inline-flex; align-items:center; gap:8px; background:var(--orange); color:white; padding:13px 28px; border-radius:12px; font-weight:700; font-size:15px; transition:all .2s; }
.btn-primary:hover { background:var(--orange-dark); }

/* ── WHY GRID ── */
.why-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:16px; margin-top:32px; }
.why-card { background:white; border-radius:var(--radius-lg); padding:24px 18px; border:1.5px solid var(--border); transition:all .2s; }
.why-card:hover { transform:translateY(-3px); box-shadow:var(--shadow-md); border-color:var(--orange); }
.why-icon { width:48px; height:48px; border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:22px; margin-bottom:14px; }
.why-card h4 { font-size:15px; font-weight:700; color:var(--dark); margin-bottom:8px; font-family:'DM Sans', sans-serif; }
.why-card p { font-size:12.5px; color:var(--text2); line-height:1.6; font-family:var(--font); }

/* ── ABOUT ── */
/* About */ .about-flex { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.about-img-box { background:var(--orange-light); border-radius:24px; min-height:320px; display:flex; align-items:center; justify-content:center; position:relative; overflow:hidden; }
.about-house-emoji { font-size:100px; position:relative; z-index:1; }
.ab-blob { position:absolute; border-radius:50%; }
.ab-blob1 { width:200px; height:200px; background:rgba(232,119,34,0.12); top:-40px; right:-40px; }
.ab-blob2 { width:140px; height:140px; background:rgba(232,119,34,0.08); bottom:-30px; left:-30px; }
.about-line { width:48px; height:3px; background:var(--orange); border-radius:2px; margin:12px 0 20px; }
.about-para { font-size:15px; color:var(--text2); line-height:1.8; margin-bottom:14px; font-family:var(--font); }
.about-checks { list-style:none; margin:16px 0 28px; display:flex; flex-direction:column; gap:8px; }
.about-checks li { font-size:14px; color:var(--text); font-weight:600; font-family:var(--font); }

/* ── CONTACT ── */
.contact-flex { display:grid; grid-template-columns:1fr 1fr; gap:40px; margin-top:32px; }
.contact-cards-col { display:flex; flex-direction:column; gap:14px; }
.ccard { display:flex; align-items:center; gap:16px; background:white; border-radius:var(--radius-lg); padding:18px 20px; border:1.5px solid var(--border); transition:all .2s; }
.ccard:hover { border-color:var(--orange); box-shadow:var(--shadow); transform:translateX(4px); }
.ccard-icon { font-size:26px; flex-shrink:0; }
.ccard-label { font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:0.5px; color:var(--text3); margin-bottom:3px; }
.ccard-val { font-size:16px; font-weight:700; color:var(--dark); }
.social-col { background:white; border-radius:var(--radius-lg); padding:28px; border:1.5px solid var(--border); }
.social-title { font-size:16px; font-weight:700; color:var(--dark); margin-bottom:18px; }
.socials { display:flex; flex-wrap:wrap; gap:10px; margin-bottom:16px; }
.soc-btn { display:inline-flex; align-items:center; gap:8px; padding:10px 18px; border-radius:10px; font-size:13px; font-weight:700; color:white; transition:all .2s; }
.soc-btn:hover { transform:translateY(-2px); box-shadow:var(--shadow-md); }
.soc-fb { background:#1877F2; } .soc-ig { background:linear-gradient(135deg,#F09433,#E6683C,#DC2743,#BC1888); }
.soc-tt { background:#000; } .soc-yt { background:#FF0000; } .soc-wa { background:#25D366; }
.gmap-btn { display:flex; align-items:center; gap:8px; background:var(--cream); color:var(--dark); padding:11px 18px; border-radius:10px; font-size:13px; font-weight:700; margin-bottom:10px; transition:all .2s; }
.gmap-btn:hover { background:var(--orange-light); color:var(--orange); }
.wa-big-btn { display:flex; align-items:center; justify-content:center; gap:10px; background:#25D366; color:white; padding:14px; border-radius:12px; font-size:15px; font-weight:700; transition:all .2s; }
.wa-big-btn:hover { background:#1DA851; transform:translateY(-1px); }

/* ── FOOTER ── */
.footer { background:var(--dark); padding:56px 0 0; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1.5fr; gap:40px; margin-bottom:40px; }
.footer-links h4 { font-size:12px; text-transform:uppercase; letter-spacing:1px; color:rgba(255,255,255,0.4); margin-bottom:14px; font-weight:700; }
.footer-links a { display:block; color:rgba(255,255,255,0.7); font-size:13px; font-weight:600; margin-bottom:8px; transition:color .2s; }
.footer-links a:hover { color:var(--orange); }
.footer-links p { color:rgba(255,255,255,0.4); font-size:13px; }
.footer-social { display:flex; gap:8px; }
.footer-social a { width:34px; height:34px; background:rgba(255,255,255,0.1); border-radius:8px; display:flex; align-items:center; justify-content:center; color:white; font-size:14px; transition:all .2s; }
.footer-social a:hover { background:var(--orange); }
.footer-bottom { border-top:1px solid rgba(255,255,255,0.08); padding:18px 0; text-align:center; color:rgba(255,255,255,0.35); font-size:12px; }

/* ── FAV PANEL ── */
.fav-panel { position:fixed; right:20px; bottom:20px; width:310px; background:white; border-radius:18px; box-shadow:var(--shadow-lg); z-index:999; border:1.5px solid var(--border); max-height:460px; overflow:hidden; display:flex; flex-direction:column; }
.fav-panel-header { display:flex; justify-content:space-between; align-items:center; padding:14px 18px; background:var(--orange); color:white; border-radius:18px 18px 0 0; }
.fav-panel-header h3 { font-size:15px; font-weight:700; }
.fav-panel-header button { background:none; border:none; color:white; font-size:17px; cursor:pointer; }
.fav-panel-body { overflow-y:auto; padding:10px; }

/* ── ROOM DETAIL PAGE ── */
.page-hero { background:var(--cream); padding:90px 0 28px; }
.breadcrumb { display:flex; align-items:center; gap:8px; color:var(--text2); font-size:13px; font-weight:600; }
.breadcrumb a { color:var(--dark); }
.breadcrumb i { font-size:10px; }
/* ── Room Detail Layout ── */
.room-detail-grid {
  display:block;
  max-width:680px;
  margin:0 auto;
}
.room-detail-main { }
.room-detail-sidebar { }

/* Photo gallery */
.photo-gallery { margin-bottom:18px; }
.main-photo {
  position:relative; width:100%;
  aspect-ratio:4/5;
  overflow:hidden; border-radius:18px;
  background:#F0EDE8;
  box-shadow:0 4px 20px rgba(0,0,0,0.10);
  cursor:zoom-in;
}
.main-photo img { width:100%; height:100%; object-fit:cover; border-radius:18px; transition:opacity .2s; }
.main-photo video { width:100%; height:100%; object-fit:cover; border-radius:18px; }
.no-photo-big { height:280px; background:var(--cream); display:flex; flex-direction:column; align-items:center; justify-content:center; font-size:56px; }
.photo-thumbs {
  display:flex; gap:8px; padding:10px 0 0; flex-wrap:wrap;
  background:transparent;
}
.thumb {
  width:64px; height:48px; object-fit:cover;
  border-radius:9px; cursor:pointer; opacity:0.55;
  transition:all .2s; border:2px solid transparent;
  flex-shrink:0;
}
.thumb.active,.thumb:hover {
  opacity:1; border-color:var(--orange);
  box-shadow:0 2px 10px rgba(232,119,34,0.3);
}
.fav-detail-btn { position:absolute; top:12px; right:12px; background:white; border:none; border-radius:22px; padding:7px 14px; font-family:var(--font); font-size:13px; font-weight:700; cursor:pointer; display:flex; align-items:center; gap:7px; color:var(--text2); transition:all .2s; box-shadow:0 2px 8px rgba(0,0,0,0.12); }
.fav-detail-btn.faved { color:var(--red); }
.room-detail-info {
  background:white; border-radius:20px; padding:28px;
  box-shadow:0 2px 16px rgba(0,0,0,0.07);
  border:1.5px solid var(--border); margin-bottom:16px;
}
.room-detail-header { display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:22px; gap:14px; }
.type-tag-big { background:var(--orange-light); color:var(--orange); font-size:11px; font-weight:800; padding:5px 14px; border-radius:20px; display:inline-block; margin-bottom:10px; text-transform:uppercase; letter-spacing:0.8px; border:1px solid rgba(232,119,34,0.2); }
.room-detail-header h1 { font-size:24px; font-weight:800; line-height:1.3; color:#1A1A2E; }
.detail-location { color:var(--text2); font-size:13px; font-weight:600; margin-top:6px; display:flex; align-items:center; gap:5px; }
.detail-location i { color:var(--orange); }
.price-big { font-size:28px; font-weight:900; color:var(--orange); text-align:right; white-space:nowrap; line-height:1; }
.price-big small { display:block; font-size:12px; color:var(--text3); font-weight:500; margin-top:3px; }
.detail-specs-grid {
  display:grid; grid-template-columns:repeat(3,1fr);
  gap:12px; margin-bottom:22px;
}
.spec-item {
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap:8px; padding:16px 12px;
  background:#FFF9F5; border:1.5px solid #F5E6D3;
  border-radius:14px; text-align:center;
  transition:all .2s;
}
.spec-item:hover { background:#FFF4E6; border-color:var(--orange); }
.spec-item i { font-size:22px; color:var(--orange); }
.spec-item strong { display:block; font-size:9px; color:var(--text3); text-transform:uppercase; letter-spacing:0.8px; font-weight:700; }
.spec-item span { font-size:13px; font-weight:800; color:#1A1A2E; }
.room-description { margin-bottom:18px; }
.room-description h3 { font-size:15px; font-weight:700; margin-bottom:8px; }
.room-description p { color:var(--text2); line-height:1.7; font-size:14px; }
.room-meta-bottom { display:flex; align-items:center; gap:16px; padding-top:16px; border-top:1px solid var(--border); margin-top:16px; font-size:12px; color:var(--text3); font-weight:600; display:flex; gap:18px; padding-top:14px; border-top:1px solid var(--cream2); color:var(--text3); font-size:12px; font-weight:600; }
.contact-sidebar-card { background:white; border-radius:var(--radius-lg); padding:22px; box-shadow:var(--shadow-md); border:1.5px solid var(--border); position:sticky; top:88px; margin-bottom:16px; }
.sidebar-header { display:flex; align-items:center; gap:10px; margin-bottom:18px; }
.broker-avatar { width:46px; height:46px; background:linear-gradient(135deg,var(--orange),var(--orange-dark)); border-radius:12px; display:flex; align-items:center; justify-content:center; font-size:20px; color:white; }
.sidebar-header h4 { font-size:15px; font-weight:700; }
.sidebar-header p { font-size:12px; color:var(--green); font-weight:700; }
.price-display { text-align:center; font-size:28px; font-weight:800; color:var(--orange); margin-bottom:18px; padding:12px; background:var(--orange-light); border-radius:10px; }
.price-display small { display:block; font-size:12px; color:var(--text3); }
.contact-actions { display:flex; flex-direction:column; gap:9px; margin-bottom:14px; }
.btn-call { background:var(--green); color:white; text-decoration:none; padding:13px; border-radius:10px; text-align:center; font-weight:700; font-size:14px; display:flex; align-items:center; justify-content:center; gap:8px; transition:all .2s; }
.btn-call:hover { background:#1E874E; }
.btn-whatsapp { background:#25D366; color:white; text-decoration:none; padding:13px; border-radius:10px; text-align:center; font-weight:700; font-size:14px; display:flex; align-items:center; justify-content:center; gap:8px; transition:all .2s; }
.btn-whatsapp:hover { background:#1DA851; }
.direct-contact { padding:11px; background:var(--cream); border-radius:10px; margin-bottom:14px; }
.direct-contact p { font-size:11px; color:var(--text3); margin-bottom:4px; }
.direct-contact a { font-size:14px; font-weight:700; color:var(--orange); }
.share-room { border-top:1px solid var(--border); padding-top:14px; }
.share-room p { font-size:12px; color:var(--text2); margin-bottom:7px; font-weight:600; }
.share-btns { display:flex; gap:7px; }
.share-fb,.share-wa,.share-copy { width:38px; height:38px; border-radius:9px; display:flex; align-items:center; justify-content:center; font-size:15px; color:white; border:none; cursor:pointer; transition:all .2s; }
.share-fb { background:#1877F2; } .share-wa { background:#25D366; } .share-copy { background:var(--text2); }
.share-fb:hover,.share-wa:hover,.share-copy:hover { transform:scale(1.1); }
.map-card { background:white; border-radius:var(--radius-lg); padding:18px; box-shadow:var(--shadow); border:1.5px solid var(--border); }
.map-card h4 { font-size:14px; font-weight:700; margin-bottom:5px; }
.map-card p { color:var(--text2); font-size:13px; margin-bottom:11px; }
.btn-map { display:flex; align-items:center; justify-content:center; gap:7px; background:var(--orange); color:white; padding:10px; border-radius:9px; font-weight:700; font-size:13px; transition:all .2s; }
.btn-map:hover { background:var(--orange-dark); }
.similar-rooms { margin-top:40px; }
.similar-rooms h3 { font-size:20px; font-weight:700; margin-bottom:20px; }

/* ── ADMIN STYLES ── */
.admin-nav { background:linear-gradient(135deg,#1C1C1C,#2D2D2D); padding:0; position:sticky; top:0; z-index:1000; box-shadow:0 4px 14px rgba(0,0,0,0.2); }
.admin-nav-inner { display:flex; align-items:center; justify-content:space-between; padding:0 24px; max-width:100%; }
.admin-logo { display:flex; align-items:center; gap:10px; color:white; text-decoration:none; padding:14px 0; font-weight:800; font-size:17px; }
.admin-nav-links { display:flex; }
.admin-nav-links a { color:rgba(255,255,255,0.7); text-decoration:none; padding:16px 18px; font-weight:700; font-size:13px; transition:all .2s; display:flex; align-items:center; gap:6px; border-bottom:3px solid transparent; }
.admin-nav-links a:hover,.admin-nav-links a.active { color:white; background:rgba(255,255,255,0.07); border-bottom-color:var(--orange); }
.admin-container { max-width:1300px; margin:0 auto; padding:28px 20px; }
.dashboard-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-bottom:28px; }
.dash-card { background:white; border-radius:var(--radius-lg); padding:22px; box-shadow:var(--shadow); border-left:4px solid var(--orange); transition:all .2s; }
.dash-card:hover { box-shadow:var(--shadow-md); transform:translateY(-2px); }
.dash-card .dc-icon { width:48px; height:48px; border-radius:12px; display:flex; align-items:center; justify-content:center; font-size:21px; color:white; margin-bottom:12px; }
.dash-card .dc-num { font-size:30px; font-weight:900; color:var(--dark); }
.dash-card .dc-label { font-size:12px; font-weight:700; color:var(--text3); margin-top:4px; }
.admin-table { width:100%; border-collapse:collapse; background:white; border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow); }
.admin-table th { background:var(--dark); color:white; padding:13px 15px; text-align:left; font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:0.5px; }
.admin-table td { padding:13px 15px; border-bottom:1px solid var(--cream2); font-size:13px; }
.admin-table tr:hover td { background:var(--cream); }
.admin-table tr:last-child td { border-bottom:none; }
.table-wrap { overflow-x:auto; border-radius:var(--radius-lg); }
.btn-admin-primary { background:var(--orange); color:white; border:none; padding:10px 20px; border-radius:var(--radius-sm); font-family:var(--font); font-size:13px; font-weight:700; cursor:pointer; text-decoration:none; display:inline-flex; align-items:center; gap:6px; transition:all .2s; }
.btn-admin-primary:hover { background:var(--orange-dark); transform:translateY(-1px); }
.btn-admin-danger { background:#FEE2E2; color:#DC2626; border:none; padding:6px 12px; border-radius:7px; font-size:12px; font-weight:700; cursor:pointer; text-decoration:none; transition:all .2s; }
.btn-admin-danger:hover { background:#DC2626; color:white; }
.btn-admin-edit { background:var(--orange-light); color:var(--orange); border:none; padding:6px 12px; border-radius:7px; font-size:12px; font-weight:700; cursor:pointer; text-decoration:none; transition:all .2s; }
.btn-admin-edit:hover { background:var(--orange); color:white; }
.btn-admin-pin { background:#FFF8E1; color:#F57F17; border:none; padding:6px 12px; border-radius:7px; font-size:12px; font-weight:700; cursor:pointer; transition:all .2s; }
.btn-admin-pin.pinned,.btn-admin-pin:hover { background:#F57F17; color:white; }
.admin-form { background:white; border-radius:var(--radius-lg); padding:28px; box-shadow:var(--shadow); }
.admin-form h2 { font-size:20px; font-weight:700; margin-bottom:22px; }
.form-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.form-grid.grid3 { grid-template-columns:repeat(3,1fr); }
/* adm-form-grid aliases */
.adm-form-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.adm-form-grid.cols1 { grid-template-columns:1fr; }
.adm-form-grid.cols3 { grid-template-columns:repeat(3,1fr); }
.adm-form-group label { display:block; font-size:11px; font-weight:700; color:var(--text2); margin-bottom:7px; text-transform:uppercase; letter-spacing:0.3px; }
.adm-form-group input,.adm-form-group select,.adm-form-group textarea { width:100%; padding:11px 14px; border:2px solid var(--border); border-radius:9px; font-family:var(--font); font-size:13px; font-weight:600; color:var(--dark); background:#FAFAFA; transition:all .2s; outline:none; box-sizing:border-box; }
.adm-form-group input:focus,.adm-form-group select:focus,.adm-form-group textarea:focus { border-color:var(--accent,#E87722); background:white; box-shadow:0 0 0 3px rgba(232,119,34,0.09); }
.form-full { grid-column:1/-1; }
.form-group { margin-bottom:0; }
.form-group label { display:block; font-size:12px; font-weight:700; color:var(--text2); margin-bottom:7px; text-transform:uppercase; letter-spacing:0.3px; }
.form-group input,.form-group select,.form-group textarea { width:100%; padding:11px 14px; border:2px solid var(--border); border-radius:9px; font-family:var(--font); font-size:13px; font-weight:600; color:var(--dark); background:#FAFAFA; transition:all .2s; outline:none; }
.form-group input:focus,.form-group select:focus,.form-group textarea:focus { border-color:var(--orange); background:white; box-shadow:0 0 0 3px rgba(232,119,34,0.09); }
.form-group textarea { min-height:90px; resize:vertical; }
.status-badge { display:inline-flex; align-items:center; gap:4px; padding:4px 10px; border-radius:20px; font-size:11px; font-weight:700; }
.status-paid { background:#D1FAE5; color:#065F46; }
.status-pending { background:#FEE2E2; color:#991B1B; }
.status-partial { background:#FEF3C7; color:#92400E; }
.alert { padding:13px 18px; border-radius:9px; margin-bottom:18px; font-weight:700; font-size:13px; }
.alert-success { background:#D1FAE5; color:#065F46; border-left:4px solid var(--green); }
.alert-error { background:#FEE2E2; color:#991B1B; border-left:4px solid var(--red); }
.login-page { min-height:100vh; background:linear-gradient(135deg,var(--dark),var(--dark2)); display:flex; align-items:center; justify-content:center; }
.login-card { background:white; border-radius:var(--radius-lg); padding:38px; width:100%; max-width:390px; box-shadow:0 24px 60px rgba(0,0,0,0.3); }
.login-card h1 { font-size:26px; font-weight:800; margin-bottom:6px; text-align:center; color:var(--dark); }
.login-card p { text-align:center; color:var(--text3); margin-bottom:26px; }
.sadmin-nav { background:linear-gradient(135deg,#1A0533,#4A1080); }

/* ── RESPONSIVE ── */

/* ══════════════════════════════════════════
   RESPONSIVE — Mobile First
   ══════════════════════════════════════════ */

/* Large desktop */
@media (min-width:1201px) {
  .rooms-grid4 { grid-template-columns:repeat(4,1fr); }
  .why-grid     { grid-template-columns:repeat(5,1fr); }
}

/* Medium desktop */
@media (max-width:1200px) {
  .rooms-grid4  { grid-template-columns:repeat(3,1fr); gap:16px; }
  .why-grid     { grid-template-columns:repeat(3,1fr); }
  .footer-grid  { grid-template-columns:repeat(2,1fr); gap:28px; }
  .hero-inner   { grid-template-columns:1fr 360px; gap:36px; }
  .dashboard-grid { grid-template-columns:repeat(2,1fr); }
}

/* Tablet landscape */
@media (max-width:1024px) {
  .hero-inner   { grid-template-columns:1fr 320px; gap:28px; }
  .why-grid     { grid-template-columns:repeat(3,1fr); }
  .room-detail-grid { display:block; }
  .contact-sidebar-card { position:static; }
  .detail-specs-grid { grid-template-columns:repeat(3,1fr); }
  .about-flex,.contact-flex { grid-template-columns:1fr; gap:28px; }
}

/* Tablet portrait */
@media (max-width:900px) {
  .hero-inner   { grid-template-columns:1fr; gap:8px; text-align:center; }
  .hero-stats-row { margin:0 auto; }
  .hero-tag     { margin:0 auto 20px; display:inline-flex; }
  .hero-left    { display:flex; flex-direction:column; align-items:center; }
  .hero-btns    { justify-content:center; }
  .hero-right   { max-width:480px; margin:0 auto; width:100%; }
  .hfc-img      { height:140px; font-size:56px; }
  .hfc-badge    { bottom:-14px; }
  .hero-float-card { margin-bottom:8px; }
  .rooms-grid4  { grid-template-columns:repeat(2,1fr); gap:14px; }
  .why-grid     { grid-template-columns:repeat(3,1fr); }
  .about-img-side { max-width:400px; margin:0 auto; }
  .dashboard-grid { grid-template-columns:repeat(2,1fr); }
  .footer-grid  { grid-template-columns:repeat(2,1fr); }
}

/* Mobile */
@media (max-width:768px) {
  /* Hero */
  .hero { padding:76px 0 40px; min-height:auto; }
  .hero-h1 { font-size:clamp(32px,8vw,48px); }
  .hero-sub { font-size:14px; }
  .hbtn-primary, .hbtn-outline { padding:11px 16px; font-size:13px; }
  .hfc-img { height:120px; font-size:48px; }
  .hfc-title { font-size:16px; }
  .hero-float-card { margin-bottom:12px; }
  .hero-search-card { padding:16px; margin-top:18px; }
  .hsc-row2 { flex-direction:column; }
  .hsc-btn { justify-content:center; }
  .hero-stats-row { width:100%; max-width:100%; }

  /* Navbar */
  .nav-links {
    display:none; flex-direction:column;
    position:fixed; top:62px; left:0; right:0;
    background:white; padding:12px 16px 16px;
    box-shadow:0 8px 20px rgba(0,0,0,0.12);
    border-bottom:1.5px solid var(--border);
    z-index:999; gap:2px;
  }
  .nav-links.open { display:flex; }
  .nav-links a { padding:11px 14px; border-radius:10px; font-size:15px; }
  .hamburger { display:block; }

  /* Hero */
  .hero { padding:72px 0 16px; min-height:auto; }
  .hero-h1 { font-size:clamp(28px,7.5vw,42px); }
  .hero-sub { font-size:14px; }
  .hero-search-card { padding:18px 16px 14px; }
  .hsc-row2 { flex-direction:column; gap:8px; }
  .hsc-btn { justify-content:center; padding:13px; }
  .hero-stats-row { max-width:100%; width:100%; }
  .hstat { padding:12px 10px; }
  .hstat strong { font-size:20px; }
  .hstat span { font-size:10px; }

  /* Rooms grid */
  .rooms-grid4 { grid-template-columns:repeat(2,1fr); gap:12px; }
  .rcard-img-wrap { height:160px; }
  .rcard-body { padding:12px; }
  .rcard-title { font-size:13px; }
  .rcard-price { font-size:15px; }
  .hero-sub-sep { display:none; }

  /* Filter chips — horizontal scroll on mobile */
  .filter-chips { overflow-x:auto; flex-wrap:nowrap; padding-bottom:6px; -webkit-overflow-scrolling:touch; }
  .filter-chips::-webkit-scrollbar { height:3px; }
  .filter-chips::-webkit-scrollbar-thumb { background:var(--orange); border-radius:2px; }
  .chip { flex-shrink:0; }

  /* Why grid */
  .why-grid { grid-template-columns:repeat(2,1fr); gap:12px; }
  .why-card { padding:18px 14px; }
  .why-card p { font-size:13px; }

  /* About */
  .about-flex { grid-template-columns:1fr; }
  .about-img-box { min-height:200px; }
  .about-house-emoji { font-size:72px; }

  /* Contact */
  .contact-flex { grid-template-columns:1fr; }

  /* Footer */
  .footer-grid { grid-template-columns:1fr 1fr; gap:24px; }

  /* Table */
  .ktm-table { min-width:540px; }
  .ktm-table th,.ktm-table td { padding:9px 10px; font-size:12px; }
  .tbl-thumb { width:58px; height:44px; }

  /* Admin */
  .form-grid,.form-grid.grid3 { grid-template-columns:1fr; }
  .adm-form-grid,.adm-form-grid.cols3 { grid-template-columns:1fr; }
  .dashboard-grid { grid-template-columns:repeat(2,1fr); }
  .admin-nav-links a span { display:none; }
  .room-detail-header { flex-direction:column; }
  .detail-specs-grid { grid-template-columns:repeat(3,1fr); gap:8px; }
  .spec-item { padding:12px 8px; }
}

/* Small mobile */
@media (max-width:540px) {
  .container { padding:0 14px; }
  .hero { padding:68px 0 0; }
  .hero-h1 { font-size:clamp(28px,8vw,38px); line-height:1.2; }
  .hero-tag { font-size:11px; padding:6px 14px; }
  .hfc-img { height:100px; font-size:40px; }
  .hero-float-card { display:none; }
  .hero-btns { margin-bottom:10px; margin-top:8px; }
  .hero-sub { margin-bottom:8px; font-size:13px; line-height:1.5; }
  .hero-right { margin-top:0 !important; padding-top:0 !important; }
  .hero-search-card { margin-top:0; padding:14px 12px 12px; border-radius:14px; }
  .section { padding:20px 0; }

  .rooms-grid4 { grid-template-columns:repeat(2,1fr); gap:10px; }
  .rcard-img-wrap { height:140px; }
  .rcard-body { padding:10px; }
  .rcard-type { font-size:10px; }
  .rcard-title { font-size:12px; }
  .rcard-price { font-size:14px; }
  .rcard-btn { font-size:11px; padding:5px 10px; }
  .rtag { font-size:10px; padding:3px 6px; }

  .sec-title { font-size:clamp(22px,6vw,32px); }
  .sec-sub { font-size:13px; }

  .why-grid { grid-template-columns:repeat(2,1fr); gap:10px; }
  .why-card { padding:14px 12px; }
  .why-card h4 { font-size:12px; }
  .why-card p { font-size:12px; line-height:1.7; }

  .footer-grid { grid-template-columns:1fr; gap:20px; }
  .footer-brand { text-align:center; }
  .footer-social { justify-content:center; }
  .footer-bottom { font-size:11px; }

  .hstat strong { font-size:18px; }
  .dashboard-grid { grid-template-columns:1fr 1fr; }
  .contact-cards-col { gap:10px; }
}

/* Extra small */
@media (max-width:400px) {
  .hero-h1 { font-size:clamp(22px,7.5vw,30px); }
  .hero-sub { font-size:13px; line-height:1.6; }
  .rooms-grid4 { grid-template-columns:1fr; gap:12px; }
  .rcard-img-wrap { height:180px; }
  .why-grid { grid-template-columns:1fr 1fr; gap:8px; }
  .dashboard-grid { grid-template-columns:1fr 1fr; }
}

/* ── FEATURED / PINNED ROOMS ── */
.featured-section { background: linear-gradient(135deg, #fff8f3 0%, #fff 100%); border-top: 3px solid var(--orange); }
.featured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 24px;
}
.fcard {
  background: white; border-radius: var(--radius-lg);
  border: 2px solid var(--orange-light); overflow: hidden;
  cursor: pointer; transition: all .25s;
  box-shadow: 0 4px 16px rgba(232,119,34,0.10);
}
.fcard:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(232,119,34,0.18); border-color: var(--orange); }
.fcard-img-wrap { position: relative; height: 200px; overflow: hidden; background: var(--cream); }
.fcard-img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; display: block; }
.fcard:hover .fcard-img { transform: scale(1.05); }
.fcard-noimg { width: 100%; height: 100%; background: var(--cream); display: flex; align-items: center; justify-content: center; font-size: 48px; }
.fcard-badge {
  position: absolute; top: 10px; left: 10px;
  background: var(--orange); color: white;
  border-radius: 20px; padding: 4px 10px;
  font-size: 11px; font-weight: 700;
  display: flex; align-items: center; gap: 4px;
}
.fcard-badge i { font-size: 10px; }
.fcard-avail {
  position: absolute; bottom: 10px; left: 10px;
  background: rgba(255,255,255,0.95); border-radius: 20px;
  padding: 4px 10px; font-size: 11px; font-weight: 700;
  display: flex; align-items: center; gap: 5px;
}
.fcard-avail.booked { color: var(--red); }
.fcard-body { padding: 14px; }
.fcard-type { font-size: 11px; font-weight: 700; color: var(--orange); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
.fcard-title { font-size: 15px; font-weight: 700; color: var(--dark); font-family: 'DM Serif Display', serif; margin-bottom: 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.4; }
.fcard-loc { font-size: 12px; color: var(--text2); margin-bottom: 10px; display: flex; align-items: center; gap: 4px; }
.fcard-loc i { color: var(--orange); font-size: 11px; }
.fcard-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 10px; border-top: 1px solid var(--orange-light); }
.fcard-price { font-size: 17px; font-weight: 800; color: var(--orange); }
.fcard-price span { font-size: 11px; font-weight: 600; color: var(--text3); }
.fcard-btn { background: var(--orange); color: white; font-size: 12px; font-weight: 700; padding: 7px 14px; border-radius: 8px; transition: all .2s; }
.fcard-btn:hover { background: var(--orange-dark); }

/* Featured responsive */
@media (max-width: 1024px) { .featured-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px)  { .featured-grid { grid-template-columns: 1fr; gap: 14px; } }

/* ── TODAY 24H — Card Grid ── */
.today-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 8px;
}

.tci {
  background: linear-gradient(135deg, #fff8f3 0%, #ffffff 100%);
  border-radius: 16px;
  overflow: hidden;
  border: 1.5px solid #FFD8B8;
  border-left: 4px solid var(--orange);
  cursor: pointer;
  transition: all .22s;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 10px rgba(232,119,34,0.08);
}
.tci:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(232,119,34,0.18);
  border-color: var(--orange);
  border-left-color: var(--orange);
}

/* Photo */
.tci-photo {
  position: relative;
  height: 180px;
  overflow: hidden;
  background: var(--cream);
  flex-shrink: 0;
}
.tci-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s;
  cursor: zoom-in;
}
.tci:hover .tci-photo img { transform: scale(1.04); }
.tci-noimg {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 42px; color: var(--text3);
}

/* Time badge on photo */
.tci-time-badge {
  position: absolute; bottom: 8px; left: 8px;
  background: var(--orange); color: white;
  font-size: 11px; font-weight: 700;
  padding: 3px 10px; border-radius: 20px;
  pointer-events: none;
  box-shadow: 0 2px 6px rgba(232,119,34,0.4);
}

/* Body */
.tci-body {
  padding: 14px;
  display: flex; flex-direction: column; gap: 6px;
  flex: 1;
}

.tci-row1 {
  display: flex; align-items: center;
  justify-content: space-between; gap: 8px;
}

.tci-type {
  background: var(--orange-light); color: var(--orange);
  font-size: 11px; font-weight: 700;
  padding: 3px 10px; border-radius: 20px;
  white-space: nowrap;
}

.tci-price {
  font-size: 15px; font-weight: 800;
  color: var(--orange); white-space: nowrap;
}

.tci-title {
  font-size: 14px; font-weight: 700;
  color: var(--dark); line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tci-area {
  font-size: 12px; color: var(--text2);
  font-weight: 500;
  display: flex; align-items: center; gap: 4px;
}
.tci-area i { color: var(--orange); font-size: 11px; }

/* Action buttons */
.tci-actions {
  display: flex; gap: 8px; margin-top: 4px;
}

.tci-call-btn {
  display: inline-flex; align-items: center; gap: 5px;
  background: #D1FAE5; color: #065F46;
  font-size: 12px; font-weight: 700;
  padding: 7px 12px; border-radius: 8px;
  text-decoration: none; transition: all .2s;
}
.tci-call-btn:hover { background: #065F46; color: white; }

.tci-view-btn {
  display: inline-flex; align-items: center;
  background: var(--orange); color: white;
  font-size: 12px; font-weight: 700;
  padding: 7px 14px; border-radius: 8px;
  text-decoration: none; transition: all .2s;
  margin-left: auto;
}
.tci-view-btn:hover { background: var(--orange-dark); }

/* Responsive */
@media (max-width: 900px) {
  .today-cards-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .tci-photo { height: 160px; }
}
@media (max-width: 600px) {
  .today-cards-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .tci-photo { height: 140px; }
  .tci-body { padding: 10px; }
  .tci-title { font-size: 13px; }
  .tci-price { font-size: 13px; }
}
@media (max-width: 400px) {
  .today-cards-grid { grid-template-columns: 1fr; }
  .tci-photo { height: 180px; }
}

/* ── TODAY 24H — Modern Card List ── */
/* ── TODAY'S ROOMS TABLE ── */
.rlist-header {
  display: grid;
  grid-template-columns: 130px 160px 1fr 155px 140px;
  gap: 0;
  background: linear-gradient(135deg, #E87722, #F59E0B);
  border-radius: 16px 16px 0 0;
  padding: 14px 24px;
  margin-top: 16px;
}
.rlist-header span {
  font-size: 10px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 1.4px;
  color: rgba(255,255,255,0.85);
}

.rlist-wrap {
  border: 1.5px solid #F5E6D3;
  border-top: none;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  background: white;
  box-shadow: 0 6px 24px rgba(232,119,34,0.10);
}

.rlist-row {
  display: grid;
  grid-template-columns: 130px 160px 1fr 155px 140px;
  gap: 0;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #FBF5EE;
  cursor: pointer;
  transition: all .18s;
  position: relative;
  background: white;
}
.rlist-row::before {
  content: '';
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px; background: var(--orange);
  border-radius: 0 3px 3px 0;
  opacity: 0.3;
  transition: opacity .18s;
}
.rlist-row:last-child { border-bottom: none; }
.rlist-row:hover { background: #FFF7EE; transform: translateX(3px); }
.rlist-row:hover::before { opacity: 1; }
.rlist-even { background: #FFFDF9; }
.rlist-even:hover { background: #FFF0E0; }

.rlist-col-type { }
.rlist-type-pill {
  display: inline-flex; align-items: center;
  font-size: 11px; font-weight: 800;
  padding: 5px 12px; border-radius: 20px;
  white-space: nowrap; letter-spacing: 0.3px;
}
.rlist-type-pill[data-type="Single Room"] { background: #FEF9C3; color: #854D0E; border: 1px solid #FDE68A; }
.rlist-type-pill[data-type="Double Room"] { background: #E0F2FE; color: #075985; border: 1px solid #BAE6FD; }
.rlist-type-pill[data-type="1BHK"],.rlist-type-pill[data-type="1BK"] { background: #DCFCE7; color: #166534; border: 1px solid #BBF7D0; }
.rlist-type-pill[data-type="2BHK"],.rlist-type-pill[data-type="2BK"] { background: #F3E8FF; color: #6B21A8; border: 1px solid #E9D5FF; }
.rlist-type-pill[data-type="3BHK"],.rlist-type-pill[data-type="3BK"] { background: #FEE2E2; color: #991B1B; border: 1px solid #FECACA; }
.rlist-type-pill[data-type="4BHK"],.rlist-type-pill[data-type="4BK"] { background: #FDF2F8; color: #9D174D; border: 1px solid #FBCFE8; }
.rlist-type-pill { background: #FFF4E6; color: #C2410C; border: 1px solid #FED7AA; }

.rlist-col-area {
  font-size: 12.5px; color: #666; font-weight: 600;
  display: flex; align-items: center; gap: 5px;
}
.rlist-col-area i {
  width: 18px; height: 18px; background: #FFF4E6;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: var(--orange); font-size: 9px; flex-shrink: 0;
}

.rlist-col-title {
  font-size: 14px; font-weight: 700; color: #1C1C2E;
  padding-right: 16px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.rlist-col-price {
  font-size: 15px; font-weight: 900;
  background: linear-gradient(135deg, #E87722, #F59E0B);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
}

.rlist-col-action {
  display: flex; align-items: center; gap: 8px; justify-content: flex-end;
}

.rlist-call {
  width: 36px; height: 36px;
  background: linear-gradient(135deg, #DCFCE7, #A7F3D0);
  color: #065F46; border: 1px solid #6EE7B7;
  border-radius: 10px; display: flex; align-items: center; justify-content: center;
  font-size: 14px; text-decoration: none; transition: all .2s; flex-shrink: 0;
}
.rlist-call:hover { background: linear-gradient(135deg, #059669, #10B981); color: white; transform: scale(1.1); border-color: transparent; }

.rlist-view {
  background: linear-gradient(135deg, #E87722, #F59E0B);
  color: white; font-size: 12px; font-weight: 800;
  padding: 8px 16px; border-radius: 10px;
  text-decoration: none; transition: all .2s; white-space: nowrap;
  box-shadow: 0 3px 10px rgba(232,119,34,0.35);
}
.rlist-view:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(232,119,34,0.45); }

/* ── Mobile ── */
@media (max-width: 768px) {
  .rlist-header { display: none; }
  .rlist-wrap { border-radius: 16px; border: 1.5px solid #F5E6D3; }
  .rlist-row {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    gap: 8px 12px;
    padding: 14px 16px;
    transform: none !important;
  }
  .rlist-row::before { display: none; }
  .rlist-col-type   { grid-column: 1; grid-row: 1; }
  .rlist-col-price  { grid-column: 2; grid-row: 1; text-align: right; }
  .rlist-col-title  { grid-column: 1 / -1; grid-row: 2; font-size: 14px; white-space: normal; line-height: 1.35; padding-right: 0; }
  .rlist-col-area   { grid-column: 1; grid-row: 3; font-size: 12px; }
  .rlist-col-action { grid-column: 2; grid-row: 3; }
  .rlist-call { width: 34px; height: 34px; }
  .rlist-view { font-size: 11px; padding: 7px 13px; }
}
@media (max-width: 480px) {
  .rlist-row { padding: 12px 14px; gap: 7px 10px; }
  .rlist-col-title { font-size: 13px; }
}

/* Navbar scroll state — GPU accelerated, no layout shifts */
.navbar {
  transition: box-shadow 0.2s ease;
}
.nav-scrolled {
  box-shadow: 0 4px 20px rgba(0,0,0,0.10) !important;
}

/* ── Phone Row Cards (Contact Section) ── */
.phone-row-card {
  display: flex; align-items: center; justify-content: space-between;
  background: white; border-radius: var(--radius-lg);
  padding: 16px 20px; border: 1.5px solid var(--border);
  margin-bottom: 12px; gap: 12px; flex-wrap: wrap;
  transition: all .2s;
}
.phone-row-card:hover { border-color: var(--orange); box-shadow: var(--shadow); }

.phone-row-left { display: flex; align-items: center; gap: 14px; flex: 1; min-width: 0; }
.phone-row-icon { font-size: 22px; flex-shrink: 0; }
.phone-row-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text3); margin-bottom: 2px; }
.phone-row-num { font-size: 16px; font-weight: 700; color: var(--dark); }

.phone-row-actions { display: flex; gap: 8px; flex-shrink: 0; }

.pra-call {
  display: inline-flex; align-items: center; gap: 6px;
  background: #D1FAE5; color: #065F46;
  padding: 8px 16px; border-radius: 8px;
  font-size: 13px; font-weight: 700; text-decoration: none;
  transition: all .2s; white-space: nowrap;
}
.pra-call:hover { background: #065F46; color: white; }

.pra-wa {
  display: inline-flex; align-items: center; gap: 6px;
  background: #DCF8C6; color: #128C7E;
  padding: 8px 16px; border-radius: 8px;
  font-size: 13px; font-weight: 700; text-decoration: none;
  transition: all .2s; white-space: nowrap;
}
.pra-wa:hover { background: #25D366; color: white; }

@media (max-width: 540px) {
  .phone-row-card { flex-direction: column; align-items: flex-start; }
  .phone-row-actions { width: 100%; }
  .pra-call, .pra-wa { flex: 1; justify-content: center; }
}

/* ══ ROOM DETAIL — New Sidebar ══ */

/* Price Card */
.sd-price-card {
  background: white;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  border: 1.5px solid var(--border);
  margin-bottom: 14px;
}
.sd-price-label {
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1px; color: var(--text3); margin-bottom: 6px;
}
.sd-price-amount {
  font-size: 38px; font-weight: 900; color: var(--orange);
  line-height: 1; margin-bottom: 6px;
  background:linear-gradient(135deg,#E87722,#F59E0B);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.sd-price-sub {
  font-size: 12px; color: var(--text3); margin-bottom: 20px;
}

/* Action buttons */
.sd-actions { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.sd-btn-call {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: linear-gradient(135deg,#16A34A,#22C55E); color: white;
  padding: 15px; border-radius: 14px;
  font-size: 15px; font-weight: 800; text-decoration: none;
  transition: all .2s; letter-spacing: 0.3px;
  box-shadow:0 4px 14px rgba(34,197,94,0.3);
}
.sd-btn-call:hover { background: #16A34A; transform: translateY(-1px); box-shadow: 0 4px 14px rgba(34,197,94,0.35); }
.sd-btn-wa {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: linear-gradient(135deg,#128C7E,#25D366); color: white;
  padding: 15px; border-radius: 14px;
  font-size: 15px; font-weight: 800; text-decoration: none;
  transition: all .2s;
  box-shadow:0 4px 14px rgba(37,211,102,0.3);
}
.sd-btn-wa:hover { background: #128C7E; transform: translateY(-1px); box-shadow: 0 4px 14px rgba(37,211,102,0.35); }

/* More phone numbers */
.sd-more-phones {
  border-top: 1px solid var(--border);
  padding-top: 14px; margin-bottom: 14px;
}
.sd-more-label {
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.8px; color: var(--text3); margin-bottom: 10px;
}
.sd-phone-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 0; border-bottom: 1px solid #F5F0E8;
  font-size: 14px; font-weight: 600; color: var(--dark);
}
.sd-phone-row:last-child { border-bottom: none; }
.sd-phone-btns { display: flex; gap: 6px; }
.sd-mini-call {
  width: 32px; height: 32px; border-radius: 8px;
  background: #D1FAE5; color: #065F46;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; text-decoration: none; transition: all .2s;
}
.sd-mini-call:hover { background: #065F46; color: white; }
.sd-mini-wa {
  width: 32px; height: 32px; border-radius: 8px;
  background: #DCF8C6; color: #128C7E;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; text-decoration: none; transition: all .2s;
}
.sd-mini-wa:hover { background: #25D366; color: white; }

/* Direct contact */
.sd-direct {
  display: flex; align-items: flex-start; gap: 10px;
  background: var(--cream); border-radius: 10px;
  padding: 12px; margin-top: 4px;
}
.sd-direct i { color: var(--orange); font-size: 16px; margin-top: 2px; flex-shrink: 0; }
.sd-direct-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text3); margin-bottom: 3px; font-weight: 700; }
.sd-direct a { font-size: 13px; font-weight: 700; color: var(--orange); text-decoration: none; }
.sd-direct a:hover { text-decoration: underline; }

/* Share Card */
.sd-share-card {
  background: white;
  border-radius: 16px;
  padding: 16px 20px;
  border: 1.5px solid var(--border);
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 12px;
}
.sd-share-label { font-size: 13px; font-weight: 600; color: var(--text2); flex: 1; }
.sd-share-btns { display: flex; gap: 8px; }
.sd-share-fb, .sd-share-wa, .sd-share-copy {
  width: 36px; height: 36px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; color: white; text-decoration: none;
  border: none; cursor: pointer; transition: all .2s;
}
.sd-share-fb { background: #1877F2; }
.sd-share-wa { background: #25D366; }
.sd-share-copy { background: var(--text3); }
.sd-share-fb:hover, .sd-share-wa:hover, .sd-share-copy:hover { transform: scale(1.12); }

/* Location Card */
.sd-location-card {
  background: white;
  border-radius: 16px;
  padding: 16px 18px;
  border: 1.5px solid var(--border);
  display: flex; align-items: center; gap: 12px;
}
.sd-location-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--orange-light);
  display: flex; align-items: center; justify-content: center;
  color: var(--orange); font-size: 18px; flex-shrink: 0;
}
.sd-location-info { flex: 1; min-width: 0; }
.sd-location-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text3); font-weight: 700; margin-bottom: 3px; }
.sd-location-val { font-size: 13px; font-weight: 600; color: var(--dark); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sd-map-btn {
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--orange); color: white;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; text-decoration: none;
  transition: all .2s; flex-shrink: 0;
}
.sd-map-btn:hover { background: var(--orange-dark); transform: scale(1.08); }

/* Mobile sidebar */
@media (max-width: 900px) {
  .sd-price-card { position: static; }
}
.room-detail-sidebar { }

/* ── Video thumbnail in gallery ── */
.thumb-video {
  width: 80px; height: 60px; border-radius: 8px; cursor: pointer;
  background: #1C1C1C; border: 2px solid var(--border);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: white; font-size: 22px; gap: 3px; transition: all .2s;
  flex-shrink: 0;
}
.thumb-video span { font-size: 9px; font-weight: 700; letter-spacing: 0.5px; opacity: 0.8; }
.thumb-video.active, .thumb-video:hover { border-color: var(--orange); box-shadow: 0 0 0 2px var(--orange); }
.thumb-video i { color: var(--orange); }

/* Main video player */
#mainVideo { display:none; border-radius:0; }

/* ── Watermark Toggle Switch ── */
.wm-toggle {
  position: relative; display: inline-block;
  width: 58px; height: 30px; flex-shrink: 0;
}
.wm-toggle input { opacity: 0; width: 0; height: 0; }
.wm-slider {
  position: absolute; cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #ccc; border-radius: 30px;
  transition: .3s;
}
.wm-slider::before {
  content: '';
  position: absolute; height: 22px; width: 22px;
  left: 4px; bottom: 4px;
  background: white; border-radius: 50%;
  transition: .3s;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.wm-toggle input:checked + .wm-slider { background: #8B2FC9; }
.wm-toggle input:checked + .wm-slider::before { transform: translateX(28px); }

/* Smooth image loading */
.rcard-img { width:100%; height:100%; object-fit:cover; display:block; }

/* ── Pagination ── */
.pagination-wrap { display:flex; justify-content:center; gap:6px; flex-wrap:wrap; margin-top:20px; padding-bottom:8px; }
.pg-btn {
  display:inline-flex; align-items:center; justify-content:center;
  min-width:36px; height:36px; padding:0 10px;
  border:1.5px solid #E87722; border-radius:8px;
  background:#fff; color:#E87722;
  font-size:14px; font-weight:600;
  text-decoration:none; cursor:pointer;
  transition:all .2s;
}
.pg-btn:hover { background:#E87722; color:#fff; }
.pg-btn.pg-active { background:#E87722; color:#fff; pointer-events:none; }
